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,12 @@
<table class="settings_love widefat fixed">
<tbody>
<tr>
<td>[[label-love]]</td>
<td>[[love]]</td>
</tr>
<tr>
<td>[[label-no-love]]</td>
<td>[[no-love]]</td>
</tr>
</tbody>
</table>