Changeset 818550
- Timestamp:
- 12/10/2013 11:43:31 PM (12 years ago)
- Location:
- authors/trunk
- Files:
-
- 2 added
- 3 edited
-
authors.php (modified) (3 diffs)
-
lang/authors-it_IT.mo (added)
-
lang/authors-it_IT.po (added)
-
lang/authors.pot (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
authors/trunk/authors.php
r818500 r818550 4 4 Plugin URI: http://blog.fleischer.hu/wordpress/authors/ 5 5 Description: Authors Widget shows the list or cloud of the authors, with the number of posts, link to RSS feed next to their name, avatar. It is useful in a multi-author blog, where you want to have the list in the sidemenu. 6 Version: 2.4 6 Version: 2.4.1 7 7 Author: Gavriel Fleischer 8 8 Author URI: http://blog.fleischer.hu/author/gavriel/ … … 329 329 $list_args['feed_image'] = ''; 330 330 } 331 if ('cloud' == $format && function_exists('seo_tag_cloud_generate') ) { 331 if ('cloud' == $format && function_exists('seo_tag_cloud_generate')) { 332 widget_authors_cloud($list_args); 333 } 334 elseif ('ball' == $format && function_exists('seo_tag_cloud_generate')) { 335 $list_args['format'] = 'ball'; 332 336 widget_authors_cloud($list_args); 333 337 } … … 449 453 <?php if ( function_exists('seo_tag_cloud_generate') ) : ?> 450 454 <label for="authors-format-<?php echo $number; ?>-cloud"><input type="radio" class="radio" id="authors-format-<?php echo $number; ?>-cloud" name="widget-authors[<?php echo $number; ?>][format]" value="cloud"<?php echo 'cloud' == $format ? ' checked="checked"' : '' ?> /> <?php _e('Cloud','authors') ?></label> 455 <label for="authors-format-<?php echo $number; ?>-ball"><input type="radio" class="radio" id="authors-format-<?php echo $number; ?>-ball" name="widget-authors[<?php echo $number; ?>][format]" value="ball"<?php echo 'ball' == $format ? ' checked="checked"' : '' ?> /> <?php _e('Ball','authors') ?></label> 451 456 <?php endif; ?> 452 457 <label for="authors-format-<?php echo $number; ?>-dropdown"><input type="radio" class="radio" id="authors-format-<?php echo $number; ?>-dropdown" name="widget-authors[<?php echo $number; ?>][format]" value="dropdown"<?php echo 'dropdown' == $format ? ' checked="checked"' : '' ?> /> <?php _e('Dropdown','authors') ?></label> -
authors/trunk/lang/authors.pot
r818500 r818550 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Authors Widget 2.4 \n"5 "Project-Id-Version: Authors Widget 2.4.1\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/authors\n" 7 "POT-Creation-Date: 2013-12-10 2 0:46:18+00:00\n"7 "POT-Creation-Date: 2013-12-10 23:41:05+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 21 21 msgstr "" 22 22 23 #: authors.php:308 authors.php:5 5723 #: authors.php:308 authors.php:562 24 24 msgid "Authors" 25 25 msgstr "" 26 26 27 #: authors.php:34 327 #: authors.php:347 28 28 msgid "Powered by %s" 29 29 msgstr "" 30 30 31 #: authors.php:34 331 #: authors.php:347 32 32 msgid "Authors Widget Plugin for Wordpress" 33 33 msgstr "" 34 34 35 #. #-#-#-#-# authors.pot (Authors Widget 2.4 ) #-#-#-#-#35 #. #-#-#-#-# authors.pot (Authors Widget 2.4.1) #-#-#-#-# 36 36 #. Plugin Name of the plugin/theme 37 #: authors.php:34 337 #: authors.php:347 38 38 msgid "Authors Widget" 39 39 msgstr "" 40 40 41 #: authors.php:44 541 #: authors.php:449 42 42 msgid "Title" 43 43 msgstr "" 44 44 45 #: authors.php:4 4745 #: authors.php:451 46 46 msgid "Format" 47 47 msgstr "" 48 48 49 #: authors.php:4 4849 #: authors.php:452 50 50 msgid "List" 51 51 msgstr "" 52 52 53 #: authors.php:45 053 #: authors.php:454 54 54 msgid "Cloud" 55 55 msgstr "" 56 56 57 #: authors.php:452 57 #: authors.php:455 58 msgid "Ball" 59 msgstr "" 60 61 #: authors.php:457 58 62 msgid "Dropdown" 59 63 msgstr "" 60 64 61 #: authors.php:4 5565 #: authors.php:460 62 66 msgid "Order by" 63 67 msgstr "" 64 68 65 #: authors.php:4 5669 #: authors.php:461 66 70 msgid "Display name" 67 71 msgstr "" 68 72 69 #: authors.php:4 5773 #: authors.php:462 70 74 msgid "First name" 71 75 msgstr "" 72 76 73 #: authors.php:4 5877 #: authors.php:463 74 78 msgid "Last name" 75 79 msgstr "" 76 80 77 #: authors.php:4 5981 #: authors.php:464 78 82 msgid "Post count" 79 83 msgstr "" 80 84 81 #: authors.php:46 085 #: authors.php:465 82 86 msgid "ID" 83 87 msgstr "" 84 88 85 #: authors.php:46 289 #: authors.php:467 86 90 msgid "Number of authors to show" 87 91 msgstr "" 88 92 89 #: authors.php:46 393 #: authors.php:468 90 94 msgid "Show full name" 91 95 msgstr "" 92 96 93 #: authors.php:46 497 #: authors.php:469 94 98 msgid "Show avatar" 95 99 msgstr "" 96 100 97 #: authors.php:4 65101 #: authors.php:470 98 102 msgid "Avatar size" 99 103 msgstr "" 100 104 101 #: authors.php:4 66105 #: authors.php:471 102 106 msgid "Show RSS links" 103 107 msgstr "" 104 108 105 #: authors.php:4 67109 #: authors.php:472 106 110 msgid "Show post counts" 107 111 msgstr "" 108 112 109 #: authors.php:4 68113 #: authors.php:473 110 114 msgid "Hide empty" 111 115 msgstr "" 112 116 113 #: authors.php:4 69117 #: authors.php:474 114 118 msgid "Exclude admin" 115 119 msgstr "" 116 120 117 #: authors.php:47 0121 #: authors.php:475 118 122 msgid "Exclude" 119 123 msgstr "" 120 124 121 #: authors.php:47 1125 #: authors.php:476 122 126 msgid "Include" 123 127 msgstr "" 124 128 125 #: authors.php:47 3129 #: authors.php:478 126 130 msgid "How satisfied you are with the plugin?" 127 131 msgstr "" 128 132 129 #: authors.php:4 75133 #: authors.php:480 130 134 msgid "Donate" 131 135 msgstr "" 132 136 133 #: authors.php:4 76137 #: authors.php:481 134 138 msgid "Show credit" 135 139 msgstr "" 136 140 137 #: authors.php:5 55141 #: authors.php:560 138 142 msgid "A list of the authors" 139 143 msgstr "" -
authors/trunk/readme.txt
r818500 r818550 86 86 == Changelog == 87 87 88 = 2.4.1 = 89 * Added Ball format (needs SEO-tag-cloud widget) 90 88 91 = 2.4 = 89 92 * Optimized for blogs with many authors
Note: See TracChangeset
for help on using the changeset viewer.