Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Apr 28, 2020
2 parents 3906bdb + 9bad0e7 commit b7d3097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmpro-register-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ function pmprorh_enqueue_select2($hook) {
!empty( $_REQUEST['level'] ) ||
!empty( $pmpro_level ) ||
class_exists("Theme_My_Login") && method_exists('Theme_My_Login', 'is_tml_page') && Theme_My_Login::is_tml_page("profile") ) ||
is_page( $pmpro_pages['member_profile_edit'] ) ) ||
( isset( $pmpro_pages['member_profile_edit'] ) && is_page( $pmpro_pages['member_profile_edit'] ) ) ) ||
$hook == 'profile.php' ||
$hook == 'user-edit.php' ) {
wp_enqueue_style('select2', plugins_url('css/select2.min.css', __FILE__), '', '4.0.3', 'screen');
Expand Down

0 comments on commit b7d3097

Please sign in to comment.