File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -141,15 +141,14 @@ public function wplibcalhours_ignore_cache_cb() {
141141 * Filter-callback function that adds links to the list of links displayed on the plugins page.
142142 *
143143 * @param array $actions array List of existing links.
144- * @param string $foo
145144 *
146145 * @return array The updated list of links.
147146 *
148147 * @link https://codex.wordpress.org/Plugin_API/Filter_Reference/plugin_action_links_(plugin_file_name)
149148 *
150149 * @since 1.0.0
151150 */
152- public function add_action_links ( $ actions, $ foo ) {
151+ public function add_action_links ( $ actions ) {
153152 $ settings = '<a href=" ' . esc_attr ( get_admin_url ( null ,
154153 'options-general.php?page=wplibcalhours ' ) ) . '"> ' . __ ( 'Settings ' , 'General ' ) . '</a> ' ;
155154 array_unshift ( $ actions , $ settings );
You can’t perform that action at this time.
0 commit comments