Twenty Thirteen: bump priority for `twentythirteen_aside_date()` to add date output after embeds. Fixes #23511, props obenland.

git-svn-id: http://core.svn.wordpress.org/trunk@23461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-02-21 05:42:56 +00:00
parent 6263d728ec
commit 1f36e99fdd
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ function twentythirteen_aside_date( $content ) {
} }
return $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. * Add postMessage support for site title and description for the Customizer.