Explorar el Código

Reply button translatable

Small adjustment to make the 'reply' button translatable.
AdsonCicilioti hace 11 años
padre
commit
f204d5d693
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      comments.php

+ 1 - 1
comments.php

@@ -24,7 +24,7 @@ if ( post_password_required() ) {
           'avatar_size'       => 40,
           'callback'          => 'bones_comments',
           'type'              => 'all',
-          'reply_text'        => 'Reply',
+          'reply_text'        => __('Reply', 'bonestheme'),
           'page'              => '',
           'per_page'          => '',
           'reverse_top_level' => null,