Version Description
Download this release
Release Info
Developer | jchristopher |
Plugin | Attachments |
Version | 1.0.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.4.1 to 1.0.4.2
- attachments.php +2 -2
- readme.txt +1 -1
attachments.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Attachments
|
4 |
Plugin URI: http://mondaybynoon.com/wordpress-attachments/
|
5 |
Description: Attachments gives the ability to append any number of Media Library items to Pages and Posts
|
6 |
-
Version: 1.0.4.
|
7 |
Author: Jonathan Christopher
|
8 |
Author URI: http://jchristopher.me
|
9 |
*/
|
@@ -111,7 +111,7 @@ function attachments_add()
|
|
111 |
</div>
|
112 |
<div class="textfield" id="field_attachment_caption_<?php echo $attachment_index; ?>">
|
113 |
<label for="attachment_caption_<?php echo $attachment_index; ?>">Caption</label>
|
114 |
-
<input type="text" id="attachment_caption_<?php echo $attachment_index;
|
115 |
</div>
|
116 |
</div>
|
117 |
<div class="attachments-data">
|
3 |
Plugin Name: Attachments
|
4 |
Plugin URI: http://mondaybynoon.com/wordpress-attachments/
|
5 |
Description: Attachments gives the ability to append any number of Media Library items to Pages and Posts
|
6 |
+
Version: 1.0.4.2
|
7 |
Author: Jonathan Christopher
|
8 |
Author URI: http://jchristopher.me
|
9 |
*/
|
111 |
</div>
|
112 |
<div class="textfield" id="field_attachment_caption_<?php echo $attachment_index; ?>">
|
113 |
<label for="attachment_caption_<?php echo $attachment_index; ?>">Caption</label>
|
114 |
+
<input type="text" id="attachment_caption_<?php echo $attachment_index; ?>" name="attachment_caption_<?php echo $attachment_index; ?>" value="<?php echo $attachment['caption']; ?>" size="20" />
|
115 |
</div>
|
116 |
</div>
|
117 |
<div class="attachments-data">
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://mondaybynoon.com/donate/
|
|
4 |
Tags: post, page, posts, pages, images, PDF, doc, Word, image, jpg, jpeg, picture, pictures, photos, attachment
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 2.9
|
7 |
-
Stable tag: 1.0.4.
|
8 |
|
9 |
Attachments allows you to append any number of items from your WordPress Media Library to Posts and Pages
|
10 |
|
4 |
Tags: post, page, posts, pages, images, PDF, doc, Word, image, jpg, jpeg, picture, pictures, photos, attachment
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 2.9
|
7 |
+
Stable tag: 1.0.4.2
|
8 |
|
9 |
Attachments allows you to append any number of items from your WordPress Media Library to Posts and Pages
|
10 |
|