Changeset 5535
- Timestamp:
- 06/02/2017 07:30:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/views/sponsors/metabox-invoice-sponsor.php
r4171 r5535 9 9 <?php if ( $existing_invoices ) : ?> 10 10 11 < h3>12 < ?php _e( 'Edit Existing Invoices:', 'wordcamporg' ); ?>13 </ h3>11 <p> 12 <strong><?php _e( 'Existing Invoices:', 'wordcamporg' ); ?></strong> 13 </p> 14 14 15 15 <ul class="ul-disc"> … … 25 25 </ul> 26 26 27 <h3>28 <?php _e( 'Add a New Invoice:', 'wordcamporg' ); ?>29 </h3>30 31 27 <?php endif; ?> 32 28
Note: See TracChangeset
for help on using the changeset viewer.