Changeset 26690 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 12/05/2013 09:22:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r26541 r26690 1150 1150 } 1151 1151 /**#@-*/ 1152 1153 /**#@+ 1154 * Deprecated dashboard widget controls. 1155 * 1156 * @since 2.5.0 1157 * @deprecated 3.8.0 1158 */ 1159 function wp_dashboard_incoming_links_output() {} 1160 function wp_dashboard_secondary_output() {} 1161 /**#@-*/ 1162 1163 /**#@+ 1164 * Deprecated dashboard widget controls. 1165 * 1166 * @since 2.7.0 1167 * @deprecated 3.8.0 1168 */ 1169 function wp_dashboard_incoming_links() {} 1170 function wp_dashboard_incoming_links_control() {} 1171 function wp_dashboard_plugins() {} 1172 function wp_dashboard_primary_control() {} 1173 function wp_dashboard_recent_comments_control() {} 1174 function wp_dashboard_secondary() {} 1175 function wp_dashboard_secondary_control() {} 1176 /**#@-*/
Note: See TracChangeset
for help on using the changeset viewer.