Provisional tag 2.3.0

This commit is contained in:
Robin Cornett
2015-07-12 11:35:08 -04:00
parent a27419917f
commit 41ac3732cd
8 changed files with 29 additions and 20 deletions
@@ -67,7 +67,7 @@ class Display_Featured_Image_Genesis_Description {
* filter to show title on front page
* @return boolean true/false
*
* @since x.y.z
* @since 2.3.0
*/
$show_front_page_title = apply_filters( 'display_featured_image_genesis_excerpt_show_front_page_title', false );
$show_front_page_title = true === $show_front_page_title ? $show_front_page_title : false;