Skip to content

Commit

Permalink
fixed copy-paste comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianhenneberg committed Feb 27, 2014
1 parent 7b361fd commit 9160c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 9160c96

Please sign in to comment.