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/cache.php

    r31126 r31679  
    218218function wp_cache_add_non_persistent_groups( $groups ) {
    219219        // Default cache doesn't persist so nothing to do here.
    220         return;
    221220}
    222221
Note: See TracChangeset for help on using the changeset viewer.