Changeset 52680
- Timestamp:
- 02/04/2022 04:26:12 PM (3 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-streams.php
r52026 r52680 417 417 * @param resource $stream The PHP Stream which the SSL request is being made over 418 418 * @param string $host The hostname being requested 419 * @return bool If the cer ficiate presented in $stream is valid for $host419 * @return bool If the certificate presented in $stream is valid for $host 420 420 */ 421 421 public static function verify_ssl_certificate( $stream, $host ) { -
trunk/src/wp-includes/class-wp-simplepie-sanitize-kses.php
r49120 r52680 9 9 10 10 /** 11 * Core class used to implement Simpl iePie feed sanitization.11 * Core class used to implement SimplePie feed sanitization. 12 12 * 13 13 * Extends the SimplePie_Sanitize class to use KSES, because -
trunk/src/wp-includes/class-wp-text-diff-renderer-table.php
r50034 r52680 256 256 * - match is 'X': no match. It is a new row. 257 257 * *_rows are column vectors for the orig column and the final column. 258 * - row >= 0: an ind ix of the $orig or $final array.258 * - row >= 0: an index of the $orig or $final array. 259 259 * - row < 0: a blank row for that column. 260 260 */
Note: See TracChangeset
for help on using the changeset viewer.