Changeset 48100 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/19/2020 10:53:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r48068 r48100 6982 6982 * @param string $group Where the cache contents are grouped. 6983 6983 * 6984 * @return string $last_changedUNIX timestamp with microseconds representing when the group was last changed.6984 * @return string UNIX timestamp with microseconds representing when the group was last changed. 6985 6985 */ 6986 6986 function wp_cache_get_last_changed( $group ) { … … 7396 7396 * @since 5.2.0 7397 7397 * 7398 * @return string $messageUpdate PHP page annotation. An empty string if no custom URLs are provided.7398 * @return string Update PHP page annotation. An empty string if no custom URLs are provided. 7399 7399 */ 7400 7400 function wp_get_update_php_annotation() {
Note: See TracChangeset
for help on using the changeset viewer.