Docs: Standardize `@deprecated` tag formatting in the DocBlock for `wp_xmlrpc_server::login_pass_ok()`.
Props Alphawolf. See #28806. Built from https://develop.svn.wordpress.org/trunk@33677 git-svn-id: http://core.svn.wordpress.org/trunk@33644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eaab0e72a6
commit
02ec47fc92
|
@ -276,9 +276,8 @@ class wp_xmlrpc_server extends IXR_Server {
|
|||
* Check user's credentials. Deprecated.
|
||||
*
|
||||
* @since 1.5.0
|
||||
* @deprecated 2.8.0
|
||||
* @deprecated use wp_xmlrpc_server::login
|
||||
* @see wp_xmlrpc_server::login
|
||||
* @deprecated 2.8.0 Use wp_xmlrpc_server::login()
|
||||
* @see wp_xmlrpc_server::login()
|
||||
*
|
||||
* @param string $username User's username.
|
||||
* @param string $password User's password.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-33676';
|
||||
$wp_version = '4.4-alpha-33677';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue