Block code change: skip block.

Block code change: skip block.

by Lance Haysom -
Number of replies: 0
I've recently been updating some of our themes and came across an old 1.6 theme that was not behaving in 1.8.

I tracked it down to that fact that in 1.6 line 4537 (or thereabouts) in the print_side_block() is:
$heading .= $skip_link;



where in 1.8 is has changed to:
$heading = $skip_link . $heading;

 

Ive changed it to 1.6 style in 1.8 and all is well but I just wanted to check that I'm not going to have an unforeseen issue.


Apologies for the cryptic subject and if this is in the wrong place...
Average of ratings: -