Skip to content

Commit 12fc7ee

Browse files
committed
Address phpcs feedback
1 parent 033bd15 commit 12fc7ee

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/wp-includes/media-template.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)