Skip to content

Commit beb5b2b

Browse files
authored
Update readme.md
1 parent e7273bc commit beb5b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $my_theme_notices->boot();
8686
To sum up all the above, a complete example of how to add an admin notice would look like this:
8787

8888
```php
89-
$my_theme_notices = new \WPTRT\AdminNotices\Notices()
89+
$my_theme_notices = new \WPTRT\AdminNotices\Notices();
9090
$my_theme_notices->add( 'my_theme_notice', __( 'Title', 'textdomain' ), __( 'Content', 'textdomain' ) );
9191
$my_theme_notices->boot();
9292
```

0 commit comments

Comments
 (0)