Changeset 25209 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 09/02/2013 11:25:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r25208 r25209 1042 1042 return apply_filters( 'wp_create_thumbnail', image_resize( $file, $max_side, $max_side ) ); 1043 1043 } 1044 1045 /** 1046 * This was once used to display a metabox for the nav menu theme locations. 1047 * 1048 * Deprecated in favor of a 'Manage Locations' tab added to nav menus management screen. 1049 * 1050 * @since 3.0.0 1051 * @deprecated 3.6.0 1052 */ 1053 function wp_nav_menu_locations_meta_box() { 1054 _deprecated_function( __FUNCTION__, '3.6' ); 1055 }
Note: See TracChangeset
for help on using the changeset viewer.