mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
added example for error reporting level - turn off 'Notices'
git-svn-id: http://svn.automattic.com/wordpress/trunk@102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b7aa3cdd7d
commit
dfb020e67f
@ -5,6 +5,10 @@
|
||||
php_flag register_globals off
|
||||
</IfModule>
|
||||
|
||||
# this will set the error_reporting level to remove 'Notices'
|
||||
<IfModule mod_php4.c>
|
||||
php_value error_reporting 247
|
||||
</IfModule>
|
||||
|
||||
|
||||
# this is used to make b2 produce links like http://example.com/archives/m/200209
|
||||
|
Loading…
Reference in New Issue
Block a user