Plugin Directory

Changeset 1119699

Timestamp:
03/24/2015 02:29:31 PM (9 years ago)
Author:
pbaylies
Message:

Bugfix for missing post type settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • all-in-one-seo-pack/trunk/aioseop_class.php

    r1119068 r1119699  
    13581358        } else {
    13591359            $wp_post_types = $aioseop_options['aiosp_cpostactive'];
     1360
    13601361            if ( is_singular() && !in_array( $post_type, $wp_post_types ) && !is_front_page() ) return false;
    13611362            if ( is_post_type_archive() && !is_post_type_archive( $wp_post_types ) ) return false;
Note: See TracChangeset for help on using the changeset viewer.