- Timestamp:
- 11/11/2013 05:42:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r26083 r26086 371 371 public static function enqueue_scripts() { 372 372 wp_enqueue_script( 'featured-content-suggest', get_template_directory_uri() . '/js/featured-content-admin.js', array( 'jquery', 'suggest' ), '20131022', true ); 373 wp_add_inline_style( 'customize-controls', "374 .ac_results {375 z-index: 500000;376 }377 " );378 373 } 379 374
Note: See TracChangeset
for help on using the changeset viewer.