- Timestamp:
- 11/12/2018 04:22:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/customize/class-wp-customize-new-menu-section.php
r42034 r43887 39 39 */ 40 40 public function __construct( WP_Customize_Manager $manager, $id, array $args = array() ) { 41 _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-section.php. See #42364.41 _deprecated_file( basename( __FILE__ ), '4.9.0' ); // @todo Move this outside of class, and remove its require_once() from class-wp-customize-section.php. See #42364. 42 42 parent::__construct( $manager, $id, $args ); 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.