Plugin Directory

Changeset 891921


Ignore:
Timestamp:
04/12/2014 03:37:07 PM (12 years ago)
Author:
ko1nksm
git-commit-id:
09fe4099aa0ff38c7b8ea54d3d09b73b62e1a929
Message:

Remove add_filter call meaningless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-markupcollection/trunk/lib/class-wp-markup-collection-hooks.php

    r889516 r891921  
    1212        add_filter('the_posts', array($this, 'the_posts_filter'), $options->filter_priority, 1);
    1313        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);
    1514        add_filter('edit_post_content',   array($this, 'edit_post_content_filter'), 10, 2);
    1615
Note: See TracChangeset for help on using the changeset viewer.