Changeset 25868 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 10/22/2013 05:21:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r25666 r25868 143 143 update_option( 'dashboard_widget_options', $widget_options ); 144 144 145 /** This action is documented in wp-admin/edit-form-advanced.php */ 145 146 do_action('do_meta_boxes', $screen->id, 'normal', ''); 147 /** This action is documented in wp-admin/edit-form-advanced.php */ 146 148 do_action('do_meta_boxes', $screen->id, 'side', ''); 147 149 }
Note: See TracChangeset
for help on using the changeset viewer.