Skip to content

Commit 170286a

Browse files
committed
removing JB defines
1 parent e545679 commit 170286a

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

bootstrap/globals.php

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,6 @@ function plugin_url()
4646
}
4747
}
4848

49-
if (!function_exists('base_directory')) {
50-
/**
51-
* Gets the base directory.
52-
* @return string
53-
*/
54-
function base_directory()
55-
{
56-
return JB_PLUGIN_PATH;
57-
}
58-
}
59-
60-
61-
if (!function_exists('base_url')) {
62-
/**
63-
* Gets the plugin url.
64-
* @return string
65-
*/
66-
function base_url()
67-
{
68-
return JB_PLUGIN_URL;
69-
}
70-
}
71-
7249
if (!function_exists('errors')) {
7350
/**
7451
* Get the errors.

0 commit comments

Comments
 (0)