Changeset 1805950
- Timestamp:
- 01/19/2018 06:27:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
creative-portfolio/trunk/pando-plugins/easy-portfolio/portfolio_custom-post-types.php
r1805949 r1805950 65 65 /*-----------------------------------------------------------------------------------*/ 66 66 // hook into the init action and call create_book_taxonomies when it fires 67 add_action( 'init', ' create_portfolio_taxonomies', 0 );67 add_action( 'init', 'pgflio_create_portfolio_taxonomies', 0 ); 68 68 69 69 // create two taxonomies, genres and writers for the post type "book" 70 function create_portfolio_taxonomies() {70 function pgflio_create_portfolio_taxonomies() { 71 71 // Add new taxonomy, make it hierarchical (like categories) 72 72 $labels = array(
Note: See TracChangeset
for help on using the changeset viewer.