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

« back to all changes in this revision

Viewing changes to wp-admin/network/sites.php

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-01-24 22:20:08 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20140124222008-wgyk0hvmhjkubf9i
Tags: 3.8.1+dfsg-1
* New upstream release.
* Depend on either mysql or mariadb client Closes: #732914

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
$id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0;
50
50
 
51
51
if ( isset( $_GET['action'] ) ) {
52
 
        do_action( 'wpmuadminedit' , '' );
 
52
        /** This action is documented in wp-admin/network/edit.php */
 
53
        do_action( 'wpmuadminedit' );
53
54
 
54
55
        if ( 'confirm' === $_GET['action'] ) {
55
56
                check_admin_referer( 'confirm' );
64
65
                <!DOCTYPE html>
65
66
                <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
66
67
                        <head>
 
68
                                <meta name="viewport" content="width=device-width" />
67
69
                                <title><?php _e( 'WordPress &rsaquo; Confirm your action' ); ?></title>
68
70
 
69
71
                                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
229
231
?>
230
232
 
231
233
<div class="wrap">
232
 
<?php screen_icon( 'ms-admin' ); ?>
233
234
<h2><?php _e( 'Sites' ) ?>
234
235
 
235
236
<?php if ( current_user_can( 'create_sites') ) : ?>