mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Remove redudant line. Props johnjosephbachir. fixes #1781
git-svn-id: http://svn.automattic.com/wordpress/trunk@2999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f85f2529c6
commit
bd6c99496f
@ -11,7 +11,7 @@ include('admin-header.php');
|
|||||||
<h2><?php _e('General Options') ?></h2>
|
<h2><?php _e('General Options') ?></h2>
|
||||||
<form name="form1" method="post" action="options.php">
|
<form name="form1" method="post" action="options.php">
|
||||||
<input type="hidden" name="action" value="update" />
|
<input type="hidden" name="action" value="update" />
|
||||||
<input type="hidden" name="action" value="update" /> <input type="hidden" name="page_options" value="'blogname','blogdescription','siteurl','admin_email','users_can_register','gmt_offset','date_format','time_format','home','start_of_week','comment_registration','default_role'" />
|
<input type="hidden" name="page_options" value="'blogname','blogdescription','siteurl','admin_email','users_can_register','gmt_offset','date_format','time_format','home','start_of_week','comment_registration','default_role'" />
|
||||||
<table width="100%" cellspacing="2" cellpadding="5" class="editform">
|
<table width="100%" cellspacing="2" cellpadding="5" class="editform">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th width="33%" scope="row"><?php _e('Weblog title:') ?></th>
|
<th width="33%" scope="row"><?php _e('Weblog title:') ?></th>
|
||||||
|
Loading…
Reference in New Issue
Block a user