Changeset 519350
- Timestamp:
- 03/15/2012 01:28:39 PM (13 years ago)
- Location:
- create-posts-terms/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
create-posts-terms/trunk/create-posts-terms.php
r419815 r519350 4 4 Plugin URI: http://github.com/avaly/create-pages 5 5 Description: Create pages, posts, custom post items & taxonomies automatically 6 Version: 1.3 6 Version: 1.3.1 7 7 Author: Valentin Agachi 8 8 Author URI: http://agachi.name … … 199 199 200 200 $last = wp_insert_post($params); 201 201 202 202 // post inserted 203 203 if ($last) … … 224 224 } 225 225 226 sleep(1); 226 227 } 227 228 } … … 351 352 352 353 $result = array('deleted' => 0, 'created' => 0, 'errors' => array()); 353 354 354 355 if ($_POST['clean']) 355 356 { … … 418 419 $last = $last['term_id']; 419 420 $result['created']++; 420 } 421 } 421 422 } 422 423 … … 426 427 $dummyDescription = <<<ELOREM 427 428 428 Morbi imperdiet suscipit orci, non gravida lorem aliquam id. Suspendisse id eros eu neque molestie adipiscing sed vel augue. Etiam id diam nisl. Suspendisse elementum dapibus massa, eget vulputate velit elementum et. 429 Morbi imperdiet suscipit orci, non gravida lorem aliquam id. Suspendisse id eros eu neque molestie adipiscing sed vel augue. Etiam id diam nisl. Suspendisse elementum dapibus massa, eget vulputate velit elementum et. 429 430 430 431 ELOREM; -
create-posts-terms/trunk/readme.txt
r419817 r519350 8 8 Tags: create, pages, posts, cpt, categories, tags, terms, taxonomy 9 9 Requires at least: 3.0 10 Tested up to: 3. 2.111 Version: 1.3 10 Tested up to: 3.3.1 11 Version: 1.3.1 12 12 License: GPL2 13 13 Stable tag: trunk
Note: See TracChangeset
for help on using the changeset viewer.