| 1 |
<script type="text/html" id="tmpl-stockpack-attribution"> |
| 2 |
<div class="attribution notice notice-warning is-dismissible"> |
| 3 |
<# if ( data.message ) { #> |
| 4 |
<span>{{ data.message }}</span> |
| 5 |
<# } #> |
| 6 |
<# if ( data.link ) { #> |
| 7 |
<a target="_blank" href="{{ data.link }}">{{ data.link_title }}</a> |
| 8 |
<# } #> |
| 9 |
<# if ( data.author_info ) { #> |
| 10 |
<span class="author-info">{{ data.author_info }}</span> |
| 11 |
<# } #> |
| 12 |
<button type="button" class="notice-dismiss"> |
| 13 |
<span class="screen-reader-text"><?php _e( 'Dismiss this notice.', 'stockpack' ); ?></span> |
| 14 |
</button> |
| 15 |
</div> |
| 16 |
</script> |
| 17 |
|