diff options
Diffstat (limited to 'update/plugin/wordpress/trunk')
-rw-r--r-- | update/plugin/wordpress/trunk/instadisc/instadisc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index 326fc85..6fc8718 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php | |||
@@ -74,7 +74,7 @@ function id_settings_page() | |||
74 | <TR VALIGN="top"> | 74 | <TR VALIGN="top"> |
75 | <TH SCOPE="row"><LABEL>Subscription ID</LABEL> | 75 | <TH SCOPE="row"><LABEL>Subscription ID</LABEL> |
76 | <TD> | 76 | <TD> |
77 | <INPUT TYPE="password" NAME="instaDisc_blogPost_subscriptionID" VALUE="<?php echo(get_option('instaDisc_blogPost_subscriptionID')); ?>" SIZE="40"> | 77 | <INPUT TYPE="text" NAME="instaDisc_blogPost_subscriptionID" VALUE="<?php echo(get_option('instaDisc_blogPost_subscriptionID')); ?>" SIZE="40"> |
78 | <BR>This is the unique identifier this subscription is listed under on your Series Control. | 78 | <BR>This is the unique identifier this subscription is listed under on your Series Control. |
79 | </TD> | 79 | </TD> |
80 | </TR> | 80 | </TR> |
@@ -85,7 +85,7 @@ function id_settings_page() | |||
85 | <TR VALIGN="top"> | 85 | <TR VALIGN="top"> |
86 | <TH SCOPE="row"><LABEL>Encryption Password</LABEL> | 86 | <TH SCOPE="row"><LABEL>Encryption Password</LABEL> |
87 | <TD> | 87 | <TD> |
88 | <INPUT TYPE="text" NAME="instaDisc_blogPost_password" VALUE="<?php echo(get_option('instaDisc_blogPost_password')); ?>" SIZE="40"> | 88 | <INPUT TYPE="password" NAME="instaDisc_blogPost_password" VALUE="<?php echo(get_option('instaDisc_blogPost_password')); ?>" SIZE="40"> |
89 | <BR>If you would like to password-protect your feed, enter a password into this box. That password will need to be known by anyone allowed to view your subscription. If you don't want to password protect this feed, leave this field blank. | 89 | <BR>If you would like to password-protect your feed, enter a password into this box. That password will need to be known by anyone allowed to view your subscription. If you don't want to password protect this feed, leave this field blank. |
90 | </TD> | 90 | </TD> |
91 | </TR> | 91 | </TR> |
@@ -105,7 +105,7 @@ function id_settings_page() | |||
105 | <TR VALIGN="top"> | 105 | <TR VALIGN="top"> |
106 | <TH SCOPE="row"><LABEL>Subscription ID</LABEL> | 106 | <TH SCOPE="row"><LABEL>Subscription ID</LABEL> |
107 | <TD> | 107 | <TD> |
108 | <INPUT TYPE="password" NAME="instaDisc_comment_subscriptionID" VALUE="<?php echo(get_option('instaDisc_comment_subscriptionID')); ?>" SIZE="40"> | 108 | <INPUT TYPE="text" NAME="instaDisc_comment_subscriptionID" VALUE="<?php echo(get_option('instaDisc_comment_subscriptionID')); ?>" SIZE="40"> |
109 | <BR>This is the unique identifier this subscription is listed under on your Series Control. | 109 | <BR>This is the unique identifier this subscription is listed under on your Series Control. |
110 | </TD> | 110 | </TD> |
111 | </TR> | 111 | </TR> |
@@ -116,7 +116,7 @@ function id_settings_page() | |||
116 | <TR VALIGN="top"> | 116 | <TR VALIGN="top"> |
117 | <TH SCOPE="row"><LABEL>Encryption Password</LABEL> | 117 | <TH SCOPE="row"><LABEL>Encryption Password</LABEL> |
118 | <TD> | 118 | <TD> |
119 | <INPUT TYPE="text" NAME="instaDisc_comment_password" VALUE="<?php echo(get_option('instaDisc_comment_password')); ?>" SIZE="40"> | 119 | <INPUT TYPE="password" NAME="instaDisc_comment_password" VALUE="<?php echo(get_option('instaDisc_comment_password')); ?>" SIZE="40"> |
120 | <BR>If you would like to password-protect your feed, enter a password into this box. That password will need to be known by anyone allowed to view your subscription. If you don't want to password protect this feed, leave this field blank. | 120 | <BR>If you would like to password-protect your feed, enter a password into this box. That password will need to be known by anyone allowed to view your subscription. If you don't want to password protect this feed, leave this field blank. |
121 | </TD> | 121 | </TD> |
122 | </TR> | 122 | </TR> |