ExtendStudio / mesmerize

GNU General Public License v3.0
4 stars 2 forks source link

Escaping: General #37

Closed justintadlock closed 7 years ago

justintadlock commented 7 years ago

This is just an general escaping ticket. I'll continue posting here as I continue on with the review.

The following is a list of file names, followed by line numbers and variables, where escaping is needed.

inc/functions.php

justintadlock commented 7 years ago

The following is a list of all remaining escaping issues I could find. I tried to rule out as many false-positives as I could.

The list is organized by file name and line number. Next to each line number, you should see the variable, function, etc. that should be escaped.

customizer/customizer-controls.php

inc/functions.php

inc/header-options/background-options/header-separator.php

inc/header-options/background-options/overlay-types/gradient-overlay.php

inc/header-options/background-options/overlay-types/shapes-overlay.php

inc/header-options/content-options/buttons.php

inc/header-options/content-options/subtitle.php

inc/header-options/content-options/title.php

inc/header-options/navigation-options/nav-bar.php

inc/header-options/navigation-options/top-bar/content-types/social-icons.php

inc/header-options/navigation-options/top-bar.php

inc/templates-functions.php