Make WordPress Core

Changeset 54063


Ignore:
Timestamp:
09/02/2022 06:56:12 AM (3 years ago)
Author:
audrasjb
Message:

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

This addresses various files modified in changeset [54062].

See #55646.

Location:
trunk/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-custom-background.php

    r54062 r54063  
    3939
    4040    /**
    41      * Constructor - Register administration header callback.
     41     * Constructor - Registers administration header callback.
    4242     *
    4343     * @since 3.0.0
     
    5858
    5959    /**
    60      * Set up the hooks for the Custom Background admin page.
     60     * Sets up the hooks for the Custom Background admin page.
    6161     *
    6262     * @since 3.0.0
     
    7878
    7979    /**
    80      * Set up the enqueue for the CSS & JavaScript files.
     80     * Sets up the enqueue for the CSS & JavaScript files.
    8181     *
    8282     * @since 3.0.0
     
    107107
    108108    /**
    109      * Execute custom background modification.
     109     * Executes custom background modification.
    110110     *
    111111     * @since 3.0.0
     
    223223
    224224    /**
    225      * Display the custom background page.
     225     * Displays the custom background page.
    226226     *
    227227     * @since 3.0.0
     
    481481
    482482    /**
    483      * Handle an Image upload for the background image.
     483     * Handles an Image upload for the background image.
    484484     *
    485485     * @since 3.0.0
     
    538538
    539539    /**
    540      * Ajax handler for adding custom background context to an attachment.
     540     * Handles Ajax request for adding custom background context to an attachment.
    541541     *
    542542     * Triggers when the user adds a new background image from the
  • trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php

    r53330 r54063  
    6868
    6969    /**
    70      * Return a list of slugs of installed plugins, if known.
     70     * Returns a list of slugs of installed plugins, if known.
    7171     *
    7272     * Uses the transient data from the updates API to determine the slugs of
     
    322322
    323323    /**
    324      * Override parent views so we can use the filter bar display.
     324     * Overrides parent views so we can use the filter bar display.
    325325     */
    326326    public function views() {
  • trunk/src/wp-admin/install.php

    r54062 r54063  
    8181
    8282/**
    83  * Display installer setup form.
     83 * Displays installer setup form.
    8484 *
    8585 * @since 2.8.0
  • trunk/src/wp-admin/options-reading.php

    r54062 r54063  
    188188    <?php
    189189    /**
    190      * Enable the legacy 'Site visibility' privacy options.
     190     * Enables the legacy 'Site visibility' privacy options.
    191191     *
    192192     * By default the privacy options form displays a single checkbox to 'discourage' search
  • trunk/src/wp-includes/media-template.php

    r54062 r54063  
    99
    1010/**
    11  * Output the markup for a audio tag to be used in an Underscore template
     11 * Outputs the markup for a audio tag to be used in an Underscore template
    1212 * when data.model is passed.
    1313 *
     
    4949
    5050/**
    51  * Output the markup for a video tag to be used in an Underscore template
     51 * Outputs the markup for a video tag to be used in an Underscore template
    5252 * when data.model is passed.
    5353 *
Note: See TracChangeset for help on using the changeset viewer.