Changeset 734296
- Timestamp:
- 06/30/2013 12:22:07 PM (13 years ago)
- File:
-
- 1 edited
-
wp-vgwort/trunk/class-wp-vgwort.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-vgwort/trunk/class-wp-vgwort.php
r734295 r734296 350 350 $allowedTypes = get_option( 'wp_cpt', array( 'post', 'page' ) ); 351 351 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' ); 353 353 } 354 354 }
Note: See TracChangeset
for help on using the changeset viewer.