Skip to content

Commit

Permalink
Update class-pods_templates.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark authored Nov 4, 2016
1 parent 25d79b6 commit 04d18b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/Templates/class-pods_templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ function add_metaboxes( $slug, $post = false ) {
'slug' => 'pod_reference',
'groups' => array()
) );
add_meta_box( 'pod_reference', __( 'Magic Tag Reference', 'pods' ), array(
$this,
'render_metaboxes_custom'
), '_pods_template', 'side', 'default', array(
'slug' => 'tag_reference',
'groups' => array()
) );

}

Expand Down

0 comments on commit 04d18b5

Please sign in to comment.