Changes between Initial Version and Version 1 of Ticket #22373
- Timestamp:
- 11/06/12 21:27:51 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22373
- Property Status changed from new to closed
- Property Milestone changed from Awaiting Review to
- Property Keywords needs-patch removed
- Property Resolution changed from to invalid
- Property Severity changed from critical to normal
-
Ticket #22373 – Description
initial v1 1 1 When i put this code in the file "function.php" 2 3 <code>add_filter('init', create_function('$a', 'global $wp_rewrite; $wp_rewrite->author_base = "user"; $wp_rewrite->flush_rules();'));</code> 2 {{{ 3 add_filter('init', create_function('$a', 'global $wp_rewrite; $wp_rewrite->author_base = "user"; $wp_rewrite->flush_rules();')); 4 }}} 4 5 5 6 The post_type "articulos" when I go to see, it show a error "Error 404" but if it can edit.
