Skip to content

Commit 78659e8

Browse files
committed
Add missing since tags to comments
1 parent bbe8791 commit 78659e8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/wp-includes/interactivity-api/class-wp-interactivity-api.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,12 @@ private function evaluate( $directive_value ) {
675675
try {
676676
$current = $current();
677677

678-
// Tracks derived state properties that are accessed during rendering.
678+
/*
679+
* Tracks derived state properties that are accessed during
680+
* rendering.
681+
*
682+
* @since 6.9.0
683+
*/
679684
$this->derived_state_props_accessed[ $ns ] = $this->derived_state_props_accessed[ $ns ] ?? array();
680685

681686
// Builds path for the current property and add it to tracking if not already present.
@@ -1273,6 +1278,8 @@ private function data_wp_each_processor( WP_Interactivity_API_Directives_Process
12731278
* Nested `data-wp-each` directives could render
12741279
* `data-wp-each-child` elements at the top level as well, and
12751280
* they should be overwritten.
1281+
*
1282+
* @since 6.9.0
12761283
*/
12771284
$i = new WP_Interactivity_API_Directives_Processor( $processed_item );
12781285
while ( $i->next_tag() ) {

0 commit comments

Comments
 (0)