Make WordPress Core


Ignore:
Timestamp:
11/11/2013 01:31:19 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Fix docblock formatting. fixes #25893.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r25966 r26081  
    737737
    738738/**
    739 * Retrieve permalink for search.
    740 *
    741 * @since  3.0.0
    742 * @param string $query Optional. The query string to use. If empty the current query is used.
    743 * @return string
    744 */
     739 * Retrieve permalink for search.
     740 *
     741 * @since  3.0.0
     742 *
     743 * @param string $query Optional. The query string to use. If empty the current query is used.
     744 * @return string
     745 */
    745746function get_search_link( $query = '' ) {
    746747    global $wp_rewrite;
Note: See TracChangeset for help on using the changeset viewer.