Add missing textdomain in taxonomy index
This commit is contained in:
parent
225c0f553e
commit
6c67ead9ea
@ -106,7 +106,7 @@ get_header();
|
|||||||
<div class="glossary__entry-body">
|
<div class="glossary__entry-body">
|
||||||
<span class="glossary__entry-description"><?php
|
<span class="glossary__entry-description"><?php
|
||||||
if ( empty( $term->description ) ) {
|
if ( empty( $term->description ) ) {
|
||||||
_e( 'No description provided yet.' );
|
_e( 'No description provided yet.', 'fictioneer' );
|
||||||
} else {
|
} else {
|
||||||
echo $term->description;
|
echo $term->description;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user