Skip to content

Commit 1c4a5c7

Browse files
committed
Remove redundant private comments and annotations
1 parent 8cab020 commit 1c4a5c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/wp-includes/html-api/class-wp-html-active-formatting-elements.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,8 @@ class WP_HTML_Active_Formatting_Elements {
4646
/**
4747
* Returns the node at the given 1-offset index in the list of active formatting elements.
4848
*
49-
* Do not use this method; it is meant to be used only by the HTML Processor.
50-
*
5149
* @since 7.0.0
5250
*
53-
* @access private
54-
*
5551
* @param int $index Number of nodes from the top node to return.
5652
* @return WP_HTML_Token|null Node at the given index in the stack, if one exists, otherwise null.
5753
*/

0 commit comments

Comments
 (0)