- Timestamp:
- 09/18/2019 02:49:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-archives.php
r44897 r46164 99 99 break; 100 100 } 101 102 $type_attr = current_theme_supports( 'html5', 'script' ) ? '' : ' type="text/javascript"'; 101 103 ?> 102 104 … … 106 108 </select> 107 109 108 <script type='text/javascript'>110 <script<?php echo $type_attr; ?>> 109 111 /* <![CDATA[ */ 110 112 (function() {
Note: See TracChangeset
for help on using the changeset viewer.