Changeset 51634 for trunk/src/wp-includes/PHPMailer/Exception.php
- Timestamp:
- 08/18/2021 01:52:16 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/PHPMailer/Exception.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/PHPMailer/Exception.php
r49713 r51634 36 36 public function errorMessage() 37 37 { 38 return '<strong>' . htmlspecialchars($this->getMessage() ) . "</strong><br />\n";38 return '<strong>' . htmlspecialchars($this->getMessage(), ENT_COMPAT | ENT_HTML401) . "</strong><br />\n"; 39 39 } 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.