- Timestamp:
- 11/30/2021 05:16:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-image-header.php
r50707 r52285 394 394 } 395 395 396 $( document).ready(function() {396 $( function() { 397 397 var text_color = $('#text-color'); 398 398 header_text_fields = $('.displaying-header-text'); … … 409 409 toggle_text(); 410 410 <?php endif; ?> 411 } );411 } ); 412 412 })(jQuery); 413 413 </script> … … 431 431 } 432 432 433 jQuery( document).ready(function() {433 jQuery( function() { 434 434 var xinit = <?php echo absint( get_theme_support( 'custom-header', 'width' ) ); ?>; 435 435 var yinit = <?php echo absint( get_theme_support( 'custom-header', 'height' ) ); ?>; … … 486 486 } 487 487 }); 488 } );488 } ); 489 489 </script> 490 490 <?php
Note: See TracChangeset
for help on using the changeset viewer.