Changeset 55398 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 02/21/2023 04:37:03 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget.php
r54133 r55398 153 153 * @since 2.8.0 154 154 * 155 * @param string $id_base Optional.Base ID for the widget, lowercase and unique. If left empty,155 * @param string $id_base Base ID for the widget, lowercase and unique. If left empty, 156 156 * a portion of the widget's PHP class name will be used. Has to be unique. 157 157 * @param string $name Name for the widget displayed on the configuration page. … … 189 189 * @see WP_Widget::__construct() 190 190 * 191 * @param string $id_base Optional.Base ID for the widget, lowercase and unique. If left empty,191 * @param string $id_base Base ID for the widget, lowercase and unique. If left empty, 192 192 * a portion of the widget's PHP class name will be used. Has to be unique. 193 193 * @param string $name Name for the widget displayed on the configuration page.
Note: See TracChangeset
for help on using the changeset viewer.