Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #12806


Ignore:
Timestamp:
04/02/2010 12:42:24 AM (14 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12806

    • Property Cc matt@… added
  • Ticket #12806 – Description

    initial v2  
    1 Since child theme's functions.php files are loaded first, you can't use ` remove_action( 'after_setup_theme', 'twentyten_setup' );` to remove twentyten_setup.   The attached patch reverts the change from #13886 and raps twentyten_setup in a functions_exists call to make it pluggable.
     1Since child theme's functions.php files are loaded first, you can't use ` remove_action( 'after_setup_theme', 'twentyten_setup' );` to remove twentyten_setup.   The attached patch reverts the change from [13886] and raps twentyten_setup in a functions_exists call to make it pluggable.