Changeset 2410359
- Timestamp:
- 10/31/2020 02:56:17 PM (5 years ago)
- Location:
- hide-admin-notices/trunk
- Files:
-
- 6 edited
-
README.txt (modified) (2 diffs)
-
hide-admin-notices.php (modified) (1 diff)
-
includes/class-hide-admin-notices.php (modified) (1 diff)
-
languages/hide-admin-notices-fr_FR.mo (modified) (previous)
-
languages/hide-admin-notices-fr_FR.po (modified) (3 diffs)
-
languages/hide-admin-notices.pot (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-admin-notices/trunk/README.txt
r2410326 r2410359 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 A lightweight plugin that hides all Notices, Update Nags & Messages in your WordPress Admin allowing you to focus on what's important -your content.12 A lightweight plugin that hides all Notices, Update Nags & Messages in your WordPress Admin allowing you to focus on your content. 13 13 14 14 == Description == … … 79 79 == Changelog == 80 80 81 = 1.0.2 = 82 * Language update 83 81 84 = 1.0.1 = 82 85 * WordPress 5.5.3 support -
hide-admin-notices/trunk/hide-admin-notices.php
r2410326 r2410359 9 9 * Plugin URI: https://theeasyweb.co/hide-admin-notices 10 10 * Description: A lightweight plugin that hides all Notices, Update Nags & Messages in your WordPress Admin. 11 * Version: 1.0. 111 * Version: 1.0.2 12 12 * Author: The Easy Web Co. 13 13 * Author URI: https://theeasyweb.co -
hide-admin-notices/trunk/includes/class-hide-admin-notices.php
r2410326 r2410359 69 69 define( 'HIDE_ADMIN_NOTICES_VERSION', $this->version ); 70 70 define( 'HIDE_ADMIN_NOTICES_NAME', $this->plugin_name ); 71 define( 'HIDE_ADMIN_NOTICES_DONATE_LINK', 'https://www.buymeacoffee.com/ jonpontet' );71 define( 'HIDE_ADMIN_NOTICES_DONATE_LINK', 'https://www.buymeacoffee.com/theeasyweb' ); 72 72 } 73 73 -
hide-admin-notices/trunk/languages/hide-admin-notices-fr_FR.po
r2410326 r2410359 2 2 msgstr "" 3 3 "Project-Id-Version: Hide Admin Notices\n" 4 "POT-Creation-Date: 2020- 04-01 18:41+0200\n"5 "PO-Revision-Date: 2020- 04-01 18:46+0200\n"4 "POT-Creation-Date: 2020-10-31 15:44+0100\n" 5 "PO-Revision-Date: 2020-10-31 15:46+0100\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "Plural-Forms: nplurals=2; plural=(n > 1);\n" 13 "X-Generator: Poedit 2.3 \n"13 "X-Generator: Poedit 2.3.1\n" 14 14 "X-Poedit-Basepath: ..\n" 15 15 "X-Poedit-Flags-xgettext: --add-comments=translators:\n" … … 44 44 #. Plugin Name of the plugin/theme 45 45 msgid "Hide Admin Notices" 46 msgstr " "46 msgstr "Cacher les notifications administrateur WordPress" 47 47 48 48 #. Plugin URI of the plugin/theme 49 49 msgid "https://theeasyweb.co/hide-admin-notices" 50 msgstr " "50 msgstr "https://theeasyweb.co/hide-admin-notices" 51 51 52 52 #. Description of the plugin/theme 53 53 msgid "" 54 " Hide the clutter in your WordPress Admin and focus on what's important -"55 " your content."54 "A lightweight plugin that hides all Notices, Update Nags & Messages in your " 55 "WordPress Admin." 56 56 msgstr "" 57 "Un plugin léger qui cache tous les notifications et messages dans votre " 58 "administrateur WordPress." 57 59 58 60 #. Author of the plugin/theme 59 msgid " Jon Pontet"60 msgstr " "61 msgid "The Easy Web Co." 62 msgstr "The Easy Web Co." 61 63 62 64 #. Author URI of the plugin/theme 63 65 msgid "https://theeasyweb.co" 64 msgstr " "66 msgstr "https://theeasyweb.co" -
hide-admin-notices/trunk/languages/hide-admin-notices.pot
r2410326 r2410359 4 4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 5 5 "Project-Id-Version: Hide Admin Notices\n" 6 "POT-Creation-Date: 2020- 04-01 18:44+0200\n"6 "POT-Creation-Date: 2020-10-31 15:44+0100\n" 7 7 "PO-Revision-Date: 2020-03-28 23:03+0100\n" 8 8 "Last-Translator: \n" … … 11 11 "Content-Type: text/plain; charset=UTF-8\n" 12 12 "Content-Transfer-Encoding: 8bit\n" 13 "X-Generator: Poedit 2.3 \n"13 "X-Generator: Poedit 2.3.1\n" 14 14 "X-Poedit-Basepath: ..\n" 15 15 "X-Poedit-Flags-xgettext: --add-comments=translators:\n" … … 52 52 #. Description of the plugin/theme 53 53 msgid "" 54 " Hide the clutter in your WordPress Admin and focus on what's important -"55 "your content."54 "A lightweight plugin that hides all Notices, Update Nags & Messages in " 55 "your WordPress Admin." 56 56 msgstr "" 57 57 58 58 #. Author of the plugin/theme 59 msgid " Jon Pontet"59 msgid "The Easy Web Co." 60 60 msgstr "" 61 61
Note: See TracChangeset
for help on using the changeset viewer.