Changeset 2974:d0d25c20f355 for admin
- Timestamp:
- 03/25/15 08:45:57 (10 years ago)
- Branch:
- 2.7
- Children:
- 2975:2833f573a998, 2976:04a121a3fb3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r2926 r2974 447 447 448 448 if ($post_id && $post->post_status == 1) { 449 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>';449 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>'; 450 450 } 451 451 if ($post_id)
Note: See TracChangeset
for help on using the changeset viewer.