Changeset 2318930
- Timestamp:
- 06/05/2020 11:00:35 AM (6 years ago)
- Location:
- askthis/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
askthis.php (modified) (2 diffs)
-
languages/AskThis-nl_NL.mo (modified) (previous)
-
languages/AskThis-nl_NL.po (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
askthis/trunk/README.txt
r2318847 r2318930 3 3 Tags: vragen, feedback, optimalisatie, kwaliteit, asking, queality, content 4 4 Requires at least: 4.7 5 Stable tag: 0. 15 Stable tag: 0.2 6 6 Tested up to: 5.4 7 7 Requires PHP: 7.0 … … 46 46 == Changelog == 47 47 48 0.1 First release 49 0.2 Text fixes/typo's/update translation 50 48 51 = 0.1 = 49 52 * Created this plugin -
askthis/trunk/askthis.php
r2318841 r2318930 4 4 * Plugin URI: https://askthis.nl 5 5 * Description: Get feedback from your visitors/customer on your Wordpress website by showing your questions created on askthis.nl (interface is only Dutch for now) 6 * Version: 0. 16 * Version: 0.2 7 7 * Tested up to: 5.4 8 8 * Author: Marcel van Doornen … … 29 29 <div> 30 30 <?php screen_icon(); ?> 31 <h2> AskThis settings</h2>31 <h2><?php _e('AskThis settings'); ?></h2> 32 32 <form method="post" action="options.php"> 33 33 <?php settings_fields( 'askthis_options_group' ); ?> -
askthis/trunk/languages/AskThis-nl_NL.po
r2318875 r2318930 2 2 msgstr "" 3 3 "Project-Id-Version: AskThis\n" 4 "POT-Creation-Date: 2020-06-05 1 1:45+0200\n"5 "PO-Revision-Date: 2020-06-05 1 1:45+0200\n"4 "POT-Creation-Date: 2020-06-05 12:59+0200\n" 5 "PO-Revision-Date: 2020-06-05 13:00+0200\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 20 20 "X-Poedit-SearchPath-0: .\n" 21 21 "X-Poedit-SearchPathExcluded-0: *.js\n" 22 23 #: askthis.php:31 24 msgid "AskThis settings" 25 msgstr "AskThis instellingen" 22 26 23 27 #: askthis.php:36
Note: See TracChangeset
for help on using the changeset viewer.