Support Forum

Update bug in build 7392

4 Answers

New Answer

MP Mr Papa
Mr Papa
Member

eeek! definitely a problem… argh… actually, its line 307…

will get it fixed up in svn tonight… and planning on pushing out a new core update this weekend too…

MP Mr Papa
Mr Papa
Member

fixed in svn…  and was 342 in the build #quoted – already changes in trunk which make it 307…

if you want to change yourself before this weekend… line 342, change:

    if ($update) $mess.= spa_message($update_msg.'<a href=”http://localhost/wordpress-test/wp-admin/update-core.php”>’.spa_text(‘Click here to view any updates.’).'</a>’);

to

    if ($update) $mess.= spa_message($update_msg.'<a href=”‘.self_admin_url(‘update-core.php’).'”>’.spa_text(‘Click here to view any updates.’).'</a>’);

YS Yellow Swordfish
Yellow Swordfish
Member

Excellent – thank you for letting us know.