Changeset 43827 for branches/5.0/src/wp-includes/functions.php
- Timestamp:
- 10/26/2018 01:23:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/functions.php
r43703 r43827 655 655 656 656 /** 657 * Whether the publish date of the current post in the loop is different from the 658 * publish date of the previous post in the loop. 659 * 657 * Determines whether the publish date of the current post in the loop is different 658 * from the publish date of the previous post in the loop. 659 * 660 * For more information on this and similar theme functions, check out 661 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 662 * Conditional Tags} article in the Theme Developer Handbook. 663 * 660 664 * @since 0.71 661 665 * … … 1341 1345 1342 1346 /** 1343 * Testwhether WordPress is already installed.1347 * Determines whether WordPress is already installed. 1344 1348 * 1345 1349 * The cache will be checked first. If you have a cache plugin, which saves … … 1348 1352 * 1349 1353 * Checks for the 'siteurl' option for whether WordPress is installed. 1354 * 1355 * For more information on this and similar theme functions, check out 1356 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1357 * Conditional Tags} article in the Theme Developer Handbook. 1350 1358 * 1351 1359 * @since 2.1.0
Note: See TracChangeset
for help on using the changeset viewer.