Changeset 49394 for branches/5.2/src/wp-admin/custom-background.php
- Timestamp:
- 10/29/2020 06:44:12 PM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
- Property svn:mergeinfo changed
/branches/5.5 (added) merged: 49373-49379,49381 /trunk merged: 49380,49382-49388
- Property svn:mergeinfo changed
-
branches/5.2/src/wp-admin/custom-background.php
r45839 r49394 575 575 */ 576 576 public function wp_set_background_image() { 577 check_ajax_referer( 'custom-background' ); 578 577 579 if ( ! current_user_can( 'edit_theme_options' ) || ! isset( $_POST['attachment_id'] ) ) { 578 580 exit;
Note: See TracChangeset
for help on using the changeset viewer.