Changeset 515191
- Timestamp:
- 03/06/2012 08:48:50 AM (14 years ago)
- File:
-
- 1 edited
-
pirobox-extended/trunk/pb-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pirobox-extended/trunk/pb-functions.php
r514014 r515191 305 305 foreach ($post_types as $post_type ) : 306 306 if ($options['enable_post_type_' . $post_type]) { 307 add_meta_box(' myplugin_sectionid',307 add_meta_box('pb_meta_section', 308 308 __( 'Pirobox Settings', 'pb_domain' ), 309 309 'pb_output_meta',
Note: See TracChangeset
for help on using the changeset viewer.