Just wondering if all those changes from get_setting and get_settings into get_option is going to affect themes since I noted that we're changing functions within the default and classic themes as well.
Anyone else concerned?
Just wondering if all those changes from get_setting and get_settings into get_option is going to affect themes since I noted that we're changing functions within the default and classic themes as well.
Anyone else concerned?
Without being there and without looking or digging further - uh yeah. I'm concerned. Someone 'splain please.
:p I was hoping someone tried the upgrade already and would report the results. I haven't tried it yet but mainly because of the massive amount of changed files.. I'm dreading doing either copying + paste or saving files and uploading them all.. then figuring out all my past changes ><.
i suppose a backward compatible function will be done, something like:
function get_settings() {
get_options();
}
this is a REALLY simple trick to fool the old themes one the official is released.
I did the upgrade anyway and I don't see any reports of errors in my support forum but I have so few regular bloggers...
i've upgraded myself too, and upgraded the themes.. it worth it.. :)
anyway, template files are not that numerous, so it's not a problem, even with 10 themes... just need to have a search/replace function in your file editor!
Haven't touched the themes yet. Got a file editor on this PC that supports search and replace but have no method of doing this on my site. Don't have SSH access on this box since it's not one of mine.