Changeset 10866 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/views/metabox-workshop-details.php
- Timestamp:
- 04/01/2021 09:01:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/views/metabox-workshop-details.php
r10461 r10866 13 13 14 14 <p> 15 <label><?php esc_html_e( 'WordPress.tv URL', 'wporg_learn' ); ?></label><br /> 16 <label for="workshop-video-url"> 17 <textarea 18 id="workshop-video-url" 19 name="video-url" 20 class="large-text" 21 rows="4" 22 ><?php echo esc_url( $post->video_url ); ?></textarea> 23 </label> 24 </p> 25 26 <p> 15 27 <label><?php esc_html_e( 'Duration', 'wporg_learn' ); ?></label><br /> 16 28 <label for="workshop-duration-hours"> … … 21 33 type="number" 22 34 value="<?php echo absint( $duration_interval->h ); ?>" 35 min="0" 23 36 max="23" 24 37 /> … … 32 45 type="number" 33 46 value="<?php echo absint( $duration_interval->i ); ?>" 47 min="0" 34 48 max="59" 35 49 /> … … 43 57 type="number" 44 58 value="<?php echo absint( $duration_interval->s ); ?>" 59 min="0" 45 60 max="59" 46 61 />
Note: See TracChangeset
for help on using the changeset viewer.