- Timestamp:
- 03/12/2026 01:47:41 AM (6 months ago)
- Location:
- branches/6.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/html-api/class-wp-html-tag-processor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2
- Property svn:mergeinfo changed
/trunk merged: 61879-61885,61887,61889-61890,61913
- Property svn:mergeinfo changed
-
branches/6.2/src/wp-includes/html-api/class-wp-html-tag-processor.php
r58479 r61949 2292 2292 return true; 2293 2293 } 2294 2295 /** 2296 * Wakeup magic method. 2297 * 2298 * @since 6.9.2 2299 */ 2300 public function __wakeup() { 2301 throw new \LogicException( __CLASS__ . ' should never be unserialized' ); 2302 } 2294 2303 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)