Plugin Directory

Changeset 1805950


Ignore:
Timestamp:
01/19/2018 06:27:02 PM (8 years ago)
Author:
dotrex
Message:

Fixed function name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • creative-portfolio/trunk/pando-plugins/easy-portfolio/portfolio_custom-post-types.php

    r1805949 r1805950  
    6565/*-----------------------------------------------------------------------------------*/
    6666// hook into the init action and call create_book_taxonomies when it fires
    67 add_action( 'init', 'create_portfolio_taxonomies', 0 );
     67add_action( 'init', 'pgflio_create_portfolio_taxonomies', 0 );
    6868
    6969// create two taxonomies, genres and writers for the post type "book"
    70 function create_portfolio_taxonomies() {
     70function pgflio_create_portfolio_taxonomies() {
    7171    // Add new taxonomy, make it hierarchical (like categories)
    7272    $labels = array(
Note: See TracChangeset for help on using the changeset viewer.