Changeset 2022760
- Timestamp:
- 01/31/2019 02:25:00 PM (7 years ago)
- Location:
- sermon-manager-for-wordpress/trunk/includes
- Files:
-
- 2 edited
-
class-sm-shortcodes.php (modified) (3 diffs)
-
sm-template-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sermon-manager-for-wordpress/trunk/includes/class-sm-shortcodes.php
r1986913 r2022760 785 785 'hide_preachers' => '', 786 786 'hide_books' => '', 787 'hide_dates' => '', 787 788 'include' => '', 788 789 'exclude' => '', … … 819 820 'hide_books' => $args['hide_books'], 820 821 'hide_service_types' => $args['hide_service_types'], 822 'hide_dates' => $args['hide_dates'], 821 823 ); 822 824 … … 1105 1107 'hide_books' => '', 1106 1108 'hide_service_types' => \SermonManager::getOption( 'service_type_filtering' ) ? '' : 'yes', 1109 'hide_dates' => '', 1107 1110 'action' => 'none', 1108 1111 'smp_override_settings' => true, -
sermon-manager-for-wordpress/trunk/includes/sm-template-functions.php
r1992589 r2022760 95 95 'wpfc_bible_book' => 'hide_books', 96 96 'wpfc_service_type' => 'hide_service_types', 97 'wpfc_dates' => 'hide_dates', 97 98 ) ); 98 99 … … 115 116 'hide_books' => '', 116 117 'hide_service_types' => SermonManager::getOption( 'service_type_filtering' ) ? '' : 'yes', 118 'hide_dates' => '', 117 119 'hide_filters' => ! SermonManager::getOption( 'hide_filters' ), 118 120 'action' => 'none',
Note: See TracChangeset
for help on using the changeset viewer.