Skip to content

Commit e862e3c

Browse files
committed
Inline docs syntax fixes following [28978].
See #28740. git-svn-id: https://develop.svn.wordpress.org/trunk@29015 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 81487ec commit e862e3c

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

src/wp-admin/load-scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Disable error reporting
55
*
6-
* Set this to error_reporting( -1 ) for debugging
6+
* Set this to error_reporting( -1 ) for debugging.
77
*/
88
error_reporting(0);
99

src/wp-admin/setup-config.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,10 @@ function setup_config_display_header( $body_classes = array() ) {
213213
unset( $wpdb );
214214
require_wp_db();
215215

216-
// The wpdb constructor bails when WP_SETUP_CONFIG is set, so we must
217-
// fire this manually. We'll fail here if the values are no good.
216+
/*
217+
* The wpdb constructor bails when WP_SETUP_CONFIG is set, so we must
218+
* fire this manually. We'll fail here if the values are no good.
219+
*/
218220
$wpdb->db_connect();
219221

220222
if ( ! empty( $wpdb->error ) )

src/wp-includes/js/tinymce/wp-tinymce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Disable error reporting
44
*
5-
* Set this to error_reporting( -1 ) for debugging
5+
* Set this to error_reporting( -1 ) for debugging.
66
*/
77
error_reporting(0);
88

src/wp-load.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747

4848
$path = wp_guess_url() . '/wp-admin/setup-config.php';
4949

50-
/* We're going to redirect to setup-config.php. While this shouldn't result
50+
/*
51+
* We're going to redirect to setup-config.php. While this shouldn't result
5152
* in an infinite loop, that's a silly thing to assume, don't you think? If
5253
* we're traveling in circles, our last-ditch effort is "Need more help?"
5354
*/

0 commit comments

Comments
 (0)