From 85ba46d36073b0be8987e6f4b394a47cb049c10e Mon Sep 17 00:00:00 2001 From: Savannah Russell Date: Thu, 21 Sep 2017 17:55:01 -0500 Subject: [PATCH] Fix an inconsistency in our naming, updating reference URL for Register CPT function --- functions/wordpress/custom-post-types.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/wordpress/custom-post-types.php b/functions/wordpress/custom-post-types.php index f02eab5..8c0a353 100644 --- a/functions/wordpress/custom-post-types.php +++ b/functions/wordpress/custom-post-types.php @@ -1,5 +1,5 @@ 'dashicons-groups', 'supports' => array('title', 'page-attributes') ); - register_post_type('portfolio', $args); + register_post_type('movie', $args); */