Skip to content

Commit 1bcada8

Browse files
Docs: Add missing parameter descriptions in wp-admin/install.php.
Follow-up to [32654]. Props rejaulalomkhan. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61356 602fd350-edb4-49c9-b593-d223f7449a82
1 parent df52bf2 commit 1bcada8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/install.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
*
5353
* @since 2.5.0
5454
*
55-
* @param string $body_classes
55+
* @param string $body_classes Class attribute values for the body tag.
5656
*/
5757
function display_header( $body_classes = '' ) {
5858
header( 'Content-Type: text/html; charset=utf-8' );
@@ -85,7 +85,7 @@ function display_header( $body_classes = '' ) {
8585
*
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
*/
9090
function display_setup_form( $error = null ) {
9191
global $wpdb;

0 commit comments

Comments
 (0)