Changeset 14933 for trunk/wp-admin/includes/template.php
- Timestamp:
- 05/26/2010 04:55:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r14929 r14933 2287 2287 <input type="hidden" name="checkbox" id="checkbox" value="<?php echo $checkbox ? 1 : 0; ?>" /> 2288 2288 <input type="hidden" name="mode" id="mode" value="<?php echo esc_attr($mode); ?>" /> 2289 <?php wp_nonce_field( 'replyto-comment', '_ajax_nonce ', false ); ?>2289 <?php wp_nonce_field( 'replyto-comment', '_ajax_nonce-replyto-comment', false ); ?> 2290 2290 <?php wp_comment_form_unfiltered_html_nonce(); ?> 2291 2291 <?php if ( $table_row ) : ?> … … 2463 2463 <tr><td colspan="2" class="submit"> 2464 2464 <input type="submit" id="addmetasub" name="addmeta" class="add:the-list:newmeta" tabindex="9" value="<?php esc_attr_e( 'Add Custom Field' ) ?>" /> 2465 <?php wp_nonce_field( 'add-meta', '_ajax_nonce ', false ); ?>2465 <?php wp_nonce_field( 'add-meta', '_ajax_nonce-add-meta', false ); ?> 2466 2466 </td></tr> 2467 2467 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.