diff --git a/WordPress/Docs/WP/DiscouragedConstantsStandard.xml b/WordPress/Docs/WP/DiscouragedConstantsStandard.xml new file mode 100644 index 0000000000..302318040c --- /dev/null +++ b/WordPress/Docs/WP/DiscouragedConstantsStandard.xml @@ -0,0 +1,40 @@ + + + + + + + + get_template_directory() . '/subdir'; + ]]> + + + TEMPLATEPATH . '/subdir'; + ]]> + + + + + + + + get_stylesheet_directory(); + ]]> + + + STYLESHEETPATH; + ]]> + + +