Changeset 62708
- Timestamp:
- 07/13/2026 10:33:26 AM (20 hours ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
src/wp-includes/kses.php (modified) (2 diffs)
-
tests/phpunit/tests/kses.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r62699 r62708 2961 2961 * @since 6.3.0 Added `aria-controls`, `aria-current`, and `aria-expanded` attributes. 2962 2962 * @since 6.4.0 Added `aria-live` and `hidden` attributes. 2963 * @since 7.1.0 Added `tabindex` attribute. 2963 2964 * 2964 2965 * @access private … … 2986 2987 'lang' => true, 2987 2988 'style' => true, 2989 'tabindex' => true, 2988 2990 'title' => true, 2989 2991 'role' => true, -
trunk/tests/phpunit/tests/kses.php
r62531 r62708 498 498 $this->assertTrue( $tag['lang'] ); 499 499 $this->assertTrue( $tag['style'] ); 500 $this->assertTrue( $tag['tabindex'] ); 500 501 $this->assertTrue( $tag['title'] ); 501 502 $this->assertTrue( $tag['xml:lang'] );
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)