From 1c9bc937352ffc857d01228bc714d2da607279ca Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 26 Oct 2014 21:49:18 +0000 Subject: [PATCH] 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 --- wp-admin/edit-form-advanced.php | 10 ++++++++++ wp-includes/version.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index a0dada7341..709779b6be 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -461,6 +461,16 @@ do_action( 'edit_form_top', $post ); ?> +
public ? get_sample_permalink_html($post->ID) : ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index c9937f0b5f..01c319f9b6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.