Changeset 17743 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 04/28/2011 12:02:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r17556 r17743 458 458 } 459 459 460 function wp_dashboard_quick_press _output() {460 function wp_dashboard_quick_press() { 461 461 global $post_ID; 462 462 … … 549 549 if ( $drafts ) 550 550 wp_dashboard_recent_drafts( $drafts ); 551 }552 553 function wp_dashboard_quick_press() {554 echo '<p class="widget-loading hide-if-no-js">' . __( 'Loading…' ) . '</p><p class="describe hide-if-js">' . __('This widget requires JavaScript.') . '</p>';555 551 } 556 552
Note: See TracChangeset
for help on using the changeset viewer.