Creates a new bookmark for the currently-matched token and returns the generated name.
Source
/*
* > A start tag whose tag name is "html"
*/
case '+HTML':
return $this->step_in_body();
/*
* > A start tag whose tag name is "head"
This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
User Contributed Notes
You must log in before being able to contribute a note or feedback.