Skip to content

Commit

Permalink
Merge pull request #244 from Gil-1/master
Browse files Browse the repository at this point in the history
Fix wrong function_exists
  • Loading branch information
cristianraiber authored Dec 14, 2017
2 parents cabd27b + f6740b9 commit 02ff05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function illdy_get_image_id_from_image_url( $image_url ) {
/**
* Sections order
*/
if ( ! function_exists( 'illdy_sections_show' ) ) {
if ( ! function_exists( 'illdy_sections_order' ) ) {
function illdy_sections_order( $section ) {

$controls = array(
Expand Down

0 comments on commit 02ff05b

Please sign in to comment.