Plugin Directory

Changeset 438422


Ignore:
Timestamp:
09/15/2011 07:52:41 AM (14 years ago)
Author:
aitosoftware
Message:

Include footer script only on PulseMaps settings page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pulsemaps/trunk/pm-settings-page.php

    r422277 r438422  
    5959    add_action("admin_print_styles-$page", 'pulsemaps_admin_styles');
    6060    add_action("admin_head-$page", 'pulsemaps_admin_scripts');
    61     add_action('admin_footer', 'pulsemaps_admin_footer');
     61    add_action("admin_footer-$page", 'pulsemaps_admin_footer');
    6262}
    6363
Note: See TracChangeset for help on using the changeset viewer.