Make WordPress Core


Ignore:
Timestamp:
06/12/2012 10:51:55 PM (12 years ago)
Author:
ryan
Message:

Customize: If the preview is not logged in but the admin is, perform a front page request to setup any mapped domain cookies and then retry loading the preview.

Props nacin, koopersmith
fixes #20926

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r21003 r21071  
    3939$core_actions_get = array(
    4040    'fetch-list', 'ajax-tag-search', 'wp-compression-test', 'imgedit-preview', 'oembed-cache',
    41     'autocomplete-user', 'dashboard-widgets',
     41    'autocomplete-user', 'dashboard-widgets', 'logged-in',
    4242);
    4343
Note: See TracChangeset for help on using the changeset viewer.