Docs: Update a comment in wp-admin/load-styles.php per the documentation standards.

Follow-up to [52352].

See #53399.
Built from https://develop.svn.wordpress.org/trunk@52356


git-svn-id: http://core.svn.wordpress.org/trunk@51948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-12-12 14:52:02 +00:00
parent 8bdaf90a14
commit 75fc6b755b
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
/* /*
* Disable error reporting * Disable error reporting.
* *
* Set this to error_reporting( -1 ) for debugging. * Set this to error_reporting( -1 ) for debugging.
*/ */

View File

@ -1,9 +1,9 @@
<?php <?php
/* /*
* Disable error reporting * Disable error reporting.
* *
* Set this to error_reporting( -1 ) for debugging * Set this to error_reporting( -1 ) for debugging.
*/ */
error_reporting( 0 ); error_reporting( 0 );

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.9-beta2-52355'; $wp_version = '5.9-beta2-52356';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.