Plugin Directory

Changeset 192838


Ignore:
Timestamp:
01/11/2010 08:36:26 PM (16 years ago)
Author:
malcalevak
Message:

Change requirements notes
Addition of action for logged in users

Location:
wp-slimbox2/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-slimbox2/trunk/adminpage.php

    r192464 r192838  
    88    //choose caption source
    99    //combine selection of lightbox and any non-lightboxed images into single selector
     10    //fix break regarding admin-ajax.php location...
    1011?>
    1112<div class="wrap">
  • wp-slimbox2/trunk/index.php

    r192448 r192838  
    8484}
    8585add_action( 'wp_ajax_nopriv_get_slimbox_options', 'get_slimbox_options' );
     86add_action( 'wp_ajax_get_slimbox_options', 'get_slimbox_options' );
Note: See TracChangeset for help on using the changeset viewer.