Make WordPress Core


Ignore:
Timestamp:
05/25/2016 04:04:37 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs.

See #36913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r37541 r37560  
    25242524function wp_head() {
    25252525        /**
    2526          * Print scripts or data in the head tag on the front end.
     2526         * Prints scripts or data in the head tag on the front end.
    25272527         *
    25282528         * @since 1.5.0
     
    25402540function wp_footer() {
    25412541        /**
    2542          * Print scripts or data before the closing body tag on the front end.
     2542         * Prints scripts or data before the closing body tag on the front end.
    25432543         *
    25442544         * @since 1.5.1
Note: See TracChangeset for help on using the changeset viewer.