| 1 | $ diff -u general-template.php /tmp |
|---|
| 2 | --- general-template.php 2008-12-10 02:03:31.000000000 +0800 |
|---|
| 3 | +++ /tmp/general-template.php 2009-02-11 04:20:55.303706840 +0800 |
|---|
| 4 | @@ -350,7 +350,7 @@ |
|---|
| 5 | * important, which is the page that the user is looking at. |
|---|
| 6 | * |
|---|
| 7 | * There are also SEO benefits to having the blog title after or to the 'right' |
|---|
| 8 | - * or the page title. However, it is mostly common sense to have the blog title |
|---|
| 9 | + * of the page title. However, it is mostly common sense to have the page title |
|---|
| 10 | * to the right with most browsers supporting tabs. You can achieve this by |
|---|
| 11 | * using the seplocation parameter and setting the value to 'right'. This change |
|---|
| 12 | * was introduced around 2.5.0, in case backwards compatibility of themes is |
|---|
| 13 | @@ -360,7 +360,7 @@ |
|---|
| 14 | * |
|---|
| 15 | * @param string $sep Optional, default is '»'. How to separate the various items within the page title. |
|---|
| 16 | * @param bool $display Optional, default is true. Whether to display or retrieve title. |
|---|
| 17 | - * @param string $seplocation Optional. Direction to display title, 'right'. |
|---|
| 18 | + * @param string $seplocation Optional. Direction to display title. |
|---|
| 19 | * @return string|null String on retrieve, null when displaying. |
|---|
| 20 | */ |
|---|
| 21 | function wp_title($sep = '»', $display = true, $seplocation = '') { |
|---|