Changeset 48580 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 07/23/2020 01:48:37 PM (6 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
r47936 r48580 152 152 * @since 2.8.0 153 153 * 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, 155 155 * a portion of the widget's class name will be used. Has to be unique. 156 156 * @param string $name Name for the widget displayed on the configuration page. … … 182 182 * @see WP_Widget::__construct() 183 183 * 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, 185 185 * a portion of the widget's class name will be used. Has to be unique. 186 186 * @param string $name Name for the widget displayed on the configuration page.
Note: See TracChangeset
for help on using the changeset viewer.