Changeset 10493 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
- Timestamp:
- 12/06/2020 01:20:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r10145 r10493 188 188 // Exceptions for externally-linked elements. 189 189 $exceptions = [ 190 'error_log()' => 'https:// secure.php.net/manual/en/function.error-log.php',190 'error_log()' => 'https://www.php.net/manual/en/function.error-log.php', 191 191 ]; 192 192
Note: See TracChangeset
for help on using the changeset viewer.