Make WordPress Core


Ignore:
Timestamp:
04/16/2014 05:39:18 PM (11 years ago)
Author:
nacin
Message:

Final about page.

props melchoyce, helen, wonderboymusic, nacin, and the illustrious Michael Pick.
fixes #27713, #27837.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r28139 r28150  
    11401140<!--[if lt IE 9]><script>document.createElement('<?php echo esc_js( $type ) ?>');</script><![endif]-->
    11411141<?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 );
    11431144}
    11441145add_action( 'wp_playlist_scripts', 'wp_playlist_scripts' );
Note: See TracChangeset for help on using the changeset viewer.