remove nonfunctional code

This commit is contained in:
Matthias Pfefferle 2023-05-19 15:43:21 +02:00
parent 48ab6e53cc
commit 8aa6def9b0

View file

@ -84,16 +84,6 @@ class Admin {
* Load user settings 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' );
}