Skip to content

Commit

Permalink
Merge pull request #288 from codepress/release/4.1.6
Browse files Browse the repository at this point in the history
Release/4.1.6
  • Loading branch information
DGStefan authored Apr 22, 2020
2 parents bb481cb + e6d670a commit 81328ce
Show file tree
Hide file tree
Showing 45 changed files with 766 additions and 445 deletions.
5 changes: 3 additions & 2 deletions api.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ function AC() {
}

/**
* @return bool True when Admin Columns Pro plugin is activated.
* We check the defined const because it is available before AC::__construct() runs.
* @return bool
*/
function ac_is_pro_active() {
return function_exists( 'ACP' );
return defined( 'ACP_FILE' );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin-general.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/admin-page-columns.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/table.css

Large diffs are not rendered by default.

Loading

0 comments on commit 81328ce

Please sign in to comment.