Introduce an edit_form_before_permalink action which gets fired after the title field but before the permalink fields. Fixes #29691. Props captaintheme

Built from https://develop.svn.wordpress.org/trunk@30028


git-svn-id: http://core.svn.wordpress.org/trunk@30028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2014-10-26 21:49:18 +00:00
parent f74f20ab7f
commit 1c9bc93735
2 changed files with 11 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30027';
$wp_version = '4.1-alpha-30028';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.