Changeset 49402 for branches/4.4/src/wp-admin/custom-background.php
- Timestamp:
- 10/29/2020 07:04:00 PM (5 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/custom-background.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
- Property svn:mergeinfo changed
/branches/5.5 (added) merged: 49373-49379,49381 /trunk merged: 49380,49382-49388
- Property svn:mergeinfo changed
-
branches/4.4/src/wp-admin/custom-background.php
r34566 r49402 465 465 */ 466 466 public function wp_set_background_image() { 467 check_ajax_referer( 'custom-background' ); 467 468 if ( ! current_user_can('edit_theme_options') || ! isset( $_POST['attachment_id'] ) ) exit; 468 469 $attachment_id = absint($_POST['attachment_id']);
Note: See TracChangeset
for help on using the changeset viewer.