Make WordPress Core


Ignore:
Timestamp:
09/11/2015 08:48:47 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].

Merge of [34057] to the 4.3 branch.

Props figureone.
Fixes #33811.

File:
1 edited

Legend:

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

    r33067 r34058  
    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.