Changeset 2166:6f409aa25386 for plugins/tags
- Timestamp:
- 09/30/13 11:56:33 (12 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_admin.php
r2065 r2166 151 151 html::escapeHTML($core->blog->name) => '', 152 152 __('Entries') => $ap->getRedirection(array(),true), 153 '<span class="page-title">'.__('Add tags to this selection').'</span>'=> ''153 __('Add tags to this selection') => '' 154 154 )), 155 155 dcPage::jsLoad('js/jquery/jquery.autocomplete.js'). … … 228 228 html::escapeHTML($core->blog->name) => '', 229 229 __('Entries') => 'posts.php', 230 '<span class="page-title">'.__('Remove selected tags from this selection').'</span>'=> ''230 __('Remove selected tags from this selection') => '' 231 231 ))); 232 232 $posts_count = count($_POST['entries']); -
plugins/tags/tag_posts.php
r2079 r2166 91 91 html::escapeHTML($core->blog->name) => '', 92 92 __('Tags') => $p_url.'&m=tags', 93 '<span class="page-title">'.__('Tag').' “'.html::escapeHTML($tag).'”'.'</span>' => ''93 __('Tag').' “'.html::escapeHTML($tag).'”' => '' 94 94 )); 95 95 ?> -
plugins/tags/tags.php
r2003 r2166 24 24 array( 25 25 html::escapeHTML($core->blog->name) => '', 26 '<span class="page-title">'.__('Tags').'</span>'=> ''26 __('Tags') => '' 27 27 )); 28 28 ?>
Note: See TracChangeset
for help on using the changeset viewer.