Changeset 595628
- Timestamp:
- 09/06/2012 11:09:29 PM (14 years ago)
- Location:
- ajax-post-meta/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ajax-post-meta.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
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
-
Property
svn:ignore
set to
-
ajax-post-meta/trunk/ajax-post-meta.php
r442870 r595628 3 3 Plugin Name: AJAX Post Meta 4 4 Description: Allow any plain-text custom field to be edited via AJAX on the All Posts page. Auto-detects SEO plugins. 5 Version: 1.0 5 Version: 1.0.1 6 6 Author: Brainstorm Media 7 7 Author URI: http://brainstormmedia.com … … 38 38 foreach( (array)$post_types as $post_type ) { 39 39 add_filter("manage_{$post_type}_posts_columns", 'StormAJAXPostMeta::add_columns'); 40 add_filter("manage_edit-{$post_type}_columns", 'StormAJAXPostMeta::add_columns'); 41 40 42 add_filter("manage_edit-{$post_type}_sortable_columns", 'StormAJAXPostMeta::sortable_columns'); 41 43 } -
ajax-post-meta/trunk/readme.txt
r443032 r595628 7 7 Requires at least: 3.0 8 8 Tested up to: 3.2.1 9 Stable tag: 1.0 9 Stable tag: 1.0.1 10 10 11 11 Edit SEO tags (or any custom field) from the All Posts page. Auto-detects SEO plugins & themes. … … 70 70 1. Clicking a value or blank area brings up an edit field. 71 71 72 == Upgrade Notice == 73 74 * Add additional filter used on custom content type edit screen. Props @pt1985 http://go.brain.st/RHiiTh 75 72 76 == Changelog == 77 78 = 1.0.1 = 79 * Add additional filter used on custom content type edit screen. Props @pt1985 http://go.brain.st/RHiiTh 73 80 74 81 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.