Make WordPress Core


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

    r49108 r49120  
    9797         * @since 4.8.0
    9898         *
    99          * @param integer $number Optional. The unique order number of this widget instance
    100          *                        compared to other instances of the same class. Default -1.
     99         * @param int $number Optional. The unique order number of this widget instance
     100         *                    compared to other instances of the same class. Default -1.
    101101         */
    102102        public function _register_one( $number = -1 ) {
Note: See TracChangeset for help on using the changeset viewer.