Make WordPress Core

Changeset 59756


Ignore:
Timestamp:
02/04/2025 12:30:06 AM (5 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock formatting for the_password_form filter.

Follow-up to [59736], [59737].

See #62281.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-template.php

    r59753 r59756  
    18241824     * @since 6.8.0 Added the `$invalid_password` parameter.
    18251825     *
    1826      * @param string  $output The password form HTML output.
    1827      * @param WP_Post $post   Post object.
     1826     * @param string  $output           The password form HTML output.
     1827     * @param WP_Post $post             Post object.
    18281828     * @param string  $invalid_password The invalid password message.
    18291829     */
Note: See TracChangeset for help on using the changeset viewer.