Make WordPress Core

Changeset 16627


Ignore:
Timestamp:
11/30/2010 08:29:02 PM (16 years ago)
Author:
PeteMall
Message:

Add missign hooks in site-options. Fixes #15593

Location:
trunk/wp-admin/network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/site-info.php

    r16306 r16627  
    5757        update_blog_details( $id, $blog_data );
    5858
    59         do_action( 'wpmu_update_blog_options' );
    6059        restore_current_blog();
    6160        wp_redirect( add_query_arg( array( 'update' => 'updated', 'id' => $id ), 'site-info.php') );
  • trunk/wp-admin/network/site-options.php

    r16431 r16627  
    4646        }
    4747
     48        do_action( 'wpmu_update_blog_options' );
    4849        restore_current_blog();
    4950        wp_redirect( add_query_arg( array( 'update' => 'updated', 'id' => $id ), 'site-options.php') );
     
    123124                        }
    124125                } // End foreach
     126                do_action( 'wpmueditblogaction', $id );
    125127                ?>
    126128        </table>
Note: See TracChangeset for help on using the changeset viewer.