]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-links-opml.php
WordPress 4.6.3-scripts
[autoinstalls/wordpress.git] / wp-links-opml.php
index b196f736da518a16f231e0b1f0c80bee477d3dfe..ea3a50b49e53d9e575693f8f111586d1f50e069c 100644 (file)
@@ -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
                 *