Make WordPress Core


Ignore:
Timestamp:
12/12/2021 02:50:18 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [52352].

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/load-styles.php

    r52352 r52356  
    22
    33/*
    4  * Disable error reporting
     4 * Disable error reporting.
    55 *
    6  * Set this to error_reporting( -1 ) for debugging
     6 * Set this to error_reporting( -1 ) for debugging.
    77 */
    88error_reporting( 0 );
Note: See TracChangeset for help on using the changeset viewer.