Plugin Directory

Changeset 1914568


Ignore:
Timestamp:
07/25/2018 06:28:27 AM (7 years ago)
Author:
jdalmeida
Message:

v1.34

File:
1 edited

Legend:

Unmodified
Added
Removed
  • the-future-posts/trunk/includes/main.php

    r1914561 r1914568  
    399399  $args = wp_parse_args($args,$defaults);
    400400
    401   $post_type = $post->post_type;
    402   $taxonomies = get_object_taxonomies($post_type,'objects');
     401  $this_post_type = $post->post_type;
     402  $taxonomies = get_object_taxonomies($this_post_type,'objects');
    403403
    404404  $returned_list = [];
Note: See TracChangeset for help on using the changeset viewer.