log_app(): s/$message/$msg/. Props tamlyn. Fixes #20670.
git-svn-id: https://develop.svn.wordpress.org/trunk@20780 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ab22e8ed87
commit
89151382e8
@ -49,5 +49,5 @@ exit;
|
|||||||
function log_app( $label, $msg ) {
|
function log_app( $label, $msg ) {
|
||||||
_deprecated_function( __FUNCTION__, '3.4', 'error_log()' );
|
_deprecated_function( __FUNCTION__, '3.4', 'error_log()' );
|
||||||
if ( ! empty( $GLOBALS['app_logging'] ) )
|
if ( ! empty( $GLOBALS['app_logging'] ) )
|
||||||
error_log( $label . ' - ' . $message );
|
error_log( $label . ' - ' . $msg );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user