Changeset 49120 for trunk/src/wp-includes/widgets/class-wp-widget-text.php
- Timestamp:
- 10/10/2020 08:00:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r48782 r49120 46 46 * Add hooks for enqueueing assets when registering all widget instances of this widget class. 47 47 * 48 * @param int eger$number Optional. The unique order number of this widget instance49 * 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. 50 50 */ 51 51 public function _register_one( $number = -1 ) {
Note: See TracChangeset
for help on using the changeset viewer.