mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 09:20:40 +00:00
Update the rest of the PHP functions to use camelCase
This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
|
||||
while ($row = mysqli_fetch_assoc($sql_custom_links)) {
|
||||
$custom_link_name = escapeHtml($row['custom_link_name']);
|
||||
$custom_link_uri = sanitize_url($row['custom_link_uri']);
|
||||
$custom_link_uri = escapeUrl($row['custom_link_uri']);
|
||||
$custom_link_icon = escapeHtml($row['custom_link_icon']);
|
||||
$custom_link_new_tab = intval($row['custom_link_new_tab']);
|
||||
if ($custom_link_new_tab == 1) {
|
||||
|
||||
Reference in New Issue
Block a user