Plugin Directory

Changeset 817536

Timestamp:
12/09/2013 04:17:20 PM (11 years ago)
Author:
alexkingorg
Message:

v 1.0.2

Location:
admin-column-view/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin-column-view/trunk/README.txt

    r817135 r817536  
    44Requires at least: 3.7
    55Tested up to: 3.7.1
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64
     65
     66
    6467= 1.0.1 =
    6568* (fix) Proper spacing from page title.
     
    7073== Upgrade Notice ==
    7174
     75
     76
     77
    7278= 1.0.1 =
    7379* (fix) Proper spacing from page title.
  • admin-column-view/trunk/admin-column-view.php

    r817135 r817536  
    44Plugin URI: http://crowdfavorite/wordpress/plugins/
    55Description: Adds a columnar view of all your pages (and hierarchical custom post types), similar to the view found in the OS X Finder. Makes it much easier to manage sites with lots of pages. Drag and drop to re-order your pages.
    6 Version: 1.0.1
     6Version: 1.0.
    77Author: Crowd Favorite
    88Author URI: http://crowdfavorite.com/
     
    2222
    2323// set post_parent
    24 add_action('add_meta_boxes', array('CF_Admin_Column_View', 'set_post_parent'));
     24add_action('add_meta_boxes', array('CF_Admin_Column_View', 'set_post_parent'));
    2525
    2626class CF_Admin_Column_View {
Note: See TracChangeset for help on using the changeset viewer.