Changeset 41198 for trunk/src/wp-admin/about.php
- Timestamp:
- 08/01/2017 04:42:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r41096 r41198 12 12 if ( ! wp_is_mobile() ) { 13 13 wp_enqueue_style( 'wp-mediaelement' ); 14 wp_enqueue_script( 'mediaelement-vimeo' ); 14 15 wp_enqueue_script( 'wp-mediaelement' ); 15 16 wp_localize_script( 'mediaelement', '_wpmejsSettings', array( 16 17 'pluginPath' => includes_url( 'js/mediaelement/', 'relative' ), 18 'classPrefix' => 'mejs-', 19 'stretching' => 'responsive', 17 20 'pauseOtherPlayers' => '', 18 21 ) );
Note: See TracChangeset
for help on using the changeset viewer.