Changeset 439
- Timestamp:
- 01/19/05 13:26:18 (3 years ago)
- Files:
-
- mini-posts/trunk/mini-posts.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mini-posts/trunk/mini-posts.php
r189 r439 4 4 Plugin URI: http://doocy.net/mini-posts/ 5 5 Description: An approach to "asides", or small posts. Allows you to mark entries as "mini" posts and handle them differently than normal posts. <strong>Requires WordPress 1.5.</strong> 6 Version: 0.5 6 Version: 0.5.1 7 7 Author: Morgan Doocy 8 8 Author URI: http://doocy.net/ … … 39 39 0.5 - Added support for 0-, 1-, and n-comment formatting to get_mini_posts(). 40 40 (WARNING: The argument sequence of get_mini_posts() has changed to accommodate this.) 41 0.5.1 - Added 'save_post' hook 41 42 42 43 */ … … 337 338 338 339 add_action('edit_form_advanced', 'mini_posts_checkbox'); 340 add_action('simple_edit_form', 'mini_posts_checkbox'); 341 add_action('save_post', 'mini_update_post'); 339 342 add_action('edit_post', 'mini_update_post'); 340 343 add_action('publish_post', 'mini_update_post');
