Plugin Directory

Changeset 1805949


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

Fixed conflict with bearr-theme-features on function name

File:
1 edited

Legend:

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

    r1805463 r1805949  
    1111 *
    1212 *
    13  * @package bearr
    1413 */
    1514class PGFLIO_portfolio_Post_Types {
     
    5857}
    5958
    60 function bearr_portfolio_types() { new PGFLIO_portfolio_Post_Types(); }
     59function pgflio_portfolio_types() { new PGFLIO_portfolio_Post_Types(); }
    6160
    62 add_action( 'init', 'bearr_portfolio_types' );
     61add_action( 'init', 'pgflio_portfolio_types' );
    6362
    6463/*-----------------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.