Make WordPress Core

Changeset 36010


Ignore:
Timestamp:
12/18/2015 11:07:53 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing summary, description, and @since version to the DocBlock for wp_redirect_admin_locations().

Introduced in [19880].

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/canonical.php

    r35848 r36010  
    603603
    604604/**
     605 * Redirects a variety of shorthand URLs to the admin.
     606 *
     607 * If a user visits example.com/admin, they'll be redirected to /wp-admin.
     608 * Visiting /login redirects to /wp-login.php, and so on.
     609 *
     610 * @since 3.4.0
    605611 *
    606612 * @global WP_Rewrite $wp_rewrite
Note: See TracChangeset for help on using the changeset viewer.