Changeset 2103928
- Timestamp:
- 06/11/2019 12:16:39 PM (7 years ago)
- Location:
- wp-sticky-header/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-sticky-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-sticky-header/trunk/readme.txt
r1643285 r2103928 3 3 Tags: notification, top,bottom,header,close,content,sticky 4 4 Requires at least: 3.0.1 5 Tested up to: 4.7.45 Tested up to: 5.2.1 6 6 Stable tag: 4.7 7 7 License: GPLv2 or later -
wp-sticky-header/trunk/wp-sticky-header.php
r1126558 r2103928 135 135 136 136 function wpsh_filtered_content(){ 137 wp_enqueue_script('jquery'); 137 138 wp_enqueue_script( 'wpsh_headerjs', plugins_url('wp-sticky-header/js/wpsh_header.js'), array(), '1.0.0', true ); 138 139 $auto_close = esc_attr(get_option('wpsh_auto_close'));
Note: See TracChangeset
for help on using the changeset viewer.