File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -535,12 +535,12 @@ function wp_print_media_templates() {
535535 <label for="attachment-details-two-column-title" class="name"><?php _e ( 'Title ' ); ?> </label>
536536 <input type="text" id="attachment-details-two-column-title" value="{{ data.title }}" {{ maybeReadOnly }} />
537537 </span>
538- <?php
539- /**
540- * Fires after the Title field in the two-column attachment details template.
541- */
542- do_action ( 'attachment_details_two_column_after_title ' );
543- ?>
538+ <?php
539+ /**
540+ * Fires after the Title field in the two-column attachment details template.
541+ */
542+ do_action ( 'attachment_details_two_column_after_title ' );
543+ ?>
544544 <?php endif ; ?>
545545 <# if ( 'audio' === data.type ) { #>
546546 <?php
@@ -811,12 +811,12 @@ function wp_print_media_templates() {
811811 <label for="attachment-details-title" class="name"><?php _e ( 'Title ' ); ?> </label>
812812 <input type="text" id="attachment-details-title" value="{{ data.title }}" {{ maybeReadOnly }} />
813813 </span>
814- <?php
815- /**
816- * Fires after the Title field in the attachment details template.
817- */
818- do_action ( 'attachment_details_after_title ' );
819- ?>
814+ <?php
815+ /**
816+ * Fires after the Title field in the attachment details template.
817+ */
818+ do_action ( 'attachment_details_after_title ' );
819+ ?>
820820 <?php endif ; ?>
821821 <# if ( 'audio' === data.type ) { #>
822822 <?php
You can’t perform that action at this time.
0 commit comments