Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
consistency tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gipetto committed Sep 28, 2011
1 parent e7fc1a7 commit 1489aa5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.mdown
Expand Up @@ -29,20 +29,20 @@ It does leave just a little bit to be desired. It doesn't distinguish between cl

"Common" function prefixes are duplicated in to their own commands. They all pull from the same function definition list, but offer a limited scope search. These limited scopes are available for:

- `get_`⇥, ie: `get_permalink`, `get_post_meta`
- `is_`⇥, ie: `is_home`, `is_search`
- `the_`⇥, ie: the_post, the_title
- `wp_`⇥, ie: `wp_cache_add`, `wp_themes_dir`
- `esc_`⇥, ie: `esc_attr_e`
- `get_`⇥ - ie: `get_permalink`, `get_post_meta`
- `is_`⇥ - ie: `is_home`, `is_search`
- `the_`⇥ - ie: the_post, the_title
- `wp_`⇥ - ie: `wp_cache_add`, `wp_themes_dir`
- `esc_`⇥ - ie: `esc_attr_e`

Functions that have many options or required a bit of special attention have been expanded in to their own completions:

- `bloginfo`⇥ and `get_bloginfo`⇥ for bloginfo vars
- `wp_list_pages`⇥ for listing pages and providing a standard starting point
- `bloginfo`⇥ and `get_bloginfo`⇥ - for bloginfo vars
- `wp_list_pages`⇥ - for listing pages and providing a standard starting point
- `get_posts`⇥
- `wp_query`⇥
- `metadata`⇥ for quick access to the WordPress metadata apis
- `remote`⇥ for quick access to the `wp_remote_*` functions
- `metadata`⇥ - for quick access to the WordPress metadata apis
- `remote`⇥ - for quick access to the `wp_remote_*` functions
- `cache`⇥ - for quick access to the `wp_cache_` functions
- `transients`⇥ - for quick access to the transient functions

Expand Down Expand Up @@ -111,11 +111,11 @@ Who can ever remember all the user role levels? Now you don't have to. With `use

Included are functions for quickly accessing common object members for post objects, query objects and the database object. The currently available completions are:

- `qv1`⇥ for query vars
- `pv`⇥ for post vars
- `wpdb`⇥ for wbdb vars and methods
- `wp_query`⇥ for wp_query vars and methods
- `wpsalts`⇥ to generate salts using the WordPress.org secret-key service
- `qv1`⇥ - for query vars
- `pv`⇥ - for post vars
- `wpdb`⇥ - for wbdb vars and methods
- `wp_query`⇥ - for wp_query vars and methods
- `wpsalts`⇥ - to generate salts using the WordPress.org secret-key service

## Internationalization

Expand Down

0 comments on commit 1489aa5

Please sign in to comment.