Make WordPress Core


Ignore:
Timestamp:
07/28/2025 07:16:52 PM (3 months ago)
Author:
SergeyBiryukov
Message:

Twenty Fourteen: 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/twentyfourteen/inc/back-compat.php

    r51155 r60519  
    1313
    1414/**
    15  * Prevent switching to Twenty Fourteen on old versions of WordPress.
     15 * Prevents switching to Twenty Fourteen on old versions of WordPress.
    1616 *
    1717 * Switches to the default theme.
     
    2727
    2828/**
    29  * Add message for unsuccessful theme switch.
     29 * Adds message for unsuccessful theme switch.
    3030 *
    3131 * Prints an update nag after an unsuccessful attempt to switch to
     
    4646
    4747/**
    48  * Prevent the Customizer from being loaded on WordPress versions prior to 3.6.
     48 * Prevents the Customizer from being loaded on WordPress versions prior to 3.6.
    4949 *
    5050 * @since Twenty Fourteen 1.0
     
    6666
    6767/**
    68  * Prevent the Theme Preview from being loaded on WordPress versions prior to 3.4.
     68 * Prevents the Theme Preview from being loaded on WordPress versions prior to 3.4.
    6969 *
    7070 * @since Twenty Fourteen 1.0
Note: See TracChangeset for help on using the changeset viewer.