Changeset 891921
- Timestamp:
- 04/12/2014 03:37:07 PM (12 years ago)
- git-commit-id:
- 09fe4099aa0ff38c7b8ea54d3d09b73b62e1a929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-markupcollection/trunk/lib/class-wp-markup-collection-hooks.php
r889516 r891921 12 12 add_filter('the_posts', array($this, 'the_posts_filter'), $options->filter_priority, 1); 13 13 add_filter('wp_insert_post_data', array($this, 'wp_insert_post_data_filter'), 10, 2); 14 add_filter('edit_post_content', array($this, 'edit_post_content_filter'), 10, 2);15 14 add_filter('edit_post_content', array($this, 'edit_post_content_filter'), 10, 2); 16 15
Note: See TracChangeset
for help on using the changeset viewer.