Docs: Use standardized vernacular in the hook doc summary for the page_attributes_meta_box_template filter, introduced in [34340].

See #33625.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-20 06:38:25 +00:00
parent 84da11d918
commit 292243944f
2 changed files with 3 additions and 3 deletions

View File

@ -780,8 +780,8 @@ function page_attributes_meta_box($post) {
?>
<p><strong><?php _e('Template') ?></strong><?php
/**
* Perform actions immediately after displaying the heading for the Template
* section of the Page Attributes meta box.
* Fires immediately after the heading inside the 'Template' section
* of the 'Page Attributes' meta box.
*
* @since 4.4.0
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34348';
$wp_version = '4.4-alpha-34349';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.