Changes between Version 1 and Version 2 of Ticket #20103, comment 26
- Timestamp:
- 02/28/2012 10:22:22 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20103, comment 26
v1 v2 6 6 1. Couldn't - inside {{{function offsetGet( $offset )}}} - the default be set to {{{return $this->display( $offset );}}} (instead of {{{null}}}), so we'd have the ability to add (for e.g.) {{{DataBaseVersion}}} to the header (we still have no update/upgrade hook for themes)? 7 7 2. Extending the switch for Author & Description inside {{{function sanitize_header( $header, $value )}}} - {{{wp_kses()}}} with the allowed tags of {{{cite}}} for addresses and {{{strike}}} for update notes wouldn't hurt. I'd also love to see {{{sub/sup}}} and maybe even {{{u}}} be available. 8 3. For cases like[http://stackoverflow.com/questions/9411612/wordpress-hiding-or-removing-parent-themes-templates/9413609 this one (filtering page templates)] it would be nice to have a filter for the returned list of themes. Currently it's only in use to build the templates drop-down for the post edit/new screen.8 3. For cases similar to [http://stackoverflow.com/questions/9411612/wordpress-hiding-or-removing-parent-themes-templates/9413609 this one (filtering page templates)] it would be nice to have a filter for the returned list of themes. Currently it's only in use to build the templates drop-down for the post edit/new screen.