Skip to content

Commit

Permalink
Extend filter-hook "table_add_row_action_array"
Browse files Browse the repository at this point in the history
Closes #2743
  • Loading branch information
ueickmann committed Aug 14, 2020
1 parent 20f0159 commit 2a057f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/functions-html.php
Expand Up @@ -564,7 +564,7 @@ function yourls_table_add_row( $keyword, $url, $title = '', $ip, $clicks, $times
'onclick' => "remove_link('$id');return false;",
)
);
$actions = yourls_apply_filter( 'table_add_row_action_array', $actions );
$actions = yourls_apply_filter( 'table_add_row_action_array', $actions, $keyword );

// Action link buttons: the HTML
$action_links = '';
Expand Down

0 comments on commit 2a057f0

Please sign in to comment.