Skip to content

Commit

Permalink
Replace get_class with __CLASS__
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnynews committed Jan 23, 2024
1 parent eb65e21 commit 721db0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-wp-rest-oauth1-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static function register() {
*/
include_once __DIR__ . '/class-wp-rest-oauth1-listtable.php';

$class = get_class();
$class = __CLASS__;

$hook = add_users_page(
// Page title.
Expand Down

0 comments on commit 721db0a

Please sign in to comment.