Pingged Otto. He mentioned something about pages this evening.
Don’t think that would have anything to do with the pagename query_var, actually. I’m more concerned about custom rewrite rules by plugins potentially being broken. Title and menu labels wouldn’t be relevant to that.
The plugin is using a regex to modify the links produced by wp_list_pages(). Part of the regex pattern looks for title="([^\"]+)"
however in WP 3.3b2 the title attribute has been left out of the links (in the Walker_Page class), and therefore the plugin’s regex is not able to match.
Is the omission of the title attribute intentional in 3.3b2?
Thanks for taking the time to post Ipstenu & Otto, and thanks Jason for identifying the cause.
My easy (lazy) workaround is to use a custom menu instead — which as I’m using a Genesis child theme is probably the best way to proceed anyway.
I believe the menu label & title functions from the Page Menu Editor plugin have also been incorporated into All in one SEO pack, so that may have the same problem.
I’ve updated the plugin to reflect this for 3.3, keeping the original regex intact for older versions