mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Fix default author page link text
This commit is contained in:
@@ -12,7 +12,7 @@ return array(
|
||||
'author_info' => '',
|
||||
'bio_text' => '',
|
||||
'page' => '',
|
||||
'page_link_text' => __( 'Read More', 'display-featured-image-genesis' ) . '…',
|
||||
'page_link_text' => __( 'Read More', 'display-featured-image-genesis' ),
|
||||
'posts_link' => 0,
|
||||
'link_text' => __( 'View My Blog Posts', 'display-featured-image-genesis' ),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user