refactor: rename templates/
into partials/
, split into admin and public
This commit is contained in:
parent
84c299a368
commit
88e3302166
43 changed files with 0 additions and 0 deletions
12
src/admin/partials/settings-love.html
Normal file
12
src/admin/partials/settings-love.html
Normal 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>
|
Reference in a new issue