| @@ 1046-1050 (lines=5) @@ | ||
| 1043 | $v['label'] = ''; |
|
| 1044 | } |
|
| 1045 | ||
| 1046 | if ( ! empty( $v['description'] ) ) { |
|
| 1047 | $desc = wp_strip_all_tags( $v['description'] ); |
|
| 1048 | $posdata = array( |
|
| 1049 | 'post_excerpt' => $desc, |
|
| 1050 | ); |
|
| 1051 | } |
|
| 1052 | ||
| 1053 | if ( ! empty( $v['section'] ) ) { |
|
| @@ 1053-1057 (lines=5) @@ | ||
| 1050 | ); |
|
| 1051 | } |
|
| 1052 | ||
| 1053 | if ( ! empty( $v['section'] ) ) { |
|
| 1054 | $desc = wp_strip_all_tags( $v['section'] ); |
|
| 1055 | $posdata = array( |
|
| 1056 | 'post_excerpt' => $desc, |
|
| 1057 | ); |
|
| 1058 | } |
|
| 1059 | ||
| 1060 | $attach_id = null; |
|