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-admin/includes/upgrade.php

    r44467 r44565  
    17501750            unset( $_sidebars_widgets );
    17511751
     1752            // intentional fall-through to upgrade to the next version.
    17521753        case 2:
    17531754            $sidebars_widgets                  = retrieve_widgets();
Note: See TracChangeset for help on using the changeset viewer.