- Timestamp:
- 06/11/2026 10:17:13 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r62439 r62492 3071 3071 * Returns the adjusted attribute name for a given attribute, taking into 3072 3072 * account the current parsing context, whether HTML, SVG, or MathML. 3073 * 3074 * In SVG and MathML contexts, adjusted foreign attributes with a namespace 3075 * prefix use a space between the prefix and local name. For example, 3076 * `xlink:href` is returned as `xlink href`, while the unprefixed `xmlns` 3077 * attribute is returned as `xmlns`. Non-adjusted attributes with a colon in 3078 * their name, such as `foo:bar`, are returned unchanged. 3073 3079 * 3074 3080 * @since 6.7.0
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)