Make WordPress Core


Ignore:
Timestamp:
03/08/2015 11:08:48 PM (11 years ago)
Author:
wonderboymusic
Message:

Empty return statements are unnecessary at the end of functions.

See #30799.

File:
1 edited

Legend:

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

    r31471 r31679  
    183183
    184184                $this->queries = $this->sanitize_query( $date_query );
    185 
    186                 return;
    187185        }
    188186
Note: See TracChangeset for help on using the changeset viewer.