Fix docblock formatting. fixes #25893.

git-svn-id: https://develop.svn.wordpress.org/trunk@26081 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2013-11-11 13:31:19 +00:00
parent eb8f223cd0
commit a2aed7b119
11 changed files with 30 additions and 29 deletions
+7 -6
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;