diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-06 02:04:35 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-06 02:04:35 +0000 |
commit | 821e016263ef1f083c587f32d61d3a2f000a1ac4 (patch) | |
tree | 9284751de59814b15b2e0b754a14a64896ad1fcd /update/plugin/wordpress | |
parent | 11bb0e1e6e0fd0effa8ab9b9fe02bda3405776a0 (diff) | |
download | instadisc-821e016263ef1f083c587f32d61d3a2f000a1ac4.tar.gz instadisc-821e016263ef1f083c587f32d61d3a2f000a1ac4.tar.bz2 instadisc-821e016263ef1f083c587f32d61d3a2f000a1ac4.zip |
Update: Modified Wordpress plugin ACP
Now the Subscription File URL uses the "static text" style started in [87] instead of the "input box" style. Refs #6
Diffstat (limited to 'update/plugin/wordpress')
-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> |