Make WordPress Core


Ignore:
Timestamp:
07/24/2025 02:45:00 PM (8 months ago)
Author:
SergeyBiryukov
Message:

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

Reference: PHP Documentation Standards: Documenting Tips.

Props vladimiraus, mukesh27, SergeyBiryukov.
See #63692.

File:
1 edited

Legend:

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

    r59832 r60508  
    11<?php
    22/**
    3  * Implement an optional custom header for Twenty Twelve
     3 * Implements an optional custom header for Twenty Twelve
    44 *
    55 * See https://codex.wordpress.org/Custom_Headers
     
    1111
    1212/**
    13  * Set up the WordPress core custom header arguments and settings.
     13 * Sets up the WordPress core custom header arguments and settings.
    1414 *
    1515 * @uses add_theme_support() to register support for 3.4 and up.
Note: See TracChangeset for help on using the changeset viewer.