Make WordPress Core

Changeset 49787


Ignore:
Timestamp:
12/10/2020 11:25:26 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix some docblock issues introduced in 5.6.

See #51800

Location:
trunk/src/wp-includes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-supports/generated-classname.php

    r49580 r49787  
    88/**
    99 * Get the generated classname from a given block name.
     10 *
     11 * @since 5.6.0
    1012 *
    1113 * @access private
     
    2628     * Filters the default block className for server rendered blocks.
    2729     *
     30     * @since 5.6.0
     31     *
    2832     * @param string     $class_name The current applied classname.
    2933     * @param string     $block_name The block name.
     
    3640/**
    3741 * Add the generated classnames to the output.
     42 *
     43 * @since 5.6.0
    3844 *
    3945 * @access private
  • trunk/src/wp-includes/class-wp-application-passwords.php

    r49764 r49787  
    1919     * @since 5.6.0
    2020     *
    21      * @type string
     21     * @var string
    2222     */
    2323    const USERMETA_KEY_APPLICATION_PASSWORDS = '_application_passwords';
     
    2828     * @since 5.6.0
    2929     *
    30      * @type string
     30     * @var string
    3131     */
    3232    const OPTION_KEY_IN_USE = 'using_application_passwords';
     
    3737     * @since 5.6.0
    3838     *
    39      * @type int
     39     * @var int
    4040     */
    4141    const PW_LENGTH = 24;
  • trunk/src/wp-includes/rest-api/class-wp-rest-server.php

    r49785 r49787  
    14401440         * Filters the maximum number of requests that can be included in a batch.
    14411441         *
     1442         * @since 5.6.0
     1443         *
    14421444         * @param int $max_size The maximum size.
    14431445         */
  • trunk/src/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php

    r49103 r49787  
    7070         *
    7171         * Enables adding extra arguments or setting defaults for a term search request.
     72         *
     73         * @since 5.6.0
    7274         *
    7375         * @param array           $query_args Key value array of query var to query value.
Note: See TracChangeset for help on using the changeset viewer.