Compare commits

..

No commits in common. "e5a6fb449e94dd4061bd55af7aafc973a5d11723" and "36ebf79294c1ba4d677e774e4fde52368d326ec9" have entirely different histories.

2 changed files with 7 additions and 21 deletions

View file

@ -1,14 +0,0 @@
<html>
<head>
<title> help for wp plugin</title>
</head>
<body>
<head>
<h1>help Hangar WP plugin</h1>
</head>
<main>
<p> Help will be provided here</p>
</main>
</body>
</html>

View file

@ -15,7 +15,7 @@
* Author URI: https://vitrubio.net/
* License: GPL 3.0
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: hangar-wpplugin
* Text Domain: hangar-plugin
* 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-stylesheet-admin.php');
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-stylesheet-public.php');
if ( is_admin() ) {
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-custom-post-type-resources.php');
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-and-pages.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');
//include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-category-shortcode.php');