Changeset 11109 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 04/28/2009 05:58:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r10150 r11109 174 174 </th> 175 175 <td> 176 <input name="permalink_structure" id="permalink_structure" type="text" value="<?php echo attr ibute_escape($permalink_structure); ?>" class="regular-text code" />176 <input name="permalink_structure" id="permalink_structure" type="text" value="<?php echo attr($permalink_structure); ?>" class="regular-text code" /> 177 177 </td> 178 178 </tr> … … 189 189 <tr> 190 190 <th><label for="category_base"><?php _e('Category base'); ?></label></th> 191 <td><input name="category_base" id="category_base" type="text" value="<?php echo attr ibute_escape($category_base); ?>" class="regular-text code" /></td>191 <td><input name="category_base" id="category_base" type="text" value="<?php echo attr($category_base); ?>" class="regular-text code" /></td> 192 192 </tr> 193 193 <tr> 194 194 <th><label for="tag_base"><?php _e('Tag base'); ?></label></th> 195 <td><input name="tag_base" id="tag_base" type="text" value="<?php echo attr ibute_escape($tag_base); ?>" class="regular-text code" /></td>195 <td><input name="tag_base" id="tag_base" type="text" value="<?php echo attr($tag_base); ?>" class="regular-text code" /></td> 196 196 </tr> 197 197 <?php do_settings_fields('permalink', 'optional'); ?>
Note: See TracChangeset
for help on using the changeset viewer.