refactor: rename templates/ into partials/, split into admin and public

This commit is contained in:
Ben Goldsworthy 2021-04-26 11:43:05 +01:00
parent 84c299a368
commit 88e3302166
43 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<table class="customize_superscript widefat fixed">
<tbody>
<tr>
<td>[[label-superscript]]</td>
<td>[[superscript]]</td>
</tr>
<tr>
<td>[[label-normalize]]</td>
<td>[[normalize]] <span class="footnotes_notice">[[notice-normalize]]</span></td>
</tr>
<tr>
<td>[[label-before]]</td>
<td>[[before]]</td>
</tr>
<tr>
<td>[[label-after]]</td>
<td>[[after]]</td>
</tr>
<tr>
<td>[[label-link]]</td>
<td><span class="footnotes_notice">[[notice-link]]</span></td>
</tr>
</tbody>
</table>