Changeset 37487 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 05/22/2016 05:39:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r37431 r37487 2851 2851 2852 2852 /** 2853 * Retrieve the contents of the search WordPress query variable.2854 * 2855 * The search query string is passed through {@link esc_attr()}2856 * to ensure that it is safefor placing in an html attribute.2853 * Retrieves the contents of the search WordPress query variable. 2854 * 2855 * The search query string is passed through esc_attr() to ensure that it is safe 2856 * for placing in an html attribute. 2857 2857 * 2858 2858 * @since 2.3.0 … … 2878 2878 2879 2879 /** 2880 * Display the contents of the search query variable.2881 * 2882 * The search query string is passed through {@link esc_attr()}2883 * to ensure that it is safefor placing in an html attribute.2880 * Displays the contents of the search query variable. 2881 * 2882 * The search query string is passed through esc_attr() to ensure that it is safe 2883 * for placing in an html attribute. 2884 2884 * 2885 2885 * @since 2.1.0 … … 2987 2987 * 2988 2988 * It is possible to add query vars to the link by using the 'add_args' argument 2989 * and see {@link add_query_arg()}for more information.2989 * and see add_query_arg() for more information. 2990 2990 * 2991 2991 * The 'before_page_number' and 'after_page_number' arguments allow users to
Note: See TracChangeset
for help on using the changeset viewer.