Make WordPress Core


Ignore:
Timestamp:
12/03/2010 12:12:44 PM (14 years ago)
Author:
westi
Message:

Actions and Filters for the Network Admin sites panel to make it easier to add custom actions.

File:
1 edited

Legend:

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

    r16612 r16707  
    7777        break;
    7878        default:
    79             $msg = __( 'Settings saved.' );
     79            $msg = apply_filters( 'network_sites_updated_message_' . $_REQUEST['action'] , __( 'Settings saved.' ) );
    8080        break;
    8181    }
Note: See TracChangeset for help on using the changeset viewer.