Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

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

    r37466 r37488  
    113113        $tables = $wpdb->tables( 'blog' );
    114114        /**
    115          * Filter the tables to drop when the site is deleted.
     115         * Filters the tables to drop when the site is deleted.
    116116         *
    117117         * @since MU
     
    129129
    130130        /**
    131          * Filter the upload base directory to delete when the site is deleted.
     131         * Filters the upload base directory to delete when the site is deleted.
    132132         *
    133133         * @since MU
     
    292292
    293293    /**
    294      * Filter the email text sent when the site admin email is changed.
     294     * Filters the email text sent when the site admin email is changed.
    295295     *
    296296     * The following strings have a special meaning and will get replaced dynamically:
     
    372372
    373373        /**
    374          * Filter the email text sent when a user changes emails.
     374         * Filters the email text sent when a user changes emails.
    375375         *
    376376         * The following strings have a special meaning and will get replaced dynamically:
     
    605605
    606606    /**
    607      * Filter the language codes.
     607     * Filters the language codes.
    608608     *
    609609     * @since MU
     
    731731
    732732    /**
    733      * Filter the languages available in the dropdown.
     733     * Filters the languages available in the dropdown.
    734734     *
    735735     * @since MU
     
    874874
    875875    /**
    876      * Filter whether this network can be edited from this page.
     876     * Filters whether this network can be edited from this page.
    877877     *
    878878     * @since 3.1.0
     
    10481048
    10491049    /**
    1050      * Filter the links that appear on site-editing network pages
     1050     * Filters the links that appear on site-editing network pages
    10511051     *
    10521052     * Default links: 'site-info', 'site-users', 'site-themes', and 'site-settings'
Note: See TracChangeset for help on using the changeset viewer.