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

Commit b4597da

Browse files
Fix button wording
1 parent d74cc99 commit b4597da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-
__( 'Hide more %s'),
262+
__( 'Show fewer %s'),
263263
$type_labels[$r['type']]
264264
)
265265
);

0 commit comments

Comments
 (0)