diff --git a/WordPress/Docs/Security/EscapeOutputStandard.xml b/WordPress/Docs/Security/EscapeOutputStandard.xml new file mode 100644 index 0000000000..ffb0cb5a65 --- /dev/null +++ b/WordPress/Docs/Security/EscapeOutputStandard.xml @@ -0,0 +1,46 @@ + + + + + + + + + $name; + ]]> + + + esc_html( $name ); + ]]> + + + + + + $name ); + ]]> + + + esc_html( $name ) ); + ]]> + + +