Go to file
Eric Andrew Lewis 74f26214e7 General: Document the difference between site_url() and home_url().
`site_url()` returns a url where WordPress application files are accessible (e.g. where the `wp-admin/` folder resides). `home_url()` returns a url where the front-end of the WordPress site can be visited.

See #35238.


git-svn-id: https://develop.svn.wordpress.org/trunk@36408 602fd350-edb4-49c9-b593-d223f7449a82
2016-01-27 02:54:33 +00:00
src General: Document the difference between site_url() and home_url(). 2016-01-27 02:54:33 +00:00
tests Query: Respect 'suppress_filters' when filtering search-related SQL. 2016-01-26 03:11:12 +00:00
tools/i18n i18n tools: Add the text domain to translate_nooped_plural() calls as well. 2016-01-24 15:28:40 +00:00
.editorconfig
.gitignore
.jshintrc
.travis.yml
Gruntfile.js
package.json
phpunit.xml.dist
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php Unit Tests: Correct comment in `wp-tests-config-sample.php`. 2016-01-21 20:24:12 +00:00