Changeset 2065:e379454bb442
- Timestamp:
- 09/24/13 17:16:26 (12 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcactioncomments.php
r1905 r2065 38 38 $breadcrumb 39 39 ); 40 echo '<p><a class="back" href="'.$this->getRedirection(array(),true).'">'.__('Back to entries list').'</a></p>';40 echo '<p><a class="back" href="'.$this->getRedirection(array(),true).'">'.__('Back to comments list').'</a></p>'; 41 41 } 42 42 -
plugins/tags/_admin.php
r2055 r2065 122 122 while ($posts->fetch()) 123 123 { 124 echo "post_id".$posts->post_id;125 124 # Get tags for post 126 125 $post_meta = $meta->getMetadata(array(
Note: See TracChangeset
for help on using the changeset viewer.