Dotclear


Ignore:
Timestamp:
09/23/13 23:40:40 (12 years ago)
Author:
Dsls
Branch:
default
Message:

exit is a bit rough and not really ob_start compliand, made it smoother for plugins; Tuned pages plugin so that it works ... now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/_admin.php

    r2039 r2048  
    151151                         array( 
    152152                              html::escapeHTML($core->blog->name) => '', 
    153                               __('Entries') => 'posts.php', 
     153                              __('Entries') => $ap->getRedirection(array(),true), 
    154154                              '<span class="page-title">'.__('Add tags to entries').'</span>' => '' 
    155155                    )), 
     
    180180                    form::textarea('new_tags',60,3). 
    181181                    '</div>'. 
    182                     $core->formNonce(). 
     182                    $core->formNonce().$ap->getHiddenFields(). 
    183183                    form::hidden(array('action'),'tags'). 
    184184                    '<p><input type="submit" value="'.__('Save').'" '. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map