Commits
Branch selector
User selector
Commit History
Commits on Aug 5, 2022
Coding standards: Properly escape URLs returned by `self_admin_url()` calls.
Show description for 60284cacommittedCoding standards: Properly escape URLs returned by `self_admin_url()` calls.
Show description for ad03949committedSitemaps: Prevent invalid provider names throwing errors.
Show description for b96a51ccommittedDocs: Provide a more accurate `@return` type for `get_pages()` function.
Show description for 1934444committed
Commits on Aug 4, 2022
Tests: Combine test classes for `get_edit_term_link()` tests.
Show description for 02c5d3acommittedTests: Use named data provider for `WP_Object_Cache::is_valid_key()` test.
Show description for 2c30565committedTests: Add more test cases for `WP_Object_Cache::is_valid_key()`.
Show description for 74c8b7fcommittedTests: Correct data providers for `get_term_link()` and `get_edit_term_link()` tests.
Show description for d1b3e1ccommittedCoding Standards: Reorder global cache groups alphabetically for some consistency.
Show description for 13e076ecommittedDocs: Remove obsolete comment in object cache tests.
Show description for 87fc331committedTests: Move `wp_cache_replace()` test to a more appropriate place.
Show description for 15b2748committedTests: Remove the list of non-persistent groups in Memcached implementation used in the test suite.
Show description for 54106e0committedTests: Make the `comment` cache group persistent in `WP_UnitTestCase_Base::flush_cache()`.
Show description for 0a35283committedDocs: Various corrections and improvements to inline documentation.
Show description for c47f438committedTests: Remove the list of global groups in Memcached implementation used in the test suite.
Show description for bd6f081committedPosts, Post Types: Change variable name in `wp_set_post_terms()` for clarity.
Show description for e9fa9a5committedTests: Simplify the list of global groups in object cache tests.
Show description for 2fc9367committedCoding Standards: Wrap long lines with global cache groups for better readability.
Show description for 183bfc8committedTests: Add a test case with a float value for `WP_Object_Cache::is_valid_key()`.
Show description for dc06726committedTests: Add a unit test for `WP_Object_Cache::is_valid_key()`.
Show description for a164d64committed
Commits on Aug 3, 2022
Twenty Eleven: Remove a useless CSS comment after [53819].
Show description for e6f7520committedTwenty Eleven: Use more specific CSS selectors for `.required` styles.
Show description for 1aa576bcommittedCache API: Validate cache key in `WP_Object_Cache` methods.
Show description for ad93e63committedCoding Standards: Remove extra space in two conditionals.
Show description for ec70b4ccommittedSite Health: Improve the wording in plugin and theme version tests.
Show description for 4def4f8committedAdministration: Change default site tagline to an empty string.
Show description for 66dba67committedDocs: Use third-person singular verbs for function descriptions in `WP_REST_Posts_Controller`, as per docblocks standards.
Show description for b5b0c8ecommittedPosts, Post Types: Force unique slugs for draft posts.
Show description for 5dff1e8committed
Commits on Aug 2, 2022
Database: Suppress errors when checking the validity of table prefix during installation.
Show description for 86fd171committedDocs: Improve the description of param `$list ` in `wp_list_sort()` docblock.
Show description for fd1e1f1committed
Commits on Aug 1, 2022
Date/Time: Increase test coverage of `wp_date()`.
Show description for d91b774committedDocs: Improve description for `doing_filter()` and `doing_action()`.
Show description for 10b2b08committed
Commits on Jul 31, 2022
Tests: Move the test for action callback representations to the general action tests file.
Show description for 299ac4dcommittedTests: Update a transients test to account for terminology changes in `MockAction`.
Show description for 5849d4fcommittedTests: Move the test for actions using closures to the general action tests file.
Show description for cd7a792committed