' . esc_html__( 'Excluded posts settings', 'wordpress-seo' ) . ''; /* Translators: %1$s: expands to '1,2,99,100' */ echo '

', sprintf( __( 'You can exclude posts from the sitemap by entering a comma separated string with the Post ID\'s. The format will become something like: %1$s.', 'wordpress-seo' ), '1,2,99,100' ), '

'; $yform->textinput( 'excluded-posts', __( 'Posts to exclude', 'wordpress-seo' ) );