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.