Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #14310


Ignore:
Timestamp:
07/15/2010 04:19:51 PM (14 years ago)
Author:
scribu
Comment:

template_hierarchy.diff just renames the filter *_template_hierarchy, which seems more appropriate.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14310

    • Property Cc 24-7@… added
    • Property Summary changed from Template hierarchy filter to Make template hierarchy filterable
  • Ticket #14310 – Description

    initial v5  
    4545  return $templates;
    4646}
    47 add_filter('author_template_candidates', 'author_role_template');
     47add_filter('author_template_hierarchy', 'author_role_template');
    4848}}}
    4949