From 535bd83f488a340bb3b55405c06c734a89444717 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Tue, 10 Dec 2024 13:59:21 +0000 Subject: [PATCH] Remove edits to unused file --- lib/experimental/rest-api.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/experimental/rest-api.php b/lib/experimental/rest-api.php index 894bed81c07aef..6bb2947f889147 100644 --- a/lib/experimental/rest-api.php +++ b/lib/experimental/rest-api.php @@ -20,9 +20,6 @@ function gutenberg_register_block_editor_settings() { add_action( 'rest_api_init', 'gutenberg_register_block_editor_settings' ); - - - /** * Shim for get_sample_permalink() to add support for auto-draft status. *