We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dff79 commit e41f3ceCopy full SHA for e41f3ce
src/Product.php
@@ -348,7 +348,7 @@ public function is_wordpress_available() {
348
public function get_friendly_name() {
349
$name = trim( str_replace( 'Lite', '', $this->get_name() ) );
350
if ( defined( 'OTTER_BLOCKS_BASEFILE' ) && OTTER_BLOCKS_BASEFILE === $this->basefile ) {
351
- $name = 'Otter';
+ $name = 'Otter Blocks';
352
}
353
if ( defined( 'OPTML_BASEFILE' ) && OPTML_BASEFILE === $this->basefile ) {
354
$name = 'Optimole';
0 commit comments