HTML API: Fix typo in error message in html processor.
Possesive "it's" should be "its." Follow-up to [59076]. Props jonsurrell. Fixes #62036. Built from https://develop.svn.wordpress.org/trunk@59245 git-svn-id: http://core.svn.wordpress.org/trunk@58637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1116,7 +1116,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor {
|
||||
if ( WP_HTML_Tag_Processor::STATE_READY !== $this->parser_state ) {
|
||||
wp_trigger_error(
|
||||
__METHOD__,
|
||||
"An HTML Processor which has already started processing cannot serialize it's contents. Serialize immediately after creating the instance.",
|
||||
'An HTML Processor which has already started processing cannot serialize its contents. Serialize immediately after creating the instance.',
|
||||
E_USER_WARNING
|
||||
);
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user