Plugin Directory

Changeset 515191


Ignore:
Timestamp:
03/06/2012 08:48:50 AM (14 years ago)
Author:
chriscarvache
Message:

modified meta section id to avoid conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pirobox-extended/trunk/pb-functions.php

    r514014 r515191  
    305305    foreach ($post_types as $post_type ) :
    306306        if ($options['enable_post_type_' . $post_type]) {
    307             add_meta_box('myplugin_sectionid',
     307            add_meta_box('pb_meta_section',
    308308                __( 'Pirobox Settings', 'pb_domain' ),
    309309                'pb_output_meta',
Note: See TracChangeset for help on using the changeset viewer.