Skip to content
Snippets Groups Projects

Feature/wpdesk notices action

Merged Krzysztof Dyszczyk requested to merge feature/wpdesk-notices-action into master
All threads resolved!
5 files
+ 36
17
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -38,11 +38,11 @@ class Factory
*/
public static function permanentDismissibleNotice(
$noticeContent = '',
$noticeType = '',
$noticeName = '',
$noticeType = '',
$priority = 10
) {
return new PermanentDismissibleNotice($noticeType, $noticeContent, $noticeName, $priority);
return new PermanentDismissibleNotice($noticeContent, $noticeName, $noticeType, $priority);
}
}
Loading