Changeset 42676 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 02/09/2018 03:54:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r42412 r42676 361 361 echo '<div class="post_format">' . esc_html( get_post_format( $post->ID ) ) . '</div>'; 362 362 } 363 364 /** 365 * Fires after outputting the fields for the inline editor for posts and pages. 366 * 367 * @since 5.0.0 368 * 369 * @param WP_Post $post The current post object. 370 * @param WP_Post_Type $post_type_object The current post's post type object. 371 */ 372 do_action( 'add_inline_data', $post, $post_type_object ); 363 373 364 374 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.