Making WordPress.org


Ignore:
Timestamp:
03/07/2019 09:14:15 PM (7 years ago)
Author:
coffee2code
Message:

Jobs: Use dashicon for notice box info icon instead of CSS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/content-post-job.php

    r5378 r8403  
    1515
    1616    <div class="notice notice-info">
    17         <span>!</span><span><?php _e( 'Please review the data you submitted for accuracy. Make any necessary corrections, then re-submit this form.', 'jobswp' ); ?></span>
     17        <div>
     18        <?php _e( 'Please review the data you submitted for accuracy. Make any necessary corrections, then re-submit this form.', 'jobswp' ); ?>
    1819        <?php do_action( 'jobswp_notice', 'verify' ); ?>
     20        </div>
    1921    </div>
    2022
Note: See TracChangeset for help on using the changeset viewer.