Plugin Directory

Changeset 734296


Ignore:
Timestamp:
06/30/2013 12:22:07 PM (13 years ago)
Author:
smoo1337
Message:

add_meta_box to advanced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-vgwort/trunk/class-wp-vgwort.php

    r734295 r734296  
    350350        $allowedTypes = get_option( 'wp_cpt', array( 'post', 'page' ) );
    351351        if( in_array( $currentPostType, $allowedTypes ) ) {
    352             add_meta_box( 'CustomMeta', __( 'VG Wort', 'wp-vgwort-locale' ), array( &$this, 'create_custom_meta' ), $currentPostType, 'side', 'high' );
     352            add_meta_box( 'CustomMeta', __( 'VG Wort', 'wp-vgwort-locale' ), array( &$this, 'create_custom_meta' ), $currentPostType, 'advanced', 'high' );
    353353        }
    354354    }   
Note: See TracChangeset for help on using the changeset viewer.