Changeset 43571 for trunk/src/wp-admin/includes/options.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/options.php
r42343 r43571 14 14 */ 15 15 function options_discussion_add_js() { 16 ?>16 ?> 17 17 <script> 18 18 (function($){ … … 24 24 })(jQuery); 25 25 </script> 26 <?php26 <?php 27 27 } 28 28 … … 33 33 */ 34 34 function options_general_add_js() { 35 ?>35 ?> 36 36 <script type="text/javascript"> 37 37 jQuery(document).ready(function($){ … … 89 89 }); 90 90 </script> 91 <?php91 <?php 92 92 } 93 93 … … 98 98 */ 99 99 function options_reading_add_js() { 100 ?>100 ?> 101 101 <script type="text/javascript"> 102 102 jQuery(document).ready(function($){ … … 111 111 }); 112 112 </script> 113 <?php113 <?php 114 114 } 115 115
Note: See TracChangeset
for help on using the changeset viewer.