1 | Index: wp-content/plugins/hello.php |
---|
2 | IDEA additional info: |
---|
3 | Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP |
---|
4 | <+>UTF-8 |
---|
5 | =================================================================== |
---|
6 | --- wp-content/plugins/hello.php (revision 176a28905041fd79c439946a4ba290a87db5991f) |
---|
7 | +++ wp-content/plugins/hello.php (date 1521277946000) |
---|
8 | @@ -15,18 +15,18 @@ |
---|
9 | function hello_dolly_get_lyric() { |
---|
10 | /** These are the lyrics to Hello Dolly */ |
---|
11 | $lyrics = "Hello, Dolly |
---|
12 | -Well, hello, Dolly |
---|
13 | +This is miss Dolly |
---|
14 | It's so nice to have you back where you belong |
---|
15 | You're lookin' swell, Dolly |
---|
16 | I can tell, Dolly |
---|
17 | You're still glowin', you're still crowin' |
---|
18 | You're still goin' strong |
---|
19 | -We feel the room swayin' |
---|
20 | +I feel the room swayin' |
---|
21 | While the band's playin' |
---|
22 | -One of your old favourite songs from way back when |
---|
23 | +One of our old favorite songs from way back when |
---|
24 | So, take her wrap, fellas |
---|
25 | Find her an empty lap, fellas |
---|
26 | -Dolly'll never go away again |
---|
27 | +Dolly, never go away again |
---|
28 | Hello, Dolly |
---|
29 | Well, hello, Dolly |
---|
30 | It's so nice to have you back where you belong |
---|
31 | @@ -34,14 +34,14 @@ |
---|
32 | I can tell, Dolly |
---|
33 | You're still glowin', you're still crowin' |
---|
34 | You're still goin' strong |
---|
35 | -We feel the room swayin' |
---|
36 | +I feel the room swayin' |
---|
37 | While the band's playin' |
---|
38 | One of your old favourite songs from way back when |
---|
39 | Golly, gee, fellas |
---|
40 | -Find her a vacant knee, fellas |
---|
41 | -Dolly'll never go away |
---|
42 | -Dolly'll never go away |
---|
43 | -Dolly'll never go away again"; |
---|
44 | +Have a little faith in me, fellas |
---|
45 | +Dolly, never go away |
---|
46 | +Promise, you'll never go away |
---|
47 | +Dolly, never go away again"; |
---|
48 | |
---|
49 | // Here we split it into lines |
---|
50 | $lyrics = explode( "\n", $lyrics ); |
---|