- Timestamp:
- 04/21/08 14:27:01 (3 months ago)
- Location:
- wp-print/trunk
- Files:
-
- 4 modified
-
print-posts.php (modified) (1 diff)
-
readme.html (modified) (1 diff)
-
wp-print.mo (modified) (previous)
-
wp-print.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-print/trunk/print-posts.php
r40986 r41991 57 57 } 58 58 </style> 59 <?php if(@file_exists( get_template_directory().'/print-css.css')): ?>59 <?php if(@file_exists(TEMPLATEPATH.'/print-css.css')): ?> 60 60 <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/print-css.css" type="text/css" media="screen, print" /> 61 61 <?php else: ?> -
wp-print/trunk/readme.html
r40990 r41991 477 477 <p>The <b>second value</b> is the text for printing page.</p> 478 478 <p>Default: print_link('', '')</p> 479 <p>Alternatively, you can set the text in 'WP-Admin -> Options -> Print'.</p>480 </li> 481 <li> 482 Go to <strong>'WP-Admin -> Options -> Print'</strong> to configure the style of the print text link.479 <p>Alternatively, you can set the text in 'WP-Admin -> Settings -> Print'.</p> 480 </li> 481 <li> 482 Go to <strong>'WP-Admin -> Settings -> Print'</strong> to configure the style of the print text link. 483 483 </li> 484 484 </ol> -
wp-print/trunk/wp-print.pot
r40990 r41991 3 3 "Project-Id-Version: WP-Print 2.30\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2008-04- 17 03:47+0800\n"6 "PO-Revision-Date: 2008-04- 17 03:47+0800\n"5 "POT-Creation-Date: 2008-04-21 22:16+0800\n" 6 "PO-Revision-Date: 2008-04-21 22:16+0800\n" 7 7 "Last-Translator: Lester Chan <lesterchan@gmail.com>\n" 8 8 "Language-Team: Lester Chan <lesterchan@gmail.com>\n"
