wp/wp-includes/class-wp-matchesmapregex.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 18 be944660c56a
--- a/wp/wp-includes/class-wp-matchesmapregex.php	Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-includes/class-wp-matchesmapregex.php	Tue Dec 15 13:49:49 2020 +0100
@@ -38,7 +38,7 @@
 	 *
 	 * @var string
 	 */
-	public $_pattern = '(\$matches\[[1-9]+[0-9]*\])'; // magic number
+	public $_pattern = '(\$matches\[[1-9]+[0-9]*\])'; // Magic number.
 
 	/**
 	 * constructor
@@ -79,7 +79,7 @@
 	/**
 	 * preg_replace_callback hook
 	 *
-	 * @param  array $matches preg_replace regexp matches
+	 * @param array $matches preg_replace regexp matches
 	 * @return string
 	 */
 	public function callback( $matches ) {