Changeset 780:a80ff8f1c92a for admin/comments.php
- Timestamp:
- 12/06/11 10:53:56 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r764 r780 86 86 $authorFilter->setValue($_GET['author']); 87 87 } 88 $with_spam=true; 88 89 /* Get comments 89 90 -------------------------------------------------------- */ … … 145 146 $core->formNonce(). 146 147 '<input type="submit" value="'.__('ok').'" /></p>'. 147 form::hidden(array('type'),$type). 148 form::hidden(array('author'),preg_replace('/%/','%%',$author)). 149 form::hidden(array('status'),$status). 150 form::hidden(array('ip'),preg_replace('/%/','%%',$ip)). 148 str_replace('%','%%',$filterSet->getFormFieldsAsHidden()). 151 149 '</div>'. 152 150
Note: See TracChangeset
for help on using the changeset viewer.