Changeset 2469505
- Timestamp:
- 02/05/2021 12:50:50 PM (5 years ago)
- File:
-
- 1 edited
-
books-papers/trunk/classes/bridge.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
books-papers/trunk/classes/bridge.php
r2466462 r2469505 756 756 global $wpdb;//$a_elem = str_replace('\"',"",str_replace('"',""",$a_elem)); 757 757 $a_elem = "<span style='"; 758 if(get_option("bnpp_lstyle_value") != "") { $a_elem .= get_option("bnpp_lstyle_value"); } 758 759 if(get_option("bnpp_custom_char1_name") != "" && !is_null($ar->char1)) { $a_elem .= get_option("bnpp_custom_char1_value"); } 759 760 if(get_option("bnpp_custom_char2_name") != "" && !is_null($ar->char2)) { $a_elem .= get_option("bnpp_custom_char2_value"); } … … 883 884 global $wpdb; 884 885 $c_elem = "<span style='"; 886 if(get_option("bnpp_lstyle_value") != "") { $c_elem .= get_option("bnpp_lstyle_value"); } 885 887 if(get_option("bnpp_custom_char1_name") != "" && !is_null($co->char1)) { $c_elem .= get_option("bnpp_custom_char1_value"); } 886 888 if(get_option("bnpp_custom_char2_name") != "" && !is_null($co->char2)) { $c_elem .= get_option("bnpp_custom_char2_value"); } … … 998 1000 global $wpdb; 999 1001 $b_elem = "<span style='"; 1002 if(get_option("bnpp_lstyle_value") != "") { $b_elem .= get_option("bnpp_lstyle_value"); } 1000 1003 if(get_option("bnpp_custom_char1_name") != "" && !is_null($bo->char1)) { $b_elem .= get_option("bnpp_custom_char1_value"); } 1001 1004 if(get_option("bnpp_custom_char2_name") != "" && !is_null($bo->char2)) { $b_elem .= get_option("bnpp_custom_char2_value"); } … … 1129 1132 global $wpdb; 1130 1133 $p_elem = "<span style='"; 1134 if(get_option("bnpp_lstyle_value") != "") { $p_elem .= get_option("bnpp_lstyle_value"); } 1131 1135 if(get_option("bnpp_custom_char1_name") != "" && !is_null($pub->char1)) { $p_elem .= get_option("bnpp_custom_char1_value"); } 1132 1136 if(get_option("bnpp_custom_char2_name") != "" && !is_null($pub->char2)) { $p_elem .= get_option("bnpp_custom_char2_value"); }
Note: See TracChangeset
for help on using the changeset viewer.