Community Events: Apply coding standards.
The previous commits intentionally didn't include these, because it would have added an unreasonable amount of diff noise. See #51130 git-svn-id: https://develop.svn.wordpress.org/trunk@49147 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
92aa799e89
commit
0fbe425a3e
@ -353,6 +353,7 @@ class Test_WP_Community_Events extends WP_UnitTestCase {
|
||||
'longitude' => -122.26593,
|
||||
),
|
||||
),
|
||||
|
||||
array(
|
||||
'type' => 'meetup',
|
||||
'title' => 'Part 3- Site Maintenance - Tools to Make It Easy',
|
||||
@ -369,6 +370,7 @@ class Test_WP_Community_Events extends WP_UnitTestCase {
|
||||
'longitude' => -121.907095,
|
||||
),
|
||||
),
|
||||
|
||||
array(
|
||||
'type' => 'meetup',
|
||||
'title' => 'WordPress Q&A',
|
||||
@ -385,6 +387,7 @@ class Test_WP_Community_Events extends WP_UnitTestCase {
|
||||
'longitude' => -121.889313,
|
||||
),
|
||||
),
|
||||
|
||||
array(
|
||||
'type' => 'wordcamp',
|
||||
'title' => 'WordCamp San Diego',
|
||||
|
Loading…
Reference in New Issue
Block a user