Image to Post - mime
This commit is contained in:
parent
dadef22d90
commit
d7c16176d3
1 changed files with 4 additions and 4 deletions
|
@ -14,11 +14,11 @@ class MimeSystemTheme extends Themelet
|
|||
sort($exts);
|
||||
$exts = join("</li><li>", $exts);
|
||||
|
||||
return '<p>Search for images by extension</p>
|
||||
return '<p>Search for posts by extension</p>
|
||||
|
||||
<div class="command_example">
|
||||
<pre>ext=jpg</pre>
|
||||
<p>Returns images with the extension "jpg".</p>
|
||||
<p>Returns posts with the extension "jpg".</p>
|
||||
</div>
|
||||
|
||||
These extensions are available in the system:
|
||||
|
@ -26,11 +26,11 @@ class MimeSystemTheme extends Themelet
|
|||
|
||||
<hr/>
|
||||
|
||||
<p>Search for images by MIME type</p>
|
||||
<p>Search for posts by MIME type</p>
|
||||
|
||||
<div class="command_example">
|
||||
<pre>mime=image/jpeg</pre>
|
||||
<p>Returns images that have the MIME type "image/jpeg".</p>
|
||||
<p>Returns posts that have the MIME type "image/jpeg".</p>
|
||||
</div>
|
||||
|
||||
These MIME types are available in the system:
|
||||
|
|
Reference in a new issue