Changeset 697753
- Timestamp:
- 04/15/2013 10:40:06 AM (13 years ago)
- Location:
- genesis-post-navigation/tags/2.0.1
- Files:
-
- 1 added
- 1 edited
-
gpn-deploy.php (modified) (1 diff)
-
js/gpn_custom_script.js (added)
Legend:
- Unmodified
- Added
- Removed
-
genesis-post-navigation/tags/2.0.1/gpn-deploy.php
r651616 r697753 95 95 96 96 add_action( 'genesis_after_post_content', 'gpn_after_post' ); 97 add_action('wp_enqueue_scripts', 'gpn_custom_script'); 98 99 function gpn_custom_script(){ 100 wp_enqueue_script( 'gpn-custom-script', plugins_url( '/js/gpn_custom_script.js', __FILE__ ) ); 101 } 97 102 98 103 function gpn_after_post() {
Note: See TracChangeset
for help on using the changeset viewer.