Skip to content

Commit 1df038b

Browse files
remove pointer from the free version #85
1 parent 3e5b3e7 commit 1df038b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,6 @@ function visualizerFeedbackEnqueue(){
117117
* @return array The associated array of pointer
118118
*/
119119
function visualizerAdminPointers( $p ) {
120-
$p['visualizer'] = array(
121-
'target' => '#menu-media',
122-
'options' => array(
123-
'content' => sprintf( '<h3> %s </h3> <p> %s </p>',
124-
__( 'Visualizer New Features ' , Visualizer_Plugin::NAME),
125-
__( 'Right now the Visualizer Charts and Graphics plugin integrates a live editor and a new importing option for your charts. ',Visualizer_Plugin::NAME)
126-
),
127-
'position' => array( 'edge' => 'top', 'align' => 'middle' )
128-
)
129-
);
130120
return $p;
131121
}
132122

0 commit comments

Comments
 (0)