These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
| <?php | |
| /** | |
| * This changes logging to only log fatal errors. This file should go in your mu-plugins directory. | |
| */ | |
| // Set the error logging to only log fatal errors | |
| error_reporting( E_ERROR ); | |
| // Optional: change the location of your error log, it might be wise to put it outside your WP content dir. | |
| // If you don't change it, the default place for this log is debug.log in your WP_CONTENT_DIR. |
These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.