Make WordPress Core


Ignore:
Timestamp:
02/07/2016 02:06:01 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Slightly simplify the DocBlock summaries for home_url(), get_home_url(), site_url(), and get_site_url().

See #35238. See #32246.

File:
1 edited

Legend:

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

    r36408 r36494  
    29262926
    29272927/**
    2928  * Retrieve the url for the current site where the front-end of the site is accessible.
     2928 * Retrieve the URL for the current site where the front-end is accessible.
    29292929 *
    29302930 * Returns the 'home' option with the appropriate protocol, 'https' if
     
    29442944
    29452945/**
    2946  * Retrieve the url for a given site where the front-end of the site is accessible.
     2946 * Retrieve the URL for a given site where the front-end is accessible.
    29472947 *
    29482948 * Returns the 'home' option with the appropriate protocol, 'https' if
     
    30013001
    30023002/**
    3003  * Retrieve the url for the current site where WordPress application files
     3003 * Retrieve the URL for the current site where WordPress application files
    30043004 * (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible.
    30053005 *
     
    30193019
    30203020/**
    3021  * Retrieve the url for a given site where WordPress application files
     3021 * Retrieve the URL for a given site where WordPress application files
    30223022 * (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible.
    30233023 *
Note: See TracChangeset for help on using the changeset viewer.