Changeset 42710 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/13/2018 04:53:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r42697 r42710 672 672 673 673 /** 674 * Whether the publish date of the current post in the loop is different from the 675 * publish date of the previous post in the loop. 676 * 674 * Determines whether the publish date of the current post in the loop is different 675 * from the publish date of the previous post in the loop. 676 * 677 * For more information on this and similar theme functions, check out 678 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 679 * Conditional Tags} article in the Theme Developer Handbook. 680 * 677 681 * @since 0.71 678 682 * … … 1383 1387 1384 1388 /** 1385 * Testwhether WordPress is already installed.1389 * Determines whether WordPress is already installed. 1386 1390 * 1387 1391 * The cache will be checked first. If you have a cache plugin, which saves … … 1390 1394 * 1391 1395 * Checks for the 'siteurl' option for whether WordPress is installed. 1396 * 1397 * For more information on this and similar theme functions, check out 1398 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1399 * Conditional Tags} article in the Theme Developer Handbook. 1392 1400 * 1393 1401 * @since 2.1.0
Note: See TracChangeset
for help on using the changeset viewer.