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

Follow-up to [52352].

See #53399.

git-svn-id: https://develop.svn.wordpress.org/trunk@52356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-12-12 14:50:18 +00:00
parent 70823f3ddf
commit 6097eddaf4
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,9 +1,9 @@
<?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 );