mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
feat(admin_ranks): Added confirmation on rank deleting (#1888)
* feat(admin_ranks): Added confirmation on rank deleting * Update functions.php * Update admin_ranks.php
This commit is contained in:
parent
25224e6dfd
commit
e510ebc3ba
2 changed files with 30 additions and 15 deletions
|
@ -1592,7 +1592,7 @@ function build_topic_pagination($url, $replies, $per_page)
|
|||
return $pg;
|
||||
}
|
||||
|
||||
function print_confirmation($tpl_vars)
|
||||
function print_confirmation($tpl_vars): void
|
||||
{
|
||||
global $template, $lang;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue