[wp-trac] [WordPress Trac] #10421: Unique ID on installed plugins

WordPress Trac wp-trac at lists.automattic.com
Sat Jul 18 06:50:57 UTC 2009


#10421: Unique ID on installed plugins
-------------------------+--------------------------------------------------
 Reporter:  williamsba1  |       Owner:           
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  2.9      
Component:  Plugins      |     Version:           
 Severity:  normal       |    Keywords:  has-patch
-------------------------+--------------------------------------------------

Comment(by TobiasBg):

 I, too, would not want a plugin to mess with the "Plugin List"! This is
 just not good, because it will confuse people and it will encourage more
 and more plugin authors to do the same, which will result in a very
 "colorful" Plugin List...

 But, if you really need it, you could do it with jQuery, so no need for a
 CSS ID.
 Have a look at the find ":contains()" selector.
 You could add a class to your plugin's row with something like this:
 {{{
 $("tr:contains('Plugin Name')").addClass('special-plugin-row');
 }}}

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


More information about the wp-trac mailing list