all repos — wp-parsedown @ cfbc5d2e728b3e0b09a317bb04a9f903f969c2fd

typo
Peter Molnar hello@petermolnar.eu
Tue, 22 Jul 2014 10:31:36 +0100
commit

cfbc5d2e728b3e0b09a317bb04a9f903f969c2fd

parent

8bed9ef5c26ae7f46f012d659f7961c0f81bc23c

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

jump to
M wp-parsedown.phpwp-parsedown.php

@@ -212,7 +212,7 @@ *

*/ public function markdown_on_the_fly ( $markdown ) { $post = get_the_post(); - $this->log ( sprintf ( __('WP-Parsedown parsing post: %s', $post->ID ) ); + $this->log ( sprintf ( __('WP-Parsedown parsing post: %s', $post->ID ) ) ); return $this->parsedown->text ( $markdown ); }