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