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'.
|
||||
*
|
||||
|
@ -61,7 +61,7 @@ scripts to match.
|
||||
|
||||
<h4>16th October 2013</h4>
|
||||
<p>
|
||||
IITC 0.14.3 and IITC MObile 0.7.4 have just been released. This is a critical update required to work with the latest
|
||||
IITC 0.14.3 and IITC Mobile 0.7.4 have just been released. This is a critical update required to work with the latest
|
||||
changes Niantic have made to the standard intel site. Additionally, the draw-tools plugin now snaps points to portals
|
||||
when creating lines/polygons/markers (was actually in 0.14.2 release), a bugfix relating to IITC not realising who
|
||||
'you' are, causing some highlighters to break, and a handful of other tweaks/bugfixes.
|
||||
|
@ -48,7 +48,7 @@ scripts to match.
|
||||
|
||||
<h4>16th October 2013</h4>
|
||||
<p>
|
||||
IITC 0.14.3 and IITC MObile 0.7.4 have just been released. This is a critical update required to work with the latest
|
||||
IITC 0.14.3 and IITC Mobile 0.7.4 have just been released. This is a critical update required to work with the latest
|
||||
changes Niantic have made to the standard intel site. Additionally, the draw-tools plugin now snaps points to portals
|
||||
when creating lines/polygons/markers (was actually in 0.14.2 release), a bugfix relating to IITC not realising who
|
||||
'you' are, causing some highlighters to break, and a handful of other tweaks/bugfixes.
|
||||
|
Reference in New Issue
Block a user