Changeset 25297
- Timestamp:
- 09/07/2013 04:19:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r25296 r25297 2480 2480 foreach ( $fields as $key => $label ): 2481 2481 if ( ! empty( $meta[$key] ) ) : ?> 2482 <div class="misc-pub-section misc-pub-mime-meta ">2482 <div class="misc-pub-section misc-pub-mime-meta misc-pub-<?php echo sanitize_html_class( $key ); ?>"> 2483 2483 <?php echo $label ?> <strong><?php echo esc_html( $meta[$key] ); ?></strong> 2484 2484 </div> … … 2522 2522 foreach ( $audio_fields as $key => $label ): 2523 2523 if ( ! empty( $meta['audio'][$key] ) ) : ?> 2524 <div class="misc-pub-section misc-pub-audio ">2524 <div class="misc-pub-section misc-pub-audio misc-pub-<?php echo sanitize_html_class( $key ); ?>"> 2525 2525 <?php echo $label; ?> <strong><?php echo esc_html( $meta['audio'][$key] ); ?></strong> 2526 2526 </div>
Note: See TracChangeset
for help on using the changeset viewer.