Changeset 37879
- Timestamp:
- 06/26/2016 10:37:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r37537 r37879 2767 2767 echo wp_video_shortcode( $attr ); 2768 2768 2769 else : 2770 2771 /** 2772 * Fires when attachment type can't be rendered in the edit form. 2773 * 2774 * @since 4.6.0 2775 * 2776 * @param WP_Post A post object. 2777 */ 2778 do_action( 'wp_edit_form_attachment_display', $post ); 2779 2769 2780 endif; ?> 2770 2781 </div>
Note: See TracChangeset
for help on using the changeset viewer.