changed textdomain in plugin, removed outdated code

This commit is contained in:
jorge 2022-07-22 14:16:55 +02:00
parent dbe7889c50
commit e5a6fb449e
1 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@
* Author URI: https://vitrubio.net/ * Author URI: https://vitrubio.net/
* License: GPL 3.0 * License: GPL 3.0
* License URI: https://www.gnu.org/licenses/gpl-3.0.html * License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: hangar-plugin * Text Domain: hangar-wpplugin
* Domain Path: /languages * Domain Path: /languages
*/ */
@ -50,14 +50,14 @@ include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-init-textdomain.php');
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-enable-svg.php'); include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-enable-svg.php');
if ( is_admin() ) { include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-stylesheet-admin.php');
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-stylesheet-admin.php');
} else { include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-stylesheet-public.php');
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-stylesheet-public.php');
}
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-custom-post-type-resources.php'); include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-custom-post-type-resources.php');
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-and-pages.php'); include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-and-pages.php');
//include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-category-shortcode.php'); //include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-category-shortcode.php'); // outdated from 2012 do not use
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-plugin-settings-pannel.php');