]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfourteen/featured-content.php
WordPress 4.5
[autoinstalls/wordpress.git] / wp-content / themes / twentyfourteen / featured-content.php
index 1a623acfd816a1a0dbbd1d040842bddb05382c3f..c56edf3e24b1325441c8ae34958665c977663bc3 100644 (file)
@@ -22,7 +22,7 @@
                foreach ( (array) $featured_posts as $order => $post ) :
                        setup_postdata( $post );
 
-                        // Include the featured content template.
+                       // Include the featured content template.
                        get_template_part( 'content', 'featured-post' );
                endforeach;