Changeset 1101741
- Timestamp:
- 02/28/2015 07:53:29 AM (11 years ago)
- Location:
- notifyit/trunk
- Files:
-
- 2 edited
-
class.frontend.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
notifyit/trunk/class.frontend.php
r1100131 r1101741 33 33 wp_enqueue_script('notify_script', NOTIFYIT_PLUGIN_URL . 'js/script.js', array(), NOTIFYIT_VERSION, true); 34 34 35 wp_localize_script('notify_script', 'notify_options', self::$options); 35 wp_localize_script('notify_script', 'notify_options', self::$options); 36 36 } 37 37 -
notifyit/trunk/index.php
r1100131 r1101741 1 1 <?php 2 2 # Silence is golden. 3 4
Note: See TracChangeset
for help on using the changeset viewer.