mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
84da11d918
commit
292243944f
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user