Changeset 1477215
- Timestamp:
- 08/17/2016 07:15:38 PM (10 years ago)
- File:
-
- 1 edited
-
orders-table/trunk/orders-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
orders-table/trunk/orders-table.php
r1477143 r1477215 81 81 register_post_status( 'awaitingverification', array( 82 82 'label' => __('Awaiting verification', 'orders-table'), 83 'label_count' => _n_noop( __('Awaiting verification ', 'orders-table').$numberpostav, __('Awaiting verification', 'orders-table').$numberpostav),83 'label_count' => _n_noop( __('Awaiting verification', 'orders-table').$numberpostav, __('Awaiting verification', 'orders-table').$numberpostav), 84 84 'public' => true, 85 85 'show_in_admin_status_list' => true
Note: See TracChangeset
for help on using the changeset viewer.