- Timestamp:
- 12/16/2018 04:47:41 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43887
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/customize/class-wp-customize-new-menu-control.php
r42034 r44228 37 37 */ 38 38 public function __construct( WP_Customize_Manager $manager, $id, array $args = array() ) { 39 _deprecated_file( basename( __FILE__ ), '4.9.0' ); // @todo Move this outside of class in 5.0, and remove its require_once() from class-wp-customize-control.php. See #42364.39 _deprecated_file( basename( __FILE__ ), '4.9.0' ); // @todo Move this outside of class, and remove its require_once() from class-wp-customize-control.php. See #42364. 40 40 parent::__construct( $manager, $id, $args ); 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.