Changeset 8242 for branches/crazyhorse/wp-app.php
- Timestamp:
- 07/02/2008 11:07:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-app.php
r8031 r8242 195 195 $this->redirect($this->get_service_url()); 196 196 } 197 198 // check to see if AtomPub is enabled 199 if( !get_option( 'enable_app' ) ) 200 $this->not_allowed( sprintf( __( 'AtomPub services are disabled on this blog. An admin user can enable them at %s' ), admin_url('options-writing.php') ) ); 197 201 198 202 // dispatch
Note: See TracChangeset
for help on using the changeset viewer.