Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.


git-svn-id: https://develop.svn.wordpress.org/trunk@37488 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2016-05-22 18:00:23 +00:00
parent 520ed6b725
commit 1cd420af5e
86 changed files with 306 additions and 306 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ wp_enqueue_script('post');
$_wp_editor_expand = $_content_editor_dfw = false;
/**
* Filter whether to enable the 'expand' functionality in the post editor.
* Filters whether to enable the 'expand' functionality in the post editor.
*
* @since 4.0.0
* @since 4.1.0 Added the `$post_type` parameter.
@@ -163,7 +163,7 @@ $messages['page'] = array(
$messages['attachment'] = array_fill( 1, 10, __( 'Media file updated.' ) ); // Hack, for now.
/**
* Filter the post updated messages.
* Filters the post updated messages.
*
* @since 3.0.0
*
@@ -543,7 +543,7 @@ do_action( 'edit_form_top', $post ); ?>
<div id="titlewrap">
<?php
/**
* Filter the title field placeholder text.
* Filters the title field placeholder text.
*
* @since 3.1.0
*