' . wp_kses(
/* translators: %s: Link to WP admin new post page. */
__( 'Ready to publish your first post?
Get started here.', 'twentynineteen' ),
array(
'a' => array(
'href' => array(),
),
)
) . '',
esc_url( admin_url( 'post-new.php' ) )
);
elseif ( is_search() ) :
?>