- Timestamp:
- 10/01/2025 12:57:19 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r60706 r60887 835 835 */ 836 836 public function __construct( $html ) { 837 if ( ! is_string( $html ) ) { 838 _doing_it_wrong( 839 __METHOD__, 840 __( 'The HTML parameter must be a string.' ), 841 '6.9.0' 842 ); 843 $html = ''; 844 } 837 845 $this->html = $html; 838 846 }
Note: See TracChangeset
for help on using the changeset viewer.