### Eclipse Workspace Patch 1.0
#P wordpress-trunk
|
|
|
|
| 205 | 205 | * The endpoints are added to the end of the request. So a request matching |
| 206 | 206 | * "/2008/10/14/my_post/myep/", the endpoint will be "/myep/". |
| 207 | 207 | * |
| 208 | | * Be sure to flush the rewrite rules (wp_rewrite->flush()) when your plugin gets |
| | 208 | * Be sure to flush the rewrite rules (wp_rewrite->flush_rules()) when your plugin gets |
| 209 | 209 | * activated (register_activation_hook()) and deactivated (register_deactivation_hook()) |
| 210 | 210 | * |
| 211 | 211 | * @since 2.1.0 |