Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter burtonkent

    (@burtonkent)

    I’ve got error_reporting set to E_STRICT for development, so I’m seeing other warnings.

    Line 594:
    <input type="checkbox" name="blogname_flag" value="1" <?php checked('1', $opt['blogname_flag']) ?> /> <?php _e("I understand this will overwrite the user's chosen blog name from the setup page.") ?></td>
    needed quotes around ‘blogname_flag’.

    Line 1269:
    if($opt['theme'] == $template . "|" . $stylesheet) {
    needed quotes around ‘theme’.

    Great plugin, thank you. The edit menu looks like a lot of work.

    a variable typo error is on line 440:
    else {$newoptions['use_smiles'] = 0;}
    change ‘use_smiles’ to ‘use_smilies’

    agreed, great plugin.

    also missing Post name in common settings (permalinks)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘setup()’ is closed to new replies.