parent
36b3f9ba3a
commit
1a59d14868
|
@ -64,12 +64,9 @@ class WC_Admin_Pointers {
|
|||
)
|
||||
),
|
||||
'content' => array(
|
||||
'target' => "#content",
|
||||
'target' => "#wp-content-editor-container",
|
||||
'next' => 'product-type',
|
||||
'next_trigger' => array(
|
||||
'target' => '#content',
|
||||
'event' => 'click change input'
|
||||
),
|
||||
'next_trigger' => array(),
|
||||
'options' => array(
|
||||
'content' => '<h3>' . esc_html__( 'Product Description', 'woocommerce' ) . '</h3>' .
|
||||
'<p>' . esc_html__( 'This is your products main body of content. Here you should describe your product in detail.', 'woocommerce' ) . '</p>',
|
||||
|
|
Loading…
Reference in New Issue