Plugin Directory

Changeset 1220621


Ignore:
Timestamp:
08/14/2015 06:42:15 AM (11 years ago)
Author:
hitoy
Message:

bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • super-static-cache/trunk/options-advanced.php

    r1220611 r1220621  
    1111                <div><label><?php _e('Approve a Comment','super_static_cache');?></label><input type="checkbox" name="update_cache_action[]" value="comment_unapproved_to_approved" <?php theselected('update_cache_action','comment_unapproved_to_approved');?>></div>
    1212                <div><label><?php _e('Trash a Comment','super_static_cache');?></label><input type="checkbox" name="update_cache_action[]" value="comment_approved_to_trash" <?php theselected('update_cache_action','comment_approved_to_trash');?>></div>
    13                 <div><label><?php _e('Mark a Comment as spam','super_static_cache');?></label><input type="checkbox" name="update_cache_action[]" value="comment_approved_to_trash" <?php theselected('update_cache_action','comment_approved_to_spam');?>></div><br/>
     13                <div><label><?php _e('Mark a Comment as spam','super_static_cache');?></label><input type="checkbox" name="update_cache_action[]" value="comment_approved_to_spam" <?php theselected('update_cache_action','comment_approved_to_spam');?>></div><br/>
    1414                <input type="submit" class="button-primary" value="<?php _e('Save »','super_static_cache')?>">
    1515            </div>
Note: See TracChangeset for help on using the changeset viewer.