mirror of
git://develop.git.wordpress.org/
synced 2025-04-05 12:42:35 +02:00
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:
parent
70823f3ddf
commit
6097eddaf4
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Disable error reporting
|
||||
* Disable error reporting.
|
||||
*
|
||||
* Set this to error_reporting( -1 ) for debugging.
|
||||
*/
|
||||
|
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user