Changeset 7915 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/views/indesign-badges/page-indesign-badges.php
- Timestamp:
- 11/29/2018 03:19:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/views/indesign-badges/page-indesign-badges.php
r6768 r7915 2 2 3 3 namespace CampTix\Badge_Generator\InDesign; 4 defined( 'WPINC' ) ordie();4 defined( 'WPINC' ) || die(); 5 5 6 6 /** … … 11 11 12 12 <h2> 13 <?php _e( 'InDesign Badges', 'wordcamporg' ); ?>13 <?php esc_html_e( 'InDesign Badges', 'wordcamporg' ); ?> 14 14 </h2> 15 15 16 16 <p> 17 <?php _e(17 <?php esc_html_e( 18 18 "The process for building InDesign badges hasn't been automated yet, so it requires a developer to run a script. That script will create a CSV file and will download Gravatar images for all attendees. Once that's done, a designer can take those files into InDesign and use the Data Merge feature to create personalized badges for each attendee.", 19 19 'wordcamporg' … … 23 23 <p> 24 24 <?php printf( 25 __(25 wp_kses_post( __( 26 26 'Full instructions are <a href="%1$s">available in the WordCamp Organizer Handbook</a>. If you\'d prefer an easier way, <a href="%2$s">the HTML/CSS method</a> is much more automated at this time.', 27 27 'wordcamporg' 28 ) ,28 ) ), 29 29 'https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/first-steps/helpful-documents-and-templates/create-wordcamp-badges-with-gravatars/', 30 30 esc_url( $html_customizer_url ) … … 34 34 <p> 35 35 <?php printf( 36 __( 'If you\'d like to help automate the InDesign process, you can contribute to <a href="%s">Meta ticket #262</a>.', 'wordcamporg'),36 wp_kses_post( __( 'If you\'d like to help automate the InDesign process, you can contribute to <a href="%s">Meta ticket #262</a>.', 'wordcamporg' ) ), 37 37 'https://meta.trac.wordpress.org/ticket/262' 38 38 ); ?>
Note: See TracChangeset
for help on using the changeset viewer.