Changeset 53260 for trunk/tests/phpunit/tests/block-supports/elements.php
- Timestamp:
- 04/25/2022 04:35:16 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/elements.php
r53128 r53260 12 12 */ 13 13 private static function make_unique_id_one( $string ) { 14 return preg_replace( '/wp-elements- \d+/', 'wp-elements-1', $string );14 return preg_replace( '/wp-elements-[a-zA-Z0-9]+/', 'wp-elements-1', $string ); 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.