Make WordPress Core


Ignore:
Timestamp:
07/05/2019 01:44:41 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Mark the handful of hook names with uppercase characters or hyphens as ignored.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-http-requests-hooks.php

    r42343 r45599  
    7070         * @param string $url URL to request.
    7171         */
    72         do_action_ref_array( "requests-{$hook}", $parameters, $this->request, $this->url );
     72        do_action_ref_array( "requests-{$hook}", $parameters, $this->request, $this->url ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    7373
    7474        return $result;
Note: See TracChangeset for help on using the changeset viewer.