Changeset 30105 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 10/30/2014 01:04:55 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r29873 r30105 1227 1227 * 1228 1228 * @since 3.1.0 1229 * @uses sanitize_title()1230 1229 * 1231 1230 * @param string $title The string to be sanitized. … … 2231 2230 * @since 1.2.0 2232 2231 * 2233 * @uses get_option() to retrieve the value of 'gmt_offset'.2234 2232 * @param string $string The date to be converted. 2235 2233 * @param string $format The format string for the returned date (default is Y-m-d H:i:s) … … 3024 3022 * 3025 3023 * @since 2.8.0 3026 * @uses wp_kses_bad_protocol() To only permit protocols in the URL set3027 * via $protocols or the common ones set in the function.3028 3024 * 3029 3025 * @param string $url The URL to be cleaned. … … 3083 3079 * 3084 3080 * @since 2.8.0 3085 * @uses esc_url()3086 3081 * 3087 3082 * @param string $url The URL to be cleaned. … … 3479 3474 * KSES already converts lone greater than signs. 3480 3475 * 3481 * @uses wp_pre_kses_less_than_callback in the callback function.3482 3476 * @since 2.3.0 3483 3477 * … … 3492 3486 * Callback function used by preg_replace. 3493 3487 * 3494 * @uses esc_html to format the $matches text.3495 3488 * @since 2.3.0 3496 3489 *
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)