mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 15:14:37 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6981,7 +6981,7 @@ function wp_unique_id( $prefix = '' ) {
|
||||
*
|
||||
* @param string $group Where the cache contents are grouped.
|
||||
*
|
||||
* @return string $last_changed UNIX timestamp with microseconds representing when the group was last changed.
|
||||
* @return string UNIX timestamp with microseconds representing when the group was last changed.
|
||||
*/
|
||||
function wp_cache_get_last_changed( $group ) {
|
||||
$last_changed = wp_cache_get( 'last_changed', $group );
|
||||
@@ -7395,7 +7395,7 @@ function wp_update_php_annotation( $before = '<p class="description">', $after =
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
* @return string $message Update PHP page annotation. An empty string if no custom URLs are provided.
|
||||
* @return string Update PHP page annotation. An empty string if no custom URLs are provided.
|
||||
*/
|
||||
function wp_get_update_php_annotation() {
|
||||
$update_url = wp_get_update_php_url();
|
||||
|
||||
Reference in New Issue
Block a user