Changeset 2832:85de0adb58f0 for inc
- Timestamp:
- 12/02/14 13:01:30 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r2800 r2832 1787 1787 <!ELEMENT tpl:EntryCommentCount - O -- Number of comments for entry --> 1788 1788 <!ATTLIST tpl:EntryCommentCount 1789 none CDATA #IMPLIED -- text to display for "no comment " (default: no comment)1789 none CDATA #IMPLIED -- text to display for "no comments" (default: no comments) 1790 1790 one CDATA #IMPLIED -- text to display for "one comment" (default: one comment) 1791 1791 more CDATA #IMPLIED -- text to display for "more comments" (default: %s comments, %s is replaced by the number of comment) … … 1816 1816 <!ELEMENT tpl:EntryPingCount - O -- Number of trackbacks for entry --> 1817 1817 <!ATTLIST tpl:EntryPingCount 1818 none CDATA #IMPLIED -- text to display for "no ping " (default: no ping)1818 none CDATA #IMPLIED -- text to display for "no pings" (default: no pings) 1819 1819 one CDATA #IMPLIED -- text to display for "one ping" (default: one ping) 1820 1820 more CDATA #IMPLIED -- text to display for "more pings" (default: %s trackbacks, %s is replaced by the number of pings) … … 1826 1826 '$_ctx->posts->nb_trackback', 1827 1827 array( 1828 'none' => 'no trackback ',1828 'none' => 'no trackbacks', 1829 1829 'one' => 'one trackback', 1830 1830 'more' => '%d trackbacks'
Note: See TracChangeset
for help on using the changeset viewer.