what do you think about adding something like the following rewrite rule: ``` php '([0-9]+$)' => 'index.php?p=$matches[1]', ``` to make the switch from other plugins like https://github.com/kovshenin/twitter-friendly-links to hum a bit more easy?
what do you think about adding something like the following rewrite rule:
to make the switch from other plugins like https://github.com/kovshenin/twitter-friendly-links to hum a bit more easy?