Skip to content

Commit ec8f560

Browse files
committed
Fixed comment for visualizer_enable_track.
1 parent 3b29704 commit ec8f560

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// +----------------------------------------------------------------------+
1919
// | Author: Eugene Manuilov <[email protected]> |
2020
// +----------------------------------------------------------------------+
21+
2122
/**
2223
* The module for all admin stuff.
2324
*
@@ -63,6 +64,9 @@ public function __construct( Visualizer_Plugin $plugin ) {
6364
$this->_addAjaxAction( Visualizer_Plugin::ACTION_TRACK, 'visualizer_enable_track' );
6465
}
6566

67+
/**
68+
* Enable track ajax action.
69+
*/
6670
public function visualizer_enable_track() {
6771
check_admin_referer( Visualizer_Plugin::ACTION_TRACK, 'nonce' );
6872
$status = $_GET['status'];
@@ -414,7 +418,7 @@ public function renderLibraryPage() {
414418
*
415419
* @access public
416420
*
417-
* @param array $links The array of original action links.
421+
* @param array $links The array of original action links.
418422
* @param string $file The plugin basename.
419423
*
420424
* @return array Updated array of action links.
@@ -441,7 +445,7 @@ public function getPluginActionLinks( $links, $file ) {
441445
*
442446
* @access public
443447
*
444-
* @param array $plugin_meta The array of a plugin meta links.
448+
* @param array $plugin_meta The array of a plugin meta links.
445449
* @param string $plugin_file The plugin's basename.
446450
*
447451
* @return array Updated array of plugin meta links.

0 commit comments

Comments
 (0)