Changeset 36074
- Timestamp:
- 12/23/2015 07:52:04 AM (9 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r35375 r36074 835 835 * an IP address. 836 836 * 837 * @ seehttp://home.deds.nl/~aeron/regex/ for IPv6 regex837 * @link http://home.deds.nl/~aeron/regex/ for IPv6 regex 838 838 * 839 839 * @since 3.7.0 -
trunk/src/wp-includes/comment-template.php
r36040 r36074 1230 1230 * halted. It is advised for that reason, that the default theme is not deleted. 1231 1231 * 1232 * @uses $withcommentsWill not try to get the comments if the post has none.1232 * Will not try to get the comments if the post has none. 1233 1233 * 1234 1234 * @since 1.5.0 … … 1243 1243 * @global string $user_identity 1244 1244 * @global bool $overridden_cpage 1245 * @global bool $withcomments 1245 1246 * 1246 1247 * @param string $file Optional. The file to load. Default '/comments.php'. -
trunk/src/wp-includes/deprecated.php
r36033 r36074 2357 2357 * @see get_users() 2358 2358 * 2359 * @global wpdb $wpdb WordPress database abstraction object.2360 * @ uses$blog_id The Blog id of the blog for those that use more than one blog2359 * @global wpdb $wpdb WordPress database abstraction object. 2360 * @global int $blog_id The Blog id of the blog for those that use more than one blog 2361 2361 * 2362 2362 * @param int $id Blog ID. -
trunk/src/wp-includes/functions.php
r36014 r36074 676 676 * 677 677 * @see _http_build_query() Used to build the query 678 * @ seehttp://us2.php.net/manual/en/function.http-build-query.php for more on what679 * http_build_query() does.678 * @link http://us2.php.net/manual/en/function.http-build-query.php for more on what 679 * http_build_query() does. 680 680 * 681 681 * @param array $data URL-encode key/value pairs. -
trunk/src/wp-includes/functions.wp-scripts.php
r35796 r36074 91 91 * Registers a script to be linked later using the wp_enqueue_script() function. 92 92 * 93 * @see WP_Dependencies::add(), WP_Dependencies::add_data() 93 * @see WP_Dependencies::add() 94 * @see WP_Dependencies::add_data() 94 95 * 95 96 * @since 2.6.0 … … 206 207 * Registers the script if $src provided (does NOT overwrite), and enqueues it. 207 208 * 208 * @see WP_Dependencies::add(), WP_Dependencies::add_data(), WP_Dependencies::enqueue() 209 * @see WP_Dependencies::add() 210 * @see WP_Dependencies::add_data() 211 * @see WP_Dependencies::enqueue() 209 212 * 210 213 * @since 2.6.0 -
trunk/src/wp-includes/functions.wp-styles.php
r32728 r36074 137 137 * Registers the style if source provided (does NOT overwrite) and enqueues. 138 138 * 139 * @see WP_Dependencies::add(), WP_Dependencies::enqueue() 139 * @see WP_Dependencies::add() 140 * @see WP_Dependencies::enqueue() 140 141 * @link http://www.w3.org/TR/CSS2/media.html#media-types List of CSS media types. 141 142 * -
trunk/src/wp-includes/general-template.php
r36042 r36074 2737 2737 * See https://core.trac.wordpress.org/ticket/19173 for more information. 2738 2738 * 2739 * @see wp-includes/class-wp-editor.php2739 * @see _WP_Editors::editor() 2740 2740 * @since 3.3.0 2741 2741 * -
trunk/src/wp-includes/query.php
r35968 r36074 1518 1518 * @type string $meta_key Custom field key. 1519 1519 * @type array $meta_query An associative array of WP_Meta_Query arguments. 1520 * {@see WP_Meta_Query ->queries}1520 * {@see WP_Meta_Query} 1521 1521 * @type string $meta_value Custom field value. 1522 1522 * @type int $meta_value_num Custom field value number. -
trunk/src/wp-includes/update.php
r35985 r36074 340 340 * 341 341 * @since 2.7.0 342 * @uses $wp_version Used to notify the WordPress version.343 342 * 344 343 * @param array $extra_stats Extra statistics to report to the WordPress.org API.
Note: See TracChangeset
for help on using the changeset viewer.