Changeset 833441
- Timestamp:
- 01/05/2014 07:33:27 PM (12 years ago)
- Location:
- canto-testimonials/trunk
- Files:
-
- 2 edited
-
canto-testimonials.php (modified) (1 diff)
-
lib/custom.post.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
canto-testimonials/trunk/canto-testimonials.php
r802101 r833441 28 28 if( class_exists('Canto_CustomPostType') && class_exists('Canto_CustomMetaBox') ){ 29 29 $testomonials_cptype = array( 30 'postType' => 'Test omonial',30 'postType' => 'Testimonials', 31 31 'txtdomain' => CANTO_TESTIMONIALS_TXTDOMAIN, 32 32 'postTypeDesc' => 'Describe about your service.', -
canto-testimonials/trunk/lib/custom.post.class.php
r798964 r833441 35 35 'name' => __($postType, $this->TXTDOMAIN), 36 36 'singular_name' => __($postType, $this->TXTDOMAIN), 37 'add_new' => __('Add New ' . $postType, $this->TXTDOMAIN),38 'add_new_item' => __('Add New ' . $postType,$this->TXTDOMAIN),39 'edit_item' => __('Edit ' . $postType, $this->TXTDOMAIN),40 'new_item' => __('Add New ' . $postType, $this->TXTDOMAIN),41 'view_item' => __('View ' . $postType, $this->TXTDOMAIN),37 'add_new' => __('Add New', $this->TXTDOMAIN), 38 'add_new_item' => __('Add New',$this->TXTDOMAIN), 39 'edit_item' => __('Edit', $this->TXTDOMAIN), 40 'new_item' => __('Add New', $this->TXTDOMAIN), 41 'view_item' => __('View', $this->TXTDOMAIN), 42 42 'search_item' => __('Search ' . $postType, $this->TXTDOMAIN), 43 43 'not_found' => __('No ' . $postType . ' Found', $this->TXTDOMAIN),
Note: See TracChangeset
for help on using the changeset viewer.