Changeset 52204 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 11/18/2021 01:48:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r51943 r52204 985 985 * @since 4.4.0 986 986 * 987 * @param string 988 * @param WP_Post $post The current post.987 * @param string|false $template The template used for the current post. 988 * @param WP_Post $post The current post. 989 989 */ 990 990 do_action( 'page_attributes_meta_box_template', $template, $post );
Note: See TracChangeset
for help on using the changeset viewer.