Skip to content

Commit

Permalink
Merge pull request #15 from voceconnect/fixing-typo
Browse files Browse the repository at this point in the history
fixing typo
  • Loading branch information
Sean McCafferty committed Jul 23, 2015
2 parents 14ede10 + eab9031 commit cfe0401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Post_Selection_Box.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function render() {
<th class="psu-col-delete"><a href="#" title="<?php printf(__("Remove all %s"), $this->args['labels']['name']) ?>"></a></th>
<th class="psu-col-title"><?php echo esc_html($this->args['labels']['singular_name']); ?></th>
<?php if($this->args['sortable']) : ?>
<th class="psu-col-order"><?php html_esc_e('Sort'); ?></th>
<th class="psu-col-order"><?php esc_html_e('Sort'); ?></th>
<?php endif; ?>
</tr>
</thead>
Expand Down

0 comments on commit cfe0401

Please sign in to comment.