Skip to content

Instantly share code, notes, and snippets.

@thom4parisot
Created September 15, 2011 13:13
Show Gist options
  • Save thom4parisot/1219189 to your computer and use it in GitHub Desktop.
Save thom4parisot/1219189 to your computer and use it in GitHub Desktop.
The Morning After WP theme i18n fix for comments
<?php comment_reply_link( array_merge( $args, array( 'reply_text' => __('Reply to this comment'), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment