-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from kucrut/develop
Version 0.4.0
- Loading branch information
Showing
4 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
* Menu Item Custom Fields | ||
* | ||
* @package Menu_Item_Custom_Fields | ||
* @version 0.3.0 | ||
* @version 0.4.0 | ||
* @author Dzikri Aziz <[email protected]> | ||
* | ||
* Plugin name: Menu Item Custom Fields | ||
* Plugin URI: https://github.com/kucrut/wp-menu-item-custom-fields | ||
* Description: Easily add custom fields to nav menu items | ||
* Version: 0.3.0 | ||
* Version: 0.4.0 | ||
* Author: Dzikri Aziz | ||
* Author URI: http://kucrut.org/ | ||
* License: GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* is only loaded on the wp-admin/nav-menus.php page. | ||
* | ||
* @package Menu_Item_Custom_Fields | ||
* @version 0.1.1 | ||
* @version 0.2.0 | ||
* @author Dzikri Aziz <[email protected]> | ||
*/ | ||
|
||
|
@@ -27,6 +27,7 @@ class Menu_Item_Custom_Fields_Walker extends Walker_Nav_Menu_Edit { | |
* | ||
* @see Walker_Nav_Menu::start_el() | ||
* @since 0.1.0 | ||
* @since 0.2.0 Update regex pattern to support WordPress 4.7's markup. | ||
* | ||
* @param string $output Passed by reference. Used to append additional content. | ||
* @param object $item Menu item data object. | ||
|