| @@ 1078-1083 (lines=6) @@ | ||
| 1075 | $v['label'] = ''; |
|
| 1076 | } |
|
| 1077 | ||
| 1078 | if ( ! empty( $v['description'] ) ) { |
|
| 1079 | $desc = wp_strip_all_tags( $v['description'] ); |
|
| 1080 | $posdata = array( |
|
| 1081 | 'post_excerpt' => $desc, |
|
| 1082 | ); |
|
| 1083 | } |
|
| 1084 | ||
| 1085 | if ( ! empty( $v['section'] ) ) { |
|
| 1086 | $desc = wp_strip_all_tags( $v['section'] ); |
|
| @@ 1085-1090 (lines=6) @@ | ||
| 1082 | ); |
|
| 1083 | } |
|
| 1084 | ||
| 1085 | if ( ! empty( $v['section'] ) ) { |
|
| 1086 | $desc = wp_strip_all_tags( $v['section'] ); |
|
| 1087 | $posdata = array( |
|
| 1088 | 'post_excerpt' => $desc, |
|
| 1089 | ); |
|
| 1090 | } |
|
| 1091 | ||
| 1092 | $attach_id = null; |
|
| 1093 | //Resizor - add option to setting if required |
|