' . wp_kses(
sprintf(
/* translators: %1$s: Link to new post in WordPress, %2$s: closing tag */
esc_html__( 'Ready to publish your first post?', 'the-m-x' ) . '%1$s' . esc_html__( 'Get started here', 'the-m-x' ) . '%2$s', '
', '' ),
array(
'a' => array(
'href' => array(),
),
)
) . '';
elseif ( is_search() ) : ?>