Make WordPress Core


Ignore:
Timestamp:
07/01/2019 08:00:12 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix/ignore the WordPress.NamingConventions.ValidFunctionName violations.

See #47632

File:
1 edited

Legend:

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

    r45400 r45580  
    2727 * @access private
    2828 */
    29 function wp_unregister_GLOBALS() {
     29function wp_unregister_GLOBALS() {  // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
    3030    if ( ! ini_get( 'register_globals' ) ) {
    3131        return;
Note: See TracChangeset for help on using the changeset viewer.