Changeset 9152
- Timestamp:
- 10/14/08 02:28:35 (2 months ago)
- Files:
-
- trunk/wp-admin/admin-header.php (modified) (1 diff)
- trunk/wp-admin/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/admin-header.php
r9103 r9152 94 94 </div> 95 95 96 <div id="user_info"><p><?php printf(__('Howdy, <a href="%1$s">%2$s</a>!'), 'profile.php', $user_identity) ?> <a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p></div> 96 <div id="user_info"><p><?php printf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?> | 97 <?php _e('<a href="http://codex.wordpress.org/">Documentation</a>'); ?> | 98 <?php _e('<a href="http://wordpress.org/support/forum/4">Feedback</a>'); ?> | 99 <a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p></div> 97 100 <?php 98 101 require(ABSPATH . 'wp-admin/menu-header.php'); trunk/wp-admin/menu.php
r9096 r9152 90 90 $submenu['options-general.php'][45] = array(__('Miscellaneous'), 'manage_options', 'options-misc.php'); 91 91 92 $menu[55] = array( __('Help'), 'read', 'dummy.php' );93 $submenu['dummy.php'][5] = array( __('Documentation'), 'read', __('http://codex.wordpress.org/') );94 $submenu['dummy.php'][10] = array( __('Forums'), 'read', __('http://wordpress.org/support/') );95 $submenu['dummy.php'][15] = array( __('Feedback'), 'read', __('http://wordpress.org/support/forum/4') );96 97 92 // Back-compat for old top-levels 98 93 $_wp_real_parent_file['post.php'] = 'post-new.php';
