Changeset 2179945 for slide/trunk/template.php
- Timestamp:
- 10/25/2019 09:19:04 AM (6 years ago)
- File:
-
- 1 edited
-
slide/trunk/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slide/trunk/template.php
r2178439 r2179945 151 151 Reveal.initialize( { 152 152 transition: '<?php echo get_post_meta( get_the_ID(), 'presentation-transition', true ) ?: 'none'; ?>', 153 backgroundTransition: '<?php echo get_post_meta( get_the_ID(), 'presentation-background-transition', true ) ?: 'none'; ?>', 153 154 transitionSpeed: '<?php echo get_post_meta( get_the_ID(), 'presentation-transition-speed', true ) ?: 'default'; ?>', 154 155 controls: <?php echo get_post_meta( get_the_ID(), 'presentation-controls', true ) ?: 'false'; ?>,
Note: See TracChangeset
for help on using the changeset viewer.