Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wp-stateless-the-events-calendar-addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Provides compatibility between the The Events Calendar and the WP-Stateless plugins.
* Author: UDX
* Version: 0.0.1
* Text Domain: wp-stateless-the-events-calendar
* Text Domain: wp-stateless-for-the-events-calendar
* Author URI: https://udx.io
* License: GPLv2 or later
*
Expand All @@ -28,7 +28,7 @@
if ($plugin_file !== join(DIRECTORY_SEPARATOR, [basename(__DIR__), basename(__FILE__)])) return $plugin_meta;
$plugin_meta[] = sprintf(
'<span style="color:red;">%s</span>',
__('This plugin requires WP-Stateless plugin version 3.4.0 or greater to be installed and active.', 'wp-stateless-the-events-calendar')
__('This plugin requires WP-Stateless plugin version 3.4.0 or greater to be installed and active.', 'wp-stateless-for-the-events-calendar')
);
return $plugin_meta;
}, 10, 4);
Expand Down