';
}
$helpcenter_tab = new WPSEO_Option_Tab( 'bulk-editor', __( 'Bulk editor', 'wordpress-seo' ),
array( 'video_url' => WPSEO_Shortlinker::get( 'https://yoa.st/screencast-tools-file-editor' ) ) );
$helpcenter = new WPSEO_Help_Center( 'bulk-editor', $helpcenter_tab, WPSEO_Utils::is_yoast_seo_premium() );
$helpcenter->localize_data();
$helpcenter->mount();
// N.B.: "robots.txt" is a fixed file name and should not be translatable.
echo '
';
printf(
/* translators: %s expands to robots.txt. */
esc_html__( 'If you had a %s file and it was editable, you could edit it from here.', 'wordpress-seo' ),
'robots.txt'
);
echo '
';
printf(
/* translators: %s expands to robots.txt. */
esc_html__( 'If your %s were writable, you could edit it from here.', 'wordpress-seo' ),
'robots.txt'
);
echo '
';
printf(
/* translators: %s expands to ".htaccess". */
esc_html__( 'If your %s were writable, you could edit it from here.', 'wordpress-seo' ),
'.htaccess'
);
echo '
';
echo ' ';
}
else {
echo '';
}
}
else {
echo '
';
printf(
/* translators: %s expands to ".htaccess". */
esc_html__( 'If you had a %s file and it was editable, you could edit it from here.', 'wordpress-seo' ),
'.htaccess'
);
echo '