X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b925718b4bf2dd47a8429f844d0a255ca6e35bd1..b22765f41bf0b2021b9beb9120ee0ac91fa89292:/wp-links-opml.php diff --git a/wp-links-opml.php b/wp-links-opml.php index b196f736..ea3a50b4 100644 --- a/wp-links-opml.php +++ b/wp-links-opml.php @@ -46,7 +46,7 @@ else foreach ( (array)$cats as $cat ) : /** - * Filter the OPML outline link category name. + * Filters the OPML outline link category name. * * @since 2.2.0 * @@ -60,7 +60,7 @@ foreach ( (array)$cats as $cat ) : $bookmarks = get_bookmarks(array("category" => $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 *