Make WordPress Core

Changeset 34012


Ignore:
Timestamp:
09/10/2015 08:25:07 PM (9 years ago)
Author:
jeremyfelt
Message:

Multisite: Display content attribution drop down when deleting a user

The previous move from echo() to _e() left some of the output hanging. Introduced in [32333].

Props figureone.
Fixes #33811 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/users.php

    r33734 r34012  
    9191                            <?php _e( 'Delete all content.' ); ?></label></li>
    9292                            <li><label><input type="radio" id="delete_option1" name="delete[<?php echo $details->userblog_id . '][' . $delete_user->ID ?>]" value="reassign" />
    93                             <?php _e( 'Attribute all content to:' ) . "</label>\n" . $user_dropdown; ?></li>
     93                            <?php _e( 'Attribute all content to:' ); ?></label>
     94                            <?php echo $user_dropdown; ?></li>
    9495                        </ul>
    9596                        <?php
Note: See TracChangeset for help on using the changeset viewer.