mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Adjusted wording based on E_DEPRECATED and E_USER_DEPRECATED error levels.
This commit is contained in:
parent
a2979f0551
commit
349019e780
@ -31,11 +31,11 @@ class DebugView extends Object {
|
||||
'class' => 'notice'
|
||||
),
|
||||
E_DEPRECATED => array(
|
||||
'title' => 'Deprecation',
|
||||
'title' => 'Deprecated',
|
||||
'class' => 'notice'
|
||||
),
|
||||
E_USER_DEPRECATED => array(
|
||||
'title' => 'Deprecation',
|
||||
'title' => 'User Deprecated',
|
||||
'class' => 'notice'
|
||||
),
|
||||
E_CORE_ERROR => array(
|
||||
|
Loading…
Reference in New Issue
Block a user