Skip to content

Commit

Permalink
Fixed the Transcripts plugin support #1071
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Dec 1, 2023
1 parent e1bb15b commit 3a4eaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/metafields/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
echo wp_kses_post( $v['name'] ) ?></label></p>
<p><input name="<?php echo esc_attr( $k ) ?>" type="text" id="upload_<?php
echo esc_attr( $k ) ?>" value="<?php echo esc_attr( $data ) ?>" />
<input type="button" class="button" id="upload_'<?php echo esc_attr( $k ) ?>_button" value="<?php
<input type="button" class="button" id="upload_<?php echo esc_attr( $k ) ?>_button" value="<?php
_e( 'Upload File', 'seriously-simple-podcasting' )
?>" data-uploader_title="<?php _e( 'Choose a file', 'seriously-simple-podcasting' )
?>" data-uploader_button_text="<?php _e( 'Insert podcast file', 'seriously-simple-podcasting' ) ?>" /><br/>
Expand Down

0 comments on commit 3a4eaa0

Please sign in to comment.