Changeset 1392
- Timestamp:
- 07/22/08 11:31:30 (1 month ago)
- Files:
-
- trunk/wp-includes/wpmu-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/wpmu-functions.php
r1387 r1392 1945 1945 } 1946 1946 add_action( 'template_redirect', 'maybe_redirect_404' ); 1947 1948 function remove_tinymce_media_button( $buttons ) { 1949 unset( $buttons[ array_search( 'media', $buttons ) ] ); 1950 return $buttons; 1951 } 1952 add_filter( 'mce_buttons_2', 'remove_tinymce_media_button' ); 1947 1953 ?>
