Make WordPress Core

Ticket #28626: 25272.7.patch

File 25272.7.patch, 621 bytes (added by kirasong, 12 years ago)
  • src/wp-admin/includes/ajax-actions.php

    diff --git src/wp-admin/includes/ajax-actions.php src/wp-admin/includes/ajax-actions.php
    index 091cc5f..754b869 100644
     
    1111//
    1212
    1313/**
    14  * Ajax handler for the (experimental) Heartbeat API in
     14 * Ajax handler for the Heartbeat API in
    1515 * the no-privilege context.
    1616 *
    1717 * Runs when the user is not logged in.
    function wp_ajax_send_link_to_editor() { 
    23532353}
    23542354
    23552355/**
    2356  * Ajax handler for the (experimental) Heartbeat API.
     2356 * Ajax handler for the Heartbeat API.
    23572357 *
    23582358 * Runs when the user is logged in.
    23592359 *