From 46fbcc96fd20e506910e2ceada2a5bb6e79faa19 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 7 Oct 2015 12:04:39 +0000 Subject: [PATCH] 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 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 168037d792..b8dd5f832f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: '.' } },