Make WordPress Core


Ignore:
Timestamp:
01/06/2024 09:45:44 AM (3 years ago)
Author:
costdev
Message:

Docs: Fix typo in twentyten_header_image_height filter's docblock.

This corrects a minor typo from "defaul" to "default" in the docblock of the twentyten_header_image_height filter.

Props mukesh27.
See #59651.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/functions.php

    r56583 r57243  
    173173                        'width'               => apply_filters( 'twentyten_header_image_width', 940 ),
    174174                        /**
    175                          * Filters the Twenty Ten defaul header image height.
     175                         * Filters the Twenty Ten default header image height.
    176176                         *
    177177                         * @since Twenty Ten 1.0
Note: See TracChangeset for help on using the changeset viewer.