Skip to content
Snippets Groups Projects
Commit f966b45a authored by ale's avatar ale
Browse files

Disable PHP warnings for noblogs

They're very verbose and generally result from legacy themes / plugins
misusing the core Wordpress code.
parent 886772f4
No related branches found
No related tags found
No related merge requests found
[PHP]
; Disable warnings.
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
; Set generous memory limits.
memory_limit = 256M
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment