@@ -73,10 +73,6 @@ |
||
73 | 73 | /** |
74 | 74 | * Outputs a button. |
75 | 75 | *ccc |
76 | - * @param string $url |
|
77 | - * @param string $text |
|
78 | - * @param string $theme |
|
79 | - * @param string $plugin |
|
80 | 76 | */ |
81 | 77 | public function output_button( $addon ) { |
82 | 78 | $current_tab = empty( $_GET['tab'] ) ? 'addons' : sanitize_title( $_GET['tab'] ); |
@@ -51,8 +51,8 @@ |
||
51 | 51 | /** |
52 | 52 | * Get section for the addons screen. |
53 | 53 | * |
54 | - * @param string $section_id |
|
55 | 54 | * |
55 | + * @param string $tab_id |
|
56 | 56 | * @return object|bool |
57 | 57 | */ |
58 | 58 | public function get_tab($tab_id) |