Changeset 4688
- Timestamp:
- 01/07/2013 08:15:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/template-tags.php
r4687 r4688 1304 1304 'sort_column' => 'menu_order', 1305 1305 'exclude' => array(), 1306 'post_parent' => null, 1306 1307 'numberposts' => -1, 1307 1308 'orderby' => 'menu_order', … … 1371 1372 'sort_column' => $r['sort_column'], 1372 1373 'exclude' => $r['exclude'], 1374 'post_parent' => $r['post_parent'], 1373 1375 'numberposts' => $r['numberposts'], 1374 1376 'orderby' => $r['orderby'], … … 1377 1379 'disable_categories' => $r['disable_categories'] 1378 1380 ); 1379 if ( isset( $r['post_parent'] ) )1380 $post_arr['post_parent'] = $r['post_parent'];1381 1381 1382 1382 $posts = get_posts( $post_arr );
Note: See TracChangeset
for help on using the changeset viewer.