Skip to content

Commit

Permalink
Update to version 1.7.8.1
Browse files Browse the repository at this point in the history
* Enhancement: Translation .po for English, French, German, Russian, Spanish, and Swedish.
* Update: Pumped tested WordPress version to 5.3 release.
* Update: Modified readme.txt file.
  • Loading branch information
schemapress committed Nov 28, 2019
1 parent 80c7620 commit 13068d3
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 36 deletions.
2 changes: 1 addition & 1 deletion includes/admin/post-type/schema-wp-ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function schema_wp_pre_submit_validation() {
parse_str( $_POST['form_data'], $vars );

if ( empty( $vars['_schema_post_types'] ) ) {
_e('You must select at leat one post type!', 'schema-wp');
_e('You must select at least one post type!', 'schema-wp');
die();
}

Expand Down
8 changes: 7 additions & 1 deletion includes/admin/settings/display-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,13 @@ function schema_wp_options_page() {
?>
</table>
<?php submit_button(); ?>
</form>

<div style="padding:20px;" class="update-message notice inline notice-success notice-alt">
<span class="dashicons dashicons-admin-generic"></span>
Unlock <a target="_blank" href="https://schema.press/downloads/schema-premium/">Schema Premium</a> features.
</div>

</form>
</div><!-- #tab_container-->
</div><!-- .wrap -->
<?php
Expand Down
Loading

0 comments on commit 13068d3

Please sign in to comment.