Plugin Directory

Changeset 3067447


Ignore:
Timestamp:
04/09/2024 09:32:51 AM (2 years ago)
Author:
keith_wp
Message:

Removed stray backslashes from readme

Location:
test-content-generator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test-content-generator/tags/0.4.2/readme.md

    r3067434 r3067447  
    4444Using the plugin defaults, you can populate a test site with just the following commands:
    4545
    46 1. `wp plugin install test-content-generator --activate`\
     461. `wp plugin install test-content-generator --activate`
    4747    Download and activate the plugin.
    48 2. `wp test users --amount=20`\
     482. `wp test users --amount=20`
    4949    Add 20 random Editor/Author/Contributor/Subscribers users who have registered within the last 60 days.
    50 3. `wp test taxonomies --amount=50`\
     503. `wp test taxonomies --amount=50`
    5151    Add 50 taxonomy terms split between Categories and Post Tags.
    52 4. `wp test images --amount=10`\
     524. `wp test images --amount=10`
    5353    Add 10 images of size 800x400 uploaded by any Editor/Author.
    54 5. `wp test posts --amount=40`\
     545. `wp test posts --amount=40`
    5555    Add 40 Posts written within the last 60 days by any Editor/Author/Contributor, with a Featured Image and both categorised and tagged.
    56 6. `wp test comments --amount=100`\
     566. `wp test comments --amount=100`
    5757    Add 100 comments to your Posts written within the last 60 days by any of the registered users.
    58    
     58
    5959
    6060See `wp help test` for more details.
  • test-content-generator/trunk/readme.md

    r3067434 r3067447  
    4444Using the plugin defaults, you can populate a test site with just the following commands:
    4545
    46 1. `wp plugin install test-content-generator --activate`\
     461. `wp plugin install test-content-generator --activate`
    4747    Download and activate the plugin.
    48 2. `wp test users --amount=20`\
     482. `wp test users --amount=20`
    4949    Add 20 random Editor/Author/Contributor/Subscribers users who have registered within the last 60 days.
    50 3. `wp test taxonomies --amount=50`\
     503. `wp test taxonomies --amount=50`
    5151    Add 50 taxonomy terms split between Categories and Post Tags.
    52 4. `wp test images --amount=10`\
     524. `wp test images --amount=10`
    5353    Add 10 images of size 800x400 uploaded by any Editor/Author.
    54 5. `wp test posts --amount=40`\
     545. `wp test posts --amount=40`
    5555    Add 40 Posts written within the last 60 days by any Editor/Author/Contributor, with a Featured Image and both categorised and tagged.
    56 6. `wp test comments --amount=100`\
     566. `wp test comments --amount=100`
    5757    Add 100 comments to your Posts written within the last 60 days by any of the registered users.
    58    
     58
    5959
    6060See `wp help test` for more details.
Note: See TracChangeset for help on using the changeset viewer.