Skip to content

Commit

Permalink
Use default textdomain for Revision string, per #534
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejarrett committed May 16, 2014
1 parent e0bed5e commit 31529cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static function action_links( $links, $record ) {
}

if ( $revision_id = wp_stream_get_meta( $record->ID, 'revision_id', true ) ) {
$links[ esc_html__( 'Revision', 'stream' ) ] = get_edit_post_link( $revision_id );
$links[ esc_html__( 'Revision', 'default' ) ] = get_edit_post_link( $revision_id );
}
}
}
Expand Down

0 comments on commit 31529cc

Please sign in to comment.