From 821e016263ef1f083c587f32d61d3a2f000a1ac4 Mon Sep 17 00:00:00 2001
From: Kelly Rauchenberger <fefferburbia@gmail.com>
Date: Wed, 6 Aug 2008 02:04:35 +0000
Subject: 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
---
 update/plugin/wordpress/trunk/instadisc/instadisc.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'update/plugin')

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()
 <TR VALIGN="top">
  <TH SCOPE="row"><LABEL>Subscription File URL</LABEL>
  <TD>
-  <INPUT TYPE="text" NAME="instaDisc_blogPost_sfurl" VALUE="<?php echo(get_option('siteurl') . '/wp-content/plugins/instadisc/subscription.php'); ?>" SIZE="40">
+  <?php echo(get_option('siteurl') . '/wp-content/plugins/instadisc/subscription.php'); ?>
   <BR>This is the URL that you advertise, the URL people use to subscribe to your subscription.
  </TD>
 </TR>
@@ -95,7 +95,7 @@ function id_settings_page()
 <TR VALIGN="top">
  <TH SCOPE="row"><LABEL>Subscription File URL</LABEL>
  <TD>
-  <INPUT TYPE="text" NAME="instaDisc_comment_sfurl" VALUE="<?php echo(get_option('siteurl') . '/wp-content/plugins/instadisc/subscription.php?comment='); ?>" SIZE="40">
+  <?php echo(get_option('siteurl') . '/wp-content/plugins/instadisc/subscription.php?comment='); ?>
   <BR>This is the URL that you advertise, the URL people use to subscribe to your subscription.
  </TD>
 </TR>
-- 
cgit 1.4.1