Changeset 1285:f5d51e1a2833
- Timestamp:
- 08/08/13 14:01:15 (10 years ago)
- Branch:
- 2.5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/tag_posts.php
r1179 r1285 130 130 '<input type="submit" value="'.__('Rename').'" />'. 131 131 $core->formNonce(). 132 '</ form>';132 '</p></form>'; 133 133 # Remove tag 134 134 if (!$posts->isEmpty() && $core->auth->check('contentadmin',$core->blog->id)) { … … 140 140 '</form>'; 141 141 } 142 echo '</ p></div>';142 echo '</div>'; 143 143 } 144 144
Note: See TracChangeset
for help on using the changeset viewer.