Changeset 12954 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 02/04/2010 08:00:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r12953 r12954 1759 1759 } 1760 1760 1761 function remove_tinymce_media_button( $buttons ) {1762 unset( $buttons[ array_search( 'media', $buttons ) ] );1763 return $buttons;1764 }1765 1766 1761 function maybe_add_existing_user_to_blog() { 1767 1762 if ( false === strpos( $_SERVER[ 'REQUEST_URI' ], '/newbloguser/' ) ) … … 1824 1819 } 1825 1820 add_action('update_option_blog_public', 'update_blog_public', 10, 2); 1826 1821 1827 1822 /* Redirect all hits to "dashboard" blog to wp-admin/ Dashboard. */ 1828 1823 function redirect_mu_dashboard() {
Note: See TracChangeset
for help on using the changeset viewer.