Changes between Initial Version and Version 1 of Ticket #13651, comment 21
- Timestamp:
- 12/20/2010 03:45:41 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13651, comment 21
initial v1 3 3 * Keeps the usual logic of using domains only for i18n functions. 4 4 * Therefore works with Poedit when updating from sources. 5 6 Example usage: 7 {{{ 8 <span class="comments-link"><?php comments_number_link( __( 'Leave a comment', 'twentyten' ), _n( '1 Comment', '%s Comments', get_comments_number(), 'twentyten' ) ); ?></span> 9 }}} 5 10 6 11 The similar string is used in comments.php, which I consider as a valid example: