Rename in more places
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Abstract class that makes it easy to create new admin pages.
|
||||
*
|
||||
* Most of WP Ultimo pages are implemented using this class, which means that the filters and hooks
|
||||
* Most of WP Multisite WaaS pages are implemented using this class, which means that the filters and hooks
|
||||
* listed below can be used to append content to all of our pages at once.
|
||||
*
|
||||
* @package WP_Ultimo
|
||||
@ -223,7 +223,7 @@ abstract class List_Admin_Page extends Base_Admin_Page {
|
||||
} // end save_screen_option;
|
||||
|
||||
/**
|
||||
* Dumb function. Child classes need to implement this to set the table that WP Ultimo will use
|
||||
* Dumb function. Child classes need to implement this to set the table that WP Multisite WaaS will use
|
||||
*
|
||||
* @since 1.8.2
|
||||
* @return WP_List_Table
|
||||
|
Reference in New Issue
Block a user