Skip to content

Commit 2b81642

Browse files
committed
Merge remote-tracking branch 'upstream/master'
# Conflicts: # plugin.php
2 parents 80644be + 2c2ac82 commit 2b81642

File tree

6 files changed

+575
-6
lines changed

6 files changed

+575
-6
lines changed

admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
require dirname( __FILE__ ) . '/lib/class-wp-rest-oauth1-admin.php';
77

8-
add_action( 'admin_menu', array( 'WP_REST_OAuth1_Admin', 'register' ) );
8+
add_action( 'admin_menu', array( 'Admin', 'register' ) );
99

1010
add_action( 'personal_options', 'rest_oauth1_profile_section', 50 );
1111

0 commit comments

Comments
 (0)