Changeset 2936400
- Timestamp:
- 07/10/2023 08:33:52 AM (3 years ago)
- Location:
- dashi/trunk
- Files:
-
- 3 edited
-
classes/Posttype/Another.php (modified) (1 diff)
-
dashi.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dashi/trunk/classes/Posttype/Another.php
r2764879 r2936400 501 501 $args = array( 502 502 'post_type' => 'any', 503 'meta_query' => 504 array( 505 'key' => 'dashi_original_id', 506 'compare' => 'EXISTS', 507 ) 503 'post_status' => 'future', 508 504 ); 509 505 $posts = get_posts($args); -
dashi/trunk/dashi.php
r2894781 r2936400 7 7 Text Domain: dashi 8 8 Domain Path: /languages/ 9 Version: 3.0. 89 Version: 3.0.9 10 10 Author URI: http://www.jidaikobo.com/ 11 11 thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src -
dashi/trunk/readme.txt
r2894781 r2936400 44 44 == Changelog == 45 45 46 = 3.0.9 = 47 fix replacement not working (Dashi\Core\Posttype\Another) 48 46 49 = 3.0.8 = 47 50 $wp_rewrite->flush_rules(true) -> $wp_rewrite->flush_rules(false)
Note: See TracChangeset
for help on using the changeset viewer.