Making WordPress.org


Ignore:
Timestamp:
11/29/2018 03:19:31 AM (8 years ago)
Author:
iandunn
Message:

CampTix Badge Generator: Apply coding standards.

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  
    22
    33namespace CampTix\Badge_Generator\InDesign;
    4 defined( 'WPINC' ) or die();
     4defined( 'WPINC' ) || die();
    55
    66/**
     
    1111
    1212<h2>
    13         <?php _e( 'InDesign Badges', 'wordcamporg' ); ?>
     13        <?php esc_html_e( 'InDesign Badges', 'wordcamporg' ); ?>
    1414</h2>
    1515
    1616<p>
    17         <?php _e(
     17        <?php esc_html_e(
    1818                "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.",
    1919                'wordcamporg'
     
    2323<p>
    2424        <?php printf(
    25                 __(
     25                wp_kses_post( __(
    2626                        '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.',
    2727                        'wordcamporg'
    28                 ),
     28                ) ),
    2929                'https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/first-steps/helpful-documents-and-templates/create-wordcamp-badges-with-gravatars/',
    3030                esc_url( $html_customizer_url )
     
    3434<p>
    3535        <?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' ) ),
    3737                'https://meta.trac.wordpress.org/ticket/262'
    3838        ); ?>
Note: See TracChangeset for help on using the changeset viewer.