- Timestamp:
- 09/07/2023 08:46:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-text-diff-renderer-table.php
r56354 r56544 522 522 } 523 523 524 trigger_error( 524 wp_trigger_error( 525 __METHOD__, 525 526 "The property `{$name}` is not declared. Getting a dynamic property is " . 526 527 'deprecated since version 6.4.0! Instead, declare the property on the class.', … … 545 546 } 546 547 547 trigger_error( 548 wp_trigger_error( 549 __METHOD__, 548 550 "The property `{$name}` is not declared. Setting a dynamic property is " . 549 551 'deprecated since version 6.4.0! Instead, declare the property on the class.', … … 566 568 } 567 569 568 trigger_error( 570 wp_trigger_error( 571 __METHOD__, 569 572 "The property `{$name}` is not declared. Checking `isset()` on a dynamic property " . 570 573 'is deprecated since version 6.4.0! Instead, declare the property on the class.', … … 588 591 } 589 592 590 trigger_error( 593 wp_trigger_error( 594 __METHOD__, 591 595 "A property `{$name}` is not declared. Unsetting a dynamic property is " . 592 596 'deprecated since version 6.4.0! Instead, declare the property on the class.',
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)