Make WordPress Core

Ticket #41105: options.diff

File options.diff, 397 bytes (added by mdifelice, 8 years ago)

Possible place to add the proposed action hook.

  • options.php

     
    220220                        update_option( $option, $value );
    221221                }
    222222
     223                do_action( 'update_option_page', $option_page, $options );
     224
    223225                /*
    224226                 * Switch translation in case WPLANG was changed.
    225227                 * The global $locale is used in get_locale() which is