Make WordPress Core

Changeset 48782


Ignore:
Timestamp:
08/11/2020 12:32:22 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards.

See #50768.

Location:
trunk/src
Files:
66 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php

    r48722 r48782  
    627627
    628628        /**
    629          * Filter the default site display states for items in the Sites list table.
     629         * Filters the default site display states for items in the Sites list table.
    630630         *
    631631         * @since 5.3.0
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r48750 r48782  
    153153    private function perform_test( $callback ) {
    154154        /**
    155          * Filter the output of a finished Site Health test.
     155         * Filters the output of a finished Site Health test.
    156156         *
    157157         * @since 5.3.0
  • trunk/src/wp-admin/includes/file.php

    r48742 r48782  
    11261126
    11271127            /**
    1128              * Filter the URL where the signature for a file is located.
     1128             * Filters the URL where the signature for a file is located.
    11291129             *
    11301130             * @since 5.2.0
     
    13951395
    13961396    /**
    1397      * Filter the valid signing keys used to verify the contents of files.
     1397     * Filters the valid signing keys used to verify the contents of files.
    13981398     *
    13991399     * @since 5.2.0
  • trunk/src/wp-admin/includes/post.php

    r48743 r48782  
    21282128
    21292129    /**
    2130      * Filter whether a post is able to be edited in the block editor.
     2130     * Filters whether a post is able to be edited in the block editor.
    21312131     *
    21322132     * @since 5.0.0
     
    21642164
    21652165    /**
    2166      * Filter whether a post is able to be edited in the block editor.
     2166     * Filters whether a post is able to be edited in the block editor.
    21672167     *
    21682168     * @since 5.0.0
     
    22172217
    22182218    /**
    2219      * Filter the default array of block categories.
     2219     * Filters the default array of block categories.
    22202220     *
    22212221     * @since 5.0.0
  • trunk/src/wp-content/themes/twentyeleven/author.php

    r47122 r48782  
    5454                        <?php
    5555                        /**
    56                          * Filter the Twenty Eleven author bio avatar size.
     56                         * Filters the Twenty Eleven author bio avatar size.
    5757                         *
    5858                         * @since Twenty Eleven 1.0
  • trunk/src/wp-content/themes/twentyeleven/category.php

    r47122 r48782  
    2727                    if ( ! empty( $category_description ) ) {
    2828                        /**
    29                          * Filter the default Twenty Eleven category description.
     29                         * Filters the default Twenty Eleven category description.
    3030                         *
    3131                         * @since Twenty Eleven 1.0
  • trunk/src/wp-content/themes/twentyeleven/content-status.php

    r47122 r48782  
    3636                <?php
    3737                /**
    38                  * Filter the Twenty Eleven status avatar size.
     38                 * Filters the Twenty Eleven status avatar size.
    3939                 *
    4040                 * @since Twenty Eleven 1.0
  • trunk/src/wp-content/themes/twentyeleven/functions.php

    r47808 r48782  
    175175            // The height and width of our custom header.
    176176            /**
    177              * Filter the Twenty Eleven default header image width.
     177             * Filters the Twenty Eleven default header image width.
    178178             *
    179179             * @since Twenty Eleven 1.0
     
    183183            'width'                  => apply_filters( 'twentyeleven_header_image_width', 1000 ),
    184184            /**
    185              * Filter the Twenty Eleven default header image height.
     185             * Filters the Twenty Eleven default header image height.
    186186             *
    187187             * @since Twenty Eleven 1.0
  • trunk/src/wp-content/themes/twentyeleven/image.php

    r47122 r48782  
    9494                                        <?php
    9595                                        /**
    96                                          * Filter the Twenty Eleven default attachment size.
     96                                         * Filters the Twenty Eleven default attachment size.
    9797                                         *
    9898                                         * @since Twenty Eleven 1.0
  • trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php

    r48067 r48782  
    163163
    164164    /**
    165      * Filter the Twenty Eleven color scheme options.
     165     * Filters the Twenty Eleven color scheme options.
    166166     *
    167167     * @since Twenty Eleven 1.0
     
    197197
    198198    /**
    199      * Filter the Twenty Eleven layout options.
     199     * Filters the Twenty Eleven layout options.
    200200     *
    201201     * @since Twenty Eleven 1.0
     
    225225
    226226    /**
    227      * Filter the Twenty Eleven default options.
     227     * Filters the Twenty Eleven default options.
    228228     *
    229229     * @since Twenty Eleven 1.0
     
    399399
    400400    /**
    401      * Filter the Twenty Eleven sanitized form input array.
     401     * Filters the Twenty Eleven sanitized form input array.
    402402     *
    403403     * @since Twenty Eleven 1.0
     
    509509
    510510    /**
    511      * Filter the Twenty Eleven layout body classes.
     511     * Filters the Twenty Eleven layout body classes.
    512512     *
    513513     * @since Twenty Eleven 1.0
  • trunk/src/wp-content/themes/twentyeleven/tag.php

    r47122 r48782  
    2727                    if ( ! empty( $tag_description ) ) {
    2828                        /**
    29                          * Filter the default Twenty Eleven tag description.
     29                         * Filters the default Twenty Eleven tag description.
    3030                         *
    3131                         * @since Twenty Eleven 1.0
  • trunk/src/wp-content/themes/twentyfifteen/author-bio.php

    r45932 r48782  
    1414        <?php
    1515        /**
    16          * Filter the author bio avatar size.
     16         * Filters the author bio avatar size.
    1717         *
    1818         * @since Twenty Fifteen 1.0
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r48264 r48782  
    148148            'custom-background',
    149149            /**
    150              * Filter Twenty Fifteen custom-background support arguments.
     150             * Filters Twenty Fifteen custom-background support arguments.
    151151             *
    152152             * @since Twenty Fifteen 1.0
  • trunk/src/wp-content/themes/twentyfifteen/image.php

    r47122 r48782  
    3636                        <?php
    3737                            /**
    38                              * Filter the default Twenty Fifteen image attachment size.
     38                             * Filters the default Twenty Fifteen image attachment size.
    3939                             *
    4040                             * @since Twenty Fifteen 1.0
  • trunk/src/wp-content/themes/twentyfifteen/inc/custom-header.php

    r48264 r48782  
    2020        'custom-header',
    2121        /**
    22          * Filter Twenty Fifteen custom-header support arguments.
     22         * Filters Twenty Fifteen custom-header support arguments.
    2323         *
    2424         * @since Twenty Fifteen 1.0
  • trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php

    r48067 r48782  
    158158function twentyfifteen_get_color_schemes() {
    159159    /**
    160      * Filter the color schemes registered for use with Twenty Fifteen.
     160     * Filters the color schemes registered for use with Twenty Fifteen.
    161161     *
    162162     * The default schemes include 'default', 'dark', 'yellow', 'pink', 'purple', and 'blue'.
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r48264 r48782  
    171171            'custom-background',
    172172            /**
    173              * Filter Twenty Fourteen custom-background support arguments.
     173             * Filters Twenty Fourteen custom-background support arguments.
    174174             *
    175175             * @since Twenty Fourteen 1.0
     
    228228function twentyfourteen_get_featured_posts() {
    229229    /**
    230      * Filter the featured posts to return in Twenty Fourteen.
     230     * Filters the featured posts to return in Twenty Fourteen.
    231231     *
    232232     * @since Twenty Fourteen 1.0
     
    425425        $post = get_post();
    426426        /**
    427          * Filter the default Twenty Fourteen attachment size.
     427         * Filters the default Twenty Fourteen attachment size.
    428428         *
    429429         * @since Twenty Fourteen 1.0
  • trunk/src/wp-content/themes/twentyfourteen/inc/custom-header.php

    r48264 r48782  
    2121        'custom-header',
    2222        /**
    23          * Filter Twenty Fourteen custom-header support arguments.
     23         * Filters Twenty Fourteen custom-header support arguments.
    2424         *
    2525         * @since Twenty Fourteen 1.0
  • trunk/src/wp-content/themes/twentynineteen/image.php

    r47122 r48782  
    3131                        <?php
    3232                            /**
    33                              * Filter the default twentynineteen image attachment size.
     33                             * Filters the default twentynineteen image attachment size.
    3434                             *
    3535                             * @since Twenty Sixteen 1.0
  • trunk/src/wp-content/themes/twentynineteen/inc/color-patterns.php

    r46827 r48782  
    1919
    2020    /**
    21      * Filter Twenty Nineteen default saturation level.
     21     * Filters Twenty Nineteen default saturation level.
    2222     *
    2323     * @since Twenty Nineteen 1.0
     
    2929
    3030    /**
    31      * Filter Twenty Nineteen default selection saturation level.
     31     * Filters Twenty Nineteen default selection saturation level.
    3232     *
    3333     * @since Twenty Nineteen 1.0
     
    3939
    4040    /**
    41      * Filter Twenty Nineteen default lightness level.
     41     * Filters Twenty Nineteen default lightness level.
    4242     *
    4343     * @since Twenty Nineteen 1.0
     
    4949
    5050    /**
    51      * Filter Twenty Nineteen default hover lightness level.
     51     * Filters Twenty Nineteen default hover lightness level.
    5252     *
    5353     * @since Twenty Nineteen 1.0
     
    5959
    6060    /**
    61      * Filter Twenty Nineteen default selection lightness level.
     61     * Filters Twenty Nineteen default selection lightness level.
    6262     *
    6363     * @since Twenty Nineteen 1.0
  • trunk/src/wp-content/themes/twentyseventeen/front-page.php

    r46827 r48782  
    3535
    3636            /**
    37              * Filter number of front page sections in Twenty Seventeen.
     37             * Filters the number of front page sections in Twenty Seventeen.
    3838             *
    3939             * @since Twenty Seventeen 1.0
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r48109 r48782  
    268268
    269269    /**
    270      * Filter Twenty Seventeen content width of the theme.
     270     * Filters Twenty Seventeen content width of the theme.
    271271     *
    272272     * @since Twenty Seventeen 1.0
     
    545545
    546546/**
    547  * Filter the `sizes` value in the header image markup.
     547 * Filters the `sizes` value in the header image markup.
    548548 *
    549549 * @since Twenty Seventeen 1.0
  • trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php

    r46827 r48782  
    1515
    1616    /**
    17      * Filter Twenty Seventeen default saturation level.
     17     * Filters Twenty Seventeen default saturation level.
    1818     *
    1919     * @since Twenty Seventeen 1.0
  • trunk/src/wp-content/themes/twentyseventeen/inc/custom-header.php

    r48264 r48782  
    2020        'custom-header',
    2121        /**
    22          * Filter Twenty Seventeen custom-header support arguments.
     22         * Filters Twenty Seventeen custom-header support arguments.
    2323         *
    2424         * @since Twenty Seventeen 1.0
  • trunk/src/wp-content/themes/twentyseventeen/inc/customizer.php

    r48067 r48782  
    117117
    118118    /**
    119      * Filter number of front page sections in Twenty Seventeen.
     119     * Filters the number of front page sections in Twenty Seventeen.
    120120     *
    121121     * @since Twenty Seventeen 1.0
  • trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php

    r48103 r48782  
    214214
    215215    /**
    216      * Filter Twenty Seventeen social links icons.
     216     * Filters Twenty Seventeen social links icons.
    217217     *
    218218     * @since Twenty Seventeen 1.0
  • trunk/src/wp-content/themes/twentyseventeen/inc/template-functions.php

    r46827 r48782  
    7777
    7878    /**
    79      * Filter number of front page sections in Twenty Seventeen.
     79     * Filters the number of front page sections in Twenty Seventeen.
    8080     *
    8181     * @since Twenty Seventeen 1.0
  • trunk/src/wp-content/themes/twentysixteen/header.php

    r48290 r48782  
    8686                <?php
    8787                    /**
    88                      * Filter the default twentysixteen custom header sizes attribute.
     88                     * Filters the default twentysixteen custom header sizes attribute.
    8989                     *
    9090                     * @since Twenty Sixteen 1.0
  • trunk/src/wp-content/themes/twentysixteen/image.php

    r47122 r48782  
    3737                        <?php
    3838                            /**
    39                              * Filter the default twentysixteen image attachment size.
     39                             * Filters the default twentysixteen image attachment size.
    4040                             *
    4141                             * @since Twenty Sixteen 1.0
  • trunk/src/wp-content/themes/twentysixteen/inc/customizer.php

    r48264 r48782  
    2323        'custom-background',
    2424        /**
    25          * Filter the arguments used when adding 'custom-background' support in Twenty Sixteen.
     25         * Filters the arguments used when adding 'custom-background' support in Twenty Sixteen.
    2626         *
    2727         * @since Twenty Sixteen 1.0
     
    4444        'custom-header',
    4545        /**
    46          * Filter the arguments used when adding 'custom-header' support in Twenty Sixteen.
     46         * Filters the arguments used when adding 'custom-header' support in Twenty Sixteen.
    4747         *
    4848         * @since Twenty Sixteen 1.0
     
    292292function twentysixteen_get_color_schemes() {
    293293    /**
    294      * Filter the color schemes registered for use with Twenty Sixteen.
     294     * Filters the color schemes registered for use with Twenty Sixteen.
    295295     *
    296296     * The default schemes include 'default', 'dark', 'gray', 'red', and 'yellow'.
  • trunk/src/wp-content/themes/twentysixteen/template-parts/biography.php

    r45932 r48782  
    1313        <?php
    1414        /**
    15          * Filter the Twenty Sixteen author bio avatar size.
     15         * Filters the Twenty Sixteen author bio avatar size.
    1616         *
    1717         * @since Twenty Sixteen 1.0
  • trunk/src/wp-content/themes/twentyten/author.php

    r47122 r48782  
    4242                            <?php
    4343                            /**
    44                              * Filter the Twenty Ten author bio avatar size.
     44                             * Filters the Twenty Ten author bio avatar size.
    4545                             *
    4646                             * @since Twenty Ten 1.0
  • trunk/src/wp-content/themes/twentyten/functions.php

    r47886 r48782  
    158158            // The height and width of our custom header.
    159159            /**
    160              * Filter the Twenty Ten default header image width.
     160             * Filters the Twenty Ten default header image width.
    161161             *
    162162             * @since Twenty Ten 1.0
     
    166166            'width'               => apply_filters( 'twentyten_header_image_width', 940 ),
    167167            /**
    168              * Filter the Twenty Ten defaul header image height.
     168             * Filters the Twenty Ten defaul header image height.
    169169             *
    170170             * @since Twenty Ten 1.0
  • trunk/src/wp-content/themes/twentyten/loop-attachment.php

    r47122 r48782  
    124124                            <?php
    125125                            /**
    126                              * Filter the Twenty Ten default attachment width.
     126                             * Filters the Twenty Ten default attachment width.
    127127                             *
    128128                             * @since Twenty Ten 1.0
     
    132132                            $attachment_width = apply_filters( 'twentyten_attachment_size', 900 );
    133133                            /**
    134                              * Filter the Twenty Ten default attachment height.
     134                             * Filters the Twenty Ten default attachment height.
    135135                             *
    136136                             * @since Twenty Ten 1.0
  • trunk/src/wp-content/themes/twentythirteen/author-bio.php

    r45932 r48782  
    1313        <?php
    1414        /**
    15          * Filter the author bio avatar size.
     15         * Filters the author bio avatar size.
    1616         *
    1717         * @since Twenty Thirteen 1.0
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r48067 r48782  
    552552    function twentythirteen_the_attached_image() {
    553553        /**
    554          * Filter the image attachment size to use.
     554         * Filters the image attachment size to use.
    555555         *
    556556         * @since Twenty thirteen 1.0
  • trunk/src/wp-content/themes/twentytwelve/author.php

    r47122 r48782  
    5858                    <?php
    5959                    /**
    60                      * Filter the author bio avatar size.
     60                     * Filters the author bio avatar size.
    6161                     *
    6262                     * @since Twenty Twelve 1.0
  • trunk/src/wp-content/themes/twentytwelve/content-status.php

    r45932 r48782  
    2020            <?php
    2121            /**
    22              * Filter the status avatar size.
     22             * Filters the status avatar size.
    2323             *
    2424             * @since Twenty Twelve 1.0
  • trunk/src/wp-content/themes/twentytwelve/image.php

    r47122 r48782  
    9494                                    <?php
    9595                                    /**
    96                                      * Filter the image attachment size to use.
     96                                     * Filters the image attachment size to use.
    9797                                     *
    9898                                     * @since Twenty Twelve 1.0
  • trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php

    r48102 r48782  
    504504function twentytwenty_customize_opacity_range() {
    505505    /**
    506      * Filter the input attributes for opacity
     506     * Filters the input attributes for opacity
    507507     *
    508508     * @param array $attrs {
  • trunk/src/wp-includes/class-wp-comment-query.php

    r48586 r48782  
    383383
    384384        /**
    385          * Filter the comments data before the query takes place.
     385         * Filters the comments data before the query takes place.
    386386         *
    387387         * Return a non-null value to bypass WordPress's default comment queries.
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r48609 r48782  
    19421942
    19431943    /**
    1944      * Filter the X-Frame-Options and Content-Security-Policy headers to ensure frontend can load in customizer.
     1944     * Filters the X-Frame-Options and Content-Security-Policy headers to ensure frontend can load in customizer.
    19451945     *
    19461946     * @since 4.7.0
     
    32773277
    32783278    /**
    3279      * Filter heartbeat settings for the Customizer.
     3279     * Filters heartbeat settings for the Customizer.
    32803280     *
    32813281     * @since 4.9.0
  • trunk/src/wp-includes/class-wp-network-query.php

    r48104 r48782  
    201201
    202202        /**
    203          * Filter the network data before the query takes place.
     203         * Filters the network data before the query takes place.
    204204         *
    205205         * Return a non-null value to bypass WordPress's default network queries.
  • trunk/src/wp-includes/class-wp-recovery-mode-cookie-service.php

    r47122 r48782  
    3737
    3838        /**
    39          * Filter the length of time a Recovery Mode cookie is valid for.
     39         * Filters the length of time a Recovery Mode cookie is valid for.
    4040         *
    4141         * @since 5.2.0
     
    4444         */
    4545        $length = apply_filters( 'recovery_mode_cookie_length', WEEK_IN_SECONDS );
     46
    4647        $expire = time() + $length;
    4748
  • trunk/src/wp-includes/class-wp-recovery-mode-email-service.php

    r48765 r48782  
    203203
    204204        /**
    205          * Filter the contents of the Recovery Mode email.
     205         * Filters the contents of the Recovery Mode email.
    206206         *
    207207         * @since 5.2.0
  • trunk/src/wp-includes/class-wp-recovery-mode-link-service.php

    r47122 r48782  
    115115
    116116        /**
    117          * Filter the URL to begin recovery mode.
     117         * Filters the URL to begin recovery mode.
    118118         *
    119119         * @since 5.2.0
  • trunk/src/wp-includes/class-wp-recovery-mode.php

    r48590 r48782  
    298298    protected function get_email_rate_limit() {
    299299        /**
    300          * Filter the rate limit between sending new recovery mode email links.
     300         * Filters the rate limit between sending new recovery mode email links.
    301301         *
    302302         * @since 5.2.0
     
    320320
    321321        /**
    322          * Filter the amount of time the recovery mode email link is valid for.
     322         * Filters the amount of time the recovery mode email link is valid for.
    323323         *
    324324         * The ttl must be at least as long as the email rate limit.
  • trunk/src/wp-includes/class-wp-site-query.php

    r48576 r48782  
    292292
    293293        /**
    294          * Filter the site data before the get_sites query takes place.
     294         * Filters the site data before the get_sites query takes place.
    295295         *
    296296         * Return a non-null value to bypass WordPress's default site queries.
  • trunk/src/wp-includes/class-wp-term-query.php

    r48663 r48782  
    689689
    690690        /**
    691          * Filter the terms array before the query takes place.
     691         * Filters the terms array before the query takes place.
    692692         *
    693693         * Return a non-null value to bypass WordPress's default term queries.
  • trunk/src/wp-includes/cron.php

    r48590 r48782  
    864864
    865865    /**
    866      * Filter the schedule for a hook.
     866     * Filters the schedule for a hook.
    867867     *
    868868     * @since 5.1.0
  • trunk/src/wp-includes/customize/class-wp-customize-custom-css-setting.php

    r48067 r48782  
    9191
    9292    /**
    93      * Filter `wp_get_custom_css` for applying the customized value.
     93     * Filters `wp_get_custom_css` for applying the customized value.
    9494     *
    9595     * This is used in the preview when `wp_get_custom_css()` is called for rendering the styles.
  • trunk/src/wp-includes/media.php

    r48716 r48782  
    15541554
    15551555    /**
    1556      * Filter whether an image path or URI matches image meta.
     1556     * Filters whether an image path or URI matches image meta.
    15571557     *
    15581558     * @since 5.5.0
  • trunk/src/wp-includes/post.php

    r48665 r48782  
    73317331
    73327332/**
    7333  * Filter the SQL clauses of an attachment query to include filenames.
     7333 * Filters the SQL clauses of an attachment query to include filenames.
    73347334 *
    73357335 * @since 4.7.0
  • trunk/src/wp-includes/rest-api.php

    r48767 r48782  
    787787
    788788/**
    789  * Filter the API response to include only a white-listed set of response object fields.
     789 * Filters the API response to include only a white-listed set of response object fields.
    790790 *
    791791 * @since 4.8.0
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php

    r48656 r48782  
    309309
    310310        /**
    311          * Filter collection parameters for the block directory controller.
     311         * Filters collection parameters for the block directory controller.
    312312         *
    313313         * @since 5.5.0
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php

    r48218 r48782  
    450450
    451451            /**
    452              * Filter whether comments can be created without authentication.
     452             * Filters whether comments can be created without authentication.
    453453             *
    454454             * Enables creating comments for anonymous users.
     
    16771677
    16781678        /**
    1679          * Filter collection parameters for the comments controller.
     1679         * Filters collection parameters for the comments controller.
    16801680         *
    16811681         * This filter registers the collection parameter, but does not map the
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php

    r48765 r48782  
    24122412
    24132413        /**
    2414          * Filter the post's schema.
     2414         * Filters the post's schema.
    24152415         *
    24162416         * The dynamic portion of the filter, `$this->post_type`, refers to the
     
    27532753
    27542754        /**
    2755          * Filter collection parameters for the posts controller.
     2755         * Filters collection parameters for the posts controller.
    27562756         *
    27572757         * The dynamic part of the filter `$this->post_type` refers to the post
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php

    r48275 r48782  
    10821082
    10831083        /**
    1084          * Filter collection parameters for the terms controller.
     1084         * Filters collection parameters for the terms controller.
    10851085         *
    10861086         * The dynamic part of the filter `$this->taxonomy` refers to the taxonomy
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php

    r48628 r48782  
    440440
    441441        /**
    442          * Filter collection parameters for the themes controller.
     442         * Filters collection parameters for the themes controller.
    443443         *
    444444         * @since 5.0.0
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php

    r48692 r48782  
    15601560
    15611561        /**
    1562          * Filter collection parameters for the users controller.
     1562         * Filters collection parameters for the users controller.
    15631563         *
    15641564         * This filter registers the collection parameter, but does not map the
  • trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php

    r48474 r48782  
    3939
    4040        /**
    41          * Filter the list of taxonomy object subtypes available within the sitemap.
     41         * Filters the list of taxonomy object subtypes available within the sitemap.
    4242         *
    4343         * @since 5.5.0
  • trunk/src/wp-includes/taxonomy.php

    r48695 r48782  
    20512051
    20522052    /**
    2053      * Filter arguments for retrieving object terms.
     2053     * Filters arguments for retrieving object terms.
    20542054     *
    20552055     * @since 4.9.0
  • trunk/src/wp-includes/update.php

    r48688 r48782  
    106106
    107107    /**
    108      * Filter the query arguments sent as part of the core version check.
     108     * Filters the query arguments sent as part of the core version check.
    109109     *
    110110     * WARNING: Changing this data may result in your site not receiving security updates.
  • trunk/src/wp-includes/user.php

    r48658 r48782  
    897897
    898898    /**
    899      * Filter the user count before queries are run. Return a non-null value to cause count_users()
    900      * to return early.
     899     * Filters the user count before queries are run.
     900     *
     901     * Return a non-null value to cause count_users() to return early.
    901902     *
    902903     * @since 5.1.0
  • trunk/src/wp-includes/widgets/class-wp-widget-custom-html.php

    r47122 r48782  
    8484
    8585    /**
    86      * Filter gallery shortcode attributes.
     86     * Filters gallery shortcode attributes.
    8787     *
    8888     * Prevents all of a site's attachments from being shown in a gallery displayed on a
  • trunk/src/wp-includes/widgets/class-wp-widget-text.php

    r47198 r48782  
    194194
    195195    /**
    196      * Filter gallery shortcode attributes.
     196     * Filters gallery shortcode attributes.
    197197     *
    198198     * Prevents all of a site's attachments from being shown in a gallery displayed on a
Note: See TracChangeset for help on using the changeset viewer.