summaryrefslogtreecommitdiffstats
path: root/wp-admin/options-permalink.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-14 08:51:47 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-14 08:51:47 +0000
commit0594b4fefe09d84f0ed8ba46a6a0bb8f925027ea (patch)
treef6595b6d3146d457e87ee08197a77e0f85ccedea /wp-admin/options-permalink.php
parent7c133930d12fd5390b531bc993d909741b51d7ff (diff)
downloadwordpress-mu-0594b4fefe09d84f0ed8ba46a6a0bb8f925027ea.tar.gz
wordpress-mu-0594b4fefe09d84f0ed8ba46a6a0bb8f925027ea.tar.xz
wordpress-mu-0594b4fefe09d84f0ed8ba46a6a0bb8f925027ea.zip
Removed default URL type
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@752 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/options-permalink.php')
-rw-r--r--wp-admin/options-permalink.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php
index 68898a9..e6fd7d4 100644
--- a/wp-admin/options-permalink.php
+++ b/wp-admin/options-permalink.php
@@ -127,12 +127,6 @@ $structures = array(
<h3><?php _e('Common options:'); ?></h3>
<p>
<label>
-<input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> />
-<?php _e('Default'); ?><br /> <span> &raquo; <code><?php echo get_option('home'); ?>/?p=123</code></span>
- </label>
-</p>
-<p>
- <label>
<input name="selection" type="radio" value="<?php echo $structures[1]; ?>" class="tog" <?php checked($structures[1], $permalink_structure); ?> />
<?php _e('Date and name based'); ?><br /> <span> &raquo; <code><?php echo get_option('home') . $prefix . '/' . date('Y') . '/' . date('m') . '/' . date('d') . '/sample-post/'; ?></code></span>
</label>