Add Attention class for non-sub and non-mention notice attentions

This commit is contained in:
Mikael Nordfeldth
2014-03-06 14:22:26 +01:00
parent 5127a83935
commit 018fd84032
3 changed files with 69 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ $classes = array('Schema_version',
'User_urlshortener_prefs',
'Old_school_prefs',
'User_username',
'Attention',
);
foreach ($classes as $cls) {