PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / trunk
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar vtrunk
3.3.1 3.3.0 3.2.14 3.2.13 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 trunk 0.2.5.5 0.2.5.6 0.2.5.7 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 All 156 releases
← All changes | includes/Admin/EntriesMailReceiver.php +1 -0 3.2.9trunk View file →
@@ -148,8 +148,9 @@
148 148 public function email_subject() {
149 149 $subject = Settings::get_instance()->get( 'settings.entries_mail_subject', '' );
150 150 if ( empty( $subject ) ) {
151 151 $site_name = get_bloginfo( 'name' );
152 + /* translators: %s: site name */
152 153 $subject = sprintf( __( 'New Entry Received on "%s"', 'notificationx' ), $site_name );
153 154 }
154 155 return stripcslashes( $subject );
155 156 }