Changeset 28151 for trunk/src/wp-admin/about.php
- Timestamp:
- 04/16/2014 05:55:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r28150 r28151 10 10 require_once( dirname( __FILE__ ) . '/admin.php' ); 11 11 12 wp_playlist_scripts( 'audio' ); 12 wp_enqueue_style( 'wp-mediaelement' ); 13 wp_enqueue_script( 'wp-playlist' ); 14 add_action( 'admin_footer', 'wp_underscore_playlist_templates', 0 ); 13 15 14 16 $title = __( 'About' ); … … 18 20 include( ABSPATH . 'wp-admin/admin-header.php' ); 19 21 ?> 22 <!--[if lt IE 9]><script>document.createElement('audio');document.createElement('video');</script><![endif]--> 20 23 <div class="wrap about-wrap"> 21 24
Note: See TracChangeset
for help on using the changeset viewer.