Changeset 3771:ee48b80e8d04 for admin/post.php
- Timestamp:
- 07/11/18 12:21:03 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r3731 r3771 434 434 435 435 if ($post_id && $post->post_status == 1) { 436 echo '<p><a class="onblog_link outgoing" href="' . $post->getURL() . '" title="' . html::escapeHTML($post_title) . '">' . __('Go to this entry on the site') . ' <img src="images/outgoing- blue.png" alt="" /></a></p>';436 echo '<p><a class="onblog_link outgoing" href="' . $post->getURL() . '" title="' . html::escapeHTML($post_title) . '">' . __('Go to this entry on the site') . ' <img src="images/outgoing-link.svg" alt="" /></a></p>'; 437 437 } 438 438 if ($post_id) {
Note: See TracChangeset
for help on using the changeset viewer.
