bae635f1a0Sitemaps: Prevent incorrect redirection of paged sitemap requests.
Peter Wilson
2020-08-27 01:28:24 +0000
f14250e2a7Media: Disable lazy-loading for custom logos by default.
Jonathan Desrosiers
2020-08-27 01:08:23 +0000
066882a4a8Media: Disable lazy-loading for custom logos by default.
Jonathan Desrosiers
2020-08-27 01:06:01 +0000
4636ab5143Upgrade/Install: Make the check for empty home option in __get_option() more resilient.
Sergey Biryukov
2020-08-26 17:05:54 +0000
c7f5af72dcUpgrade/Install: Make the check for empty home option in __get_option() more resilient.
Sergey Biryukov
2020-08-26 16:55:36 +0000
1a982564f1Quick/Bulk Edit: Revert [48134] to address the bottom "Bulk actions" dropdown not functioning properly on Posts and Users list tables.
Sergey Biryukov
2020-08-26 14:19:01 +0000
2a9c68872eQuick/Bulk Edit: Revert [48134] to address the bottom "Bulk actions" dropdown not functioning properly on Posts and Users list tables.
Sergey Biryukov
2020-08-26 14:16:12 +0000
61f45b5db6Editor: Remove some hardcoded text color values from patterns that have body text with no specific background color.
Sergey Biryukov
2020-08-26 13:34:32 +0000
efc5c63254Editor: Remove some hardcoded text color values from patterns that have body text with no specific background color.
Sergey Biryukov
2020-08-26 13:32:05 +0000
09cf17d0b7Administration: Remove non-color related styling from Modern color scheme.
Sergey Biryukov
2020-08-26 13:19:09 +0000
cae856c8ebAdministration: Remove non-color related styling from Modern color scheme.
Sergey Biryukov
2020-08-26 13:17:36 +0000
ad9f02ed80Twenty Twenty: Add context to adjectives and homonyms.
Sergey Biryukov
2020-08-26 01:33:45 +0000
6f51272e51Editor: Make some hardcoded strings in block patterns translatable.
Sergey Biryukov
2020-08-25 12:40:21 +0000
04d555e91dEditor: Make some hardcoded strings in block patterns translatable.
Sergey Biryukov
2020-08-25 12:38:21 +0000
c20372e0aaTests: Clean up some existing @covers tags.
Sergey Biryukov
2020-08-25 00:57:17 +0000
0dd560ac3fBootstrap/Load: Add local environment type to wp_get_environment_type().
Sergey Biryukov
2020-08-24 22:32:20 +0000
25c9718a1eBootstrap/Load: Add local environment type to wp_get_environment_type().
Sergey Biryukov
2020-08-24 22:30:36 +0000
8e7e3c5b72Docs: Improve documentation for wp_lazy_loading_enabled() per the documentation standards.
Sergey Biryukov
2020-08-24 22:14:17 +0000
ae49fc0a3bDocs: Add documentation and a @since note about the loading attribute added to wp_get_attachment_image().
Sergey Biryukov
2020-08-24 22:12:06 +0000
4869de2a1cDocs: Add a @since note about the $srcset and $sizes attributes added to wp_get_attachment_image().
Sergey Biryukov
2020-08-24 22:10:25 +0000
62260b9fbfDocs: Add documentation and a @since note about the loading attribute added to wp_get_attachment_image().
Sergey Biryukov
2020-08-24 22:02:44 +0000
e393d41e3cAdministration: Don't print the .php-error class in the admin header for PHP notices in wp-config.php.
Sergey Biryukov
2020-08-24 10:48:24 +0000
ce10049fccAdministration: Don't print the .php-error class in the admin header for PHP notices in wp-config.php.
Sergey Biryukov
2020-08-24 10:46:30 +0000
4ad67eb3c2REST API: In WP_REST_Block_Directory_Controller::get_items(), make sure the blocks data for a plugin is not empty before proceeding.
Sergey Biryukov
2020-08-24 10:33:09 +0000
a6bb0120acTests: Correct a number of malformed @covers tags.
Sergey Biryukov
2020-08-23 17:23:52 +0000
e353e266a0Build/Test Tools: Update code coverage setup in the phpunit.xml.dist file to point to the build directory.
Sergey Biryukov
2020-08-23 17:22:28 +0000
631f440506Tests: Update wp-api-generated.js to reflect the new "Reusable Blocks" post type label.
Sergey Biryukov
2020-08-23 14:38:40 +0000
cc7fa67925General: Ensure svn:eol-style is consistently set for all recently added files.
Sergey Biryukov
2020-08-23 14:34:06 +0000
c90037ca47Tests: Clear any previous term IDs from the metadata lazyloader queue in term meta lazy-loading test.
Sergey Biryukov
2020-08-23 03:46:41 +0000
380145e073Docs: Update the description for the $legacy parameter of wp_count_terms() for consistency with get_terms().
Sergey Biryukov
2020-08-23 00:06:04 +0000
153d07b93aREST API: In WP_REST_Block_Directory_Controller::get_items(), make sure the blocks data for a plugin is not empty before proceeding.
Sergey Biryukov
2020-08-22 01:52:42 +0000
2e2ef9e538Editor: Use wp_add_inline_script() instead of wp_localize_script() to pass the _wpMetaBoxUrl value to the wp-editor script.
Sergey Biryukov
2020-08-22 00:03:01 +0000
0228dd6a5dTaxonomy: Allow for wp_count_terms( $args ) signature, making passing a taxonomy optional.
Felix Arntz
2020-08-21 22:30:06 +0000
3b1d1bfa7aCode Modernization: Fix PHP 8 "ArgumentCountError: array_merge() does not accept unknown named parameters" fatal error in retrieve_widgets().
Sergey Biryukov
2020-08-21 21:49:02 +0000
29bfc56ca2Code Modernization: Fix PHP 8 "argument must be passed by reference, value given" error in WP_Comment_Query::get_comments().
Sergey Biryukov
2020-08-21 21:32:49 +0000
387bbeb286Twenty Nineteen: Remove trailing commas after selectors in style-editor.scss.
Sergey Biryukov
2020-08-21 15:40:56 +0000
493a88c666Privacy: Avoid a PHP 7.4 notice in WP_Privacy_Policy_Content::text_change_check().
Sergey Biryukov
2020-08-21 01:11:19 +0000
e87d86b2aeDocs: Correct references to WP_Filesystem_Base methods in various DocBlocks.
Sergey Biryukov
2020-08-21 00:41:43 +0000
5ad8969179Customize: Add / character to <img> tag in WP_Customize_Manager and WP_Customize_Header_Image_Control JS templates.
Sergey Biryukov
2020-08-20 13:11:36 +0000
4e7ac9bb9fDocs: Update documentation for get_custom_logo() and the_custom_logo() to mention the unlink-homepage-logo theme feature.
Sergey Biryukov
2020-08-20 10:40:40 +0000
1b78e495b2Docs: Update documentation for get_custom_logo() and the_custom_logo() to mention the unlink-homepage-logo theme feature.
Sergey Biryukov
2020-08-20 10:39:12 +0000
62562f8428Tests: Update unit tests to account for comment_agent and comment_author_IP values being passed to the preprocess_comment filter.
Sergey Biryukov
2020-08-19 16:06:27 +0000
de70dabf63Editor: Update the post type labels for the reusable blocks post type.
Jonathan Desrosiers
2020-08-19 13:38:56 +0000
acc404eaf8Docs: Add a @since note to register_rest_route() about the _doing_it_wrong() notice when the required permission_callback argument is not set.
Sergey Biryukov
2020-08-19 12:31:23 +0000
ab12557628Docs: Add a @since note to register_rest_route() about the _doing_it_wrong() notice when the required permission_callback argument is not set.
Sergey Biryukov
2020-08-19 12:29:34 +0000
de73a6a8e9Docs: Improve description for WP_Admin_Bar::add_group().
Sergey Biryukov
2020-08-19 02:44:38 +0000
c101a86bafBundled Themes: Correct punctuation in "Your comment is awaiting moderation" string.
Sergey Biryukov
2020-08-19 02:25:46 +0000
27a2494ebeComments: Correct punctuation in "Your comment is awaiting moderation" string in Walker_Comment.
Sergey Biryukov
2020-08-19 02:25:13 +0000
5f861293e6Comments: Make sure the comment data passed to the preprocess_comment filter includes the comment_agent and comment_author_IP values.
Sergey Biryukov
2020-08-19 01:55:12 +0000
5b338a892fPlugins: Avoid a PHP notice if the update-supported key in plugin data is not set.
Sergey Biryukov
2020-08-18 20:38:21 +0000
c65973e0f5Plugins: Avoid a PHP notice if the update-supported key in plugin data is not set.
Sergey Biryukov
2020-08-18 20:36:42 +0000
ba58ceefa4Formatting: Make the check for empty text in wp_trim_excerpt() more resilient.
Sergey Biryukov
2020-08-18 19:35:30 +0000
5cec68d0c9Build/Test Tools: Update several NPM dependencies.
Jonathan Desrosiers
2020-08-18 15:16:57 +0000
76c599ced2Formatting: Make the check for empty text in wp_trim_excerpt() more resilient.
Sergey Biryukov
2020-08-18 15:08:19 +0000
1911eae4a1Docs: Correct alignment for some DocBlocks in WP_Query::get_posts().
Sergey Biryukov
2020-08-18 12:37:39 +0000
a8f733a239Docs: Add a @since note to get_the_archive_title() about the title part being wrapped in a <span> element.
Sergey Biryukov
2020-08-18 12:05:13 +0000
89ea6ce552Docs: Add a @since note to get_the_archive_title() about the title part being wrapped in a <span> element.
Sergey Biryukov
2020-08-18 12:03:24 +0000
e35a4f0170Help/About: Revert [48811] from the 5.5 branch for now, to avoid displaying untranslated strings on the About page.
Sergey Biryukov
2020-08-18 03:00:58 +0000
7d0dc26c96Accessibility: Toolbar: Don't output the "Skip to toolbar" link in modern themes that support the wp_body_open action.
Sergey Biryukov
2020-08-17 14:24:30 +0000
1006cd9c2cHelp/About: Fix typo and remove trailing spaces from some strings.
Sergey Biryukov
2020-08-17 10:57:37 +0000
fe47413a65Site Health: Ensure that the tests returned by WP_Site_Health::get_tests() always have the required array keys: direct and async.
Sergey Biryukov
2020-08-17 02:21:17 +0000
09a3a6e7bdHelp/About: Fix typo and remove trailing spaces from some strings.
Sergey Biryukov
2020-08-17 02:10:55 +0000
e6c2f66ab2Site Health: Ensure that the tests returned by WP_Site_Health::get_tests() always have the required array keys: direct and async.
Sergey Biryukov
2020-08-17 02:01:04 +0000
3212a7dffbREST API: Add uniqueItems as a permitted endpoint argument JSON Schema keyword.
Sergey Biryukov
2020-08-17 01:40:59 +0000
267960fc5dSite Health: Only display the warning about the post_max_size PHP value when it's lower than upload_max_filesize.
Sergey Biryukov
2020-08-17 01:27:29 +0000
6ee7a4f5c8Site Health: Add site environment type to the debug information.
Sergey Biryukov
2020-08-17 01:23:58 +0000
9e0800ebe9Site Health: Recognize define( 'WP_AUTO_UPDATE_CORE', 'minor' ) as an acceptable value.
Sergey Biryukov
2020-08-17 01:02:38 +0000
6b6be351efFilesystem API: Use correct variable when closing the file handle in WP_Filesystem_FTPext::get_contents().
Sergey Biryukov
2020-08-17 00:55:28 +0000
271ab2010aSite Health: Add site environment type to the debug information.
Sergey Biryukov
2020-08-16 18:25:50 +0000
e499354eeeSite Health: Rename the $upload_max_size variable to $upload_max_filesize, for consistency with the PHP setting name.
Sergey Biryukov
2020-08-16 17:52:25 +0000
73671e85c5Site Health: Only display the warning about the post_max_size PHP value when it's lower than upload_max_filesize.
Sergey Biryukov
2020-08-16 17:46:51 +0000
a1e05cff28Docs: Fix typo in the $image parameter description in is_gd_image().
Sergey Biryukov
2020-08-16 14:00:27 +0000
cbaa88cb5aCode Modernization: Introduce is_gd_image() to check for PHP 8 GdImage object instances.
Sergey Biryukov
2020-08-16 13:31:57 +0000
d41ac05964Filesystem API: Use correct variable when closing the file handle in WP_Filesystem_FTPext::get_contents().
Sergey Biryukov
2020-08-15 20:54:46 +0000
dddddc47f4REST API: Add uniqueItems as a permitted endpoint argument JSON Schema keyword.
Timothy Jacobs
2020-08-15 16:09:56 +0000
dd071ee278Menus: Make the $object_id parameter of _wp_delete_post_menu_item() required, for consistency with _wp_delete_tax_menu_item().
Sergey Biryukov
2020-08-15 13:44:00 +0000
9c220ffaf7Code Modernization: Fix PHP 8 deprecation notices for optional function parameters declared before required parameters.
Sergey Biryukov
2020-08-15 13:38:52 +0000
b9e5fa1077Docs: Document the parameters of wp_get_associated_nav_menu_items() as optional.
Sergey Biryukov
2020-08-15 13:10:15 +0000
8c378606abSite Health: Recognize define( 'WP_AUTO_UPDATE_CORE', 'minor' ) as an acceptable value.
Sergey Biryukov
2020-08-14 20:37:42 +0000
285d176f08Tests: Consistently unregister custom settings after performing assertions in WP_Test_REST_Settings_Controller.
Sergey Biryukov
2020-08-14 16:33:24 +0000
f0733600c9Code Modernization: Change create_function() in phpunit/includes/plural-form-function.php to closure.
Sergey Biryukov
2020-08-13 12:32:03 +0000
ab9aee8af4Code Modernization: Only call libxml_disable_entity_loader() in PHP < 8.
Sergey Biryukov
2020-08-12 15:23:47 +0000
1bf0a780b3Code Modernization: Remove final keyword from private methods.
Sergey Biryukov
2020-08-12 15:03:50 +0000
aabef3109ePost WordPress 5.5 version bump.
Sergey Biryukov
2020-08-11 19:33:39 +0000
b591209e14Help/About: Final adjustments to the 5.5 About page.
Jonathan Desrosiers
2020-08-11 16:55:20 +0000
56b096195aHelp/About: Final adjustments to the 5.5 About page.
Jonathan Desrosiers
2020-08-11 16:51:22 +0000
a84a5029beDocs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards.
Sergey Biryukov
2020-08-11 00:32:22 +0000
dd5e7eecdfOptions, Meta APIs: Update the docs around default metadata values.
Sergey Biryukov
2020-08-10 15:52:01 +0000
635ae16e85Docs: Update documentation for get_{$meta_type}_metadata filter for consistency with default_{$meta_type}_metadata.
Sergey Biryukov
2020-08-10 15:48:25 +0000
d434a22552Options, Meta APIs: Update the docs around default metadata values.
Jake Spurlock
2020-08-10 15:40:18 +0000
8f90e1214aBundled Themes: Bump theme versions ahead of WordPress 5.5.
Jonathan Desrosiers
2020-08-10 15:35:03 +0000
d8985baaadBundled Themes: Bump theme versions ahead of WordPress 5.5.
Jonathan Desrosiers
2020-08-10 15:30:18 +0000
f05d382e09Build/Test Tools: Update elliptic in Twenty Twenty.
Jonathan Desrosiers
2020-08-10 15:17:11 +0000