~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

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

  • Committer: Andrew Glen-Young
  • Date: 2011-03-08 14:47:51 UTC
  • Revision ID: andrew.glen-young@canonical.com-20110308144751-1n6spqgayztf9h77
[AGY] import 3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * User Dashboard Administration Panel
 
4
 *
 
5
 * @package WordPress
 
6
 * @subpackage Administration
 
7
 * @since 3.1.0
 
8
 */
 
9
 
 
10
require_once( './admin.php' );
 
11
 
 
12
require( '../index.php' );