]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/widgets/class-wp-widget-recent-comments.php
Wordpress 4.6-scripts
[autoinstalls/wordpress.git] / wp-includes / widgets / class-wp-widget-recent-comments.php
index 71fb4d2f5a69b4e3d683c45fa46919eb0dc072a0..fb78e88c7943053a1363d2b0533a6397a705252b 100644 (file)
@@ -44,7 +44,7 @@ class WP_Widget_Recent_Comments extends WP_Widget {
         */
        public function recent_comments_style() {
                /**
-                * Filter the Recent Comments default widget styles.
+                * Filters the Recent Comments default widget styles.
                 *
                 * @since 3.1.0
                 *
@@ -85,7 +85,7 @@ class WP_Widget_Recent_Comments extends WP_Widget {
                        $number = 5;
 
                /**
-                * Filter the arguments for the Recent Comments widget.
+                * Filters the arguments for the Recent Comments widget.
                 *
                 * @since 3.4.0
                 *
@@ -173,6 +173,6 @@ class WP_Widget_Recent_Comments extends WP_Widget {
         * @deprecated 4.4.0 Fragment caching was removed in favor of split queries.
         */
        public function flush_widget_cache() {
-               _deprecated_function( __METHOD__, '4.4' );
+               _deprecated_function( __METHOD__, '4.4.0' );
        }
 }