Changeset 571941
- Timestamp:
- 07/13/2012 07:49:50 PM (14 years ago)
- Location:
- take-control-of-the-wordpress-toolbar/trunk
- Files:
-
- 2 edited
-
paulund-toolbar.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
take-control-of-the-wordpress-toolbar/trunk/paulund-toolbar.php
r529213 r571941 156 156 'parent' => $items->menu_item_parent, 157 157 'href' => $items->url, 158 'meta' => array( 'target' => '_blank')158 'meta' => array( 'target' => $items->target ) 159 159 ); 160 160 -
take-control-of-the-wordpress-toolbar/trunk/readme.txt
r529213 r571941 47 47 == Changelog == 48 48 49 v1.1 - Update link meta target 50 Wordpress menu has an inbuilt feature to apply target _blank on links on the menu items. 51 This change uses this setting when appling target attribute to toolbar links. 52 49 53 == Upgrade Notice == 50 54
Note: See TracChangeset
for help on using the changeset viewer.