- Timestamp:
- 07/19/2024 11:42:14 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-stack-event.php
r58558 r58769 75 75 * @param string $provenance "virtual" or "real". 76 76 */ 77 public function __construct( $token, $operation,$provenance ) {77 public function __construct( WP_HTML_Token $token, string $operation, string $provenance ) { 78 78 $this->token = $token; 79 79 $this->operation = $operation;
Note: See TracChangeset
for help on using the changeset viewer.