Changeset 753:4fa854a790b2 for plugins/tags
- Timestamp:
- 11/09/11 14:46:29 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_admin.php
r738 r753 172 172 try 173 173 { 174 174 175 $meta =& $GLOBALS['core']->meta; 175 176 $tags = $meta->splitMetaValues($_POST['new_tags']); … … 222 223 } 223 224 224 public static function adminPostsActionsContent($core,$action,$hidden_fields )225 public static function adminPostsActionsContent($core,$action,$hidden_fields,$form_uri="posts_actions.php") 225 226 { 226 227 if ($action == 'tags') … … 228 229 echo 229 230 '<h2 class="page-title">'.__('Add tags to entries').'</h2>'. 230 '<form action=" posts_actions.php" method="post">'.231 '<form action="'.$form_uri.'" method="post">'. 231 232 '<div><label for="new_tags" class="area">'.__('Tags to add:').'</label> '. 232 233 form::textarea('new_tags',60,3). … … 267 268 268 269 echo 269 '<form action=" posts_actions.php" method="post">'.270 '<form action="'.$form_uri.'" method="post">'. 270 271 '<fieldset><legend>'.__('Following tags have been found in selected entries:').'</legend>'; 271 272
Note: See TracChangeset
for help on using the changeset viewer.