Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:49:05 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in remaining wp-includes/* files 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-includes/script-loader.php

    r37472 r37518  
    139139        did_action( 'init' ) && $scripts->localize( 'heartbeat', 'heartbeatSettings',
    140140                /**
    141                  * Filter the Heartbeat settings.
     141                 * Filters the Heartbeat settings.
    142142                 *
    143143                 * @since 3.6.0
     
    153153
    154154                /**
    155                  * Filter the authentication check interval.
     155                 * Filters the authentication check interval.
    156156                 *
    157157                 * @since 3.6.0
     
    361361        did_action( 'init' ) && $scripts->localize( 'mediaelement', '_wpmejsSettings',
    362362                /**
    363                  * Filter the MediaElement configuration settings.
     363                 * Filters the MediaElement configuration settings.
    364364                 *
    365365                 * @since 4.4.0
     
    928928
    929929        /**
    930          * Filter whether to print the head scripts.
     930         * Filters whether to print the head scripts.
    931931         *
    932932         * @since 2.8.0
     
    963963
    964964        /**
    965          * Filter whether to print the footer scripts.
     965         * Filters whether to print the footer scripts.
    966966         *
    967967         * @since 2.8.0
     
    10991099
    11001100        /**
    1101          * Filter whether to print the admin styles.
     1101         * Filters whether to print the admin styles.
    11021102         *
    11031103         * @since 2.8.0
     
    11351135
    11361136        /**
    1137          * Filter whether to print the styles queued too late for the HTML head.
     1137         * Filters whether to print the styles queued too late for the HTML head.
    11381138         *
    11391139         * @since 3.3.0
Note: See TracChangeset for help on using the changeset viewer.