@@ -141,6 +141,8 @@ |
||
| 141 | 141 | |
| 142 | 142 | /** |
| 143 | 143 | * Allow this class and other classes to add slug keyed notices (to avoid duplication) |
| 144 | + * @param string $slug |
|
| 145 | + * @param string $class |
|
| 144 | 146 | */ |
| 145 | 147 | public function add_admin_notice( $slug, $class, $message ) { |
| 146 | 148 | $this->notices[ $slug ] = array( |