| @@ 1088-1093 (lines=6) @@ | ||
| 1085 | $v['label'] = ''; |
|
| 1086 | } |
|
| 1087 | ||
| 1088 | if ( ! empty( $v['description'] ) ) { |
|
| 1089 | $desc = wp_strip_all_tags( $v['description'] ); |
|
| 1090 | $posdata = array( |
|
| 1091 | 'post_excerpt' => $desc, |
|
| 1092 | ); |
|
| 1093 | } |
|
| 1094 | ||
| 1095 | if ( ! empty( $v['section'] ) ) { |
|
| 1096 | $desc = wp_strip_all_tags( $v['section'] ); |
|
| @@ 1095-1100 (lines=6) @@ | ||
| 1092 | ); |
|
| 1093 | } |
|
| 1094 | ||
| 1095 | if ( ! empty( $v['section'] ) ) { |
|
| 1096 | $desc = wp_strip_all_tags( $v['section'] ); |
|
| 1097 | $posdata = array( |
|
| 1098 | 'post_excerpt' => $desc, |
|
| 1099 | ); |
|
| 1100 | } |
|
| 1101 | ||
| 1102 | $attach_id = null; |
|
| 1103 | // Resizor - add option to setting if required. |
|