moodle/blog/classes
Eloy Lafuente (stronk7) bd5fdcfccd MDL-63422 general: review core loop / switch / case / continue
This commit reviews all continue uses in core happening within a
loop / switch / case hierarchy. This does not cover:

- Changes to libraries. Will be handled in another issue / commit.
- Uses out from loops, will be reviewed by other commit.

The policy followed has been:
- When possible, take rid of the continue.
- When clearly the intention was to jump to next element in loop
  change to continue 2
- When it was not clear, keep old behavior switching to break, no
  matter how weird the behavior may be.
2018-10-31 00:17:59 +01:00
..
external MDL-60425 core_blog: New WS core_blog_get_entries 2018-10-02 14:49:48 +02:00
privacy MDL-63422 general: review core loop / switch / case / continue 2018-10-31 00:17:59 +01:00
external.php MDL-61245 core_blog: New Web Service core_blog_view_entries 2018-10-10 09:58:08 +02:00