Changeset 1605:14d1360a6f7b for admin/media.php
- Timestamp:
- 08/27/13 20:07:54 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r1553 r1605 293 293 294 294 if ($post_id) { 295 echo '<p ><strong>'.sprintf(__('Choose a file to attach to entry %s by clicking on %s.'),295 echo '<p class="form-note info">'.sprintf(__('Choose a file to attach to entry %s by clicking on %s.'), 296 296 '<a href="'.$core->getPostAdminURL($post_type,$post_id).'">'.html::escapeHTML($post_title).'</a>', 297 '<img src="images/plus.png" alt="'.__('Attach this file to entry').'" />').'</ strong></p>';297 '<img src="images/plus.png" alt="'.__('Attach this file to entry').'" />').'</p>'; 298 298 } 299 299 if ($popup) { 300 echo '<p ><strong>'.sprintf(__('Choose a file to insert into entry by clicking on %s.'),301 '<img src="images/plus.png" alt="'.__('Attach this file to entry').'" />').'</ strong></p>';300 echo '<p class="form-note info">'.sprintf(__('Choose a file to insert into entry by clicking on %s.'), 301 '<img src="images/plus.png" alt="'.__('Attach this file to entry').'" />').'</p>'; 302 302 } 303 303
Note: See TracChangeset
for help on using the changeset viewer.