Changeset 1220621
- Timestamp:
- 08/14/2015 06:42:15 AM (11 years ago)
- File:
-
- 1 edited
-
super-static-cache/trunk/options-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
super-static-cache/trunk/options-advanced.php
r1220611 r1220621 11 11 <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> 12 12 <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/> 14 14 <input type="submit" class="button-primary" value="<?php _e('Save »','super_static_cache')?>"> 15 15 </div>
Note: See TracChangeset
for help on using the changeset viewer.