Update admin.entry.write.tpl

- Datechanger documented
- currently only works from this source: https://github.com/flatpressblog/flatpress-extras/tree/master/fp-plugins/datechanger
- uses add_filter instead of add_action
This commit is contained in:
Frank Hochmuth 2024-01-06 00:41:23 +01:00 committed by GitHub
parent f1811c9181
commit 1e059288bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
rows="20" cols="74">{$content|default:{$smarty.request.content|default:''}|htmlspecialchars}</textarea><br> rows="20" cols="74">{$content|default:{$smarty.request.content|default:''}|htmlspecialchars}</textarea><br>
</p> </p>
{* here will go a plugin hook *} {* here will go a plugin hook *}
<!-- BOF CommentCenter and Tag- Plugin -->{action hook=simple_edit_form}<!-- EOF CommentCenter and Tag- Plugin --> <!-- BOF CommentCenter, Datechanger and Tag- Plugin -->{action hook=simple_edit_form}<!-- EOF CommentCenter, Datechanger and Tag- Plugin -->
<!-- BOF SEO-Metataginfo- Plugin -->{action hook=simple_metatag_info}<!-- EOF SEO-Metataginfo- Plugin --> <!-- BOF SEO-Metataginfo- Plugin -->{action hook=simple_metatag_info}<!-- EOF SEO-Metataginfo- Plugin -->
</div> </div>