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

See #30469.


git-svn-id: https://develop.svn.wordpress.org/trunk@30599 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-11-28 08:51:59 +00:00
parent 95ffc6e562
commit e7fee524b6
1 changed files with 1 additions and 1 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
*