mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
abcbee954f
Noteable changes: - The `magic_quotes_runtime` and `magic_quotes_sybase` settings were removed in PHP 5.4, so no longer need to be set. - Some functions that use external libraries can generate errors that can't be tested for, so are globally allowed to silence errors. - Quite a few functions would cause errors if `safe_mode` was set. This setting was removed in PHP 5.4. - Only a handful of `header()` calls needed corresponding `headers_sent()` checks for unit tests to pass, but more may need to be added as the nightlies builds are tested. See #46732. Built from https://develop.svn.wordpress.org/trunk@45611 git-svn-id: http://core.svn.wordpress.org/trunk@45422 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
class-wp-nav-menu-widget.php | ||
class-wp-widget-archives.php | ||
class-wp-widget-calendar.php | ||
class-wp-widget-categories.php | ||
class-wp-widget-custom-html.php | ||
class-wp-widget-links.php | ||
class-wp-widget-media-audio.php | ||
class-wp-widget-media-gallery.php | ||
class-wp-widget-media-image.php | ||
class-wp-widget-media-video.php | ||
class-wp-widget-media.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 |