Re: Strange Navigation Bug
Thanks for the response, the bp version is not RC1, it is 1.0, I am pretty sure that’s not the same thing but it may be.
I have a very unique group of bloggers and I want to continue to attract folks from this group so I have modified many of the core files that are part of the upgrades to 2.7 and RC1 I probably broke this with one of those mods but I can’t understand how or why. I have too many features with too many hours to risk losing them all… I was hoping maybe someone had seen this.
For instance when you click to go to a blog this line:
<?php bloginfo(‘stylesheet_url’); ?>
will return the stylesheet_url of the page you are leaving not the one that called it from that theme’s header file.
if I just manually type in the URL and hit enter it loads just fine, I have tracked it to one of these site variables from either do_action or apply_filters:
do_action:
$wp_filter, $wp_actions, $merged_filters, $wp_current_filter;
apply_filters:
$wp_filter, $merged_filters, $wp_current_filter;
I’ll have to do some more digging I suppose,