Skip to content

Commit 2c2ac82

Browse files
authored
Merge pull request #1 from richardsweeney/master
Get the plugin working
2 parents f7557f6 + 8f740b1 commit 2c2ac82

File tree

7 files changed

+576
-4
lines changed

7 files changed

+576
-4
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)