From 6adc0b13fbeda5ef7c47afd29c0ca400ba2e15c4 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Sat, 23 Jul 2022 15:35:41 +0200 Subject: [PATCH] changed file name to be consistent with functions --- hangar-wp-plugin.php | 2 +- ...metabox-postpage.php => hangar-extracontent-in-postpage.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename includes/{hangar-shortcode-metabox-postpage.php => hangar-extracontent-in-postpage.php} (100%) diff --git a/hangar-wp-plugin.php b/hangar-wp-plugin.php index a7ddb03..b706593 100644 --- a/hangar-wp-plugin.php +++ b/hangar-wp-plugin.php @@ -58,4 +58,4 @@ include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-and-pages.php'); include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-plugin-settings-pannel.php'); -include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-shortcode-metabox-postpage.php'); +include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-extracontent-in-postpage.php'); diff --git a/includes/hangar-shortcode-metabox-postpage.php b/includes/hangar-extracontent-in-postpage.php similarity index 100% rename from includes/hangar-shortcode-metabox-postpage.php rename to includes/hangar-extracontent-in-postpage.php