Make WordPress Core


Ignore:
Timestamp:
03/08/2015 11:08:48 PM (10 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-admin/includes/deprecated.php

    r30695 r31679  
    3434function documentation_link() {
    3535    _deprecated_function( __FUNCTION__, '2.5' );
    36     return;
    3736}
    3837
     
    205204function codepress_get_lang( $filename ) {
    206205    _deprecated_function( __FUNCTION__, '3.0' );
    207     return;
    208206}
    209207
     
    216214function codepress_footer_js() {
    217215    _deprecated_function( __FUNCTION__, '3.0' );
    218     return;
    219216}
    220217
     
    227224function use_codepress() {
    228225    _deprecated_function( __FUNCTION__, '3.0' );
    229     return;
    230226}
    231227
Note: See TracChangeset for help on using the changeset viewer.