Changeset 26081 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 11/11/2013 01:31:19 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r25966 r26081 737 737 738 738 /** 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 */ 745 746 function get_search_link( $query = '' ) { 746 747 global $wp_rewrite;
Note: See TracChangeset
for help on using the changeset viewer.