Make WordPress Core


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

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

See #50768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.