Changeset 31034 for trunk/src/wp-admin/options-reading.php
- Timestamp:
- 01/03/2015 05:45:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r27469 r31034 24 24 ?> 25 25 <script type="text/javascript"> 26 //<![CDATA[27 26 jQuery(document).ready(function($){ 28 27 var section = $('#front-static-pages'), … … 35 34 section.find('input:radio').change(check_disabled); 36 35 }); 37 //]]>38 36 </script> 39 37 <?php
Note: See TracChangeset
for help on using the changeset viewer.