diff --git a/WordPress/Docs/Arrays/CommaAfterArrayItemStandard.xml b/WordPress/Docs/Arrays/CommaAfterArrayItemStandard.xml deleted file mode 100644 index 0eef18d812..0000000000 --- a/WordPress/Docs/Arrays/CommaAfterArrayItemStandard.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - 'value', - 'values' => array( 1 ), - 'extra' => 'c', /* Comment. */ -); - ]]> - - - 'value' , - 'values' => array( 1 ), - 'extra' => 'c' , /* Comment. */ -); - ]]> - - - - - - , 'b', 'c' ); - ]]> - - - ,'b', 'c' ); - ]]> - - - - - - - - - 'c' ); - ]]> - - - 'c', ); - ]]> - - - - - - - - - 'c', -); - -$assoc = array( - 'type' => 'value', - 'key' => 'c', -); - ]]> - - - - 'c' -); - -$assoc = array( - 'type' => 'value', - 'key' => 'c' -); - ]]> - - - diff --git a/WordPress/Docs/Classes/ClassInstantiationStandard.xml b/WordPress/Docs/Classes/ClassInstantiationStandard.xml deleted file mode 100644 index d016df9b23..0000000000 --- a/WordPress/Docs/Classes/ClassInstantiationStandard.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - (); - ]]> - - - - - - - - - - - - - - (); - ]]> - - - - - - - - new Foobar(); - ]]> - - - & new Foobar(); - ]]> - - -