remove nonfunctional code
This commit is contained in:
parent
48ab6e53cc
commit
8aa6def9b0
1 changed files with 0 additions and 10 deletions
|
@ -84,16 +84,6 @@ class Admin {
|
||||||
* Load user settings page
|
* Load user settings page
|
||||||
*/
|
*/
|
||||||
public static function followers_list_page() {
|
public static function followers_list_page() {
|
||||||
add_screen_option(
|
|
||||||
'per_page',
|
|
||||||
array(
|
|
||||||
'default' => 100,
|
|
||||||
'option' => 'edit_1_per_page',
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
add_screen_option( 'layout_columns', array( 'max' => 2, 'default' => 2 ) );
|
|
||||||
|
|
||||||
\load_template( ACTIVITYPUB_PLUGIN_DIR . 'templates/followers-list.php' );
|
\load_template( ACTIVITYPUB_PLUGIN_DIR . 'templates/followers-list.php' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue