~canonical-sysadmins/wordpress/4.7.4

« back to all changes in this revision

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

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * User Dashboard Freedoms administration panel.
 
4
 *
 
5
 * @package WordPress
 
6
 * @subpackage Administration
 
7
 * @since 3.4.0
 
8
 */
 
9
 
 
10
/** Load WordPress Administration Bootstrap */
 
11
require_once( dirname( __FILE__ ) . '/admin.php' );
 
12
 
 
13
require( ABSPATH . 'wp-admin/freedoms.php' );