Changeset 748710
- Timestamp:
- 07/31/2013 11:21:05 AM (13 years ago)
- File:
-
- 1 edited
-
locatoragency/trunk/classes/postType.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
locatoragency/trunk/classes/postType.php
r748687 r748710 39 39 'public' => true, 40 40 'has_archive' => true, 41 'rewrite' => array('slug' => $this->_slug), 42 'menu_icon' => $this->_menu_icon); 41 'rewrite' => array('slug' => $this->_slug) 42 //'menu_icon' => $this->_menu_icon 43 ); 43 44 44 45 // Merge default arguments with passed arguments
Note: See TracChangeset
for help on using the changeset viewer.