Make WordPress Core


Ignore:
Timestamp:
04/24/2023 04:35:17 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Props laurentmagnin, pouicpouic, jbcouton, audrasjb.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-text.php

    r55553 r55681  
    4545
    4646        /**
    47          * Add hooks for enqueueing assets when registering all widget instances of this widget class.
     47         * Adds hooks for enqueueing assets when registering all widget instances of this widget class.
    4848         *
    4949         * @param int $number Optional. The unique order number of this widget instance
     
    341341
    342342        /**
    343          * Inject max-width and remove height for videos too constrained to fit inside sidebars on frontend.
     343         * Injects max-width and removes height for videos too constrained to fit inside sidebars on frontend.
    344344         *
    345345         * @since 4.9.0
     
    411411
    412412        /**
    413          * Enqueue preview scripts.
     413         * Enqueues preview scripts.
    414414         *
    415415         * These scripts normally are enqueued just-in-time when a playlist shortcode is used.
     
    511511
    512512        /**
    513          * Render form template scripts.
     513         * Renders form template scripts.
    514514         *
    515515         * @since 4.8.0
Note: See TracChangeset for help on using the changeset viewer.