Make WordPress Core


Ignore:
Timestamp:
07/23/2020 01:48:37 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for wp_convert_widget_settings() parameters.

Props stevenlinx.
Fixes #50738.

File:
1 edited

Legend:

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

    r47936 r48580  
    152152     * @since 2.8.0
    153153     *
    154      * @param string $id_base         Optional Base ID for the widget, lowercase and unique. If left empty,
     154     * @param string $id_base         Optional. Base ID for the widget, lowercase and unique. If left empty,
    155155     *                                a portion of the widget's class name will be used. Has to be unique.
    156156     * @param string $name            Name for the widget displayed on the configuration page.
     
    182182     * @see WP_Widget::__construct()
    183183     *
    184      * @param string $id_base         Optional Base ID for the widget, lowercase and unique. If left empty,
     184     * @param string $id_base         Optional. Base ID for the widget, lowercase and unique. If left empty,
    185185     *                                a portion of the widget's class name will be used. Has to be unique.
    186186     * @param string $name            Name for the widget displayed on the configuration page.
Note: See TracChangeset for help on using the changeset viewer.