|
@@ 785-787 (lines=3) @@
|
| 782 |
|
$shortcode_args['orderby'] = 'rand'; |
| 783 |
|
} |
| 784 |
|
|
| 785 |
|
if ( ! empty( $options[ static::$type . '_wp_gallery_link' ] ) ) { |
| 786 |
|
$shortcode_args['link'] = $options[ static::$type . '_wp_gallery_link' ]; |
| 787 |
|
} |
| 788 |
|
|
| 789 |
|
if ( ! empty( $options[ static::$type . '_wp_gallery_size' ] ) ) { |
| 790 |
|
$shortcode_args['size'] = $options[ static::$type . '_wp_gallery_size' ]; |
|
@@ 789-791 (lines=3) @@
|
| 786 |
|
$shortcode_args['link'] = $options[ static::$type . '_wp_gallery_link' ]; |
| 787 |
|
} |
| 788 |
|
|
| 789 |
|
if ( ! empty( $options[ static::$type . '_wp_gallery_size' ] ) ) { |
| 790 |
|
$shortcode_args['size'] = $options[ static::$type . '_wp_gallery_size' ]; |
| 791 |
|
} |
| 792 |
|
|
| 793 |
|
if ( isset( $value['ID'] ) ) { |
| 794 |
|
$shortcode_args['ids'] = $value['ID']; |