From 78e082dd6dc77f8f42c04149062e623500386be8 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 21 Feb 2013 05:42:56 +0000 Subject: [PATCH] Twenty Thirteen: bump priority for `twentythirteen_aside_date()` to add date output after embeds. Fixes #23511, props obenland. git-svn-id: https://develop.svn.wordpress.org/trunk@23461 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.