Changeset 1365:c65cbfa9ebf8 for plugins/attachments/_admin.php
- Timestamp:
- 08/14/13 16:19:10 (12 years ago)
- Branch:
- default
- Children:
- 1376:9af90384e900, 1446:0939663a1b1a, 1876:8da345a51989
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_admin.php
r1179 r1365 24 24 $post_media = $core->media->getPostMedia($post->post_id); 25 25 echo 26 '<h 3 class="clear">'.__('Attachments').'</h3>';26 '<h5 class="clear">'.__('Attachments').'</h5>'; 27 27 foreach ($post_media as $f) 28 28 { … … 53 53 54 54 if (empty($post_media)) { 55 echo '<p >'.__('No attachment.').'</p>';55 echo '<p class="form-note">'.__('No attachment.').'</p>'; 56 56 } else { 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.