Make WordPress Core


Ignore:
Timestamp:
02/25/2014 05:13:08 PM (11 years ago)
Author:
DrewAPicture
Message:

Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core.

See #27200.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install-helper.php

    r19935 r27262  
    4444 *
    4545 * @since 1.0.0
    46  * @package WordPress
    47  * @subpackage Plugin
     46 *
    4847 * @uses $wpdb
    4948 *
     
    7675 *
    7776 * @since 1.0.0
    78  * @package WordPress
    79  * @subpackage Plugin
     77 *
    8078 * @uses $wpdb
    8179 *
     
    109107 *
    110108 * @since 1.0.0
    111  * @package WordPress
    112  * @subpackage Plugin
     109 *
    113110 * @uses $wpdb
    114111 *
     
    153150 *
    154151 * @since 1.0.0
    155  * @package WordPress
    156  * @subpackage Plugin
    157152 *
    158153 * @param string $table_name Table name
Note: See TracChangeset for help on using the changeset viewer.