File: /home/circuix/adrRc/wp-content/plugins/xml-sitemap-feed/views/admin/help-tab-support.php
<hr />
<p class="description">
<?php printf (
/* translators: Plugin name, Support forum URL on WordPress.org */
__( 'These options are provided by %1$s. For help, please go to <a href="%2$s" target="_blank">Support</a>.', 'xml-sitemap-feed' ),
'<strong>'.__('XML Sitemap & Google News','xml-sitemap-feed') . '</strong>', 'https://wordpress.org/support/plugin/xml-sitemap-feed'
); ?>
<?php printf (
/* translators: Review page URL and Translation page URL on WordPress.org */
__( 'If you would like to contribute and share with the rest of the WordPress community, please consider writing a quick <a href="%1$s" target="_blank">Review</a> or help out with <a href="%2$s" target="_blank">Translating</a>!', 'xml-sitemap-feed' ),
'https://wordpress.org/support/plugin/xml-sitemap-feed/reviews/?filter=5#new-post', 'https://translate.wordpress.org/projects/wp-plugins/xml-sitemap-feed'
); ?>
<?php printf (
/* translators: Github project URL */
__( 'For feature requests, reporting issues or contributing code, you can find and fork this plugin on <a href="%s" target="_blank">Github</a>.', 'xml-sitemap-feed' ),
'https://github.com/RavanH/xml-sitemap-feed'
); ?>
</p>