Changeset 25472 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 09/17/2013 09:07:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r25307 r25472 113 113 * @deprecated 2.9.0 114 114 * @uses WP_CONTENT_DIR Full filesystem path to the wp-content directory. 115 * 115 * 116 116 * @param string $file Filesystem path relative to the wp-content directory. 117 117 * @return string Full filesystem path to edit. … … 1052 1052 */ 1053 1053 function wp_nav_menu_locations_meta_box() { 1054 _deprecated_function( __FUNCTION__, '3.6' ); 1054 _deprecated_function( __FUNCTION__, '3.6' ); 1055 1055 } 1056 1056 … … 1117 1117 return $upgrader->upgrade($theme); 1118 1118 } 1119 1120 /** 1121 * This was once used to display attachment links. Now it is deprecated and stubbed. 1122 * 1123 * {@internal Missing Short Description}} 1124 * 1125 * @since 2.0.0 1126 * @deprecated 3.7.0 1127 * 1128 * @param unknown_type $id 1129 * @return unknown 1130 */ 1131 function the_attachment_links( $id = false ) { 1132 _deprecated_function( __FUNCTION__, '3.7' ); 1133 }
Note: See TracChangeset
for help on using the changeset viewer.