Changeset 46627
- Timestamp:
- 11/02/2019 08:04:27 PM (5 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
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 } -
trunk/src/wp-includes/class-wp-widget.php
r45590 r46627 178 178 * 179 179 * @since 2.8.0 180 * 181 * @see __construct() 180 * @deprecated 4.3.0 Use __construct() instead. 181 * 182 * @see WP_Widget::__construct() 182 183 * 183 184 * @param string $id_base Optional Base ID for the widget, lowercase and unique. If left empty,
Note: See TracChangeset
for help on using the changeset viewer.