Make WordPress Core

Changeset 59245


Ignore:
Timestamp:
10/17/2024 11:01:45 AM (7 weeks ago)
Author:
cbravobernal
Message:

HTML API: Fix typo in error message in html processor.

Possesive "it's" should be "its."

Follow-up to [59076].

Props jonsurrell.
Fixes #62036.

File:
1 edited

Legend:

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

    r59099 r59245  
    11171117            wp_trigger_error(
    11181118                __METHOD__,
    1119                 "An HTML Processor which has already started processing cannot serialize it's contents. Serialize immediately after creating the instance.",
     1119                'An HTML Processor which has already started processing cannot serialize its contents. Serialize immediately after creating the instance.',
    11201120                E_USER_WARNING
    11211121            );
Note: See TracChangeset for help on using the changeset viewer.