From c4fcef056a02c780c07b10ad72b9dc4e55c368b4 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 16 Jun 2015 22:19:53 +0200 Subject: [PATCH] Update status documentation. --- posttype.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posttype.md b/posttype.md index 3a04590..a713355 100644 --- a/posttype.md +++ b/posttype.md @@ -165,7 +165,7 @@ $books->status([ ]); ``` -These statuses are registered with default properties and replace the default ones. If you create a new book in the wp-admin, you should see this list of statuses inside the publish metabox: Draft, Rent, Rented, Sell and Sold. +These statuses are registered with default properties and replace the default ones. If you create a new book in the wp-admin, you should see this list of statuses inside the publish metabox: _Draft_, _Rent_, _Rented_, _Sell_ and _Sold_. You can also define their properties like so: