Plugin Directory

Changeset 595628


Ignore:
Timestamp:
09/06/2012 11:09:29 PM (14 years ago)
Author:
brainstormmedia
Message:

Add additional filter used on custom content type edit screen. Props @pt1985 http://go.brain.st/RHiiTh

Location:
ajax-post-meta/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ajax-post-meta/trunk

    • Property svn:ignore set to
      deploy.sh
      README.md
      .git
      .gitignore
      css/bg-sprites.psd
      css/font-sprites.psd
      css/admin.scss
  • ajax-post-meta/trunk/ajax-post-meta.php

    r442870 r595628  
    33Plugin Name: AJAX Post Meta
    44Description: Allow any plain-text custom field to be edited via AJAX on the All Posts page. Auto-detects SEO plugins.
    5 Version: 1.0
     5Version: 1.0.1
    66Author: Brainstorm Media
    77Author URI: http://brainstormmedia.com
     
    3838        foreach( (array)$post_types as $post_type ) {
    3939            add_filter("manage_{$post_type}_posts_columns", 'StormAJAXPostMeta::add_columns');
     40            add_filter("manage_edit-{$post_type}_columns", 'StormAJAXPostMeta::add_columns');
     41
    4042            add_filter("manage_edit-{$post_type}_sortable_columns", 'StormAJAXPostMeta::sortable_columns');
    4143        }
  • ajax-post-meta/trunk/readme.txt

    r443032 r595628  
    77Requires at least: 3.0
    88Tested up to: 3.2.1
    9 Stable tag: 1.0
     9Stable tag: 1.0.1
    1010
    1111Edit SEO tags (or any custom field) from the All Posts page. Auto-detects SEO plugins & themes.
     
    70701. Clicking a value or blank area brings up an edit field.
    7171
     72== Upgrade Notice ==
     73
     74* Add additional filter used on custom content type edit screen. Props @pt1985 http://go.brain.st/RHiiTh
     75
    7276== Changelog ==
     77
     78= 1.0.1 =
     79* Add additional filter used on custom content type edit screen. Props @pt1985 http://go.brain.st/RHiiTh
    7380
    7481= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.