From 3b61e71daeeb8f79f6d44ad08550dd91d1cbc928 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Thu, 4 Mar 2021 12:38:01 +0300 Subject: [PATCH] Update readme --- README.md | 5 ++--- readme.txt | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a3b770e..6ce4f1e 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,9 @@ It buffers all the output that hooked into `admin_notices` action and then displ - By default, plugin saves the output in the usermeta and renders saved output. If you need to avoid DB calls, you can use `unagi_show_notifications_nicely` filter. - ## Support ## This is a developer's portal for Unagi and should _not_ be used for support. Please visit the [support forums](https://wordpress.org/support/plugin/unagi/) if you need to submit a support request. ## Credits -* [unDraw](https://undraw.co/illustrations) -* [10up Plugin Scaffold](https://github.com/10up/plugin-scaffold) \ No newline at end of file +* Icons & Banners - [unDraw](https://undraw.co/illustrations) +* Scaffolding - [10up Plugin Scaffold](https://github.com/10up/plugin-scaffold) \ No newline at end of file diff --git a/readme.txt b/readme.txt index 0abb721..4b773f8 100644 --- a/readme.txt +++ b/readme.txt @@ -39,9 +39,9 @@ Bug reports and pull requests are welcome on [Github](https://github.com/HandyPl == Frequently Asked Questions == -= A question that someone might have = += Some of the messages are missing under the notifications page? = -An answer to that question. +This plugin only respects the messages that use `notice` class. And, the notices that added to a particular page might not be shown. You can use `unagi_show_diff` filter to display them. == Screenshots ==