Make WordPress Core


Ignore:
Timestamp:
08/11/2020 12:32:22 AM (6 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/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
Note: See TracChangeset for help on using the changeset viewer.