Changeset 171274
- Timestamp:
- 11/07/2009 10:22:16 PM (16 years ago)
- Location:
- post-author/trunk
- Files:
-
- 2 edited
-
post_author.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-author/trunk/post_author.php
r167619 r171274 5 5 Description: Adds the name of author at the bottom of the content (post and/or page), plus optional publishing and last editing date, complete with a per-post hide option, allowing for exceptions. 6 6 Author: David Shabtai 7 Version: 0. 17 Version: 0.2 8 8 Author URI: http://www.tzav.fr 9 9 Copyright (C) 2009 David Shabtai … … 122 122 if ($post_author_box_value == "") $post_author_box_value = $post_author_box['std']; 123 123 } 124 if ( 'page' == get_post_type($post) ) {124 if ( ('page' == get_post_type($post)) || ($pagenow == 'page-new.php') ) { 125 125 $original_wp_author_box = page_author_meta_box($post); 126 126 } else { -
post-author/trunk/readme.txt
r167919 r171274 5 5 Requires at least: 2.7 6 6 Tested up to: 2.8.5 7 Stable tag: 0. 17 Stable tag: 0.2 8 8 9 9 Adds the name of author at the bottom of the content (post/page), plus optional publishing/editing date, with a per-post hide option for exceptions. … … 73 73 * Choice in the order of information (author, publication date, revision date) 74 74 75 = 0.2 = 76 * Bug fix : broken admin meta box in page-new.php, when creating a new page. 77 75 78 = 0.1 = 76 79 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.