Skip to content

Commit

Permalink
Docs: fixed the custom code block
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Jan 15, 2014
1 parent 19c0f79 commit afb653d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions docs/custom.rst
Expand Up @@ -16,13 +16,13 @@ Arguments
Example
-------

``Piwik::custom('SitesManager.getSitesIdFromSiteUrl', array('url'=>'http://example.com'), false, false, 'json');`` will return something like the following Array:
``Piwik::custom('SitesManager.getSitesIdFromSiteUrl', array('url'=>'http://example.com'), false, false, 'json');`` will return something like the following Array::

Array
(
[0] => stdClass Object
(
[idsite] => 1
)
Array
(
[0] => stdClass Object
(
[idsite] => 1
)

)
)
3 changes: 1 addition & 2 deletions docs/version.rst
Expand Up @@ -12,8 +12,7 @@ Arguments
Example
-------

``Piwik::version('json');`` will return something like the following stdClass:
::
``Piwik::version('json');`` will return something like the following stdClass::
stdClass Object
(
Expand Down

0 comments on commit afb653d

Please sign in to comment.