File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/wp-includes/interactivity-api Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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 () ) {
You can’t perform that action at this time.
0 commit comments