WordPress.org
News
Showcase
Hosting
Extend
Themes
Plugins
Patterns
Blocks
Openverse
↗
︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv
↗
︎
Community
Make WordPress
Photo Directory
Five for the Future
Events
Job Board
↗
︎
About
About WordPress
Enterprise
Gutenberg
↗
︎
Get WordPress
Search Trac
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 28315
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/06/2014 06:18:12 PM (
11 years
ago)
Author:
wonderboymusic
Message:
In
wp-admin/users.php
,
break
is unreachabled after
exit
.
See
#27882
.
File:
1 edited
trunk/src/wp-admin/users.php
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
trunk/src/wp-admin/users.php
r27416
r28315
138
138
exit();
139
139
140
break;
141
142
140
case 'dodelete':
143
141
if ( is_multisite() )
…
…
188
186
wp_redirect($redirect);
189
187
exit();
190
191
break;
192
188
193
189
case 'delete':
…
…
294
290
exit;
295
291
296
break;
297
298
292
case 'remove':
299
293
Note:
See
TracChangeset
for help on using the changeset viewer.
Trac UI Preferences
Download in other formats:
Unified Diff
Zip Archive