Skip to content

Commit f7cc34f

Browse files
committed
add slash
1 parent 5c43d4e commit f7cc34f

File tree

1 file changed

+1
-1
lines changed
  • packages/nextjs-wordpress-plugin/inc

1 file changed

+1
-1
lines changed

packages/nextjs-wordpress-plugin/inc/links.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function override_post_links( $post_id ) {
169169
\wp_update_post(
170170
[
171171
'ID' => $post_id,
172-
'post_content' => wp_slash( $new_post_content ),
172+
'post_content' => \wp_slash( $new_post_content ),
173173
]
174174
);
175175

0 commit comments

Comments
 (0)