[wp-trac] [WordPress Trac] #39744: wp_widgets_init crash
WordPress Trac
noreply at wordpress.org
Tue Jan 31 02:18:34 UTC 2017
#39744: wp_widgets_init crash
-------------------------------+------------------------------
Reporter: EatonZ | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 4.7.2
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Comment (by westonruter):
@EatonZ I don't know either. The issue should not happen because `wp-
includes/widgets.php` is only required in core once inside of `wp-
settings.php`: https://github.com/WordPress/wordpress-
develop/blob/3e6e1a12f6cff5cf6ed9ec73975a7f86e41f5989/src/wp-
settings.php#L217
There aren't any other instances of the file being required/included, per:
{{{
ack '(require|include)(_once)?\b.+?/widgets\.php' --php src/*.php src/wp-
admin/ src/wp-includes/
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39744#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list