Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
6f24e805
Commit
6f24e805
authored
Feb 27, 2017
by
Erick Hitter
Browse files
Review feedback: readability
parent
405071f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/class-events-store.php
View file @
6f24e805
...
...
@@ -69,7 +69,8 @@ class Events_Store extends Singleton {
}
// Limit chance of race conditions when creating table
if
(
false
===
wp_cache_add
(
self
::
TABLE_CREATE_LOCK
,
1
,
null
,
1
*
\
MINUTE_IN_SECONDS
)
)
{
$create_lock_set
=
wp_cache_add
(
self
::
TABLE_CREATE_LOCK
,
1
,
null
,
1
*
\
MINUTE_IN_SECONDS
);
if
(
false
===
$create_lock_set
)
{
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment