﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14238,WordPress prevents pages with numeric slugs,vividvisions,,"Numeric slugs are prevented by a preg_match against the slug in [http://core.trac.wordpress.org/browser/trunk/wp-includes/post.php#L2555 Line 2,555] of wp-includes/post.php: 
{{{
preg_match( '@^(page)?\d+$@', $slug )
}}}
If the slug is numeric only, a suffix is added.

Instead of just preventing numeric-only slugs, the function should check, if the permalink of the page is at odds with the configured permalink structure and only add the suffix if this is the case.",defect (bug),closed,normal,,Permalinks,3.0,major,duplicate,needs-patch,mikeschinkel@… gyrus
