Index: wp-content/plugins/hello.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-content/plugins/hello.php	(revision 176a28905041fd79c439946a4ba290a87db5991f)
+++ wp-content/plugins/hello.php	(date 1521277946000)
@@ -15,18 +15,18 @@
 function hello_dolly_get_lyric() {
 	/** These are the lyrics to Hello Dolly */
 	$lyrics = "Hello, Dolly
-Well, hello, Dolly
+This is miss Dolly
 It's so nice to have you back where you belong
 You're lookin' swell, Dolly
 I can tell, Dolly
 You're still glowin', you're still crowin'
 You're still goin' strong
-We feel the room swayin'
+I feel the room swayin'
 While the band's playin'
-One of your old favourite songs from way back when
+One of our old favorite songs from way back when
 So, take her wrap, fellas
 Find her an empty lap, fellas
-Dolly'll never go away again
+Dolly, never go away again
 Hello, Dolly
 Well, hello, Dolly
 It's so nice to have you back where you belong
@@ -34,14 +34,14 @@
 I can tell, Dolly
 You're still glowin', you're still crowin'
 You're still goin' strong
-We feel the room swayin'
+I feel the room swayin'
 While the band's playin'
 One of your old favourite songs from way back when
 Golly, gee, fellas
-Find her a vacant knee, fellas
-Dolly'll never go away
-Dolly'll never go away
-Dolly'll never go away again";
+Have a little faith in me, fellas
+Dolly, never go away
+Promise, you'll never go away
+Dolly, never go away again";
 
 	// Here we split it into lines
 	$lyrics = explode( "\n", $lyrics );
