Media: remove leftover test string change after [45499].

Props imath, audrasjb.
Fixes #48067.


git-svn-id: https://develop.svn.wordpress.org/trunk@46168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-09-18 19:32:32 +00:00
parent 8029e23ffe
commit 9d339b4d7b

View File

@ -1187,7 +1187,7 @@ function wp_print_media_templates() {
}
#>
<span class="setting">
<label for="audio-details-source" class="name"><?php _e( 'caca URL' ); ?></label>
<label for="audio-details-source" class="name"><?php _e( 'URL' ); ?></label>
<input type="text" id="audio-details-source" readonly data-setting="src" value="{{ data.model.src }}" />
<button type="button" class="button-link remove-setting"><?php _e( 'Remove audio source' ); ?></button>
</span>