Ticket #26709: users.php.patch
| File users.php.patch, 1.3 KB (added by , 13 years ago) |
|---|
-
wp-admin/users.php
240 240 ?> 241 241 </ul> 242 242 <?php if ( $go_delete ) : ?> 243 <fieldset><p><legend><?php echo _n( 'What should be done with posts owned by this user?', 'What should be done with posts owned by these users?', $go_delete ); ?></legend></p>243 <fieldset><p><legend><?php echo _n( 'What should be done with posts and pages owned by this user?', 'What should be done with posts owned by these users?', $go_delete ); ?></legend></p> 244 244 <ul style="list-style:none;"> 245 245 <li><label><input type="radio" id="delete_option0" name="delete_option" value="delete" /> 246 <?php _e('Delete all posts .'); ?></label></li>246 <?php _e('Delete all posts and pages.'); ?></label></li> 247 247 <li><input type="radio" id="delete_option1" name="delete_option" value="reassign" /> 248 <?php echo '<label for="delete_option1">' . __( 'Attribute all posts to:' ) . '</label> ';248 <?php echo '<label for="delete_option1">' . __( 'Attribute all posts and pages to:' ) . '</label> '; 249 249 wp_dropdown_users( array( 'name' => 'reassign_user', 'exclude' => array_diff( $userids, array($current_user->ID) ) ) ); ?></li> 250 250 </ul></fieldset> 251 251 <input type="hidden" name="action" value="dodelete" />
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)