Changeset 1417985
- Timestamp:
- 05/16/2016 03:06:47 PM (10 years ago)
- File:
-
- 1 edited
-
simple-qa/tags/2.0/qa-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-qa/tags/2.0/qa-plugin.php
r1417098 r1417985 54 54 function create_qa_postype($x = '') { 55 55 $labels = array( 56 'name' => __('Q&A '.$x.'', 'simple-qa'),56 'name' => ''.__('Q&A', 'simple-qa').' '.$x.'', 57 57 'singular_name' => __('Q&A', 'simple-qa'), 58 58 'add_new' => __('New Q&A', 'simple-qa'),
Note: See TracChangeset
for help on using the changeset viewer.