Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit abbdc3a

Browse files
committed
Fixed incorrect text domain
1 parent 8080183 commit abbdc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-parts/content-gallery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
wp_link_pages( apply_filters( 'conj_lite_wp_link_pages_args', array(
5656
/* translators: %s: Open div tag. */
57-
'before' => sprintf( esc_html_x( '%sPages:', 'page links', 'conj' ), '<div class="page-links">' ),
57+
'before' => sprintf( esc_html_x( '%sPages:', 'page links', 'conj-lite' ), '<div class="page-links">' ),
5858
'after' => '</div>',
5959
'link_before' => '<span class="page-number">',
6060
'link_after' => '</span>'

0 commit comments

Comments
 (0)