Changeset 18880
- Timestamp:
- 10/04/2011 11:10:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/deprecated.php
r18874 r18880 835 835 */ 836 836 function add_contextual_help($screen, $help) { 837 _deprecated_function( __FUNCTION__, '3.3', '$current_screen->add_help_tab()' );837 //_deprecated_function( __FUNCTION__, '3.3', '$current_screen->add_help_tab()' ); 838 838 839 839 global $_wp_contextual_help; … … 859 859 */ 860 860 function add_screen_option( $option, $args = array() ) { 861 _deprecated_function( __FUNCTION__, '3.3', '$current_screen->add_option()' );861 //_deprecated_function( __FUNCTION__, '3.3', '$current_screen->add_option()' ); 862 862 863 863 $current_screen = get_current_screen(); … … 880 880 */ 881 881 function meta_box_prefs($screen) { 882 _deprecated_function( __FUNCTION__, '3.3', '$current_screen->render_metabox_prefs()' );882 //_deprecated_function( __FUNCTION__, '3.3', '$current_screen->render_metabox_prefs()' ); 883 883 884 884 $current_screen = get_current_screen(); … … 891 891 892 892 function get_screen_icon( $screen = '' ) { 893 _deprecated_function( __FUNCTION__, '3.3', '$current_screen->get_screen_icon()' );893 //_deprecated_function( __FUNCTION__, '3.3', '$current_screen->get_screen_icon()' ); 894 894 895 895 $current_screen = get_current_screen();
Note: See TracChangeset
for help on using the changeset viewer.