typo
Peter Molnar hello@petermolnar.eu
Tue, 22 Jul 2014 10:31:36 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
wp-parsedown.php
→
wp-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 ); }