Skip to content

Commit

Permalink
commented debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclause committed Apr 17, 2015
1 parent 9ce6ed0 commit c4f8aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/qtx_configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ function qtranxf_conf() {
case 'post': ++$cnt_post; break;
case 'page': ++$cnt_page; break;
}
qtranxf_dbg_log('markdefault:'. PHP_EOL .'title old: '.$post->post_title. PHP_EOL .'title new: '.$title. PHP_EOL .'content old: '.$post->post_content. PHP_EOL .'content new: '.$content); continue;
//qtranxf_dbg_log('markdefault:'. PHP_EOL .'title old: '.$post->post_title. PHP_EOL .'title new: '.$title. PHP_EOL .'content old: '.$post->post_content. PHP_EOL .'content new: '.$content); continue;
$wpdb->query($wpdb->prepare('UPDATE '.$wpdb->posts.' set post_content = %s, post_title = %s, post_excerpt = %s WHERE ID = %d', $content, $title, $excerpt, $post->ID));
}

Expand Down
2 changes: 1 addition & 1 deletion qtranslate.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
fr_FR by eriath, Florent
hu_HU by Németh Balázs
id_ID by Masino Sinaga
it_IT by shecky
it_IT by Maurizio Omissoni, shecky
ja_JP by dapperdanman1400
mk_MK by Pavle Boskoski
ms_MY by Lorna Timbah, webgrrrl
Expand Down

0 comments on commit c4f8aec

Please sign in to comment.