Skip to content

Commit 5c15efb

Browse files
release: fixes
- Fixed issue when error appearing with Feedzy widget
2 parents ea39ea6 + 5bf2676 commit 5c15efb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

includes/admin/feedzy-rss-feeds-ui-lang.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ public static function get_form_defaults() {
9090
*/
9191
public static function get_form_elements() {
9292
$meta = sprintf(
93-
// translators: 1: <code> tag for author, 2: closing </code> tag, 3: <a> tag for documentation link, 4: closing </a> tag.
94-
__( 'Should we display additional meta fields out of %1$sauthor%2$s, %3$sdate%4$s and %5$stime%6$s? (comma-separated list, in order of display). View documentation %3$shere%4$s.', 'feedzy-rss-feeds' ),
93+
// translators: %1$s is <code> tag, %2$s is closing </code> tag, %3$s is <a> tag for documentation link, %4$s is closing </a> tag.
94+
__( 'Should we display additional meta fields out of %1$sauthor%2$s, %1$sdate%2$s and %1$stime%2$s? (comma-separated list, in order of display). View documentation %3$shere%4$s.', 'feedzy-rss-feeds' ),
9595
'<code>',
9696
'</code>',
9797
'<a href="' . esc_url( 'https://docs.themeisle.com/article/1089-how-to-display-author-date-or-time-from-the-feed' ) . '" target="_new">',

0 commit comments

Comments
 (0)