Skip to content

Commit

Permalink
Prepare SSTranscripts sidebar field sync
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Nov 25, 2024
1 parent bf279c0 commit b52c093
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 @@ -9,7 +9,7 @@
<p><label class="ssp-episode-details-label" for="<?php echo esc_attr( $k ) ?>"><?php
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 ) ?>" class="ssp-field-<?php
echo esc_attr( $k ) ?>" class="ssp-sync ssp-field-<?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
_e( 'Upload File', 'seriously-simple-podcasting' )
Expand Down

0 comments on commit b52c093

Please sign in to comment.