Move author widget defaults

This commit is contained in:
Robin Cornett
2019-06-24 09:52:48 -04:00
parent bc801e7756
commit 1aa3728e0d
2 changed files with 19 additions and 16 deletions
@@ -0,0 +1,18 @@
<?php
return array(
'title' => '',
'show_featured_image' => 0,
'featured_image_alignment' => 'alignnone',
'featured_image_size' => 'medium',
'gravatar_alignment' => 'left',
'user' => '',
'show_gravatar' => 0,
'size' => 45,
'author_info' => '',
'bio_text' => '',
'page' => '',
'page_link_text' => __( 'Read More', 'display-featured-image-genesis' ) . '&#x02026;',
'posts_link' => 0,
'link_text' => __( 'View My Blog Posts', 'display-featured-image-genesis' ),
);