From 4e899b58b5aebd5cdf8ece5a5a54e8c7ac18d042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bouc=CC=8Cek?= Date: Wed, 3 Mar 2021 23:55:53 +0100 Subject: [PATCH] Typo Wordpress -> WordPress --- readme.txt | 2 +- simpleshop-cz.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index d790854..82738a6 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/simpleshop-cz.php b/simpleshop-cz.php index 8a022a6..611a2cb 100644 --- a/simpleshop-cz.php +++ b/simpleshop-cz.php @@ -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 @@ -24,6 +24,6 @@ define( 'SIMPLESHOP_PLUGIN_VERSION', 'dev-master' ); define( 'SIMPLESHOP_PREFIX', '_ssc_' ); -/** Start plugin*/ +/** Start plugin */ SimpleShop::$pluginMainFile = __FILE__; SimpleShop::getInstance();