Changeset 3241

Show
Ignore:
Timestamp:
11/30/05 07:27:39 (3 years ago)
Author:
ryan
Message:

Remove unnecessary quotes. Props technosailor. fixes #1990

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/options.php

    r3187 r3241  
    3131     
    3232    check_admin_referer(); 
    33      
     33 
    3434    if (!$_POST['page_options']) { 
    3535        foreach ($_POST as $key => $value) { 
    36             $options[] = "'$key'"
     36            $options[] = $key
    3737        } 
    3838    } else {