Changeset 41162 for trunk/src/wp-includes/class-wp-matchesmapregex.php
- Timestamp:
- 07/27/2017 12:40:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-matchesmapregex.php
r38376 r41162 16 16 * store for matches 17 17 * 18 * @access private19 18 * @var array 20 19 */ … … 24 23 * store for mapping result 25 24 * 26 * @access public27 25 * @var string 28 26 */ … … 32 30 * subject to perform mapping on (query string containing $matches[] references 33 31 * 34 * @access private35 32 * @var string 36 33 */ … … 62 59 * 63 60 * @static 64 * @access public65 61 * 66 62 * @param string $subject subject … … 76 72 * do the actual mapping 77 73 * 78 * @access private79 74 * @return string 80 75 */ … … 87 82 * preg_replace_callback hook 88 83 * 89 * @access public90 84 * @param array $matches preg_replace regexp matches 91 85 * @return string
Note: See TracChangeset
for help on using the changeset viewer.