Changeset 2071:04a2d46c1d46 for admin
- Timestamp:
- 09/24/13 20:34:12 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r2067 r2071 147 147 $anchor = 'comments'; 148 148 } 149 $comments_actions_page = new dcCommentsActionsPage($core,'post.php',array('id' => $post_id, '_ANCHOR'=>$anchor)); 149 150 $comments_actions_page = new dcCommentsActionsPage($core,'post.php',array('id' => $post_id, '_ANCHOR'=>$anchor,'section' => $anchor)); 150 151 151 152 if ($comments_actions_page->process()) { … … 658 659 '<p class="col right"><label for="action" class="classic">'.__('Selected comments action:').'</label> '. 659 660 form::combo('action',$combo_action). 660 form::hidden( 'section','comments').661 form::hidden(array('section'),'comments'). 661 662 form::hidden(array('id'),$post_id). 662 663 $core->formNonce(). … … 743 744 form::combo('action', $combo_action). 744 745 form::hidden('id',$post_id). 745 form::hidden( 'section','trackbacks').746 form::hidden(array('section'),'trackbacks'). 746 747 $core->formNonce(). 747 748 '<input type="submit" value="'.__('ok').'" /></p>'.
Note: See TracChangeset
for help on using the changeset viewer.