Build: Fix a filename typo in [34903].

Props peterwilsoncc.

See #32522.



git-svn-id: https://develop.svn.wordpress.org/trunk@34906 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2015-10-07 12:04:39 +00:00
parent 7c508ff9fa
commit 46fbcc96fd

View File

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