Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
T
Timeline
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
WP Plugins
Timeline
Commits
f4e2a6b1
Commit
f4e2a6b1
authored
Jul 21, 2013
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove taxonomy, haven't found a use for it thus far.
parent
28615847
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
eth-timeline.php
eth-timeline.php
+0
-26
No files found.
eth-timeline.php
View file @
f4e2a6b1
...
@@ -110,32 +110,6 @@ class ETH_Timeline {
...
@@ -110,32 +110,6 @@ class ETH_Timeline {
'author'
,
'author'
,
)
)
)
);
)
);
// register_taxonomy( $this->taxonomy, $this->post_type, array(
// 'label' => __( 'Events', 'eth-timeline' ),
// 'labels' => array(
// 'name' => __( 'Events', 'eth-timeline' ),
// 'singular_name' => __( 'Event', 'eth-timeline' ),
// 'search_items' => __( 'Search Events', 'eth-timeline' ),
// 'all_items' => __( 'All Events', 'eth-timeline' ),
// 'parent_item' => __( 'Parent Event', 'eth-timeline' ),
// 'parent_item_colon' => __( 'Parent Event:', 'eth-timeline' ),
// 'edit_item' => __( 'Edit Event', 'eth-timeline' ),
// 'update_item' => __( 'Update Event', 'eth-timeline' ),
// 'add_new_item' => __( 'Add New Event', 'eth-timeline' ),
// 'new_item_name' => __( 'New Event Name', 'eth-timeline' ),
// 'menu_name' => __( 'Events', 'eth-timeline' ),
// ),
// 'public' => true,
// 'hierarchical' => true,
// 'show_in_nav_menus' => false,
// 'show_tagcloud' => false,
// 'rewrite' => array(
// 'slug' => $this->taxonomy,
// 'with_front' => false,
// 'hierarchical' => true
// )
// ) );
}
}
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment