Changeset 11607
- Timestamp:
- 02/25/2022 04:27:18 AM (4 years ago)
- Location:
- sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2
- Files:
-
- 2 edited
-
anon-upload-template.php (modified) (1 diff)
-
plugins/wordpresstv-anon-upload/anon-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php
r10932 r11607 177 177 } 178 178 add_action( 'wp_head', 'anon_upload_css' ); 179 180 wp_enqueue_script( 'jquery' ); 179 181 180 182 get_header(); -
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-anon-upload/anon-upload.php
r10932 r11607 391 391 } 392 392 393 // Should be enqueued, but do it anyway. 394 wp_enqueue_script( 'jquery' ); 395 393 396 ?> 394 397 <div class="stuffbox" id="review-video">
Note: See TracChangeset
for help on using the changeset viewer.