~ubuntu-branches/debian/jessie/wordpress/jessie

« 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-04-17 20:56:19 UTC
  • mfrom: (1.2.35)
  • Revision ID: package-import@ubuntu.com-20140417205619-nurbet6eho4yvwfv
Tags: 3.9+dfsg-1
* New upstream release
* 3.9 seems to handle different locations for plugins so the
  plugin directory handling patches have been cut back.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
$menu[70] = array( __('Profile'), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'div' );
15
15
 
16
 
$menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator-last' );
 
16
$menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator' );
17
17
 
18
18
$_wp_real_parent_file['users.php'] = 'profile.php';
19
19
$compat = array();