Update class-wc-admin-post-types.php
This commit is contained in:
parent
a98c494148
commit
7164a7e190
|
@ -827,7 +827,7 @@ class WC_Admin_Post_Types {
|
|||
|
||||
if ( $post && absint( $shop_page_id ) === absint( $post->ID ) ) {
|
||||
echo '<div class="notice notice-info">';
|
||||
echo '<p>' . sprintf( wp_kses_post( __( 'This is the WooCommerce shop page. The shop page is a special archive that lists your products. <a href="%s">You can read more about this here</a>.', 'woocommerce' ), 'https://docs.woocommerce.com/document/woocommerce-pages/#section-4' ) ) . '</p>';
|
||||
echo '<p>' . sprintf( wp_kses_post( __( 'This is the WooCommerce shop page. The shop page is a special archive that lists your products. <a href="%s">You can read more about this here</a>.', 'woocommerce' ) ), 'https://docs.woocommerce.com/document/woocommerce-pages/#section-4' ) . '</p>';
|
||||
echo '</div>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue