Update 1.3.29

This commit is contained in:
champsupertramp
2015-11-05 19:51:31 +08:00
parent 8b89da079a
commit 0634f773d5
260 changed files with 21302 additions and 5951 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
<style type="text/css">
<?php
if ($css_profile_card_bg) {
if ( isset( $css_profile_card_bg ) ) {
print ".um-$form_id .um-member {
background: $css_profile_card_bg;
@@ -17,7 +17,7 @@ print ".um-$form_id .um-member {
}
if ($css_profile_card_text) {
if ( isset( $css_profile_card_text ) ) {
print ".um-$form_id .um-member-card * {
color: $css_profile_card_text;
@@ -25,7 +25,7 @@ print ".um-$form_id .um-member-card * {
}
if ($css_card_bordercolor) {
if ( isset( $css_card_bordercolor ) ) {
print ".um-$form_id .um-member {
border-color: $css_card_bordercolor;
@@ -33,7 +33,7 @@ print ".um-$form_id .um-member {
}
if ($css_img_bordercolor) {
if ( isset( $css_img_bordercolor ) ) {
print ".um-$form_id .um-member-photo img {
border-color: $css_img_bordercolor;