Plugin Directory

Changeset 171274


Ignore:
Timestamp:
11/07/2009 10:22:16 PM (16 years ago)
Author:
tzavdesign
Message:

Upgraded version 0.2 with a bug fix

Location:
post-author/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • post-author/trunk/post_author.php

    r167619 r171274  
    55Description: 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.
    66Author: David Shabtai
    7 Version: 0.1
     7Version: 0.2
    88Author URI: http://www.tzav.fr
    99Copyright (C) 2009 David Shabtai
     
    122122        if ($post_author_box_value == "") $post_author_box_value = $post_author_box['std'];
    123123    }
    124     if ( 'page' == get_post_type($post) ) {
     124    if ( ('page' == get_post_type($post)) || ($pagenow == 'page-new.php') ) {
    125125            $original_wp_author_box = page_author_meta_box($post);
    126126        } else {
  • post-author/trunk/readme.txt

    r167919 r171274  
    55Requires at least: 2.7
    66Tested up to: 2.8.5
    7 Stable tag: 0.1
     7Stable tag: 0.2
    88
    99Adds 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.
     
    7373* Choice in the order of information (author, publication date, revision date)
    7474
     75= 0.2 =
     76* Bug fix : broken admin meta box in page-new.php, when creating a new page.
     77
    7578= 0.1 =
    7679* Initial release.
Note: See TracChangeset for help on using the changeset viewer.