Skip to content

Commit 3367329

Browse files
author
Eugene Manuilov
committed
Fixed method name from render_flattr_script to renderFlattrScript
1 parent 516b3b2 commit 3367329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

classes/Visualizer/Module/Chart.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ private function _handleDataPage() {
323323
),
324324
) );
325325

326-
$this->_addAction( 'admin_head', 'render_flattr_script' );
326+
$this->_addAction( 'admin_head', 'renderFlattrScript' );
327327

328328
wp_iframe( array( $render, 'render') );
329329
}
@@ -384,7 +384,7 @@ private function _handleSettingsPage() {
384384
$render->button = esc_attr__( 'Insert Chart', Visualizer_Plugin::NAME );
385385
}
386386

387-
$this->_addAction( 'admin_head', 'render_flattr_script' );
387+
$this->_addAction( 'admin_head', 'renderFlattrScript' );
388388

389389
wp_iframe( array( $render, 'render') );
390390
}
@@ -397,7 +397,7 @@ private function _handleSettingsPage() {
397397
*
398398
* @access public
399399
*/
400-
public function render_flattr_script() {
400+
public function renderFlattrScript() {
401401
echo <<<EOL
402402
<script type="text/javascript">
403403
/* <![CDATA[ */

0 commit comments

Comments
 (0)