- Timestamp:
- 10/29/2020 06:39:14 PM (4 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
- Property svn:mergeinfo changed
/branches/5.5 (added) merged: 49373-49379,49381 /trunk merged: 49380,49382-49388
- Property svn:mergeinfo changed
-
branches/5.4/src/wp-admin/includes/class-custom-background.php
r47122 r49391 582 582 */ 583 583 public function wp_set_background_image() { 584 check_ajax_referer( 'custom-background' ); 585 584 586 if ( ! current_user_can( 'edit_theme_options' ) || ! isset( $_POST['attachment_id'] ) ) { 585 587 exit;
Note: See TracChangeset
for help on using the changeset viewer.