Make WordPress Core


Ignore:
Timestamp:
11/27/2025 11:11:57 PM (6 months ago)
Author:
SergeyBiryukov
Message:

Twenty Eleven: Add missing variable names to some @param tags.

Follow-up to [25625].

Props huzaifaalmesbah.
See #64224.

File:
1 edited

Legend:

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

    r61302 r61315  
    189189             * @since Twenty Eleven 1.0
    190190             *
    191              * @param int The default header image width in pixels. Default 1000.
     191             * @param int $width The default header image width in pixels. Default 1000.
    192192             */
    193193            'width'                  => apply_filters( 'twentyeleven_header_image_width', 1000 ),
     
    197197             * @since Twenty Eleven 1.0
    198198             *
    199              * @param int The default header image height in pixels. Default 288.
     199             * @param int $height The default header image height in pixels. Default 288.
    200200             */
    201201            'height'                 => apply_filters( 'twentyeleven_header_image_height', 288 ),
Note: See TracChangeset for help on using the changeset viewer.