From ee3ac55419e2d9cbf24b9261fabeb751d10edbe5 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 20 Nov 2015 15:36:21 +0000 Subject: [PATCH] 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 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9e377a0565..ff9c900c6a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: '.' } },