mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
* `default-widgets.php` now requires all of the individual classes * Move the functions scattered about this file to `widget-functions.php`, which loads before `default-widgets.php`, which only conditionally loads anyway in `wp_maybe_load_widgets()`, which is hooked on `plugins_loaded` See #33413, #23012. git-svn-id: https://develop.svn.wordpress.org/trunk@33843 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| class-wp-nav-menu-widget.php | ||
| class-wp-widget-archives.php | ||
| class-wp-widget-calendar.php | ||
| class-wp-widget-categories.php | ||
| class-wp-widget-links.php | ||
| class-wp-widget-meta.php | ||
| class-wp-widget-pages.php | ||
| class-wp-widget-recent-comments.php | ||
| class-wp-widget-recent-posts.php | ||
| class-wp-widget-rss.php | ||
| class-wp-widget-search.php | ||
| class-wp-widget-tag-cloud.php | ||
| class-wp-widget-text.php | ||