diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 0876de117d..f34c33efe5 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -76,7 +76,7 @@ default:
WordPress offers you the ability to create a custom URI structure for your permalinks and archives. The following “tags” are available:
%year%
--- The year of the post, 4 digits, for example 2004
%monthnum%
--- Month of the year, for example 5
%monthnum%
--- Month of the year, for example 05
%day%
--- Day of the month, for example 28
%postname%
--- A sanitized version of the title of the post. So "This Is A Great Post!" becomes "this-is-a-great-post
" in the URI %post_id%
--- The unique ID # of the post, for example 423