Make WordPress Core


Ignore:
Timestamp:
11/12/2020 11:15:49 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Pass an empty string instead of null as the $replacement parameter to _deprecated_file().

Follow-up to [48327].

See #50767.

File:
1 edited

Legend:

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

    r46439 r49564  
    77 */
    88
    9 _deprecated_file( basename( __FILE__ ), '3.1.0', null, __( 'This file no longer needs to be included.' ) );
     9_deprecated_file( basename( __FILE__ ), '3.1.0', '', __( 'This file no longer needs to be included.' ) );
Note: See TracChangeset for help on using the changeset viewer.