Hook docs pinking shears.

Built from https://develop.svn.wordpress.org/trunk@26631


git-svn-id: http://core.svn.wordpress.org/trunk@26521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2013-12-04 20:03:09 +00:00
parent f0f5a12288
commit 087289b6a4
4 changed files with 9 additions and 9 deletions

View File

@ -301,9 +301,9 @@ function themes_api( $action, $args = null ) {
* Filter arguments used to query for installer pages from the WordPress.org Themes API.
*
* Important: An object MUST be returned to this filter.
*
*
* @since 2.8.0
*
*
* @param object $args Arguments used to query for installer pages from the WordPress.org Themes API.
* @param string $action Requested action. Likely values are 'theme_information',
* 'feature_list', or 'query_themes'.
@ -315,7 +315,7 @@ function themes_api( $action, $args = null ) {
*
* Returning a value of true to this filter allows a theme to completely
* override the built-in WordPress.org API.
*
*
* @since 2.8.0
*
* @param bool $bool Whether to override the WordPress.org Themes API. Default false.

View File

@ -67,7 +67,7 @@ if ( $_POST ) {
/**
* Fires after the network options are updated.
*
*
* @since MU
*/
do_action( 'update_wpmu_options' );
@ -312,7 +312,7 @@ if ( isset( $_GET['updated'] ) ) {
* screen in their individual sites' dashboards.
*
* @since MU
*
*
* @param array $admin_menus The menu items available.
*/
$menu_items = apply_filters( 'mu_menu_items', array( 'plugins' => __( 'Plugins' ) ) );

View File

@ -60,7 +60,7 @@ if ( isset($_REQUEST['action']) && 'update-site' == $_REQUEST['action'] && is_ar
/**
* Fires after the site options are updated.
*
*
* @since 3.0.0
*/
do_action( 'wpmu_update_blog_options' );
@ -150,9 +150,9 @@ if ( ! empty( $messages ) ) {
} // End foreach
/**
* Fires at the end of the Edit Site form, before the submit button.
*
*
* @since 3.0.0
*
*
* @param int $id Site ID.
*/
do_action( 'wpmueditblogaction', $id );

View File

@ -3042,7 +3042,7 @@ function tag_escape($tag_name) {
* Filter a string cleaned and escaped for output as an HTML tag.
*
* @since 2.8.0
*
*
* @param string $safe_tag The tag name after it has been escaped.
* @param string $tag_name The text before it was escaped.
*/