Changeset 46684 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 11/09/2019 12:57:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r46085 r46684 1509 1509 * @param WP_Post $post Post object. 1510 1510 */ 1511 do_action ( 'dbx_post_advanced', $post);1511 do_action_deprecated( 'dbx_post_advanced', array( $post ), '3.7.0', 'add_meta_boxes' ); 1512 1512 1513 1513 // Allow the Discussion meta box to show up if the post type supports comments,
Note: See TracChangeset
for help on using the changeset viewer.