Changeset 353764
- Timestamp:
- 03/01/2011 03:28:13 PM (15 years ago)
- Location:
- knowledgeblog-table-of-contents/trunk
- Files:
-
- 2 edited
-
kblog-table-of-contents.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
knowledgeblog-table-of-contents/trunk/kblog-table-of-contents.php
r317410 r353764 4 4 Plugin URI: http://knowledgeblog.org/knowledgeblog-table-of-contents-plugin/ 5 5 Description: Display alphabetic list of articles in a particular category 6 Version: 0. 26 Version: 0.3 7 7 Author: Simon Cockell 8 8 Author URI: http://knowledgeblog.org … … 80 80 $i = 1; 81 81 $len = count($authors); 82 if ($len == 1) { 83 //circumvent very rare (unique?) bug, where get_coauthors returns wrong info... 84 $authors = array(get_userdata($post->post_author)); 85 } 82 86 $author_html = ''; 83 87 foreach ($authors as $author) { -
knowledgeblog-table-of-contents/trunk/readme.txt
r343019 r353764 4 4 Tags: table-of-contents, res-comms, scholar, academic, science 5 5 Requires at least: 3.0 6 Tested up to: 3. 0.17 Stable tag: 0. 26 Tested up to: 3.1 7 Stable tag: 0.3 8 8 9 9 This plugin writes an alphabetic list of posts in a single category in place of a [ktoc] shortcode. … … 30 30 * It retains the capacity to cope with normal, singly authored posts. 31 31 32 = 0.3 = 33 * Put in a workaround for a bug where get_coauthors() sometimes returns the wrong info. 34 * Defaults to Wordpress-native author information for posts with a single author. 35 32 36 == Upgrade Notice == 33 37 … … 35 39 This version provides compatibility with Co-authors Plus. 36 40 41 = 0.3 = 42 Bugfix release. 43 37 44 == Copyright == 38 45
Note: See TracChangeset
for help on using the changeset viewer.