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:
parent
393b33a6a3
commit
78e082dd6d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user