From c746bf365d0c90a4f1ccc7c40f2d3125bb144e00 Mon Sep 17 00:00:00 2001 From: gogdzl Date: Tue, 17 Sep 2024 13:26:47 -0700 Subject: [PATCH 1/2] Add documentation for WordPress.PHP.DevelopmentFunctions --- .../Docs/PHP/DevelopmentFunctionsStandard.xml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml diff --git a/WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml b/WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml new file mode 100644 index 000000000..ea2202b71 --- /dev/null +++ b/WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + From 28f5a163a3016fb50830066030438fbe9e594d24 Mon Sep 17 00:00:00 2001 From: gogdzl Date: Tue, 17 Sep 2024 15:04:32 -0700 Subject: [PATCH 2/2] Add em tag --- WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml b/WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml index ea2202b71..a4761201f 100644 --- a/WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml +++ b/WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml @@ -18,7 +18,7 @@ var_dump( $bar ); ]]> @@ -37,7 +37,7 @@ var_dump( $bar ); phpinfo(); ]]>