Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
View All Posts Pages
Commits
5b04fadc
Unverified
Commit
5b04fadc
authored
Jan 29, 2019
by
Erick Hitter
Committed by
GitHub
Jan 29, 2019
Browse files
Merge pull request #4 from rebeccahum/rebecca/fix_php7.3_warning
Fix PHP 7.3 continue switch warning
parents
a3d5a5bc
83fa9401
Changes
1
Hide whitespace changes
Inline
Side-by-side
view-all-posts-pages.php
View file @
5b04fadc
...
...
@@ -620,7 +620,6 @@ class view_all_posts_pages {
break
;
default
:
continue
;
break
;
}
}
...
...
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