Make WordPress Core


Ignore:
Timestamp:
07/01/2017 04:57:13 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Remove superfluous @package WordPress and @subpackage notations used outside of file headers in a variety of core files.

Per the inline documentation standards for PHP, there should only be one @package and/or @subpackage notation per file, and only in the file header.

See #41017.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r40916 r40988  
    1717 * via the {@see 'xmlrpc_enabled'} filter found in wp_xmlrpc_server::login().
    1818 *
    19  * @package WordPress
    20  * @subpackage Publishing
    2119 * @since 1.5.0
     20 *
     21 * @see IXR_Server
    2222 */
    2323class wp_xmlrpc_server extends IXR_Server {
Note: See TracChangeset for help on using the changeset viewer.