- Timestamp:
- 10/27/2025 11:55:51 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/abilities-api/class-wp-ability-category.php
r61032 r61071 76 76 if ( empty( $slug ) ) { 77 77 throw new InvalidArgumentException( 78 esc_html__( 'The ability category slug cannot be empty.' )78 __( 'The ability category slug cannot be empty.' ) 79 79 ); 80 80 } … … 212 212 */ 213 213 public function __sleep(): array { 214 throw new LogicException( __CLASS__ . ' should never be serialized ' );214 throw new LogicException( __CLASS__ . ' should never be serialized.' ); 215 215 } 216 216 }
Note: See TracChangeset
for help on using the changeset viewer.