[wpmu-trac] [WordPress MU Trac] #1131: Superflous code in wp-includes/wpmu-functions.php

WordPress MU Trac wpmu-trac at lists.automattic.com
Mon Oct 12 19:45:05 UTC 2009


#1131: Superflous code in wp-includes/wpmu-functions.php
--------------------------+-------------------------------------------------
 Reporter:  ctsttom       |       Owner:  donncha
     Type:  defect        |      Status:  new    
 Priority:  normal        |   Milestone:         
Component:  Optimisation  |     Version:         
 Severity:  normal        |    Keywords:         
--------------------------+-------------------------------------------------
 Whilst documenting WPMU Functions in the codex I have discovered a
 function called wpmu_admin_redirect_url() which does not seem to be used
 any more, I have documented as best I can all information about this
 function in the associated codex article.

 842     function wpmu_admin_redirect_url() {
 843         if( isset( $_GET['s'] ) ) {
 844             return "s_".$_GET['s'];
 845         }
 846     }

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


More information about the wpmu-trac mailing list