Skip to content

Commit

Permalink
Update consent text when calling privateApis
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Herranz <luisherranz@gmail.com>
  • Loading branch information
DAreRodz and luisherranz committed Feb 2, 2024
1 parent dad6201 commit f03e339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interactivity-router/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { render, store, privateApis } from '@wordpress/interactivity';

const { directivePrefix, getRegionRootFragment, initialVdom, toVdom } =
privateApis(
'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.'
'I acknowledge that using private APIs means my theme or plugin will inevitably break in the next version of WordPress.'
);

// The cache of visited and prefetched pages.
Expand Down

0 comments on commit f03e339

Please sign in to comment.