Changeset 47410 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 03/03/2020 12:35:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r47300 r47410 246 246 <?php do_meta_boxes( $screen->id, 'normal', '' ); ?> 247 247 </div> 248 <div class="postbox-container-2postbox-container">248 <div id="postbox-container-2" class="postbox-container"> 249 249 <?php do_meta_boxes( $screen->id, 'side', '' ); ?> 250 250 </div>
Note: See TracChangeset
for help on using the changeset viewer.