diff --git a/blocks/donation-form-grid/class-give-donation-form-grid-block.php b/blocks/donation-form-grid/class-give-donation-form-grid-block.php index c1b2f5ceb6..897e44f983 100644 --- a/blocks/donation-form-grid/class-give-donation-form-grid-block.php +++ b/blocks/donation-form-grid/class-give-donation-form-grid-block.php @@ -212,7 +212,7 @@ public function render_block( $attributes ) { $parameters = array( 'forms_per_page' => absint( $attributes['formsPerPage'] ), - 'ids' => implode(',', $ids), + 'ids' => implode(',', $ids), 'exclude' => implode(',', $this->getAsArray($attributes['excludedFormIDs'] ) ), 'orderby' => $attributes['orderBy'], 'order' => $attributes['order'], diff --git a/blocks/donor-wall/class-give-donor-wall.php b/blocks/donor-wall/class-give-donor-wall.php index 8b8eb8d225..7bf528da85 100644 --- a/blocks/donor-wall/class-give-donor-wall.php +++ b/blocks/donor-wall/class-give-donor-wall.php @@ -213,7 +213,7 @@ public function render_block( $attributes ) { $parameters = [ 'donors_per_page' => absint( $attributes['donorsPerPage'] ), - 'form_id' => implode(',', $ids), + 'form_id' => implode(',', $ids), 'ids' => implode(',', $this->getAsArray($attributes['ids'] ) ), 'cats' => implode(',', $this->getAsArray($attributes['categories'] ) ), 'tags' => implode(',', $this->getAsArray($attributes['tags'] ) ), diff --git a/includes/shortcodes.php b/includes/shortcodes.php index ca018f0fea..1a85ce9721 100644 --- a/includes/shortcodes.php +++ b/includes/shortcodes.php @@ -809,7 +809,7 @@ function give_totals_shortcode( $atts ) { * @type bool $show_title Whether to display form title. Default 'true'. * @type bool $show_goal Whether to display form goal. Default 'true'. * @type bool $show_excerpt Whether to display form excerpt. Default 'true'. - * @type bool $show_featured_image Whether to display featured image. Default 'true'. + * @type bool $show_featured_image Whether to display featured image. Default 'true'. * @type string $image_size Featured image size. Default 'medium'. Accepts WordPress image sizes. * @type string $image_height Featured image height. Default 'auto'. Accepts valid CSS heights. * @type int $excerpt_length Number of words before excerpt is truncated. Default '16'.