Changeset 1094721
- Timestamp:
- 02/19/2015 10:48:31 PM (11 years ago)
- Location:
- wp-monsters/trunk
- Files:
-
- 7 edited
-
wp-cities.php (modified) (2 diffs)
-
wp-feats.php (modified) (2 diffs)
-
wp-magic-items.php (modified) (2 diffs)
-
wp-monsters.php (modified) (2 diffs)
-
wp-spells.php (modified) (2 diffs)
-
wp-traps.php (modified) (2 diffs)
-
wp-weapons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-monsters/trunk/wp-cities.php
r1094689 r1094721 44 44 'hierarchical' => true, 45 45 'show_in_menu' => false, 46 'show_in_nav_menus' => true, 46 47 'menu_icon' => plugin_dir_url( __FILE__ ).'img/city.png' 47 48 ); … … 70 71 //'public' => true, 71 72 'query_var' => true, 73 'show_in_nav_menus' => true, 72 74 //slug prodotto deve coincidere con il primo parametro dello slug del Custom Post Type correlato 73 75 'rewrite' => array('slug' => 'cities' ), -
wp-monsters/trunk/wp-feats.php
r1094689 r1094721 44 44 'hierarchical' => true, 45 45 'show_in_menu' => false, 46 'show_in_nav_menus' => true, 46 47 'menu_icon' => plugin_dir_url( __FILE__ ).'img/feat.png' 47 48 ); … … 70 71 //'public' => true, 71 72 'query_var' => true, 73 'show_in_nav_menus' => true, 72 74 //slug prodotto deve coincidere con il primo parametro dello slug del Custom Post Type correlato 73 75 'rewrite' => array('slug' => 'feats' ), -
wp-monsters/trunk/wp-magic-items.php
r1094689 r1094721 48 48 'hierarchical' => true, 49 49 'show_in_menu' => false, 50 'show_in_nav_menus' => true, 50 51 'menu_icon' => plugin_dir_url( __FILE__ ).'img/magic_item.png' 51 52 ); … … 74 75 //'public' => true, 75 76 'query_var' => true, 77 'show_in_nav_menus' => true, 76 78 //slug prodotto deve coincidere con il primo parametro dello slug del Custom Post Type correlato 77 79 'rewrite' => array('slug' => 'magic-items' ), -
wp-monsters/trunk/wp-monsters.php
r1094689 r1094721 64 64 'hierarchical' => true, 65 65 'show_in_menu' => false, 66 'show_in_nav_menus' => true, 66 67 'menu_icon' => plugin_dir_url( __FILE__ ).'img/monster.png' 67 68 ); … … 90 91 //'public' => true, 91 92 'query_var' => true, 93 'show_in_nav_menus' => true, 92 94 //slug prodotto deve coincidere con il primo parametro dello slug del Custom Post Type correlato 93 95 'rewrite' => array('slug' => 'monsters' ), -
wp-monsters/trunk/wp-spells.php
r1094689 r1094721 42 42 'hierarchical' => true, 43 43 'show_in_menu' => false, 44 'show_in_nav_menus' => true, 44 45 'menu_icon' => plugin_dir_url( __FILE__ ).'img/spell.png' 45 46 ); … … 68 69 //'public' => true, 69 70 'query_var' => true, 71 'show_in_nav_menus' => true, 70 72 //slug prodotto deve coincidere con il primo parametro dello slug del Custom Post Type correlato 71 73 'rewrite' => array('slug' => 'spells' ), -
wp-monsters/trunk/wp-traps.php
r1094689 r1094721 45 45 'hierarchical' => true, 46 46 'show_in_menu' => false, 47 'show_in_nav_menus' => true, 47 48 'menu_icon' => plugin_dir_url( __FILE__ ).'img/trap.png' 48 49 ); … … 71 72 //'public' => true, 72 73 'query_var' => true, 74 'show_in_nav_menus' => true, 73 75 //slug prodotto deve coincidere con il primo parametro dello slug del Custom Post Type correlato 74 76 'rewrite' => array('slug' => 'traps' ), -
wp-monsters/trunk/wp-weapons.php
r1094689 r1094721 44 44 'hierarchical' => true, 45 45 'show_in_menu' => false, 46 'show_in_nav_menus' => true, 46 47 'menu_icon' => plugin_dir_url( __FILE__ ).'img/weapon.png' 47 48 ); … … 70 71 //'public' => true, 71 72 'query_var' => true, 73 'show_in_nav_menus' => true, 72 74 //slug prodotto deve coincidere con il primo parametro dello slug del Custom Post Type correlato 73 75 'rewrite' => array('slug' => 'weapons' ),
Note: See TracChangeset
for help on using the changeset viewer.