• Resolved Gahapati

    (@gahapati)


    In WP Downgrade v1.0.1 there is a bug in line 83 of wp-downgrade.php which reads

    if ($sprache == 'en_US'){

    This bug affects anyone using a non-localized version of WordPress and prevents WP from downloading the correct US English version.

    Line 83 ought to instead read

    if ($sprache == 'en_US/'){

    (note the added slash after en_US).

    This fix is included in an unofficial WP Downgrade v1.1.0 I put together which is in English (und natürlich in Deutsch).

    https://www.ads-software.com/plugins/wp-downgrade/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FIX: Bug in v1.0.1 affecting non-localized WP versions’ is closed to new replies.