Make WordPress Core


Ignore:
Timestamp:
11/06/2005 06:44:51 AM (19 years ago)
Author:
ryan
Message:

Remove redudant line. Props johnjosephbachir. fixes #1781

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r2760 r2999  
    1212<form name="form1" method="post" action="options.php">
    1313<input type="hidden" name="action" value="update" />
    14 <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'" />
     14<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'" />
    1515<table width="100%" cellspacing="2" cellpadding="5" class="editform">
    1616<tr valign="top">
Note: See TracChangeset for help on using the changeset viewer.