Changes between Version 1 and Version 2 of Ticket #12996, comment 14

Timestamp:
01/14/13 15:52:11 (4 months ago)
Author:
F J Kaiser
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12996, comment 14

    v1 v2  
    11After searching through core with all options (which are setup during {{{populate_options()}}}), I can confirm that there're no changes with v3.5. The options that should get deprecated (still) are  {{{gzipcompression, hack_file, advanced_edit}}}. The only thing, that I can't confirm is the {{{use_trackback}}}-option, as I don't find any usage in core and I'm not sure if/how this would be used by a theme or plugin. 
    22 
    3 There are also options left from {{{bookmarks.php}}}, where I'm not sure if they shouldn't get moved to a filter callback that hooks into {{{do_action('populate_options')}}} (which is the hook at the beginning of {{{populate_options()}}}) and adds them on demand. List of bookmark related optinos: {{{links_updated_date_format, links_recently_updated_prepend, links_recently_updated_append, links_recently_updated_time, default_link_category}}}. 
     3There are also options left from {{{bookmarks.php}}}, where I'm not sure if they shouldn't get moved to a filter callback that hooks into {{{do_action('populate_options')}}} (which is the hook at the beginning of {{{populate_options()}}}) and adds them on demand. List of bookmark related options: {{{links_updated_date_format, links_recently_updated_prepend, links_recently_updated_append, links_recently_updated_time, default_link_category}}}.