Changeset 1155290
- Timestamp:
- 05/07/2015 11:35:06 AM (11 years ago)
- Location:
- bontact
- Files:
-
- 3 edited
-
tags/1.0.3/classes/class-bont-settings.php (modified) (2 diffs)
-
tags/1.0.4/classes/class-bont-settings.php (modified) (2 diffs)
-
trunk/classes/class-bont-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bontact/tags/1.0.3/classes/class-bont-settings.php
r1155287 r1155290 78 78 <div class="wrap bontact-admin-wrap"> 79 79 <div id="icon-themes" class="icon32"></div> 80 <h2><?php _e( 'Bontact Widget & Dashboard', 'bontact' ); ?></h2>80 <h2><?php _e( 'Bontact Settings', 'bontact' ); ?></h2> 81 81 82 82 <?php if ( ! empty( $_GET['message'] ) && ! empty( $this->_form_messages[ $_GET['message'] ] ) ) : ?> … … 84 84 <?php endif; ?> 85 85 <?php if ( ! empty( $username ) && ! empty( $password ) ) : ?> 86 <h3><?php _e( 'Bontact Widget :', 'bontact' ); ?></h3>86 <h3><?php _e( 'Bontact Widget & Dashboard', 'bontact' ); ?></h3> 87 87 88 88 -
bontact/tags/1.0.4/classes/class-bont-settings.php
r1155287 r1155290 78 78 <div class="wrap bontact-admin-wrap"> 79 79 <div id="icon-themes" class="icon32"></div> 80 <h2><?php _e( 'Bontact Widget & Dashboard', 'bontact' ); ?></h2>80 <h2><?php _e( 'Bontact Settings', 'bontact' ); ?></h2> 81 81 82 82 <?php if ( ! empty( $_GET['message'] ) && ! empty( $this->_form_messages[ $_GET['message'] ] ) ) : ?> … … 84 84 <?php endif; ?> 85 85 <?php if ( ! empty( $username ) && ! empty( $password ) ) : ?> 86 <h3><?php _e( 'Bontact Widget :', 'bontact' ); ?></h3>86 <h3><?php _e( 'Bontact Widget & Dashboard', 'bontact' ); ?></h3> 87 87 88 88 -
bontact/trunk/classes/class-bont-settings.php
r1155287 r1155290 78 78 <div class="wrap bontact-admin-wrap"> 79 79 <div id="icon-themes" class="icon32"></div> 80 <h2><?php _e( 'Bontact Widget & Dashboard', 'bontact' ); ?></h2>80 <h2><?php _e( 'Bontact Settings', 'bontact' ); ?></h2> 81 81 82 82 <?php if ( ! empty( $_GET['message'] ) && ! empty( $this->_form_messages[ $_GET['message'] ] ) ) : ?> … … 84 84 <?php endif; ?> 85 85 <?php if ( ! empty( $username ) && ! empty( $password ) ) : ?> 86 <h3><?php _e( 'Bontact Widget :', 'bontact' ); ?></h3>86 <h3><?php _e( 'Bontact Widget & Dashboard', 'bontact' ); ?></h3> 87 87 88 88
Note: See TracChangeset
for help on using the changeset viewer.