Spell checking, h-r.
This commit is contained in:
@ -122,7 +122,7 @@ function iitcDesktopPluginDownloadTable ( $build )
|
||||
# remove 'IITC Plugin: ' prefix if it's there, for neatness
|
||||
$name = preg_replace ( '/^IITC plugin: /i', '', $details['@name'] );
|
||||
|
||||
# format extended version info in less prominant font
|
||||
# format extended version info in less prominent font
|
||||
$version = preg_replace ( '/^(\d+\.\d+\.\d+)\.(\d{8}\.\d{1,6})/', '\1<br><small class="muted">.\2</small>', $details['@version'] );
|
||||
|
||||
# remove unneeded prefix from description
|
||||
|
@ -444,7 +444,7 @@ function join_url( $parts, $encode=FALSE)
|
||||
*
|
||||
* RFC3986 specifies the allowed characters in the URL as well as
|
||||
* reserved characters in the URL. This function replaces all the
|
||||
* disallowed characters in the URL with their repective percent
|
||||
* disallowed characters in the URL with their respective percent
|
||||
* encodings. Already encoded characters are not encoded again,
|
||||
* such as '%20' is not encoded to '%2520'.
|
||||
*
|
||||
|
Reference in New Issue
Block a user