Changeset 36541 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 02/16/2016 11:19:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget.php
r35955 r36541 169 169 */ 170 170 public function WP_Widget( $id_base, $name, $widget_options = array(), $control_options = array() ) { 171 _deprecated_constructor( 'WP_Widget', '4.3.0' );171 _deprecated_constructor( 'WP_Widget', '4.3.0', get_class( $this ) ); 172 172 WP_Widget::__construct( $id_base, $name, $widget_options, $control_options ); 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.