[wp-trac] Re: [WordPress Trac] #3928: add_query_arg() without assignment in upload.php

WordPress Trac wp-trac at lists.automattic.com
Wed Mar 28 03:05:38 GMT 2007


#3928: add_query_arg() without assignment in upload.php
----------------------------+-----------------------------------------------
 Reporter:  markjaquith     |        Owner:  mdawaffe
     Type:  task            |       Status:  new     
 Priority:  low             |    Milestone:  2.2     
Component:  Administration  |      Version:  2.2     
 Severity:  normal          |   Resolution:          
 Keywords:                  |  
----------------------------+-----------------------------------------------
Comment (by joetan):

 The fix to this should simply be changing line 92 from

   `add_query_arg( $tab_array[4], $href );`

 to

   `$href = add_query_arg( $tab_array[4], $href );`

 This fix would greatly help with some plugin's I'm working on. Thanks!

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3928#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list