Make WordPress Core

Changeset 40989


Ignore:
Timestamp:
07/01/2017 05:10:37 PM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Remove a few more superfluous @package WordPress and @subpackage notations outside of file headers missed in [40988].

See #41017.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r40986 r40989  
    1212 * Manipulates $_POST directly.
    1313 *
    14  * @package WordPress
    1514 * @since 2.6.0
    1615 *
     
    16611660 * Creates autosave data for the specified post from $_POST data.
    16621661 *
    1663  * @package WordPress
    1664  * @subpackage Post_Revisions
    16651662 * @since 2.6.0
    16661663 *
  • trunk/src/wp-includes/cache.php

    r40929 r40989  
    284284 * exists, then this file will not be included.
    285285 *
    286  * @package WordPress
    287  * @subpackage Cache
    288286 * @since 2.0.0
    289287 */
  • trunk/src/wp-includes/wp-db.php

    r40906 r40989  
    4646 * @link https://codex.wordpress.org/Function_Reference/wpdb_Class
    4747 *
    48  * @package WordPress
    49  * @subpackage Database
    5048 * @since 0.71
    5149 */
Note: See TracChangeset for help on using the changeset viewer.