Version Description
Download this release
Release Info
Developer | stephenh1988 |
Plugin | Post Type Archive Link |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- post-type-archive-links.php +1 -1
- readme.txt +1 -1
post-type-archive-links.php
CHANGED
@@ -58,7 +58,7 @@ class Harris_Post_Type_Archive_Link{
|
|
58 |
return;
|
59 |
|
60 |
//On Appearance>Menu page, enqueue script:
|
61 |
-
wp_enqueue_script( 'my-post-type-archive-links_metabox', plugins_url('/metabox.js'),array('jquery'));
|
62 |
|
63 |
//Add nonce variable
|
64 |
wp_localize_script('my-post-type-archive-links_metabox','MyPostTypeArchiveLinks', array('nonce'=>wp_create_nonce('my-add-post-type-archive-links')));
|
58 |
return;
|
59 |
|
60 |
//On Appearance>Menu page, enqueue script:
|
61 |
+
wp_enqueue_script( 'my-post-type-archive-links_metabox', plugins_url('/metabox.js', __FILE__),array('jquery'));
|
62 |
|
63 |
//Add nonce variable
|
64 |
wp_localize_script('my-post-type-archive-links_metabox','MyPostTypeArchiveLinks', array('nonce'=>wp_create_nonce('my-add-post-type-archive-links')));
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: stephenh1988
|
|
3 |
Tags: post type archives, menu link, archives, navigation,
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.3.1
|
6 |
-
Stable tag: 1.0
|
7 |
|
8 |
Creates a metabox to the Appearance > Menu page to add post type archive links
|
9 |
|
3 |
Tags: post type archives, menu link, archives, navigation,
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.3.1
|
6 |
+
Stable tag: 1.0.1
|
7 |
|
8 |
Creates a metabox to the Appearance > Menu page to add post type archive links
|
9 |
|