File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
classes/Visualizer/Module Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ private function _handleDataPage() {
323
323
),
324
324
) );
325
325
326
- $ this ->_addAction ( 'admin_head ' , 'render_flattr_script ' );
326
+ $ this ->_addAction ( 'admin_head ' , 'renderFlattrScript ' );
327
327
328
328
wp_iframe ( array ( $ render , 'render ' ) );
329
329
}
@@ -384,7 +384,7 @@ private function _handleSettingsPage() {
384
384
$ render ->button = esc_attr__ ( 'Insert Chart ' , Visualizer_Plugin::NAME );
385
385
}
386
386
387
- $ this ->_addAction ( 'admin_head ' , 'render_flattr_script ' );
387
+ $ this ->_addAction ( 'admin_head ' , 'renderFlattrScript ' );
388
388
389
389
wp_iframe ( array ( $ render , 'render ' ) );
390
390
}
@@ -397,7 +397,7 @@ private function _handleSettingsPage() {
397
397
*
398
398
* @access public
399
399
*/
400
- public function render_flattr_script () {
400
+ public function renderFlattrScript () {
401
401
echo <<<EOL
402
402
<script type="text/javascript">
403
403
/* <![CDATA[ */
You can’t perform that action at this time.
0 commit comments