Changeset 49396 for branches/5.0/src/wp-admin/custom-background.php
- Timestamp:
- 10/29/2020 06:50:55 PM (5 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/custom-background.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
- Property svn:mergeinfo changed
/branches/5.5 (added) merged: 49373-49379,49381 /trunk merged: 49380,49382-49388
- Property svn:mergeinfo changed
-
branches/5.0/src/wp-admin/custom-background.php
r41161 r49396 542 542 */ 543 543 public function wp_set_background_image() { 544 check_ajax_referer( 'custom-background' ); 544 545 if ( ! current_user_can('edit_theme_options') || ! isset( $_POST['attachment_id'] ) ) exit; 545 546 $attachment_id = absint($_POST['attachment_id']);
Note: See TracChangeset
for help on using the changeset viewer.