Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (10 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/admin-footer.php

    r37279 r37488  
    3434                $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) );
    3535                /**
    36                  * Filter the "Thank you" text displayed in the admin footer.
     36                 * Filters the "Thank you" text displayed in the admin footer.
    3737                 *
    3838                 * @since 2.8.0
     
    4646                <?php
    4747                /**
    48                  * Filter the version/update text displayed in the admin footer.
     48                 * Filters the version/update text displayed in the admin footer.
    4949                 *
    5050                 * WordPress prints the current version and update information,
Note: See TracChangeset for help on using the changeset viewer.