Skip to content

Commit

Permalink
Merge pull request #60 from 10up/remove/i18n-files
Browse files Browse the repository at this point in the history
Remove/i18n files as translations handled on dotorg
  • Loading branch information
jeffpaul authored Sep 23, 2020
2 parents 7d0eaa2 + af00ed3 commit 55315c8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 863 deletions.
1 change: 0 additions & 1 deletion eight-day-week.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* Author URI: http://10up.com
* License: GPLv2+
* Text Domain: eight-day-week-print-workflow
* Domain Path: /languages
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion includes/functions/user-roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function update_users_print_role() {

// If the user doesn't already belong to the blog, bail.
if ( is_multisite() && ! is_user_member_of_blog( $id ) ) {
wp_die( __( 'Cheatin’ uh?' ), 403 );
wp_die( __( 'Something went wrong.' ), 403 );
}

$user = get_userdata( $id );
Expand Down
Binary file removed languages/eight-day-week-print-workflow-de_DE.mo
Binary file not shown.
Loading

0 comments on commit 55315c8

Please sign in to comment.