mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
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:
parent
6263d728ec
commit
1f36e99fdd
@ -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