Skip to content

Commit

Permalink
Minor documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Jan 13, 2018
1 parent 74ebfcd commit bded977
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions genesis-header-nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
/**
* Genesis Header Nav
*
* @package Genesis_Header_Nav
* @package Gamajo\GenesisHeaderNav
* @author Gary Jones
* @license GPL-2.0+
* @copyright 2013 Gary Jones, Gamajo Tech
* @license GPL-2.0-or-later
* @copyright 2013 Gary Jones, Gamajo
*
* @wordpress-plugin
* Plugin Name: Genesis Header Nav
Expand All @@ -15,7 +15,7 @@
* Author: Gary Jones
* Author URI: https://gamajo.com
* Text Domain: genesis-header-nav
* License: GPL-2.0+
* License: GPL-2.0-or-later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Domain Path: /languages
* GitHub Plugin URI: https://github.com/GaryJones/genesis-header-nav
Expand Down
8 changes: 4 additions & 4 deletions includes/class-genesis-header-nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
/**
* Genesis Header Nav
*
* @package Genesis_Header_Nav
* @package Gamajo\GenesisHeaderNav
* @author Gary Jones
* @license GPL-2.0+
* @copyright 2013 Gary Jones, Gamajo Tech
* @license GPL-2.0-or-later
* @copyright 2013 Gary Jones, Gamajo
*/

namespace Gamajo\GenesisHeaderNav;

/**
* Plugin class.
*
* @package Genesis_Header_Nav
* @package Gamajo\GenesisHeaderNav
* @author Gary Jones
*/
class Plugin {
Expand Down
6 changes: 3 additions & 3 deletions languages/genesis-header-nav.pot
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2013 Gary Jones, Gamajo Tech
# This file is distributed under the GPL-2.0+.
# Copyright (C) 2013 Gary Jones, Gamajo
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Genesis Header Nav v2.0.0\n"
"Project-Id-Version: Genesis Header Nav v2.1.0\n"
"POT-Creation-Date: 2014-11-12 22:13:00+0000\n"
"PO-Revision-Date: 2014-11-12 22:13:00+0000\n"
"Report-Msgid-Bugs-To: https://github.com/GaryJones/genesis-header-nav/issues \n"
Expand Down

0 comments on commit bded977

Please sign in to comment.