Changeset 1991190
- Timestamp:
- 12/10/2018 08:22:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sd-classes/trunk/src/postType/SdrostClassBasePostType.php
r1991172 r1991190 61 61 { 62 62 $args = array( 63 'post_type' => self::SDROST_CLASS_TRAINERS_POST_TYPE 63 'post_type' => self::SDROST_CLASS_TRAINERS_POST_TYPE, 64 'posts_per_page' => 50 64 65 ); 65 66 // The Query
Note: See TracChangeset
for help on using the changeset viewer.