Changeset 38121 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 07/20/2016 04:56:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r38100 r38121 2256 2256 * 2257 2257 * @since 2.1.0 2258 * @since 4.6.0 The `$post` parameter was added.2258 * @since 4.6.0 Added the `$post` parameter. 2259 2259 * 2260 2260 * @param string $d Optional. PHP date format defaults to the date_format option if not specified. … … 2278 2278 * 2279 2279 * @since 2.1.0 2280 * @since 4.6.0 The `$post` parameter was added.2280 * @since 4.6.0 Added the `$post` parameter. 2281 2281 * 2282 2282 * @param string $the_time The formatted date. … … 2409 2409 * 2410 2410 * @since 2.0.0 2411 * @since 4.6.0 The `$post` parameter was added.2411 * @since 4.6.0 Added the `$post` parameter. 2412 2412 * 2413 2413 * @param string $d Optional. Format to use for retrieving the time the post … … 2433 2433 * 2434 2434 * @since 2.0.0 2435 * @since 4.6.0 The `$post` parameter was added.2435 * @since 4.6.0 Added the `$post` parameter. 2436 2436 * 2437 2437 * @param string $the_time The formatted time. … … 2789 2789 2790 2790 /** 2791 * Prints resource hints to browsers for pre-fetching, pre-rendering and pre-connecting to web sites. 2792 * 2793 * Gives hints to browsers to prefetch specific pages or render them in the background, 2794 * to perform DNS lookups or to begin the connection handshake (DNS, TCP, TLS) in the background. 2791 * Prints resource hints to browsers for pre-fetching, pre-rendering 2792 * and pre-connecting to web sites. 2793 * 2794 * Gives hints to browsers to prefetch specific pages or render them 2795 * in the background, to perform DNS lookups or to begin the connection 2796 * handshake (DNS, TCP, TLS) in the background. 2795 2797 * 2796 2798 * These performance improving indicators work by using `<link rel"…">`. … … 2852 2854 2853 2855 /** 2854 * Ret urns a list of unique hosts of all enqueued scripts and styles.2856 * Retrieves a list of unique hosts of all enqueued scripts and styles. 2855 2857 * 2856 2858 * @since 4.6.0
Note: See TracChangeset
for help on using the changeset viewer.