Make WordPress Core


Ignore:
Timestamp:
07/26/2025 03:55:15 PM (14 months ago)
Author:
SergeyBiryukov
Message:

Twenty Twelve: Use third-person singular verbs for some more function descriptions.

Reference: PHP Documentation Standards: Documenting Tips.

Follow-up to [60508].

See #63692.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwelve/inc/custom-header.php

    r60508 r60514  
    4949
    5050/**
    51  * Load our special font CSS file.
     51 * Loads our special font CSS file.
    5252 *
    5353 * @since Twenty Twelve 1.2
     
    6262
    6363/**
    64  * Style the header text displayed on the blog.
     64 * Styles the header text displayed on the blog.
    6565 *
    6666 * get_header_textcolor() options: 515151 is default, hide text (returns 'blank'), or any hex value.
     
    102102
    103103/**
    104  * Style the header image displayed on the Appearance > Header admin panel.
     104 * Styles the header image displayed on the Appearance > Header admin panel.
    105105 *
    106106 * @since Twenty Twelve 1.0
     
    142142
    143143/**
    144  * Output markup to be displayed on the Appearance > Header admin panel.
     144 * Outputs markup to be displayed on the Appearance > Header admin panel.
    145145 *
    146146 * This callback overrides the default markup displayed there.
     
    169169
    170170/**
    171  * Output markup to be displayed.
     171 * Outputs markup to be displayed.
    172172 *
    173173 * @since Twenty Twelve 4.1
Note: See TracChangeset for help on using the changeset viewer.