diff --git a/views/backend/meta-boxes/meta-box.php b/views/backend/meta-boxes/meta-box.php index 00dad88df..cddc3fdd2 100644 --- a/views/backend/meta-boxes/meta-box.php +++ b/views/backend/meta-boxes/meta-box.php @@ -8,68 +8,95 @@ ?> + ID == get_option( 'page_for_posts' ) ) : ?> - + + + + + post_type ) { ?> - - - - + + + + + $meta_tag = isset( $meta['tag'] ) ? $meta['tag'] : ''; + ?> +
+

+ +

+
+

Default to use the form specified on the settings page,', 'convertkit' ), esc_attr( esc_url( $settings_link ) ) ); // WPCS: XSS ok. - echo __( 'None to not display a form, or any other option to specify a particular form for this piece of content.', 'convertkit' ); // WPCS: XSS ok. + printf( __( 'Choose Default to use the form specified on the settings page,', + 'convertkit' ), esc_attr( esc_url( $settings_link ) ) ); // WPCS: XSS ok. + echo __( 'None to not display a form, or any other option to specify a particular form for this piece of content.', + 'convertkit' ); // WPCS: XSS ok. ?>

- +

- -

-
+ +

+
-

+