From 233ea25514b2bb5b814dfb01f728558510442be3 Mon Sep 17 00:00:00 2001 From: Peter Molnar Date: Tue, 5 May 2015 12:16:17 +0100 Subject: [PATCH] ... --- wp-parsedown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-parsedown.php b/wp-parsedown.php index 5ffd8cc..c3091cf 100644 --- a/wp-parsedown.php +++ b/wp-parsedown.php @@ -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 ); }