wp/wp-includes/Requests/SSL.php
changeset 16 a86126ab1dd4
parent 7 cf61fcea0001
child 18 be944660c56a
--- a/wp/wp-includes/Requests/SSL.php	Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-includes/Requests/SSL.php	Tue Dec 15 13:49:49 2020 +0100
@@ -125,7 +125,7 @@
 	 * @return boolean Does the domain match?
 	 */
 	public static function match_domain($host, $reference) {
-		// Check if the reference is blacklisted first
+		// Check if the reference is blocklisted first
 		if (self::verify_reference_name($reference) !== true) {
 			return false;
 		}
@@ -149,4 +149,4 @@
 
 		return false;
 	}
-}
\ No newline at end of file
+}