Make WordPress Core

Changeset 61356


Ignore:
Timestamp:
12/06/2025 12:26:37 PM (3 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing parameter descriptions in wp-admin/install.php.

Follow-up to [32654].

Props rejaulalomkhan.
See #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install.php

    r60898 r61356  
    5353 * @since 2.5.0
    5454 *
    55  * @param string $body_classes
     55 * @param string $body_classes Class attribute values for the body tag.
    5656 */
    5757function display_header( $body_classes = '' ) {
     
    8686 * @global wpdb $wpdb WordPress database abstraction object.
    8787 *
    88  * @param string|null $error
     88 * @param string|null $error Error message to display, if any.
    8989 */
    9090function display_setup_form( $error = null ) {
Note: See TracChangeset for help on using the changeset viewer.