Changeset 3806

Show
Ignore:
Timestamp:
05/26/06 23:43:08 (2 years ago)
Author:
ryan
Message:

Missed one.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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>