]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/widgets/class-wp-widget-archives.php
Wordpress 4.6-scripts
[autoinstalls/wordpress.git] / wp-includes / widgets / class-wp-widget-archives.php
index ba12572bcbee35e228fe531b279c9164c68eb432..f36b47ee8ed7b2dc2b7f211db4f0a16d354e6acc 100644 (file)
@@ -60,7 +60,7 @@ class WP_Widget_Archives extends WP_Widget {
                <select id="<?php echo esc_attr( $dropdown_id ); ?>" name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'>
                        <?php
                        /**
-                        * Filter the arguments for the Archives widget drop-down.
+                        * Filters the arguments for the Archives widget drop-down.
                         *
                         * @since 2.8.0
                         *
@@ -101,7 +101,7 @@ class WP_Widget_Archives extends WP_Widget {
                <ul>
                <?php
                /**
-                * Filter the arguments for the Archives widget.
+                * Filters the arguments for the Archives widget.
                 *
                 * @since 2.8.0
                 *