Thread Starter
emwp
(@emwp)
Hi Dion Hulse, thanks a million for taking a time to explain.
Thread Starter
emwp
(@emwp)
@ipstenu thanks again. it works !
i opened wp-includes/version.php
and change $wp_version = '3.2 bleeding';
to this $wp_version = '3.1';
then i login and see the update showing 1
clicked on that and do the core update, this time the system is updated to latest normal version now.
🙂
Thread Starter
emwp
(@emwp)
@ipstenu thank you and i think that makes sense
actually it’s what i’m about to do now.
but still
i wonder how wp tells the upgrade system that “Hello wp.org ! I’m a trunk version – so get me the upgrade from trunk now !”
i mean, there must be a setting in db record that if i just go in and change the value from ‘trunk’ to ‘normal’ ( something like that ) then it can just upgrade to normal version.
am i right on this ?