Changeset 2225:7d94f2597021 for admin/post.php
- Timestamp:
- 10/03/13 10:56:45 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r2181 r2225 420 420 421 421 if ($post_id && $post->post_status == 1) { 422 echo '<p><a class="onblog_link " href="'.$post->getURL().'" onclick="window.open(this.href);return false;" title="'.$post_title.' ('.__('new window').')'.'">'.__('Go to this entry on the site').' <img src="images/outgoing-blue.png" alt="" /></a></p>';422 echo '<p><a class="onblog_link outgoing" href="'.$post->getURL().'" title="'.$post_title.'">'.__('Go to this entry on the site').' <img src="images/outgoing-blue.png" alt="" /></a></p>'; 423 423 } 424 424 if ($post_id)
Note: See TracChangeset
for help on using the changeset viewer.