- Timestamp:
- 08/07/2023 01:48:55 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-active-formatting-elements.php
r56274 r56363 51 51 * @param WP_HTML_Token $token Look for this node in the stack. 52 52 * @return bool Whether the referenced node is in the stack of active formatting elements. 53 *54 53 */ 55 54 public function contains_node( $token ) { … … 150 149 * 151 150 * To start with the most-recently added element and walk towards the top, 152 * @see WP_HTML_Active_Formatting_Elements::walk_up151 * see WP_HTML_Active_Formatting_Elements::walk_up(). 153 152 * 154 153 * @since 6.4.0 … … 177 176 * 178 177 * To start with the first added element and walk towards the bottom, 179 * @see WP_HTML_Active_Formatting_Elements::walk_down178 * see WP_HTML_Active_Formatting_Elements::walk_down(). 180 179 * 181 180 * @since 6.4.0
Note: See TracChangeset
for help on using the changeset viewer.