mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +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:
@@ -1090,7 +1090,7 @@ function wp_old_slug_redirect() {
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
* @param string $post_type The current post type based on the query vars.
|
||||
* @return int $id The Post ID.
|
||||
* @return int The Post ID.
|
||||
*/
|
||||
function _find_post_by_old_slug( $post_type ) {
|
||||
global $wpdb;
|
||||
@@ -1125,7 +1125,7 @@ function _find_post_by_old_slug( $post_type ) {
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*
|
||||
* @param string $post_type The current post type based on the query vars.
|
||||
* @return int $id The Post ID.
|
||||
* @return int The Post ID.
|
||||
*/
|
||||
function _find_post_by_old_date( $post_type ) {
|
||||
global $wpdb;
|
||||
|
||||
Reference in New Issue
Block a user