You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
394 B
10 lines
394 B
<?php defined( 'ABSPATH' ) || die ?>
|
|
|
|
<script id="tmpl-rwmb-upload-area" type="text/html">
|
|
<div class="rwmb-upload-inside">
|
|
<h3>{{{ i18nRwmbMedia.uploadInstructions }}}</h3>
|
|
<p>{{{ i18nRwmbMedia.or }}}</p>
|
|
<button type="button" class="rwmb-browse-button browser button button-hero" id="{{{ _.uniqueId( 'rwmb-upload-browser-') }}}">{{{ i18nRwmbMedia.select }}}</button>
|
|
</div>
|
|
</script>
|