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