|
@@ 185-189 (lines=5) @@
|
| 182 |
|
} |
| 183 |
|
|
| 184 |
|
// we dont really get along with wp side comments because of the section ids that get applied dynamically. since we save our html, it'll get saved along with the post as HTML |
| 185 |
|
if ( class_exists( 'WP_Side_Comments' ) ) { |
| 186 |
|
$notices[] = '<li class="error"><h3>'.__( 'WP Side Comments Compatibility Warning!', 'lasso' ).'</h3> |
| 187 |
|
<p>'.__( 'Since Editus saves the HTML of a post, this may cause undesired issues. We\'re working to resolve incompatibilities faster than a jack rabbit in a hot greasy griddle in the middle of August.', 'lasso' ).'</p> |
| 188 |
|
</li>'; |
| 189 |
|
} |
| 190 |
|
|
| 191 |
|
// if the license key isnt activated |
| 192 |
|
if ( empty( $license ) ) { |
|
@@ 192-196 (lines=5) @@
|
| 189 |
|
} |
| 190 |
|
|
| 191 |
|
// if the license key isnt activated |
| 192 |
|
if ( empty( $license ) ) { |
| 193 |
|
$notices[] = '<li class="info"><h3>'.__( 'License Key Not Activated', 'lasso' ).'</h3> |
| 194 |
|
<p>'.__( 'Just a heads up, your license key isn\'t activated. Enter your license key into the License tab on the left in order to receive plugin update notifications.', 'lasso' ).'</p> |
| 195 |
|
</li>'; |
| 196 |
|
} |
| 197 |
|
if ( !empty( $license ) && 'invalid' == $status ) { |
| 198 |
|
$notices[] = '<li class="error"><h3>'.__( 'License Key Invalid', 'lasso' ).'</h3> |
| 199 |
|
<p>'.__( 'The license key that you entered is ', 'lasso' ).'<strong>'.__( 'invalid', 'lasso' ).'</strong>'.__( '. It may have been entered incorreclty, or may have expired.', 'lasso' ).'</p> |