Anton Vlasenko
Anton Vlasenko
## Is your feature request related to a problem? Linters don't catch cases when `sprintf()` is called with a single argument: ```php echo sprintf( 'Some string' ); ``` This can...
Trac ticket: https://core.trac.wordpress.org/ticket/61154 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See [GitHub Pull...
Trac ticket: https://core.trac.wordpress.org/ticket/58087 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See [GitHub Pull...
## Is your feature request related to a problem? Adding new magic methods such as `__get` and `__set` to WordPress Core should be discouraged unless necessary to fix existing dynamic...
Trac ticket: https://core.trac.wordpress.org/ticket/52925 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See [GitHub Pull...
Trac ticket: https://core.trac.wordpress.org/ticket/57749 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See [GitHub Pull...
Trac ticket: https://core.trac.wordpress.org/ticket/56481 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See [GitHub Pull...
This PR fixes failing unit test because of the hardcoded table name in `WP_Test_REST_Users_Controller::test_get_items_only_fetches_ids_for_head_requests`. Trac ticket: https://core.trac.wordpress.org/ticket/56481 --- **This Pull Request is for code review only. Please keep all other...
Fixes #36561 ## Proposed changes: Updates the documentation to include the `$wp_cache_mfunc_enabled` global variable, ensuring users know it can help prevent the secret template tag from being revealed. ### Other...