...
This commit is contained in:
parent
01779fb02e
commit
233ea25514
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class WP_PARSEDOWN {
|
||||||
$post = get_post();
|
$post = get_post();
|
||||||
|
|
||||||
if ( defined( 'WP_DEBUG' ) && WP_DEBUG == true ) {
|
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 );
|
error_log( __CLASS__ . ": " . $message );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue