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

See #33625.


git-svn-id: https://develop.svn.wordpress.org/trunk@34349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-20 06:37:18 +00:00
parent ed7d34cb13
commit 44c256e8d1

View File

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