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 7, 2022
2 parents abe79f6 + d8f410a commit bbf8893
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg?style=flat-square)

### Welcome to the Member Directory and Profile Pages GitHub Repository
Add a description of the product here.
Add a robust Member Directory and Profiles to Your Membership Site - with attributes to customize the display.

For more information please visit [paidmembershipspro.com/add-ons/member-directory/](https://www.paidmembershipspro.com/add-ons/member-directory/)

Expand Down
1 change: 0 additions & 1 deletion templates/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ function pmpromd_profile_shortcode($atts, $content=null, $code="")
<?php
}elseif(is_array($meta_field)){
//this is a general array, check for Register Helper options first
echo 'y';
if(!empty($rh_fields[$field[1]])) {
foreach($meta_field as $key => $value)
$meta_field[$key] = $rh_fields[$field[1]][$value];
Expand Down

0 comments on commit bbf8893

Please sign in to comment.