Skip to content

Commit

Permalink
fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wycks committed Dec 10, 2011
1 parent f098a8f commit fcf4dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/remove-stuff.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function Wps_remove_tools(){
remove_menu_page( 'index.php' ); //dashboard
remove_menu_page( 'edit.php' ); //posts
remove_menu_page( 'upload.php' ); //media
remove_menu_page( 'link-manager.php' ); //links
remove_menu_page( 'link-manager.php' ); //links
remove_menu_page( 'edit.php?post_type=page' ); //page
remove_menu_page( 'edit-comments.php' ); //comments
remove_menu_page( 'themes.php' ); //appearance
Expand Down

0 comments on commit fcf4dd1

Please sign in to comment.