WordPress/wp-content/themes/twentytwentyone/inc
davidbaumwald 2e762721b1 Bundled Theme: Update twenty_twenty_one_password_form function to actually use a $post parameter.
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
2021-05-11 18:26:01 +00:00
..
back-compat.php Twenty Twenty-One: Correct @since inline documentation tags. 2020-12-17 14:57:07 +00:00
block-patterns.php Twenty Twenty-One: Correct accent marks in block pattern alt text. 2021-02-12 00:03:04 +00:00
block-styles.php Twenty Twenty-One: Correct @since inline documentation tags. 2020-12-17 14:57:07 +00:00
custom-css.php Twenty Twenty-One: Correct @since inline documentation tags. 2020-12-17 14:57:07 +00:00
menu-functions.php Twenty Twenty-One: Correct @since inline documentation tags. 2020-12-17 14:57:07 +00:00
starter-content.php Twenty Twenty-One: Correct accent marks in block pattern alt text. 2021-02-12 00:03:04 +00:00
template-functions.php Bundled Theme: Update twenty_twenty_one_password_form function to actually use a $post parameter. 2021-05-11 18:26:01 +00:00
template-tags.php Twenty Twenty-One: Capitalize translator comments consistently. 2021-02-07 12:28:08 +00:00