Skip to content

Commit

Permalink
Minor Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kjbenk committed Nov 20, 2015
1 parent 8f4d1f0 commit 0207258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions/welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function msa_welcome_page_tabs() {
</a>

<a class="nav-tab <?php echo $selected == 'msa-credits' ? 'nav-tab-active' : ''; ?>" href="<?php echo esc_url( admin_url( add_query_arg( array( 'page' => 'msa-credits' ), 'index.php' ) ) ); ?>">
<?php _e( 'Credits', 'msa' ); ?>
<?php _e( 'Contributors', 'msa' ); ?>
</a>

</h2>
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This section describes how to install the plugin and get it working. You can dow

e.g.

1. Upload `my-site-audit.php` to the `/wp-content/plugins/` directory
1. Upload `my-site-audit` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==
Expand All @@ -47,5 +47,5 @@ e.g.

== Changelog ==

= 1.0.0 = 2015-11-24
= 1.0.0 = 2015-11-20
* Initial Release :)

0 comments on commit 0207258

Please sign in to comment.