Skip to content

Commit

Permalink
Switch click trigger CSS description to use ID instead of name.
Browse files Browse the repository at this point in the history
Issue #584
  • Loading branch information
fpcorso committed Jul 17, 2020
1 parent 6ff8fb1 commit 12dce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Triggers.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function register_triggers() {
'general' => array(
'click_info' => array(
'type' => 'html',
'content' => '<p>' . __( "Adding the class 'popmake-{popup-name}' to an element will trigger it to be opened once clicked. Additionally you can add additional CSS selectors below.", 'popup-maker' ) . '</p>',
'content' => '<p>' . __( "Adding the class 'popmake-{popup-ID}' to an element will trigger it to be opened once clicked. Additionally you can add additional CSS selectors below.", 'popup-maker' ) . '</p>',
),
'extra_selectors' => array(
'label' => __( 'Extra CSS Selectors', 'popup-maker' ),
Expand Down

0 comments on commit 12dce6d

Please sign in to comment.