mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 19:01:44 +01:00
2e762721b1
The `twentytwentyone` filtered `the_password_form` with a `twenty_twenty_one_password_form` callback that, by default, passed only one parameter that was assumed to be the post or post ID. However, the first parameter for `the_password_form` is the filtered output value. This fix updates both the filter reference and callback to use two parameters: `$output` and `$post`. Props burhandodhy, mukesh27. Fixes #53091. Built from https://develop.svn.wordpress.org/trunk@50841 git-svn-id: http://core.svn.wordpress.org/trunk@50450 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
back-compat.php | ||
block-patterns.php | ||
block-styles.php | ||
custom-css.php | ||
menu-functions.php | ||
starter-content.php | ||
template-functions.php | ||
template-tags.php |