Changeset 28150 for trunk/src/wp-includes/media.php
- Timestamp:
- 04/16/2014 05:39:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r28139 r28150 1140 1140 <!--[if lt IE 9]><script>document.createElement('<?php echo esc_js( $type ) ?>');</script><![endif]--> 1141 1141 <?php 1142 wp_underscore_playlist_templates(); 1142 add_action( 'wp_footer', 'wp_underscore_playlist_templates', 0 ); 1143 add_action( 'admin_footer', 'wp_underscore_playlist_templates', 0 ); 1143 1144 } 1144 1145 add_action( 'wp_playlist_scripts', 'wp_playlist_scripts' );
Note: See TracChangeset
for help on using the changeset viewer.