Make WordPress Core


Ignore:
Timestamp:
07/04/2017 09:51:25 AM (7 years ago)
Author:
SergeyBiryukov
Message:

General: Always use colon instead of a semicolon in switch() control structures.

Props jrf.
Fixes #41234.

File:
1 edited

Legend:

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

    r39672 r40997  
    846846                return $value[0] . ' AND ' . $value[1];
    847847
    848             default;
     848            default:
    849849                if ( ! is_numeric( $value ) ) {
    850850                    return false;
Note: See TracChangeset for help on using the changeset viewer.