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
This commit is contained in:
Lance Willett 2013-02-21 05:42:56 +00:00
parent 393b33a6a3
commit 78e082dd6d
1 changed files with 1 additions and 1 deletions

View File

@ -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.