File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -743,13 +743,9 @@ class="fz-switch-toggle" type="checkbox" value="yes"
743743 <div class="fz-form-group mb-20">
744744 <div class="help-text">
745745 <?php
746- echo wp_kses_post (
747- sprintf (
748- /* translators: %s: opening anchor tag, %s: closing anchor tag */
749- __ ( 'No general fallback image set. %s ' , 'feedzy-rss-feeds ' ),
750- '<a href=" ' . esc_url ( admin_url ( 'admin.php?page=feedzy-settings ' ) ) . '" target="_blank"> ' . esc_html__ ( 'Set one in Feedzy Settings ' , 'feedzy-rss-feeds ' ) . '</a> '
751- )
752- );
746+ echo wp_kses_post (
747+ __ ( 'No general fallback image set. ' , 'feedzy-rss-feeds ' )
748+ );
753749 ?>
754750 </div>
755751 </div>
@@ -759,7 +755,7 @@ class="fz-switch-toggle" type="checkbox" value="yes"
759755 <?php
760756 echo wp_kses_post (
761757 sprintf (
762- /* translators: %s: opening anchor tag, %s: closing anchor tag */
758+ /* translators: %s is replaced with a link to the Feedzy Settings page */
763759 __ ( 'You can update the general fallback image in %s. ' , 'feedzy-rss-feeds ' ),
764760 '<a href=" ' . esc_url ( admin_url ( 'admin.php?page=feedzy-settings ' ) ) . '" target="_blank"> ' . esc_html__ ( 'Feedzy Settings ' , 'feedzy-rss-feeds ' ) . '</a> '
765761 )
You can’t perform that action at this time.
0 commit comments