Update default tweet after setup

This commit is contained in:
Brian Miyaji
2017-03-15 20:50:43 +11:00
parent b6a365c723
commit 6078dcd534

View File

@@ -28,7 +28,7 @@ class WC_Admin_Setup_Wizard {
/** @var array Tweets user can optionally send after install */
private $tweets = array(
'Someone give me high five, I just set up a new sports data website with #WordPress and @SportsPress!'
"Someone give me a high five, I just set up a new sports data website with #SportsPress and #WordPress!"
);
/**