', esc_html__( 'Homepage', 'wordpress-seo' ), $homepage_help->get_button_html(), ''; echo $homepage_help->get_panel_html(); $editor = new WPSEO_Replacevar_Editor( $yform, array( 'title' => 'title-home-wpseo', 'description' => 'metadesc-home-wpseo', 'page_type_recommended' => 'homepage', 'page_type_specific' => 'page', 'paper_style' => false, ) ); $editor->render(); } else { echo '

', esc_html__( 'Homepage & Front page', 'wordpress-seo' ), '

'; echo '

'; printf( /* translators: 1: link open tag; 2: link close tag. */ esc_html__( 'You can determine the title and description for the front page by %1$sediting the front page itself »%2$s', 'wordpress-seo' ), '', '' ); echo '

'; if ( get_option( 'page_for_posts' ) > 0 ) { echo '

'; printf( /* translators: 1: link open tag; 2: link close tag. */ esc_html__( 'You can determine the title and description for the blog page by %1$sediting the blog page itself »%2$s', 'wordpress-seo' ), '', '' ); echo '

'; } } ?>