Make WordPress Core

Changeset 3806


Ignore:
Timestamp:
05/26/2006 11:43:08 PM (19 years ago)
Author:
ryan
Message:

Missed one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/categories.php

    r3805 r3806  
    6464 <h2><?php _e('Edit Category') ?></h2>
    6565 <form name="editcat" action="categories.php" method="post">
    66       <?php wp_nonce_field('update-category' .  $category->cat_ID); ?>
     66      <?php wp_nonce_field('update-category_' .  $category->cat_ID); ?>
    6767      <table class="editform" width="100%" cellspacing="2" cellpadding="5">
    6868        <tr>
Note: See TracChangeset for help on using the changeset viewer.