...
Peter Molnar hello@petermolnar.eu
Tue, 05 May 2015 12:16:17 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
wp-parsedown.php
→
wp-parsedown.php
@@ -34,7 +34,7 @@ public function parsedown ( $markdown ) {
$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 ); }