Make WordPress Core


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

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

Follow-up to [25627].

Props huzaifaalmesbah.
See #64224.

File:
1 edited

Legend:

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

    r56549 r61314  
    128128                             * @since Twenty Ten 1.0
    129129                             *
    130                              * @param int The default attachment width in pixels. Default 900.
     130                             * @param int $width The default attachment width in pixels. Default 900.
    131131                             */
    132132                            $attachment_width = apply_filters( 'twentyten_attachment_size', 900 );
     
    136136                             * @since Twenty Ten 1.0
    137137                             *
    138                              * @param int The default attachment height in pixels. Default 900.
     138                             * @param int $height The default attachment height in pixels. Default 900.
    139139                             */
    140140                            $attachment_height = apply_filters( 'twentyten_attachment_height', 900 );
Note: See TracChangeset for help on using the changeset viewer.