Changeset 27262 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/25/2014 05:13:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r27259 r27262 354 354 * the $post_default_title will be used instead. 355 355 * 356 * @package WordPress357 * @subpackage XMLRPC358 356 * @since 0.71 359 357 * … … 380 378 * category is found, then it will always be an array. 381 379 * 382 * @package WordPress383 * @subpackage XMLRPC384 380 * @since 0.71 385 381 * … … 403 399 * XMLRPC XML content without title and category elements. 404 400 * 405 * @package WordPress406 * @subpackage XMLRPC407 401 * @since 0.71 408 402 * … … 444 438 * pingbacks and trackbacks. 445 439 * 446 * @package WordPress447 440 * @since 1.5.0 448 441 * … … 1192 1185 * Retrieve URL with nonce added to URL query. 1193 1186 * 1194 * @package WordPress1195 * @subpackage Security1196 1187 * @since 2.0.4 1197 1188 * … … 1224 1215 * the nonce creation value. 1225 1216 * 1226 * @package WordPress1227 * @subpackage Security1228 1217 * @since 2.0.4 1229 1218 * … … 1253 1242 * input name is '_wp_http_referer', in case you wanted to check manually. 1254 1243 * 1255 * @package WordPress1256 * @subpackage Security1257 1244 * @since 2.0.4 1258 1245 * … … 1275 1262 * be the current page, if it doesn't exist. 1276 1263 * 1277 * @package WordPress1278 * @subpackage Security1279 1264 * @since 2.0.4 1280 1265 * … … 1297 1282 * as the current request URL, will return false. 1298 1283 * 1299 * @package WordPress1300 * @subpackage Security1301 1284 * @since 2.0.4 1302 1285 * … … 1320 1303 * Retrieve original referer that was posted, if it exists. 1321 1304 * 1322 * @package WordPress1323 * @subpackage Security1324 1305 * @since 2.0.4 1325 1306 * … … 1832 1813 * Retrieve the file type based on the extension name. 1833 1814 * 1834 * @package WordPress1835 1815 * @since 2.5.0 1836 1816 * @uses apply_filters() Calls 'ext2type' hook on default supported types. … … 2093 2073 * with the "Are you sure?" message. 2094 2074 * 2095 * @package WordPress2096 * @subpackage Security2097 2075 * @since 2.0.4 2098 2076 * … … 2431 2409 * 2432 2410 * @access private 2433 * @package WordPress2434 2411 * @since 2.2.0 2435 2412 * … … 2451 2428 * 2452 2429 * @access private 2453 * @package WordPress2454 2430 * @since 2.2.0 2455 2431 * … … 2473 2449 * 2474 2450 * @access private 2475 * @package WordPress2476 * @subpackage MCE2477 2451 * @since 2.1.0 2478 2452 * … … 2905 2879 * This function is to be used in every function that is deprecated. 2906 2880 * 2907 * @package WordPress2908 * @subpackage Debug2909 2881 * @since 2.5.0 2910 2882 * @access private … … 2950 2922 * This function is to be used in every file that is deprecated. 2951 2923 * 2952 * @package WordPress2953 * @subpackage Debug2954 2924 * @since 2.5.0 2955 2925 * @access private … … 3003 2973 * The current behavior is to trigger a user error if WP_DEBUG is true. 3004 2974 * 3005 * @package WordPress3006 * @subpackage Debug3007 2975 * @since 3.0.0 3008 2976 * @access private … … 3046 3014 * The current behavior is to trigger a user error if WP_DEBUG is true. 3047 3015 * 3048 * @package WordPress3049 * @subpackage Debug3050 3016 * @since 3.1.0 3051 3017 * @access private … … 3391 3357 * 3392 3358 * @since 3.0.0 3393 * @package WordPress3394 3359 * 3395 3360 * @return bool True if multisite and global terms enabled
Note: See TracChangeset
for help on using the changeset viewer.