Make WordPress Core


Ignore:
Timestamp:
07/24/2025 02:24:09 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Twenty Eleven: 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/twentyeleven/inc/theme-options.php

    r60159 r60506  
    2525
    2626/**
    27  * Register the form setting for our twentyeleven_options array.
     27 * Registers the form setting for our twentyeleven_options array.
    2828 *
    2929 * This function is attached to the admin_init action hook.
     
    8585
    8686/**
    87  * Add a theme options page to the admin menu, including some help documentation.
     87 * Adds a theme options page to the admin menu, including some help documentation.
    8888 *
    8989 * This function is attached to the admin_menu action hook.
     
    410410
    411411/**
    412  * Enqueue the styles for the current color scheme.
     412 * Enqueues the styles for the current color scheme.
    413413 *
    414414 * @since Twenty Eleven 1.0
     
    434434
    435435/**
    436  * Add a style block to the theme for the current link color.
     436 * Adds a style block to the theme for the current link color.
    437437 *
    438438 * This function is attached to the wp_head action hook.
     
    483483
    484484/**
    485  * Add Twenty Eleven layout classes to the array of body classes.
     485 * Adds Twenty Eleven layout classes to the array of body classes.
    486486 *
    487487 * @since Twenty Eleven 1.0
Note: See TracChangeset for help on using the changeset viewer.