Changeset 1236939
- Timestamp:
- 09/03/2015 07:07:01 AM (11 years ago)
- Location:
- sendmachine
- Files:
-
- 2 edited
-
tags/1.0.1/views/wp_sm_general_settings.php (modified) (1 diff)
-
trunk/views/wp_sm_general_settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sendmachine/tags/1.0.1/views/wp_sm_general_settings.php
r1226818 r1236939 6 6 <?php _e('Sendmachine For WordPress', SM_LANGUAGE_DOMAIN); ?> 7 7 </h2> 8 <?php if( $this->app['not_connect_reason']) echo"<div class='error'> <p>".$this->app['not_connect_reason']."</p></div>";?>8 <?php if(!empty($this->app['not_connect_reason'])) echo"<div class='error'> <p>".$this->app['not_connect_reason']."</p></div>";?> 9 9 </div> 10 10 -
sendmachine/trunk/views/wp_sm_general_settings.php
r1226818 r1236939 6 6 <?php _e('Sendmachine For WordPress', SM_LANGUAGE_DOMAIN); ?> 7 7 </h2> 8 <?php if( $this->app['not_connect_reason']) echo"<div class='error'> <p>".$this->app['not_connect_reason']."</p></div>";?>8 <?php if(!empty($this->app['not_connect_reason'])) echo"<div class='error'> <p>".$this->app['not_connect_reason']."</p></div>";?> 9 9 </div> 10 10
Note: See TracChangeset
for help on using the changeset viewer.