Changeset 16470
- Timestamp:
- 11/18/2010 07:21:54 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r16340 r16470 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 gets208 * 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 *
Note: See TracChangeset
for help on using the changeset viewer.