[wp-trac] [WordPress Trac] #21504: Not checking if apply_filters exists before calling it

WordPress Trac wp-trac at lists.automattic.com
Mon Aug 6 23:38:50 UTC 2012


#21504: Not checking if apply_filters exists before calling it
--------------------------------------------+--------------------
 Reporter:  jdkoelsch                       |       Owner:
     Type:  defect (bug)                    |      Status:  new
 Priority:  normal                          |   Milestone:  3.5
Component:  Database                        |     Version:  3.4.1
 Severity:  normal                          |  Resolution:
 Keywords:  dev-feedback reporter-feedback  |
--------------------------------------------+--------------------

Comment (by SergeyBiryukov):

 It seems that now the only query being made before the plugins have been
 loaded is for loading all options (via `wp_not_installed()`):
 {{{
 SELECT option_name, option_value FROM trunk_options WHERE autoload = 'yes'
 }}}
 Perhaps the comment should be updated (or removed, since [15811] made it
 obsolete).

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


More information about the wp-trac mailing list