From 71f1647009ec23deaefb6b5c49e7667b7e06ae9d Mon Sep 17 00:00:00 2001 From: Hiroshi Urabe Date: Mon, 23 Nov 2020 20:00:59 +0900 Subject: [PATCH] fix phpcs --- CPTP/Module/Admin.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CPTP/Module/Admin.php b/CPTP/Module/Admin.php index 7efe727..a118f99 100644 --- a/CPTP/Module/Admin.php +++ b/CPTP/Module/Admin.php @@ -163,9 +163,10 @@ public function setting_structure_callback_function( $option ) { ?>

- /> + />

has_archive: has_archive ? 'true' : 'false' ); ?> / with_front: rewrite['with_front'] ? 'true' : 'false' ); ?>

@@ -202,7 +203,7 @@ public function enqueue_css_js() { if ( ! is_network_admin() ) { $dismissed = explode( ',', get_user_meta( get_current_user_id(), 'dismissed_wp_pointers', true ) ); if ( false === array_search( $pointer_name, $dismissed, true ) ) { - $content = ''; + $content = ''; $content .= '

' . __( 'Custom Post Type Permalinks', 'custom-post-type-permalinks' ) . '

'; $content .= '

' . __( 'You can setting permalink for post type in Permalinks.', 'custom-post-type-permalinks' ) . '

';