[wp-trac] Re: [WordPress Trac] #3723: Tagging

WordPress Trac wp-trac at lists.automattic.com
Thu Feb 1 19:39:39 GMT 2007


#3723: Tagging
-------------------------+--------------------------------------------------
 Reporter:  ryan         |        Owner:  ryan
     Type:  enhancement  |       Status:  new 
 Priority:  normal       |    Milestone:  2.2 
Component:  General      |      Version:  2.1 
 Severity:  normal       |   Resolution:      
 Keywords:  tags         |  
-------------------------+--------------------------------------------------
Comment (by ryan):

 Problem with adding tags to categories table is that it will further
 complicate our post and link category queries by adding something else to
 exclude.

 {{{
 tagged_count = 0 OR link_count = 0 OR category_count != 0 OR ( link_count
 = 0 AND category_count = 0 AND tagged_count = 0 )
 }}}

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


More information about the wp-trac mailing list