Docs: Correct the format of some comments per the documentation standards.
Follow-up to [10357], [10939], [43309], [51003], [51266], [51653], [51738], [52110]. See #53399. Built from https://develop.svn.wordpress.org/trunk@52352 git-svn-id: http://core.svn.wordpress.org/trunk@51944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
/*
|
||||
* Disable error reporting
|
||||
*
|
||||
* Set this to error_reporting( -1 ) for debugging.
|
||||
*/
|
||||
error_reporting( 0 );
|
||||
|
||||
/** Set ABSPATH for execution */
|
||||
// Set ABSPATH for execution.
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
define( 'ABSPATH', dirname( __DIR__ ) . '/' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user