Changeset 7260 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
- Timestamp:
- 06/01/2018 04:36:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r7098 r7260 568 568 ); 569 569 } 570 wp_enqueue_script( 'select2' ); 570 571 } 571 572 … … 575 576 wp_enqueue_style( 'wp-datepicker-skins' ); 576 577 } 578 wp_enqueue_style( 'select2' ); 577 579 } 578 580 … … 1243 1245 </select> 1244 1246 <?php else : ?> 1245 <select name="<?php echo $object_name; ?>" id="<?php echo $object_name; ?>">1247 <select name="<?php echo esc_attr( $object_name ); ?>" id="<?php echo esc_attr( $object_name ); ?>" class="select-currency"> 1246 1248 <?php foreach ( $currencies as $symbol => $name ) : ?> 1247 1249 <option value="<?php echo esc_attr( $symbol ); ?>"<?php selected( $symbol, get_post_meta( $post_id, $key, true ) ); ?>>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)