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
@@ -125,7 +125,7 @@ class Display_Featured_Image_Genesis_Output {
* Pass variables through to our js
* @return backstretchVars variable array to send to js
*
* @since x.y.z
* @since 2.3.0
*/
public function localize_scripts() {
// backstretch settings from plugin/featured image settings
@@ -166,7 +166,7 @@ class Display_Featured_Image_Genesis_Output {
* 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;