Skip to content

Commit 50ff9bb

Browse files
committed
text domain updated
1 parent 39e505f commit 50ff9bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cbxcareertoolkit.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Author URI: https://codeboxr.com
1717
* License: GPL-2.0+
1818
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
19-
* Text Domain: cbxdevtoolkit
19+
* Text Domain: cbxcareertoolkit
2020
* Domain Path: /languages
2121
*/
2222

@@ -25,7 +25,7 @@
2525
die;
2626
}
2727

28-
defined('CBXCAREER_TOOLKIT_PLUGIN_NAME') or define('CBXCAREER_TOOLKIT_PLUGIN_NAME', 'cbxdevtoolkit');
28+
defined('CBXCAREER_TOOLKIT_PLUGIN_NAME') or define('CBXCAREER_TOOLKIT_PLUGIN_NAME', 'cbxcareertoolkit');
2929
defined('CBXCAREER_TOOLKIT_PLUGIN_VERSION') or define('CBXCAREER_TOOLKIT_PLUGIN_VERSION', '1.0.0');
3030
defined('CBXCAREER_TOOLKIT_BASE_NAME') or define('CBXCAREER_TOOLKIT_BASE_NAME', plugin_basename(__FILE__));
3131
defined('CBXCAREER_TOOLKIT_ROOT_PATH') or define('CBXCAREER_TOOLKIT_ROOT_PATH', plugin_dir_path(__FILE__));
@@ -46,12 +46,12 @@ function activate_cbx_career_toolkit()
4646
{
4747
// if ( ! cbxcareer_toolkit_compatible_wp_version() ) {
4848
// deactivate_plugins( plugin_basename( __FILE__ ) );
49-
// wp_die( __( 'CBX Dev toolkit plugin requires WordPress 3.5 or higher!', 'cbxdevtoolkit' ) );
49+
// wp_die( __( 'CBX Dev toolkit plugin requires WordPress 3.5 or higher!', 'cbxcareertoolkit' ) );
5050
// }
5151
//
5252
// if ( ! cbxcareer_toolkit_compatible_php_version() ) {
5353
// deactivate_plugins( plugin_basename( __FILE__ ) );
54-
// wp_die( __( 'CBX Dev toolkit plugin requires PHP 7.4 or higher!', 'cbxdevtoolkit' ) );
54+
// wp_die( __( 'CBX Dev toolkit plugin requires PHP 7.4 or higher!', 'cbxcareertoolkit' ) );
5555
// }
5656

5757
\Cbx\Careertoolkit\CBXCareertoolkit::activate();

0 commit comments

Comments
 (0)