Make WordPress Core


Ignore:
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.