Changeset 1735553
- Timestamp:
- 09/25/2017 02:00:49 PM (9 years ago)
- Location:
- fds-slider/trunk/include/sliders
- Files:
-
- 2 edited
-
it-progress_slider.base.class.php (modified) (1 diff)
-
it-progress_slider.basetwo.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fds-slider/trunk/include/sliders/it-progress_slider.base.class.php
r1733493 r1735553 28 28 29 29 $this->args = array( 30 'cat' => $ attr['idcat'],30 'cat' => $this->attr['idcat'], 31 31 'posts_per_page' => -1, 32 32 'orderby' => 'comment_count' -
fds-slider/trunk/include/sliders/it-progress_slider.basetwo.class.php
r1733493 r1735553 28 28 29 29 $this->args = array( 30 'cat' => $ attr['idcat'],30 'cat' => $this->attr['idcat'], 31 31 'posts_per_page' => -1, 32 32 'orderby' => 'comment_count'
Note: See TracChangeset
for help on using the changeset viewer.