Make WordPress Core

Ticket #41363: 41363.patch

File 41363.patch, 431 bytes (added by ronakganatra, 8 years ago)

added description for used function nocache_headers();

  • src/wp-admin/admin-post.php

     
    2323
    2424require_once(ABSPATH . 'wp-admin/includes/admin.php');
    2525
     26/** Set the headers to prevent caching for the different browsers. */
    2627nocache_headers();
    2728
    2829/** This action is documented in wp-admin/admin.php */