Making WordPress.org


Ignore:
Timestamp:
02/26/2016 06:26:32 PM (10 years ago)
Author:
kovshenin
Message:

WordCamp Budgets: Add a note about submitting payment requests for review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/metabox-status.php

    r2633 r2643  
    7676                <?php if ( $current_user_can_edit_request ) : ?>
    7777
     78                        <?php if ( !empty( $submit_note ) ) : ?>
     79                                <div><?php echo $submit_note; ?></div>
     80                        <?php endif; ?>
     81
     82
    7883                        <div id="delete-action">
    7984                                <?php if ( current_user_can( 'delete_post', $post->ID ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.