Changeset 7026
- Timestamp:
- 02/25/08 19:13:21 (8 months ago)
- Files:
-
- trunk/wp-admin/import/stp.php (modified) (1 diff)
- trunk/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/import/stp.php
r6943 r7026 92 92 $tags_added = $this->tag2post(); 93 93 94 echo '<p>' . sprintf( __ngettext('Done! <strong>%s</strong> tag s where added!', 'Done! <strong>%s</strong> tags where added!', $tags_added), $tags_added ) . '<br /></p>';94 echo '<p>' . sprintf( __ngettext('Done! <strong>%s</strong> tag was added!', 'Done! <strong>%s</strong> tags were added!', $tags_added), $tags_added ) . '<br /></p>'; 95 95 echo '<form action="admin.php?import=stp&step=3" method="post">'; 96 96 wp_nonce_field('import-stp'); trunk/xmlrpc.php
r7021 r7026 637 637 set_current_user(0, $username); 638 638 if( !current_user_can("manage_categories") ) { 639 return new IXR_Error( 401, __( "Sorry, you do not the right to delete a category." ) );639 return new IXR_Error( 401, __( "Sorry, you do not have the right to delete a category." ) ); 640 640 } 641 641
