Empty return statements are unnecessary at the end of functions.

See #30799.


git-svn-id: https://develop.svn.wordpress.org/trunk@31679 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-03-08 23:08:48 +00:00
parent edf982fcd5
commit 1997429498
5 changed files with 0 additions and 9 deletions
-1
View File
@@ -217,7 +217,6 @@ function wp_cache_add_global_groups( $groups ) {
*/
function wp_cache_add_non_persistent_groups( $groups ) {
// Default cache doesn't persist so nothing to do here.
return;
}
/**