Skip to content

Commit 7ea83ae

Browse files
committed
fix expection for PHP 8+
1 parent 0f32b47 commit 7ea83ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class-ss-multisite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function check_for_export() {
131131
return;
132132
}
133133

134-
throw new \Exception( 'Export is already running on another site. Upgrade to Pro to queue site exports.' , 'simply-static' );
134+
throw new \Exception( __( 'Export is already running on another site. Upgrade to Pro to queue site exports.', 'simply-static' ) );
135135
}
136136

137137
public function can_disable_export() {

0 commit comments

Comments
 (0)