Ticket #28841: 28841.2.diff
| File 28841.2.diff, 5.3 KB (added by , 12 years ago) |
|---|
-
src/wp-includes/class-http.php
1514 1514 * cURL MAY support more methods (such as NTLM authentication) depending on your environment. 1515 1515 * 1516 1516 * The constants are as follows: 1517 * <ol>1518 * <li>WP_PROXY_HOST - Enable proxy support and host for connecting.</li>1519 * <li>WP_PROXY_PORT - Proxy port for connection. No default, must be defined.</li>1520 * <li>WP_PROXY_USERNAME - Proxy username, if it requires authentication.</li>1521 * <li>WP_PROXY_PASSWORD - Proxy password, if it requires authentication.</li>1522 * <li>WP_PROXY_BYPASS_HOSTS - Will prevent the hosts in this list from going through the proxy.1523 * You do not need to have localhost and the blog host in this list, because they will not be passed1524 * through the proxy. The list should be presented in a comma separated list, wildcards using * are supported, eg. *.wordpress.org</li>1525 * </ol>1526 1517 * 1518 * - WP_PROXY_HOST - Enable proxy support and host for connecting. 1519 * - WP_PROXY_PORT - Proxy port for connection. No default, must be defined. 1520 * - WP_PROXY_USERNAME - Proxy username, if it requires authentication. 1521 * - WP_PROXY_PASSWORD - Proxy password, if it requires authentication. 1522 * - WP_PROXY_BYPASS_HOSTS - Will prevent the hosts in this list from going through the proxy. 1523 * You do not need to have localhost and the blog host in this list, because they will not be passed 1524 * through the proxy. The list should be presented in a comma separated list, wildcards using * are supported, eg. *.wordpress.org. 1525 * 1527 1526 * An example can be as seen below. 1528 1527 * <code> 1529 1528 * define('WP_PROXY_HOST', '192.168.84.101'); … … 1771 1770 * or a header string detailing it. 1772 1771 * 1773 1772 * If it's an array, it should include the following elements: 1774 * <ol>1775 * <li>Name</li>1776 * <li>Value - should NOT be urlencoded already.</li>1777 * <li>Expires - (optional) String or int (UNIX timestamp).</li>1778 * <li>Path (optional)</li>1779 * <li>Domain (optional)</li>1780 * <li>Port (optional)</li>1781 * </ol>1782 1773 * 1774 * - name 1775 * - value - should NOT be urlencoded already. 1776 * - expires - (optional) String or int (UNIX timestamp). 1777 * - path - (optional) 1778 * - domain - (optional) 1779 * - port - (optional) 1780 * 1783 1781 * @access public 1784 1782 * @since 2.8.0 1785 1783 * -
src/wp-includes/general-template.php
602 602 * The deprecated blog info options are listed in the function contents. 603 603 * 604 604 * The possible values for the 'show' parameter are listed below. 605 * <ol>606 * <li><strong>url</strong> - Blog URI to homepage.</li>607 * <li><strong>wpurl</strong> - Blog URI path to WordPress.</li>608 * <li><strong>description</strong> - Secondary title</li>609 * </ol>610 605 * 606 * - url - Blog URI to homepage. 607 * - wpurl - Blog URI path to WordPress. 608 * - description - Secondary title. 609 * 611 610 * The feed URL options can be retrieved from 'rdf_url' (RSS 0.91), 612 611 * 'rss_url' (RSS 1.0), 'rss2_url' (RSS 2.0), or 'atom_url' (Atom feed). The 613 612 * comment feeds can be retrieved from the 'comments_atom_url' (Atom comment -
src/wp-includes/shortcodes.php
209 209 * 210 210 * The regular expression contains 6 different sub matches to help with parsing. 211 211 * 212 * 1 - An extra [ to allow for escaping shortcodes with double [[]]213 * 2 - The shortcode name214 * 3 - The shortcode argument list215 * 4 - The self closing /216 * 5 - The content of a shortcode when it wraps some content.217 * 6 - An extra ] to allow for escaping shortcodes with double [[]]212 * - 1 - An extra [ to allow for escaping shortcodes with double [[]] 213 * - 2 - The shortcode name 214 * - 3 - The shortcode argument list 215 * - 4 - The self closing / 216 * - 5 - The content of a shortcode when it wraps some content. 217 * - 6 - An extra ] to allow for escaping shortcodes with double [[]] 218 218 * 219 219 * @since 2.5.0 220 220 * -
src/wp-includes/wp-db.php
895 895 * 896 896 * The scope argument can take one of the following: 897 897 * 898 * 'all' - returns 'all' and 'global' tables. No old tables are returned.899 * 'blog' - returns the blog-level tables for the queried blog.900 * 'global' - returns the global tables for the installation, returning multisite tables only if running multisite.901 * 'ms_global' - returns the multisite global tables, regardless if current installation is multisite.902 * 'old' - returns tables which are deprecated.898 * - 'all' - returns 'all' and 'global' tables. No old tables are returned. 899 * - 'blog' - returns the blog-level tables for the queried blog. 900 * - 'global' - returns the global tables for the installation, returning multisite tables only if running multisite. 901 * - 'ms_global' - returns the multisite global tables, regardless if current installation is multisite. 902 * - 'old' - returns tables which are deprecated. 903 903 * 904 904 * @since 3.0.0 905 905 * @uses wpdb::$tables
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)