mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 12:50:18 +01:00
Add core_upgrade_preamble action. Props Denis-de-Bernardy. see #10973
git-svn-id: http://svn.automattic.com/wordpress/trunk@12204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d6bd539813
commit
3e76803fbf
@ -129,6 +129,7 @@ function core_upgrade_preamble() {
|
||||
|
||||
list_plugin_updates();
|
||||
//list_theme_updates();
|
||||
do_action('core_upgrade_preamble');
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user