4.1 Docs Audit: Clarify the DocBlock summary for the `edit_form_before_permalink` hook.

See #30469.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-11-28 08:52:23 +00:00
parent 8cc6732b03
commit 087fbce9ae
2 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ do_action( 'edit_form_top', $post ); ?>
</div>
<?php
/**
* Fires before the permalink field.
* Fires before the permalink field in the edit form.
*
* @since 4.1.0
*

View File

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