Changeset 10153 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 12/09/2008 08:31:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r10150 r10153 322 322 </div> 323 323 324 <?php if ( current_user_can( 'upload_files' ) ) : ?> 324 325 <div id="media-buttons" class="hide-if-no-js"> 325 326 <?php do_action( 'media_buttons' ); ?> 326 327 </div> 328 <?php endif; ?> 327 329 328 330 <h4 id="content-label"><label for="content"><?php _e('Content') ?></label></h4>
Note: See TracChangeset
for help on using the changeset viewer.