Changeset 2832:85de0adb58f0 for plugins/attachments
- Timestamp:
- 12/02/14 13:01:30 (11 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          plugins/attachments/_public.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        plugins/attachments/_public.phpr2646 r2832 204 204 <!ELEMENT tpl:EntryAttachmentCount - O -- Number of attachments for entry --> 205 205 <!ATTLIST tpl:EntryAttachmentCount 206 none CDATA #IMPLIED -- text to display for "no attachment " (default: no attachment)206 none CDATA #IMPLIED -- text to display for "no attachments" (default: no attachments) 207 207 one CDATA #IMPLIED -- text to display for "one attachment" (default: one attachment) 208 208 more CDATA #IMPLIED -- text to display for "more attachment" (default: %s attachment, %s is replaced by the number of attachments) … … 215 215 '$_ctx->posts->countMedia()', 216 216 array( 217 'none' => 'no attachment ',217 'none' => 'no attachments', 218 218 'one' => 'one attachment', 219 219 'more' => '%d attachments' 
Note: See TracChangeset
          for help on using the changeset viewer.
      