Make WordPress Core

Changeset 63178


Ignore:
Timestamp:
08/11/2026 01:16:49 PM (5 weeks ago)
Author:
jonsurrell
Message:

HTML API: Restore supported tags in modifiable text notice.

Developed in https://github.com/WordPress/wordpress-develop/pull/12957.

Follow-up to [62715].

Props dmsnell, bernhard-reiter.
See #65372.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php

    r62964 r63178  
    41934193                _doing_it_wrong(
    41944194                        __METHOD__,
    4195                         __( 'This tag does not support setting modifiable text.' ),
     4195                        __( 'Only the IFRAME, NOEMBED, NOFRAMES, SCRIPT, STYLE, TEXTAREA, TITLE, and XMP tags support setting modifiable text.' ),
    41964196                        '7.1.0'
    41974197                );
Note: See TracChangeset for help on using the changeset viewer.