Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalize P in WordPress #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NewCity Shortcodes Wordpress Plugin
# NewCity Shortcodes WordPress Plugin

This plugin adds shortcodes and an interface for inserting and editing their contents.
The editing interface depends on the [Shortcake (Shortcode UI) plugin](https://wordpress.org/plugins/shortcode-ui/)
Expand All @@ -13,7 +13,7 @@ The following shortcodes are included:

## Setting default enabled plugins for a theme

This plugin sets a Wordpress option called `newcity_shortcodes_options`. It contains
This plugin sets a WordPress option called `newcity_shortcodes_options`. It contains
a single array called `enabled_shortcodes[]`. By setting this value with PHP, most likely
in your theme's `functions.php` file, you can either lock the values down permanently or
set up an initial state for the theme.
Expand Down Expand Up @@ -137,4 +137,4 @@ wrapped in sufficient containers to allow for lots of customization.
<figcaption>{ IMAGE CAPTION }</figcaption>
</figure>
</div>
```
```