X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/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 *