Skip to content

Commit 81328ce

Browse files
authored
Merge pull request #288 from codepress/release/4.1.6
Release/4.1.6
2 parents bb481cb + e6d670a commit 81328ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+766
-445
lines changed

api.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ function AC() {
1616
}
1717

1818
/**
19-
* @return bool True when Admin Columns Pro plugin is activated.
19+
* We check the defined const because it is available before AC::__construct() runs.
20+
* @return bool
2021
*/
2122
function ac_is_pro_active() {
22-
return function_exists( 'ACP' );
23+
return defined( 'ACP_FILE' );
2324
}
2425

2526
/**

assets/css/admin-general.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin-page-columns.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/table.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)