Changeset 45599 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 07/05/2019 01:44:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r45441 r45599 776 776 * @param WP_Post $post WP_Post object of the current post. 777 777 */ 778 do_action( 'post_comment_status_meta_box-options', $post ); 778 do_action( 'post_comment_status_meta_box-options', $post ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 779 779 ?> 780 780 </p>
Note: See TracChangeset
for help on using the changeset viewer.