Changeset 2430:bea7956c9878 for admin/media.php
- Timestamp:
- 10/17/13 18:29:59 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
-
admin/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r2320 r2430 344 344 345 345 if ($post_id) { 346 echo '< p class="form-note info">'.sprintf(__('Choose a file to attach to entry %s by clicking on %s.'),346 echo '<div class="form-note info"><p>'.sprintf(__('Choose a file to attach to entry %s by clicking on %s.'), 347 347 '<a href="'.$core->getPostAdminURL($post_type,$post_id).'">'.html::escapeHTML($post_title).'</a>', 348 '<img src="images/plus.png" alt="'.__('Attach this file to entry').'" />').'</p> ';348 '<img src="images/plus.png" alt="'.__('Attach this file to entry').'" />').'</p></div>'; 349 349 } 350 350 if ($popup) {
Note: See TracChangeset
for help on using the changeset viewer.
