Changeset 26589
- Timestamp:
- 12/03/2013 08:53:47 PM (11 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r26455 r26589 99 99 } 100 100 101 .wp-customizer .media-modal { 102 z-index: 560000; 103 } 104 101 105 .media-modal-backdrop { 102 106 position: fixed; … … 109 113 opacity: 0.7; 110 114 z-index: 159900; 115 } 116 117 .wp-customizer .media-modal-backdrop { 118 z-index: 559900; 111 119 } 112 120 -
trunk/src/wp-includes/media.php
r26526 r26589 1943 1943 add_action( 'admin_footer', 'wp_print_media_templates' ); 1944 1944 add_action( 'wp_footer', 'wp_print_media_templates' ); 1945 add_action( 'customize_controls_print_footer_scripts', 'wp_print_media_templates' ); 1945 1946 1946 1947 do_action( 'wp_enqueue_media' );
Note: See TracChangeset
for help on using the changeset viewer.