[wpmu-trac] [WordPress MU Trac] #356: page navigation problem on manage post page

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Jun 15 09:00:33 GMT 2007


#356: page navigation problem on manage post page
------------------------+---------------------------------------------------
 Reporter:  kingler     |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  highest     |   Milestone:          
Component:  component1  |     Version:          
 Severity:  critical    |    Keywords:          
------------------------+---------------------------------------------------
 When managing posts, page navigation is using  /page/3/ strucuture!

 Comparing the /wp-includes/link-template.php with the WordPress trunk
 source, a quick fix is to change line 478:

 if ( !$wp_rewrite->using_permalinks() ) {

 into the following:

 if ( !$wp_rewrite->using_permalinks() || is_admin() ) {

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/356>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list