Changeset 38307 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 08/22/2016 06:24:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r38029 r38307 332 332 * @param WP_Post $post Post object. 333 333 */ 334 do_action( 'add_meta_boxes_' . $post_type, $post );334 do_action( "add_meta_boxes_{$post_type}", $post ); 335 335 336 336 /**
Note: See TracChangeset
for help on using the changeset viewer.