Changeset 2741256
- Timestamp:
- 06/13/2022 12:08:25 AM (4 years ago)
- Location:
- category-post-list/trunk
- Files:
-
- 2 edited
-
CategoryPostList.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
category-post-list/trunk/CategoryPostList.php
r2741247 r2741256 4 4 Plugin Name: Create Category Post List 5 5 Description: Create and export your post list of a category. 6 Version: 2. 16 Version: 2.2 7 7 Author: Aresei 8 8 Author URI: https://www.aresei-note.com/ … … 226 226 <strong><?php esc_html_e("Note: You can change the order of items by mouse drag", "CategoryPostList"); ?></strong><br> 227 227 <br> 228 [<?php esc_html_e( "Multiple move", "CategoryPostList" ); ?>]:228 Multiple move: 229 229 Start Index: <input type='number' style="width: 5em;" id="MultipleMove_StartIndex"> 230 230 End Index: <input type='number' style="width: 5em;" id="MultipleMove_EndIndex"> 231 231 Insert Index: <input type='number' style="width: 5em;" id="MultipleMove_InsertIndex"> 232 <button id="ButtonMultipleMove">Exec move</button>232 <button id="ButtonMultipleMove">Exec</button> 233 233 <br> 234 234 <div style="text-align: right;"> … … 278 278 <?php esc_html_e("If you support this plugin, please consider donate by following link:", "CategoryPostList"); ?><br> 279 279 <br> 280 <?php 281 if(get_locale() == "ja") { 282 echo "<a href='https://www.amazon.jp/hz/wishlist/ls/2ANE8EECGEEBS?ref_=wl_share'>アマゾンほしいものリスト</a>"; 283 } else { 284 echo "<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#29abe0', 'I3I16APH2');kofiwidget2.draw();</script>"; 285 } 286 ?> 287 280 <h3><?php esc_html_e("By credit card", "CategoryPostList" ); ?></h3> 281 <script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#29abe0', 'I3I16APH2');kofiwidget2.draw();</script> 282 <h3><?php esc_html_e("By bitcoin", "CategoryPostList" ); ?></h3> 283 Bitcoin address: 1J94VS6ANWzRW9gako6cM8sqCz6MbiXpnt<br> 288 284 289 285 </div> -
category-post-list/trunk/readme.txt
r2741247 r2741256 6 6 Tags: Category,post,list,create,export 7 7 Requires at least: 4.9 8 Tested up to: 6.0 9 Stable tag: 2. 18 Tested up to: 6.0.0 9 Stable tag: 2.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.