log_app(): s/$message/$msg/. Props tamlyn. Fixes #20670.
git-svn-id: http://core.svn.wordpress.org/trunk@20780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a2cf2fa988
commit
415907a3ac
|
@ -49,5 +49,5 @@ exit;
|
|||
function log_app( $label, $msg ) {
|
||||
_deprecated_function( __FUNCTION__, '3.4', 'error_log()' );
|
||||
if ( ! empty( $GLOBALS['app_logging'] ) )
|
||||
error_log( $label . ' - ' . $message );
|
||||
error_log( $label . ' - ' . $msg );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue