Changeset 47122 for trunk/src/wp-includes/class-wp-matchesmapregex.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-matchesmapregex.php
r42746 r47122 39 39 * @var string 40 40 */ 41 public $_pattern = '(\$matches\[[1-9]+[0-9]*\])'; // magic number41 public $_pattern = '(\$matches\[[1-9]+[0-9]*\])'; // Magic number. 42 42 43 43 /**
Note: See TracChangeset
for help on using the changeset viewer.