Changes between Initial Version and Version 1 of Ticket #22373
- Timestamp:
- 11/06/2012 09:27:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22373
-
Property
Status
changed from
new
toclosed
-
Property
Milestone
changed from
Awaiting Review
to - Property Keywords needs-patch removed
-
Property
Resolution
changed from
to
invalid
-
Property
Severity
changed from
critical
tonormal
-
Property
Status
changed from
-
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.