Changeset 21856 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 09/15/2012 07:49:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r20023 r21856 53 53 * @subpackage Permalink_Settings_Screen 54 54 */ 55 function add_js() {55 function options_permalink_add_js() { 56 56 ?> 57 57 <script type="text/javascript"> … … 71 71 <?php 72 72 } 73 add_filter('admin_head', ' add_js');73 add_filter('admin_head', 'options_permalink_add_js'); 74 74 75 75 include('./admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.