Changeset 20215 for trunk/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 03/19/2012 07:04:49 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-xmlrpc-server.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-xmlrpc-server.php
r20159 r20215 3098 3098 3099 3099 if ( !current_user_can('edit_themes') ) 3100 return new IXR_Error(401, __('Sorry, this user can not edit the template.'));3100 return new IXR_Error(401, __('Sorry, this user cannot edit the template.')); 3101 3101 3102 3102 /* warning: here we make the assumption that the blog's URL is on the same server */
Note: See TracChangeset
for help on using the changeset viewer.