We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cb0aa commit f956ab4Copy full SHA for f956ab4
lib/class-wp-json-authentication-oauth1-cli.php renamed to lib/class-wp-rest-oauth1-cli.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-class WP_JSON_Authentication_OAuth1_CLI extends WP_CLI_Command {
+class WP_REST_OAuth1_CLI extends WP_CLI_Command {
4
5
/**
6
* ## OPTIONS
oauth-server.php
@@ -12,9 +12,9 @@
12
include_once( dirname( __FILE__ ) . '/admin.php' );
13
14
if ( defined( 'WP_CLI' ) && WP_CLI ) {
15
- include_once( dirname( __FILE__ ) . '/lib/class-wp-json-authentication-oauth1-cli.php' );
+ include_once( dirname( __FILE__ ) . '/lib/class-wp-rest-oauth1-cli.php' );
16
17
- WP_CLI::add_command( 'oauth1', 'WP_JSON_Authentication_OAuth1_CLI' );
+ WP_CLI::add_command( 'oauth1', 'WP_REST_OAuth1_CLI' );
18
}
19
20
0 commit comments