| @@ 929-933 (lines=5) @@ | ||
| 926 | { |
|
| 927 | $v['label']=''; |
|
| 928 | } |
|
| 929 | if(!empty($v['description'])) |
|
| 930 | { |
|
| 931 | $desc=wp_strip_all_tags($v['description']); |
|
| 932 | $posdata=array('post_excerpt'=>$desc); |
|
| 933 | } |
|
| 934 | if(!empty($v['section'])) |
|
| 935 | { |
|
| 936 | $desc=wp_strip_all_tags($v['section']); |
|
| @@ 934-938 (lines=5) @@ | ||
| 931 | $desc=wp_strip_all_tags($v['description']); |
|
| 932 | $posdata=array('post_excerpt'=>$desc); |
|
| 933 | } |
|
| 934 | if(!empty($v['section'])) |
|
| 935 | { |
|
| 936 | $desc=wp_strip_all_tags($v['section']); |
|
| 937 | $posdata=array('post_excerpt'=>$desc); |
|
| 938 | } |
|
| 939 | ||
| 940 | $attachID=NULL; |
|
| 941 | //Resizor - add option to setting if required |
|