Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Waiting for user confirmation] Unable to Edit Multi-Language posts – WPML and Types with WP 3.8.3 Multisite

$
0
0

You mean line 220 (3rd line in the following function)?

function wpcf_pr_admin_post_meta_box_belongs_form( $post, $type, $belongs ) {

    global $wpdb;

    if ( empty( $post ) ) {
        return array();
    }
    $temp_type = get_post_type_object( $type );
    if ( empty( $temp_type ) ) {
        return array();
    }
    $form = array();
    $options = array(
        __( 'Not selected', 'wpcf' ) => 0,
    );

Viewing all articles
Browse latest Browse all 20145

Trending Articles