Textpattern

Return to main site

Related

Frequently Asked Questions

Warning: Unknown tag attribute

Q.

Warning: unknown_attribute …

A.

Textpattern 4.0.4 includes stricter error checking for template tags. Amongst the improvements, it will now produce a warning if you use a tag with an attribute that is unknown.

Warnings are only shown in Testing and Debug modes, they won’t be displayed when your site is set to Live.

In some cases, tag attributes might have changed slightly between Textpattern versions. This tag might be used in some comments_display forms from 4.0.3 and earlier:

<txp:comments_form preview="1" />

The comments_form preview attribute is no longer needed or supported in Textpattern 4.0.4. You can safely remove it.

For warnings about attributes on other tags, please check the tag documentation.

Posted 9 August 2006, 00:51 by Alex Shiels

---