diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-links-opml.php --- a/wp/wp-links-opml.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-links-opml.php Mon Oct 14 17:39:30 2019 +0200 @@ -26,7 +26,10 @@ ?> - <?php printf( __('Links for %s'), esc_attr(get_bloginfo('name', 'display')) ); ?> + <?php + /* translators: 1: Site name */ + printf( __('Links for %s'), esc_attr(get_bloginfo('name', 'display')) ); + ?> GMT $cat->term_id)); foreach ( (array)$bookmarks as $bookmark ) : /** - * Filter the OPML outline link title text. + * Filters the OPML outline link title text. * * @since 2.2.0 *