Make WordPress Core


Ignore:
Timestamp:
01/11/2019 06:25:37 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Document intentional case block fall-throughs.

Fixes PSR2.ControlStructures.SwitchDeclaration.TerminatingComment violations.

See #45934.

File:
1 edited

Legend:

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

    r44353 r44565  
    656656                )
    657657            );
     658            // Intentional fall-through to be handled by the 'url' case.
    658659        case 'url':
    659660            $output = home_url();
Note: See TracChangeset for help on using the changeset viewer.