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.php

    r27246 r27262  
    4848 *
    4949 * @since 2.5.0
    50  * @package WordPress
    51  * @subpackage Installer
    5250 */
    5351function display_header() {
     
    7472 *
    7573 * @since 2.8.0
    76  * @package WordPress
    77  * @subpackage Installer
    7874 */
    7975function display_setup_form( $error = null ) {
Note: See TracChangeset for help on using the changeset viewer.