Plugin Directory

Changeset 3190826


Ignore:
Timestamp:
11/18/2024 12:44:11 AM (17 months ago)
Author:
webangon
Message:

Status filter

Location:
xl-tab/trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • xl-tab/trunk/inc/helper.php

    r3156565 r3190826  
    99        $args = array(
    1010          'numberposts' => -1,
    11           'post_type'   => $post_type
     11          'post_type'   => $post_type,
     12          'post_status' => 'publish'
    1213        );
    1314
Note: See TracChangeset for help on using the changeset viewer.