Build: Update source for `includes:embed` after [35718].

See #33413.

git-svn-id: https://develop.svn.wordpress.org/trunk@35720 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-11-20 15:36:21 +00:00
parent f1181f363a
commit ee3ac55419
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ module.exports = function(grunt) {
dest: '.'
},
embed: {
src: BUILD_DIR + 'wp-includes/embed-functions.php',
src: BUILD_DIR + 'wp-includes/embed.php',
dest: '.'
}
},