Changeset 59737
- Timestamp:
- 01/30/2025 04:06:16 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r59736 r59737 1790 1790 * @since 6.8.0 1791 1791 * 1792 * @param string The message shown to users when entering an invalid password.1793 * @param WP_Post $post 1792 * @param string $text The message shown to users when entering an invalid password. 1793 * @param WP_Post $post Post object. 1794 1794 */ 1795 1795 $invalid_password = apply_filters( 'the_password_form_incorrect_password', __( 'Invalid password.' ), $post );
Note: See TracChangeset
for help on using the changeset viewer.