Skip to content

Commit

Permalink
Typo Wordpress -> WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed Mar 3, 2021
1 parent 60f5cbe commit 4e899b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Stable tag: trunk
License: MIT
License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE

Plugin pro propojení Wordpress a SimpleShop.cz
Plugin pro propojení WordPress a SimpleShop.cz

== Screenshots ==
1. Rozšířený editor
Expand Down
4 changes: 2 additions & 2 deletions simpleshop-cz.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/*
* Plugin Name: SimpleShop.cz
* Plugin URI: https://www.simpleshop.cz/category/wordpress-plugin/
* Description: Plugin implement SimpleShop.cz into Wordpress
* Description: Plugin implement SimpleShop.cz into WordPress
* Author: Redbit s.r.o.
* Author URI: https://www.redbit.cz
* Version: dev-master
Expand All @@ -24,6 +24,6 @@
define( 'SIMPLESHOP_PLUGIN_VERSION', 'dev-master' );
define( 'SIMPLESHOP_PREFIX', '_ssc_' );

/** Start plugin*/
/** Start plugin */
SimpleShop::$pluginMainFile = __FILE__;
SimpleShop::getInstance();

0 comments on commit 4e899b5

Please sign in to comment.