Skip to content

Commit

Permalink
Today is the 29th :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Sampellegrini committed Dec 29, 2010
1 parent d65628e commit 04ff0df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You could build, for example, your own in-site url shortener service having urls


* Author: [Marco Sampellegrini](http://github.com/alpacaaa)
* Release date: 28th december 2010
* Release date: 29th december 2010

This is based on the [Entry URL Field](http://github.com/nickdunn/entry_url_field/) by Nick Dunn.

Expand Down
2 changes: 1 addition & 1 deletion extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public function about()
return array(
'name' => 'Shorten',
'version' => '1.0',
'release-date' => '2010-12-28',
'release-date' => '2010-12-29',
'author' => array(
'name' => 'Marco Sampellegrini',
'email' => 'm@rcosa.mp'
Expand Down
2 changes: 1 addition & 1 deletion fields/field.shorten.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function displaySettingsPanel(&$wrapper, $errors=NULL)
$help = new XMLElement(
'p',
__('Absolute or relative. Wrap xpath expressions in curly brackets').
' <code>{entry/category/item/@handle}/post/{entry/@id}</code>.',
' <code>post/{entry/category/item/@handle}/{entry/@id}</code>.',
array('class' => 'help')
);

Expand Down

0 comments on commit 04ff0df

Please sign in to comment.