Make WordPress Core


Ignore:
Timestamp:
07/28/2025 07:16:52 PM (7 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/widgets.php

    r59158 r60519  
    4646
    4747    /**
    48      * Enqueue scripts.
     48     * Enqueues scripts.
    4949     *
    5050     * @since Twenty Fourteen 1.7
     
    6363
    6464    /**
    65      * Output the HTML for this widget.
     65     * Outputs the HTML for this widget.
    6666     *
    6767     * @since Twenty Fourteen 1.0
     
    257257
    258258    /**
    259      * Deal with the settings when they are saved by the admin.
     259     * Deals with the settings when they are saved by the admin.
    260260     *
    261261     * Here is where any validation should happen.
     
    281281
    282282    /**
    283      * Display the form for this widget on the Widgets page of the Admin area.
     283     * Displays the form for this widget on the Widgets page of the Admin area.
    284284     *
    285285     * @since Twenty Fourteen 1.0
Note: See TracChangeset for help on using the changeset viewer.