Changeset 1515152
- Timestamp:
- 10/15/2016 12:09:33 AM (9 years ago)
- Location:
- tapwarp
- Files:
-
- 2 edited
- 1 copied
-
tags/0.1.9 (copied) (copied from tapwarp/trunk)
-
tags/0.1.9/tapwarp.php (modified) (2 diffs)
-
trunk/tapwarp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tapwarp/tags/0.1.9/tapwarp.php
r1485656 r1515152 4 4 Plugin URI: http://twdemo.qaon.net/ 5 5 Description: Upload pictures from smartphone to wordpress easily. 6 Version: 0.1. 86 Version: 0.1.9 7 7 Author: Yuxiang Mao 8 8 Author URI: http://qaon.net … … 478 478 ); 479 479 480 $post_id=media_handle_upload(0, 0, array(), ['test_form' => false, 'test_upload'=>false, 'action' => 'tapwarp-upload']);480 $post_id=media_handle_upload(0, 0, array(), array('test_form' => false, 'test_upload'=>false, 'action' => 'tapwarp-upload')); 481 481 if (!is_integer($post_id)) 482 482 { -
tapwarp/trunk/tapwarp.php
r1485656 r1515152 4 4 Plugin URI: http://twdemo.qaon.net/ 5 5 Description: Upload pictures from smartphone to wordpress easily. 6 Version: 0.1. 86 Version: 0.1.9 7 7 Author: Yuxiang Mao 8 8 Author URI: http://qaon.net … … 478 478 ); 479 479 480 $post_id=media_handle_upload(0, 0, array(), ['test_form' => false, 'test_upload'=>false, 'action' => 'tapwarp-upload']);480 $post_id=media_handle_upload(0, 0, array(), array('test_form' => false, 'test_upload'=>false, 'action' => 'tapwarp-upload')); 481 481 if (!is_integer($post_id)) 482 482 {
Note: See TracChangeset
for help on using the changeset viewer.