Changeset 1170583
- Timestamp:
- 05/29/2015 09:17:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anywhere-post-list-shortcode/trunk/anywhere-list-shortcode.php
r1170560 r1170583 40 40 ), $atts ) ); 41 41 42 if( $post_type === 'post') {42 if( $post_type ) { 43 43 $args = array( 44 44 'post_type' => $post_type,
Note: See TracChangeset
for help on using the changeset viewer.