[wp-trac] [WordPress Trac] #15416: Bulk edit on paginated edit.php takes you back to the first page

WordPress Trac wp-trac at lists.automattic.com
Fri Dec 10 08:39:30 UTC 2010


#15416: Bulk edit on paginated edit.php takes you back to the first page
----------------------------+-----------------------------------------------
 Reporter:  nacin           |       Owner:                          
     Type:  defect (bug)    |      Status:  new                     
 Priority:  high            |   Milestone:  3.1                     
Component:  Administration  |     Version:                          
 Severity:  normal          |    Keywords:  has-patch, needs-testing
----------------------------+-----------------------------------------------

Comment(by scribu):

 Replying to [comment:4 garyc40]:
 > Patch updated.

 Thanks.

 > Btw, is there any way I can leave out the property changes when using
 "svn diff" ? Is there any command line options for that? Googled around a
 bit but couldn't find any answers.

 Don't know. Instead, here's an alias for {{{svn stat}}} that doesn't list
 unknown files:

 {{{
 mod(){
         svn stat --ignore-externals | grep '^[^?X]'
 }
 }}}

 Taken from here: http://andrewnacin.com/2010/05/13/my-wordpress-bash-
 functions/

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15416#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list