Make WordPress Core


Ignore:
Timestamp:
10/10/2020 08:00:30 PM (5 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-text.php

    r48782 r49120  
    4646     * Add hooks for enqueueing assets when registering all widget instances of this widget class.
    4747     *
    48      * @param integer $number Optional. The unique order number of this widget instance
    49      *                        compared to other instances of the same class. Default -1.
     48     * @param int $number Optional. The unique order number of this widget instance
     49     *                    compared to other instances of the same class. Default -1.
    5050     */
    5151    public function _register_one( $number = -1 ) {
Note: See TracChangeset for help on using the changeset viewer.