~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-admin/user/menu.php

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-06-11 22:33:48 UTC
  • mfrom: (1.2.36)
  • Revision ID: package-import@ubuntu.com-20140611223348-6c6cr7n694bz8p1g
Tags: 3.9.1+dfsg-1
* New upstream release
* Use system CA certificate file Closes: #748965

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * @since 3.1.0
8
8
 */
9
9
 
10
 
$menu[2] = array(__('Dashboard'), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'div');
 
10
$menu[2] = array(__('Dashboard'), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'dashicons-dashboard');
11
11
 
12
12
$menu[4] = array( '', 'exist', 'separator1', '', 'wp-menu-separator' );
13
13
 
14
 
$menu[70] = array( __('Profile'), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'div' );
 
14
$menu[70] = array( __('Profile'), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'dashicons-admin-users' );
15
15
 
16
16
$menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator' );
17
17