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/ms-functions.php

    r45204 r45580  
    22532253 * @return string URL with https as the scheme
    22542254 */
    2255 function filter_SSL( $url ) {
     2255function filter_SSL( $url ) {  // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
    22562256    if ( ! is_string( $url ) ) {
    22572257        return get_bloginfo( 'url' ); // Return home blog url with proper scheme
Note: See TracChangeset for help on using the changeset viewer.