Changeset 60633
- Timestamp:
- 08/13/2025 05:56:35 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-processor.php
r60502 r60633 1305 1305 * 1306 1306 * @since 6.7.0 1307 * @since 6.9.0 Converted from protected to public method. 1307 1308 * 1308 1309 * @return string Serialization of token, or empty string if no serialization exists. 1309 1310 */ 1310 p rotectedfunction serialize_token(): string {1311 public function serialize_token(): string { 1311 1312 $html = ''; 1312 1313 $token_type = $this->get_token_type();
Note: See TracChangeset
for help on using the changeset viewer.