]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/widgets/class-wp-widget-pages.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-includes / widgets / class-wp-widget-pages.php
index 165f33487d66eb1716b3f4b2376a6dd9aea1a6d5..9fd2afc573c57eb1c20adbf59404b8ead4c73987 100644 (file)
@@ -44,7 +44,7 @@ class WP_Widget_Pages extends WP_Widget {
        public function widget( $args, $instance ) {
 
                /**
-                * Filter the widget title.
+                * Filters the widget title.
                 *
                 * @since 2.6.0
                 *
@@ -61,7 +61,7 @@ class WP_Widget_Pages extends WP_Widget {
                        $sortby = 'menu_order, post_title';
 
                /**
-                * Filter the arguments for the Pages widget.
+                * Filters the arguments for the Pages widget.
                 *
                 * @since 2.8.0
                 *