Ticket #7157: wp-app.php.3.diff
| File wp-app.php.3.diff, 647 bytes (added by , 18 years ago) |
|---|
-
wp-app.php
197 197 198 198 // check to see if AtomPub is enabled 199 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') ) );200 $this->not_allowed( array ( sprintf( __( 'AtomPub services are disabled on this blog. An admin user can enable them at %s' ), admin_url('options-writing.php') ) ) ); 201 201 202 202 // dispatch 203 203 foreach($this->selectors as $regex => $funcs) {