Make WordPress Core


Ignore:
Timestamp:
10/10/2020 08:00:30 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Standardise the type name for booleans and integers.

This brings these docs inline with the documentation standards.

Props ravipatel, justinahinon

Fixes #51426

File:
1 edited

Legend:

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

    r48782 r49120  
    5959     * @since 4.9.0
    6060     *
    61      * @param integer $number Optional. The unique order number of this widget instance
    62      *                        compared to other instances of the same class. Default -1.
     61     * @param int $number Optional. The unique order number of this widget instance
     62     *                    compared to other instances of the same class. Default -1.
    6363     */
    6464    public function _register_one( $number = -1 ) {
Note: See TracChangeset for help on using the changeset viewer.