Make WordPress Core

Changeset 63205


Ignore:
Timestamp:
08/12/2026 08:49:49 AM (4 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 r62715.

Reviewed by bernhard-reiter.
Merges r63178 to the 7.1 branch.

Props dmsnell, bernhard-reiter.
See #65372.

Location:
branches/7.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.1

  • branches/7.1/src/wp-includes/html-api/class-wp-html-tag-processor.php

    r62964 r63205  
    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.