Changeset 49120 for trunk/src/wp-includes/widgets/class-wp-widget-media.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-media.php
r49108 r49120 97 97 * @since 4.8.0 98 98 * 99 * @param int eger$number Optional. The unique order number of this widget instance100 * 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. 101 101 */ 102 102 public function _register_one( $number = -1 ) {
Note: See TracChangeset
for help on using the changeset viewer.