Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 1f211d5

Browse files
Adding missing text domain for new strings
1 parent b4597da commit 1f211d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ function list_linkbacks( $args, $comments ) {
208208
$return .= sprintf(
209209
'<li class="additional-facepile-button-list-item"><button class="show-additional-facepiles"><span aria-hidden="true">&hellip;</span><span class="screen-reader-text">%s</span></button></li>',
210210
sprintf( /* translators: s=Linback type */
211-
__( 'Show more %s'),
211+
__( 'Show more %s', 'semantic-linkbacks' ),
212212
$type_labels[$r['type']]
213213
)
214214
);
@@ -259,7 +259,7 @@ function list_linkbacks( $args, $comments ) {
259259
$return .= sprintf(
260260
'<li class="additional-facepile-button-list-item is-hidden"><button class="hide-additional-facepiles"><span aria-hidden="true">&hellip;</span><span class="screen-reader-text">%s</span></button></li>',
261261
sprintf( /* translators: s=Linback type */
262-
__( 'Show fewer %s'),
262+
__( 'Show fewer %s', 'semantic-linkbacks' ),
263263
$type_labels[$r['type']]
264264
)
265265
);

0 commit comments

Comments
 (0)