X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/72836ec95a52eacbda4dc5aa296b7dd6de08bd3b..ef91a7f4f3c6468973e192335a27ec0e0faca0b5:/wp-links-opml.php diff --git a/wp-links-opml.php b/wp-links-opml.php index b196f736..42e8b24a 100644 --- a/wp-links-opml.php +++ b/wp-links-opml.php @@ -26,7 +26,10 @@ echo '\n"; ?> - <?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 *