diff options
Diffstat (limited to 'update')
| -rw-r--r-- | update/plugin/wordpress/trunk/instadisc/instadisc.php | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index 07a6cf6..189f1a0 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php | |||
| @@ -57,7 +57,7 @@ function id_settings_page() | |||
| 57 | <TR VALIGN="top"> | 57 | <TR VALIGN="top"> |
| 58 | <TH SCOPE="row"><LABEL>Subscription File URL</LABEL> | 58 | <TH SCOPE="row"><LABEL>Subscription File URL</LABEL> |
| 59 | <TD> | 59 | <TD> |
| 60 | <INPUT TYPE="text" NAME="instaDisc_blogPost_sfurl" VALUE="<?php echo(get_option('siteurl') . '/wp-content/plugins/instadisc/subscription.php'); ?>" SIZE="40"> | 60 | <?php echo(get_option('siteurl') . '/wp-content/plugins/instadisc/subscription.php'); ?> |
| 61 | <BR>This is the URL that you advertise, the URL people use to subscribe to your subscription. | 61 | <BR>This is the URL that you advertise, the URL people use to subscribe to your subscription. |
| 62 | </TD> | 62 | </TD> |
| 63 | </TR> | 63 | </TR> |
| @@ -95,7 +95,7 @@ function id_settings_page() | |||
| 95 | <TR VALIGN="top"> | 95 | <TR VALIGN="top"> |
| 96 | <TH SCOPE="row"><LABEL>Subscription File URL</LABEL> | 96 | <TH SCOPE="row"><LABEL>Subscription File URL</LABEL> |
| 97 | <TD> | 97 | <TD> |
| 98 | <INPUT TYPE="text" NAME="instaDisc_comment_sfurl" VALUE="<?php echo(get_option('siteurl') . '/wp-content/plugins/instadisc/subscription.php?comment='); ?>" SIZE="40"> | 98 | <?php echo(get_option('siteurl') . '/wp-content/plugins/instadisc/subscription.php?comment='); ?> |
| 99 | <BR>This is the URL that you advertise, the URL people use to subscribe to your subscription. | 99 | <BR>This is the URL that you advertise, the URL people use to subscribe to your subscription. |
| 100 | </TD> | 100 | </TD> |
| 101 | </TR> | 101 | </TR> |
