Changeset 2100806
- Timestamp:
- 06/05/2019 04:21:24 AM (7 years ago)
- Location:
- gn-customize-post-list/trunk
- Files:
-
- 2 edited
-
gn-customize-post-list.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gn-customize-post-list/trunk/gn-customize-post-list.php
r2099621 r2100806 9 9 * Plugin URI: https://github.com/underground0930/gn-customize-post-list 10 10 * Description: You can customize the display items of the article list. 11 * Version: 1.0. 011 * Version: 1.0.1 12 12 * Author: go.nishiduka 13 13 * Author URI: https://htmlgo.site/ … … 99 99 array_push($duplicate_arr, $option_child['key'] . '_' . $option_child['value']); 100 100 101 if ('string' !== gettype($option_child['label']) || 'string' !== gettype($option_child['value']) ) {101 if ('string' !== gettype($option_child['label']) || 'string' !== gettype($option_child['value'])) { 102 102 $error_arr[$key][$i] = $error_texts['datatype']; 103 103 $error_flag = true; -
gn-customize-post-list/trunk/readme.txt
r2099621 r2100806 4 4 Requires at least: 5.0 5 5 Tested up to: 5.2.1 6 Requires PHP: 7.2.97 Stable tag: 1.0. 06 Requires PHP: 5.6.20 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 *[EN]* 14 14 You can customize the display items of the article list. 15 Add a drop-down list of the terms that each taxonomy has to the post screen list. 15 16 16 17 *[JA]* … … 60 61 * initial version 61 62 63 = 1.0.1 = 64 65 *Release Date - 2019/6/5* 66 * change 「Requires PHP」 67 62 68 *[JA]* 63 69 … … 66 72 *リリース日 - 2019/6/2* 67 73 * 初期バージョン 74 75 = 1.0.1 = 76 77 *リリース日 - 2019/6/5* 78 * 「Requires PHP」を変更。
Note: See TracChangeset
for help on using the changeset viewer.