mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
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:
parent
8bdaf90a14
commit
75fc6b755b
@ -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 );
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user