Ticket #56928: 56928.patch
File 56928.patch, 613 bytes (added by , 2 years ago) |
---|
-
src/wp-includes/class-wp-theme-json.php
399 399 * @since 6.1.0 400 400 */ 401 401 const VALID_ELEMENT_PSEUDO_SELECTORS = array( 402 'link' => array( ': hover', ':focus', ':active', ':visited' ),403 'button' => array( ': hover', ':focus', ':active', ':visited' ),402 'link' => array( ':visited', ':hover', ':focus', ':active' ), 403 'button' => array( ':visited', ':hover', ':focus', ':active' ), 404 404 ); 405 405 406 406 /**