Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
lupus2k committed Feb 6, 2024
1 parent 206213d commit 96c1e86
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,6 @@ public function get_preferred_view( $screen, $fallback_global_preference = true
return parent::get_preferred_view( $screen, $fallback_global_preference );
}

/**
* Whether the current user has is using the wp-admin interface.
*
* @param string $screen Dummy to match parent method signature.
* @return bool
*/
public function use_wp_admin_interface( $screen = '' ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
return 'wp-admin' === get_option( 'wpcom_admin_interface' );
}

/**
* Adds Users menu.
*/
Expand Down

0 comments on commit 96c1e86

Please sign in to comment.