Changeset 46627 for trunk/src/wp-includes/class-wp-widget-factory.php
- Timestamp:
- 11/02/2019 08:04:27 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-widget-factory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget-factory.php
r46220 r46627 37 37 * 38 38 * @since 2.8.0 39 * @deprecated 4.3.0 Use __construct() instead. 40 * 41 * @see WP_Widget_Factory::__construct() 39 42 */ 40 43 public function WP_Widget_Factory() { 41 _deprecated_constructor( 'WP_Widget_Factory', '4. 2.0' );44 _deprecated_constructor( 'WP_Widget_Factory', '4.3.0' ); 42 45 self::__construct(); 43 46 }
Note: See TracChangeset
for help on using the changeset viewer.