From d7f0f40f6c9d01aa47991ab8ce93e4b06703266a Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 27 Oct 2014 10:29:06 -0700 Subject: [PATCH] Fix comment order in functions. --- includes/functions/theme-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/theme-functions.php b/includes/functions/theme-functions.php index 7395f18..ad05d30 100644 --- a/includes/functions/theme-functions.php +++ b/includes/functions/theme-functions.php @@ -331,6 +331,7 @@ function trestle_update_revisions_number( $num ) { return $num; } +add_action( 'the_post', 'trestle_post_info_meta', 5 ); /** * Manually controls display of post info/meta for all post types. * @@ -339,7 +340,6 @@ function trestle_update_revisions_number( $num ) { * @see trestle_set_page_post_type() * @global object $post The current $post object. */ -add_action( 'the_post', 'trestle_post_info_meta', 5 ); function trestle_post_info_meta() { if ( ! is_admin() && in_the_loop() && genesis_get_option( 'trestle_manual_post_info_meta' ) ) {