Changeset 601759
- Timestamp:
- 09/20/2012 08:52: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
r571941 r601759 143 143 $wp_admin_bar->add_node( array( 144 144 'id' => 'my-account', 145 'title' => $options['howdy_text'] 145 'title' => $options['howdy_text'], 146 'meta' => array() 146 147 ) ); 147 148 } -
take-control-of-the-wordpress-toolbar/trunk/readme.txt
r571941 r601759 6 6 Requires at least: 3.0 7 7 Tested up to: 3.3 8 Stable tag: trunk8 Stable tag: v2 9 9 10 10 This Wordpress plugin will allow you to easily take control of the wordpress toolbar.
Note: See TracChangeset
for help on using the changeset viewer.