Changeset 1815
- Timestamp:
- 08/06/2015 04:46:41 PM (10 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content
- Files:
-
- 6 edited
-
plugins/wc-fonts/wc-fonts.php (modified) (1 diff)
-
plugins/wc-post-types/wc-post-types.php (modified) (1 diff)
-
plugins/wordcamp-coming-soon-page/views/settings-screen.php (modified) (1 diff)
-
plugins/wordcamp-payments-network/wordcamp-payments-network.php (modified) (1 diff)
-
themes/wordcamp-base/lib/options/class-wcb-options.php (modified) (1 diff)
-
themes/wordcamp-base/lib/sponsors/class-wcb-sponsor-order.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-fonts/wc-fonts.php
r1522 r1815 71 71 ?> 72 72 <div class="wrap"> 73 <?php screen_icon(); ?><h2>Fonts</h2> 73 <?php screen_icon(); ?> 74 <h1>Fonts</h1> 74 75 <?php settings_errors(); ?> 75 76 <form method="post" action="options.php" enctype="multipart/form-data"> -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
r1680 r1815 99 99 <div class="wrap"> 100 100 <?php screen_icon(); ?> 101 <h 2><?php _e( 'Order Sponsor Levels', 'wordcamporg' ); ?></h2>101 <h1><?php _e( 'Order Sponsor Levels', 'wordcamporg' ); ?></h1> 102 102 103 103 <?php if ( false !== $_REQUEST['updated'] ) : ?> -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/settings-screen.php
r381 r1815 1 1 <div class="wrap"> 2 2 <div id="icon-options-general" class="icon32"><br /></div> 3 <h 2>Coming Soon</h2>3 <h1>Coming Soon</h1> 4 4 5 5 <form method="post" action="options.php"> -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/wordcamp-payments-network.php
r1660 r1815 184 184 <div class="wrap"> 185 185 <?php screen_icon( 'tools' ); ?> 186 <h 2>WordCamp Payments Dashboard</h2>186 <h1>WordCamp Payments Dashboard</h1> 187 187 <?php settings_errors(); ?> 188 188 <h3 class="nav-tab-wrapper"><?php self::render_dashboard_tabs(); ?></h3> -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-base/lib/options/class-wcb-options.php
r2 r1815 142 142 <div class="wrap"> 143 143 <?php screen_icon(); ?> 144 <h 2><?php echo get_current_theme() . ' ' . __( 'Theme Options', 'wordcampbase' ); ?></h2>144 <h1><?php echo get_current_theme() . ' ' . __( 'Theme Options', 'wordcampbase' ); ?></h1> 145 145 146 146 <?php if ( false !== $_REQUEST['updated'] ) : ?> -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-base/lib/sponsors/class-wcb-sponsor-order.php
r2 r1815 57 57 <div class="wrap"> 58 58 <?php screen_icon(); ?> 59 <h 2><?php _e( 'Order Sponsor Levels', 'wordcampbase' ); ?></h2>59 <h1><?php _e( 'Order Sponsor Levels', 'wordcampbase' ); ?></h1> 60 60 61 61 <?php if ( false !== $_REQUEST['updated'] ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.