Skip to content

Commit

Permalink
Fix text domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunshon committed Jan 21, 2025
1 parent 5e8a652 commit b387692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/REST/ProductController.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function get_product_collection_params() {
$schema = parent::get_product_collection_params();

$schema['only_downloadable'] = [
'description' => __( 'If truthy value then only downloadable products will be returned', 'dokan' ),
'description' => __( 'If truthy value then only downloadable products will be returned', 'dokan-lite' ),
'type' => [ 'boolean', 'string' ],
'enum' => [ true, false, 0, 1 ],
'sanitize_callback' => 'dokan_string_to_bool',
Expand Down

0 comments on commit b387692

Please sign in to comment.