[wp-trac] Re: [WordPress Trac] #4516: A bit more filtering needed on admin screens

WordPress Trac wp-trac at lists.automattic.com
Fri Jun 22 23:25:54 GMT 2007


#4516: A bit more filtering needed on admin screens
------------------------------------+---------------------------------------
 Reporter:  jhodgdon                |        Owner:  anonymous  
     Type:  defect                  |       Status:  new        
 Priority:  normal                  |    Milestone:  2.3 (trunk)
Component:  Administration          |      Version:  2.3        
 Severity:  normal                  |   Resolution:             
 Keywords:  admin filter has-patch  |  
------------------------------------+---------------------------------------
Changes (by jhodgdon):

  * keywords:  admin filter => admin filter has-patch

Comment:

 I've just attached patches to fix all of these issues. A few notes
 (referencing the description above):

 a) wp-admin/admin-ajax.php patch fixes this

 b) wp-admin/includes/template.php patch fixes this.

 c) No patch needed -- added additional filter for 'term_name' in plugin --
 this is a new filter defined by the new taxonomy scheme. Someone will need
 to document these new filters in the Codex (probably me).

 d) wp-admin/options-writing.php patch fixes this. '''Note''' that I am not
 sure why options-writing.php doesn't use one of the standard dropdown
 category functions instead of writing its own function to list categories?

 e) No patch needed -- fixed by adding filter for 'wp_dropdown_pages' in
 plugin that had been missing.

 f) wp-login.php patch fixes this. '''Note''' that it would be cleaner to
 use bloginfo() rather than apply_filters( 'bloginfo', get_bloginfo()), but
 the current setup uses printf to print "Back to (blog title)", and
 bloginfo always echos its result.

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


More information about the wp-trac mailing list