Aaron
Aaron
Just removes the extra space in the else if conditional
Apply basic formatting, remove the redundant semi-colon, remove the stray code comment, add braces to the conditional, replace single quote with double.
This commit just applies some basic syntax formatting
This will enable the correct syntax highlighting for the code examples, making them a bit easier to scan and read.
**Describe the bug** If you modify the array that the `get_enqueue_contexts` method returns, a new `WP_Error` object is created and returned when performing the `in_array` check in several methods. This...