Changeset 44565
- Timestamp:
- 01/11/2019 06:25:37 AM (6 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r44467 r44565 1750 1750 unset( $_sidebars_widgets ); 1751 1751 1752 // intentional fall-through to upgrade to the next version. 1752 1753 case 2: 1753 1754 $sidebars_widgets = retrieve_widgets(); -
trunk/src/wp-admin/post.php
r44437 r44565 206 206 wp_update_attachment_metadata( $post_id, $newmeta ); 207 207 208 // Intentional fall-through to trigger the edit_post() call. 208 209 case 'editpost': 209 210 check_admin_referer( 'update-post_' . $post_id ); -
trunk/src/wp-admin/user-edit.php
r43571 r44565 174 174 } 175 175 176 // Intentional fall-through to display $errors. 176 177 default: 177 178 $profileuser = get_user_to_edit( $user_id ); -
trunk/src/wp-includes/general-template.php
r44353 r44565 656 656 ) 657 657 ); 658 // Intentional fall-through to be handled by the 'url' case. 658 659 case 'url': 659 660 $output = home_url();
Note: See TracChangeset
for help on using the changeset viewer.