Plugin Directory

Changeset 641557


Ignore:
Timestamp:
12/19/2012 05:51:28 AM (13 years ago)
Author:
linkedbinary900
Message:

adding version 1.0.4

Location:
jump-to-post-edit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jump-to-post-edit/trunk/jump-to-post-edit.php

    r641547 r641557  
    44Plugin URI: http://www.runwalkweb.com/wp/?page_id=30
    55Description: Adds an option to the "Edit Post" screen, allowing the user to easily choose another post to edit by clicking a link to that post's edit screen.
    6 Version: 1.0.3
     6Version: 1.0.4
    77Author: zach_rww
    88Author URI: http://www.runwalkweb.com/wp
     
    2626*/
    2727
    28 if ( get_post_type() == 'post' ) {
    2928
    3029add_action( 'post_submitbox_misc_actions', 'jump_to_post_edit_option' );
    3130function jump_to_post_edit_option()
    3231{
     32
     33if ( get_post_type() == 'post' ) {
     34
    3335    ?>
    3436
  • jump-to-post-edit/trunk/readme.txt

    r641547 r641557  
    55Requires at least: 3.3
    66Tested up to: 3.4.2
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     4012/19/2012:  Version 1.0.4 - Fixed conditional php statement in `jump-to-post-edit.php` for `post_type` so that this feature only appears on your Edit Post screen.
     41
    404212/19/2012:  Version 1.0.3 - Added condition to `jump-to-post-edit.php` for `post_type` so that this feature only appears on your Edit Post screen.
    4143
Note: See TracChangeset for help on using the changeset viewer.