mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user