]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-walker-category.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-includes / class-walker-category.php
index bd17a14fefd97aaf2b61482dd248c0089a5d8770..01b7264fa879db1be94243c4fa670e5afccc0089 100644 (file)
@@ -111,7 +111,7 @@ class Walker_Category extends Walker {
                $link = '<a href="' . esc_url( get_term_link( $category ) ) . '" ';
                if ( $args['use_desc_for_title'] && ! empty( $category->description ) ) {
                        /**
-                        * Filter the category description for display.
+                        * Filters the category description for display.
                         *
                         * @since 1.2.0
                         *
@@ -189,7 +189,7 @@ class Walker_Category extends Walker {
                        }
 
                        /**
-                        * Filter the list of CSS classes to include with each category in the list.
+                        * Filters the list of CSS classes to include with each category in the list.
                         *
                         * @since 4.2.0
                         *