Changeset 1805949
- Timestamp:
- 01/19/2018 06:25:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
creative-portfolio/trunk/pando-plugins/easy-portfolio/portfolio_custom-post-types.php
r1805463 r1805949 11 11 * 12 12 * 13 * @package bearr14 13 */ 15 14 class PGFLIO_portfolio_Post_Types { … … 58 57 } 59 58 60 function bearr_portfolio_types() { new PGFLIO_portfolio_Post_Types(); }59 function pgflio_portfolio_types() { new PGFLIO_portfolio_Post_Types(); } 61 60 62 add_action( 'init', ' bearr_portfolio_types' );61 add_action( 'init', 'pgflio_portfolio_types' ); 63 62 64 63 /*-----------------------------------------------------------------------------------*/
Note: See TracChangeset
for help on using the changeset viewer.