Has anyone else noticed the following note on http://codex.wordpress.org/Function_Reference/WP_Query#Interacting_with_WP_Query
Pagination Note: You should set get_query_var( ‘page’ ); if you want your query to work with pagination. Since Wordpress 3.0.2, you do get_query_var( ‘page’ ) instead of get_query_var( ‘paged’ ).
Well, I just tried it and it does not work but the old way [ get_query_var( ‘paged’ ) ] still does.
Anyone else observed this too?

