escape get_the_title
use wp_kses_post function on get_the_title to prevent potential malicious issues. Add wp_body_open() shim for sites older than 5.2 Bottom margin in image alignment As proposed in #1273, `margin-botom: 1.5em;` added to all three image alignment classes. tab line 178 inc/woocommerce.php tab line 61 inc/custom-header.php update additional get_the_title instances switch from esc_html to wp_kses_post
This commit is contained in:
parent
04ead0d757
commit
d1bb60c041
4 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@
|
|||
),
|
||||
)
|
||||
),
|
||||
get_the_title()
|
||||
wp_kses_post( get_the_title() )
|
||||
),
|
||||
'<span class="edit-link">',
|
||||
'</span>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue