This commit is contained in:
Peter Molnar 2015-05-05 12:16:17 +01:00
parent 01779fb02e
commit 233ea25514

View file

@ -34,7 +34,7 @@ class WP_PARSEDOWN {
$post = get_post();
if ( defined( 'WP_DEBUG' ) && WP_DEBUG == true ) {
$message = sprintf ( __('parsing post: %s', $this->plugin_constant), $post->ID );
$message = sprintf ( __('parsing post: %s'), $post->ID );
error_log( __CLASS__ . ": " . $message );
}