Skip to content

Commit 9361de7

Browse files
author
Garrett Hyder
authored
Add note to Migrate posts checkbox
Reference WebDevStudios#760
1 parent 341ee72 commit 9361de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/post-types.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function cptui_manage_post_types() {
255255
'checked' => 'false',
256256
'name' => 'update_post_types',
257257
'namearray' => 'update_post_types',
258-
'labeltext' => esc_html__( 'Migrate posts to newly renamed post type?', 'custom-post-type-ui' ),
258+
'labeltext' => esc_html__( 'Migrate posts to newly renamed post type? Note: Leaving unchecked will duplicate the Post Type.', 'custom-post-type-ui' ),
259259
'helptext' => false,
260260
'default' => false,
261261
'wrap' => false,

0 commit comments

Comments
 (0)