Point to correct element and make trigger manual

Closes #9609
This commit is contained in:
Mike Jolley 2015-11-16 14:21:51 +00:00
parent 36b3f9ba3a
commit 1a59d14868
1 changed files with 2 additions and 5 deletions

View File

@ -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>',