Title: [Plugin: CMS Press] Post type label
Last modified: August 19, 2016

---

# [Plugin: CMS Press] Post type label

 *  [studioanino](https://wordpress.org/support/users/johnfakorede/)
 * (@johnfakorede)
 * [16 years ago](https://wordpress.org/support/topic/plugin-cms-press-post-type-label/)
 * Label info in version 0.1.5 is wrong. Seems like lines 21-22 of “cms-press/cp-
   custom-content/cp-custom-content-handler-base.php” are in the wrong order:
 *     ```
       'name' => $this->get_type_label(),
       'singular_name' => $this->get_type_label_plural(),
       ```
   
 * Should be:
 *     ```
       'name' => $this->get_type_label_plural(),
       'singular_name' => $this->get_type_label(),
       ```
   
 * [http://wordpress.org/extend/plugins/cms-press/](http://wordpress.org/extend/plugins/cms-press/)

Viewing 1 replies (of 1 total)

 *  [prettyboymp](https://wordpress.org/support/users/prettyboymp/)
 * (@prettyboymp)
 * [16 years ago](https://wordpress.org/support/topic/plugin-cms-press-post-type-label/#post-1531475)
 * This is fixed in 0.1.6. Thank you for the notification.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: CMS Press] Post type label’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [prettyboymp](https://wordpress.org/support/users/prettyboymp/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/plugin-cms-press-post-type-label/#post-1531475)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
