Fix docblock formatting. fixes #25893.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-11-11 13:32:10 +00:00
parent e5a4485a49
commit 8d659b278c
11 changed files with 30 additions and 29 deletions

View File

@ -34,12 +34,12 @@ add_meta_box('linkadvanceddiv', __('Advanced'), 'link_advanced_meta_box', null,
do_action( 'add_meta_boxes', 'link', $link );
/**
* Fires when link-specific meta boxes are added.
*
* @since 3.0.0
*
* @param object $link Link object.
*/
* Fires when link-specific meta boxes are added.
*
* @since 3.0.0
*
* @param object $link Link object.
*/
do_action( 'add_meta_boxes_link', $link );
/** This action is documented in wp-admin/edit-form-advanced.php */

View File

@ -160,7 +160,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
$this->theme_installer();
}
/*
/**
* Prints a theme from the WordPress.org API.
*
* @param object $theme An object that contains theme data returned by the WordPress.org API.
@ -247,7 +247,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
$this->install_theme_info( $theme );
}
/*
/**
* Prints the wrapper for the theme installer.
*/
function theme_installer() {
@ -272,7 +272,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
<?php
}
/*
/**
* Prints the wrapper for the theme installer with a provided theme's data.
* Used to make the theme installer work for no-js.
*
@ -291,7 +291,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
<?php
}
/*
/**
* Prints the info for a theme (to be used in the theme installer modal).
*
* @param object $theme - A WordPress.org Theme API object.

View File

@ -1,7 +1,7 @@
(function( exports, $ ){
var api = wp.customize;
/*
/**
* @param options
* - previewer - The Previewer instance to sync with.
* - transport - The transport to use for previewing. Supports 'refresh' and 'postMessage'.

View File

@ -38,12 +38,12 @@ if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
}
/**
* Toggle site update services configuration functionality.
*
* @since 3.0.0
*
* @param bool True or false, based on whether update services configuration is enabled or not.
*/
* Toggle site update services configuration functionality.
*
* @since 3.0.0
*
* @param bool True or false, based on whether update services configuration is enabled or not.
*/
if ( apply_filters( 'enable_update_services_configuration', true ) ) {
get_current_screen()->add_help_tab( array(
'id' => 'options-services',

View File

@ -684,7 +684,7 @@ class WP_User {
return $this->__isset( $key );
}
/*
/**
* Return an array representation.
*
* @since 3.5.0

View File

@ -396,7 +396,7 @@ class WP_Comment_Query {
return $comments;
}
/*
/**
* Used internally to generate an SQL string for searching across multiple columns
*
* @access protected

View File

@ -6,7 +6,7 @@ window.wp = window.wp || {};
if ( typeof _wpPluploadSettings === 'undefined' )
return;
/*
/**
* An object that helps create a WordPress uploader using plupload.
*
* @param options - object - The options passed to the new plupload instance.

View File

@ -736,12 +736,13 @@ function edit_term_link( $link = '', $before = '', $after = '', $term = null, $e
}
/**
* Retrieve permalink for search.
*
* @since 3.0.0
* @param string $query Optional. The query string to use. If empty the current query is used.
* @return string
*/
* Retrieve permalink for search.
*
* @since 3.0.0
*
* @param string $query Optional. The query string to use. If empty the current query is used.
* @return string
*/
function get_search_link( $query = '' ) {
global $wp_rewrite;

View File

@ -1712,7 +1712,7 @@ class WP_Query {
do_action_ref_array('parse_query', array(&$this));
}
/*
/**
* Parses various taxonomy related query vars.
*
* @access protected

View File

@ -452,7 +452,7 @@ function wp_get_translation_updates() {
return $updates;
}
/*
/**
* Collect counts and UI strings for available updates
*
* @since 3.3.0

View File

@ -618,7 +618,7 @@ class WP_User_Query {
$this->query_vars[$query_var] = $value;
}
/*
/**
* Used internally to generate an SQL string for searching across multiple columns
*
* @access protected