Closed coreykn closed 4 years ago
Update code base formatting:
Update hooks and various functions to be one liners.
Update logic for exiting if directly accessed.
Update associative arrays. If it only has one key and value it does not need to start on a new line (corrects this change introduced in PR #84).
Remove unnecessary parentheses from require_once (language constructs, not function calls).
require_once
Remove unnecessary add_query_arg() functions.
add_query_arg()
Update Cache_Enabler_Disk::_cache_signature() to not have two newlines. Instead, insert the Cache Enabler HTML comment directly after the HTML page.
Cache_Enabler_Disk::_cache_signature()
Update code base formatting:
Update hooks and various functions to be one liners.
Update logic for exiting if directly accessed.
Update associative arrays. If it only has one key and value it does not need to start on a new line (corrects this change introduced in PR #84).
Remove unnecessary parentheses from
require_once
(language constructs, not function calls).Remove unnecessary
add_query_arg()
functions.Update
Cache_Enabler_Disk::_cache_signature()
to not have two newlines. Instead, insert the Cache Enabler HTML comment directly after the HTML page.