Index: src/wp-includes/class-http.php
===================================================================
--- src/wp-includes/class-http.php	(revision 29106)
+++ src/wp-includes/class-http.php	(working copy)
@@ -1514,16 +1514,15 @@
  * cURL MAY support more methods (such as NTLM authentication) depending on your environment.
  *
  * The constants are as follows:
- * <ol>
- * <li>WP_PROXY_HOST - Enable proxy support and host for connecting.</li>
- * <li>WP_PROXY_PORT - Proxy port for connection. No default, must be defined.</li>
- * <li>WP_PROXY_USERNAME - Proxy username, if it requires authentication.</li>
- * <li>WP_PROXY_PASSWORD - Proxy password, if it requires authentication.</li>
- * <li>WP_PROXY_BYPASS_HOSTS - Will prevent the hosts in this list from going through the proxy.
- * You do not need to have localhost and the blog host in this list, because they will not be passed
- * through the proxy. The list should be presented in a comma separated list, wildcards using * are supported, eg. *.wordpress.org</li>
- * </ol>
  *
+ * - WP_PROXY_HOST - Enable proxy support and host for connecting.
+ * - WP_PROXY_PORT - Proxy port for connection. No default, must be defined.
+ * - WP_PROXY_USERNAME - Proxy username, if it requires authentication.
+ * - WP_PROXY_PASSWORD - Proxy password, if it requires authentication.
+ * - WP_PROXY_BYPASS_HOSTS - Will prevent the hosts in this list from going through the proxy.
+ *   You do not need to have localhost and the blog host in this list, because they will not be passed
+ *   through the proxy. The list should be presented in a comma separated list, wildcards using * are supported, eg. *.wordpress.org.
+ *
  * An example can be as seen below.
  * <code>
  * define('WP_PROXY_HOST', '192.168.84.101');
@@ -1771,15 +1770,14 @@
 	 * or a header string detailing it.
 	 *
 	 * If it's an array, it should include the following elements:
-	 * <ol>
-	 * <li>Name</li>
-	 * <li>Value - should NOT be urlencoded already.</li>
-	 * <li>Expires - (optional) String or int (UNIX timestamp).</li>
-	 * <li>Path (optional)</li>
-	 * <li>Domain (optional)</li>
-	 * <li>Port (optional)</li>
-	 * </ol>
 	 *
+	 * - name
+	 * - value - should NOT be urlencoded already.
+	 * - expires - (optional) String or int (UNIX timestamp).
+	 * - path - (optional)
+	 * - domain - (optional)
+	 * - port - (optional)
+	 *
 	 * @access public
 	 * @since 2.8.0
 	 *
Index: src/wp-includes/general-template.php
===================================================================
--- src/wp-includes/general-template.php	(revision 29106)
+++ src/wp-includes/general-template.php	(working copy)
@@ -602,12 +602,11 @@
  * The deprecated blog info options are listed in the function contents.
  *
  * The possible values for the 'show' parameter are listed below.
- * <ol>
- * <li><strong>url</strong> - Blog URI to homepage.</li>
- * <li><strong>wpurl</strong> - Blog URI path to WordPress.</li>
- * <li><strong>description</strong> - Secondary title</li>
- * </ol>
  *
+ * - url - Blog URI to homepage.
+ * - wpurl - Blog URI path to WordPress.
+ * - description - Secondary title.
+ *
  * The feed URL options can be retrieved from 'rdf_url' (RSS 0.91),
  * 'rss_url' (RSS 1.0), 'rss2_url' (RSS 2.0), or 'atom_url' (Atom feed). The
  * comment feeds can be retrieved from the 'comments_atom_url' (Atom comment
Index: src/wp-includes/shortcodes.php
===================================================================
--- src/wp-includes/shortcodes.php	(revision 29106)
+++ src/wp-includes/shortcodes.php	(working copy)
@@ -209,12 +209,12 @@
  *
  * The regular expression contains 6 different sub matches to help with parsing.
  *
- * 1 - An extra [ to allow for escaping shortcodes with double [[]]
- * 2 - The shortcode name
- * 3 - The shortcode argument list
- * 4 - The self closing /
- * 5 - The content of a shortcode when it wraps some content.
- * 6 - An extra ] to allow for escaping shortcodes with double [[]]
+ * - 1 - An extra [ to allow for escaping shortcodes with double [[]]
+ * - 2 - The shortcode name
+ * - 3 - The shortcode argument list
+ * - 4 - The self closing /
+ * - 5 - The content of a shortcode when it wraps some content.
+ * - 6 - An extra ] to allow for escaping shortcodes with double [[]]
  *
  * @since 2.5.0
  *
Index: src/wp-includes/wp-db.php
===================================================================
--- src/wp-includes/wp-db.php	(revision 29106)
+++ src/wp-includes/wp-db.php	(working copy)
@@ -895,11 +895,11 @@
 	 *
 	 * The scope argument can take one of the following:
 	 *
-	 * 'all' - returns 'all' and 'global' tables. No old tables are returned.
-	 * 'blog' - returns the blog-level tables for the queried blog.
-	 * 'global' - returns the global tables for the installation, returning multisite tables only if running multisite.
-	 * 'ms_global' - returns the multisite global tables, regardless if current installation is multisite.
-	 * 'old' - returns tables which are deprecated.
+	 * - 'all' - returns 'all' and 'global' tables. No old tables are returned.
+	 * - 'blog' - returns the blog-level tables for the queried blog.
+	 * - 'global' - returns the global tables for the installation, returning multisite tables only if running multisite.
+	 * - 'ms_global' - returns the multisite global tables, regardless if current installation is multisite.
+	 * - 'old' - returns tables which are deprecated.
 	 *
 	 * @since 3.0.0
 	 * @uses wpdb::$tables
