Skip to content

Commit

Permalink
log_app(): s/$message/$msg/. Props tamlyn. Fixes #20670.
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@20780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
duck_ committed May 13, 2012
1 parent a2cf2fa commit 415907a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-app.php
Expand Up @@ -49,5 +49,5 @@
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 );
}

0 comments on commit 415907a

Please sign in to comment.