diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 06a3b8162f..9017758fe1 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -542,7 +542,7 @@ function twentythirteen_aside_date( $content ) { } return $content; } -add_filter( 'the_content', 'twentythirteen_aside_date', 0 ); // 0 to ensure before everything else. +add_filter( 'the_content', 'twentythirteen_aside_date', 8 ); // After embeds, before everything else. /** * Add postMessage support for site title and description for the Customizer.