From 9160c96983169707ad4bb261e4002482af1e9f3a Mon Sep 17 00:00:00 2001 From: Sebastian Henneberg Date: Thu, 27 Feb 2014 12:12:33 +0100 Subject: [PATCH] fixed copy-paste comment --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index e54d239..f11969b 100644 --- a/functions.php +++ b/functions.php @@ -34,7 +34,7 @@ function ieee_login_css() { add_action( 'login_enqueue_scripts', 'ieee_login_css', 15 ); -// Show posts of 'post', 'page' and 'movie' post types on home page +// Show posts of 'post' and 'event' post types on home page add_action( 'pre_get_posts', 'add_my_post_types_to_query' ); function add_my_post_types_to_query( $query ) {