mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user