Make WordPress Core


Ignore:
Timestamp:
12/05/2013 09:22:20 PM (11 years ago)
Author:
nacin
Message:

Dashboard backwards compatibility updates.

  • Restore missing wp_dashboard_rss_control() helper.
  • Restore all original 3.7 functions, deprecating many, reusing others.
  • Rename and remove functions so as not to clash with the original dash plugin.
  • Filter cleanup/restoration.

see #25824, #26334.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/deprecated.php

    r26541 r26690  
    11501150}
    11511151/**#@-*/
     1152
     1153/**#@+
     1154 * Deprecated dashboard widget controls.
     1155 *
     1156 * @since 2.5.0
     1157 * @deprecated 3.8.0
     1158 */
     1159function wp_dashboard_incoming_links_output() {}
     1160function wp_dashboard_secondary_output() {}
     1161/**#@-*/
     1162
     1163/**#@+
     1164 * Deprecated dashboard widget controls.
     1165 *
     1166 * @since 2.7.0
     1167 * @deprecated 3.8.0
     1168 */
     1169function wp_dashboard_incoming_links() {}
     1170function wp_dashboard_incoming_links_control() {}
     1171function wp_dashboard_plugins() {}
     1172function wp_dashboard_primary_control() {}
     1173function wp_dashboard_recent_comments_control() {}
     1174function wp_dashboard_secondary() {}
     1175function wp_dashboard_secondary_control() {}
     1176/**#@-*/
Note: See TracChangeset for help on using the changeset viewer.