Plugin Directory

Changeset 519350


Ignore:
Timestamp:
03/15/2012 01:28:39 PM (13 years ago)
Author:
avaly
Message:

v1.3.1

Location:
create-posts-terms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • create-posts-terms/trunk/create-posts-terms.php

    r419815 r519350  
    44Plugin URI: http://github.com/avaly/create-pages
    55Description: Create pages, posts, custom post items & taxonomies automatically
    6 Version: 1.3
     6Version: 1.3.1
    77Author: Valentin Agachi
    88Author URI: http://agachi.name
     
    199199
    200200        $last = wp_insert_post($params);
    201        
     201
    202202        // post inserted
    203203        if ($last)
     
    224224            }
    225225
     226            sleep(1);
    226227        }
    227228    }
     
    351352
    352353    $result = array('deleted' => 0, 'created' => 0, 'errors' => array());
    353    
     354
    354355    if ($_POST['clean'])
    355356    {
     
    418419            $last = $last['term_id'];
    419420            $result['created']++;
    420         }       
     421        }
    421422    }
    422423
     
    426427$dummyDescription = <<<ELOREM
    427428
    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. 
     429Morbi 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.
    429430
    430431ELOREM;
  • create-posts-terms/trunk/readme.txt

    r419817 r519350  
    88Tags: create, pages, posts, cpt, categories, tags, terms, taxonomy
    99Requires at least: 3.0
    10 Tested up to: 3.2.1
    11 Version: 1.3
     10Tested up to: 3.3.1
     11Version: 1.3.1
    1212License: GPL2
    1313Stable tag: trunk
Note: See TracChangeset for help on using the changeset viewer.