summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2022-01-23 19:00:40 -0500
committerYury German <blueknight@gentoo.org>2022-01-23 19:00:40 -0500
commit89391db6e13b481e2d6eabe0a8475e15c8f9ec28 (patch)
treeeabe327bfe8c37717783217d9ee8fa5c133b367a /themes/mantra/admin/sanitize.php
parentUpdating Classic Editor, Google Authenticatior, Jetpack, Public Post Preview,... (diff)
downloadblogs-gentoo-89391db6e13b481e2d6eabe0a8475e15c8f9ec28.tar.gz
blogs-gentoo-89391db6e13b481e2d6eabe0a8475e15c8f9ec28.tar.bz2
blogs-gentoo-89391db6e13b481e2d6eabe0a8475e15c8f9ec28.zip
Bumb Mantra to 3.20 to 3.3.1 and twentififteen from 2.5 to 3.0
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'themes/mantra/admin/sanitize.php')
-rw-r--r--themes/mantra/admin/sanitize.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/mantra/admin/sanitize.php b/themes/mantra/admin/sanitize.php
index 12b7492e..59507ded 100644
--- a/themes/mantra/admin/sanitize.php
+++ b/themes/mantra/admin/sanitize.php
@@ -135,7 +135,6 @@ function ma_options_validate($input) {
if (!isset($input['mantra_socialsdisplay'.$i])) { $input['mantra_socialsdisplay'.$i] = "0"; }
}
- $input['mantra_favicon'] = esc_url_raw($input['mantra_favicon']);
$input['mantra_logoupload'] = esc_url_raw($input['mantra_logoupload']);
$input['mantra_headermargintop'] = intval(wp_kses_data($input['mantra_headermargintop']));
$input['mantra_headermarginleft'] = intval(wp_kses_data($input['mantra_headermarginleft']));