all repos — wp-parsedown @ 233ea25514b2bb5b814dfb01f728558510442be3

...
Peter Molnar hello@petermolnar.eu
Tue, 05 May 2015 12:16:17 +0100
commit

233ea25514b2bb5b814dfb01f728558510442be3

parent

01779fb02ee6659402682e1caf9971f13dc9cb09

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M wp-parsedown.phpwp-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 ); }