diff --git a/wp-includes/js/mediaelement/wp-playlist.js b/wp-includes/js/mediaelement/wp-playlist.js index f90200e3a5..f42457398d 100644 --- a/wp-includes/js/mediaelement/wp-playlist.js +++ b/wp-includes/js/mediaelement/wp-playlist.js @@ -145,8 +145,7 @@ this.next(); } else { this.index = 0; - this.current = this.tracks.at( this.index ); - this.loadCurrent(); + this.setCurrent(); } }, diff --git a/wp-includes/version.php b/wp-includes/version.php index 93f2258722..a64b38fe54 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0-alpha-20140601'; +$wp_version = '4.0-alpha-20140602'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.