• Hosting Platform:

    PHP 5.6.24
    Apache 2.4.x
    mySQL 5.5.50

    —-

    WordPress 4.6 base install, no plugins, unmodified stock theme (2016) – when browsing Settings > General (options-general.php), the “Save Changes” button is missing. Removing everything BELOW

    <?php do_settings_fields(‘general’, ‘default’); ?>

    just before the closing </table> tag makes the button visible once more.

    Can someone else reproduce this?

    This doesn’t affect General > Writing/Media/Discussion or Permalink sections.

    Please advise, thank you.

    Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter scaturan

    (@scaturan)

    alright, looks like I found something:

    after removing this line from /wp-admin/options-general.php – the Save Settings button finally appears:
    $translations = wp_get_available_translations();

    I tested this on a fresh install of 4.6 and another site upgraded from 4.5.x

    Thanks this worked for me.

    I am still having an other issues with not able to add plugins – do you know a fix for that as well? 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘missing Save Changes button in Settings > General (options-general.php)’ is closed to new replies.