Changeset 476513
- Timestamp:
- 12/16/2011 06:40:16 PM (14 years ago)
- Location:
- sld-custom-content-and-taxonomies
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.1 (copied) (copied from sld-custom-content-and-taxonomies/trunk)
-
tags/1.4.1/class.register-post-type.php (modified) (1 diff)
-
tags/1.4.1/readme.txt (modified) (2 diffs)
-
trunk/class.register-post-type.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sld-custom-content-and-taxonomies/tags/1.4.1/class.register-post-type.php
r475662 r476513 39 39 'has_archive' => true, 40 40 'rewrite' => array('slug' => $this->post_slug, 'with_front' => false), 41 'menu_position' => 5, 41 42 ); 42 43 -
sld-custom-content-and-taxonomies/tags/1.4.1/readme.txt
r475662 r476513 4 4 Requires at least: 3.0 5 5 Tested up to: 3.4 (alpha) 6 Stable tag: 1.4 6 Stable tag: 1.4.1 7 7 8 8 == Description == … … 40 40 == Changelog == 41 41 42 = 1.4.1 = 43 44 Add default for menu_position so that new types appear just under Posts 45 42 46 = 1.4 = 43 47 -
sld-custom-content-and-taxonomies/trunk/class.register-post-type.php
r475662 r476513 39 39 'has_archive' => true, 40 40 'rewrite' => array('slug' => $this->post_slug, 'with_front' => false), 41 'menu_position' => 5, 41 42 ); 42 43 -
sld-custom-content-and-taxonomies/trunk/readme.txt
r475662 r476513 4 4 Requires at least: 3.0 5 5 Tested up to: 3.4 (alpha) 6 Stable tag: 1.4 6 Stable tag: 1.4.1 7 7 8 8 == Description == … … 40 40 == Changelog == 41 41 42 = 1.4.1 = 43 44 Add default for menu_position so that new types appear just under Posts 45 42 46 = 1.4 = 43 47
Note: See TracChangeset
for help on using the changeset viewer.