Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Danny Froberg
dailybrief
Commits
3b06d4b8
Commit
3b06d4b8
authored
Jun 02, 2021
by
Danny Froberg
Browse files
Code Format Fix
parent
72af85c5
Pipeline
#1099
passed with stages
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dailybrief.php
View file @
3b06d4b8
...
...
@@ -60,7 +60,7 @@ if ( class_exists( 'Steempress_sp_Admin' ) ) {
* Detect if Exxp is active.
*/
if
(
is_plugin_active
(
'exxp-wp/exxp_wp.php'
)
)
{
if
(
is_plugin_active
(
'exxp-wp/exxp_wp.php'
)
)
{
define
(
'DAILYBRIEF_DETECTED_EXXP'
,
true
);
if
(
class_exists
(
'Exxp_wp_Admin'
)
)
{
define
(
'DAILYBRIEF_DETECTED_EXXP_ADMIN'
,
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment