Changeset 26486
- Timestamp:
- 11/30/2013 07:04:57 PM (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
r26485 r26486 949 949 * Filter a sanitized username string. 950 950 * 951 * @since 2.0.1 1951 * @since 2.0.1 952 952 * 953 953 * @param string $username Sanitized username. … … 1007 1007 * Filter a sanitized title string. 1008 1008 * 1009 * @since 1.2. 11009 * @since 1.2.0 1010 1010 * 1011 1011 * @param string $title Sanitized title. … … 1403 1403 * Filter the text to be formatted for editing. 1404 1404 * 1405 * @since 1.2. 11405 * @since 1.2.0 1406 1406 * 1407 1407 * @param string $content The text, prior to formatting for editing. … … 1425 1425 * Filter the string returned by format_to_post(). 1426 1426 * 1427 * @since 1.2. 11427 * @since 1.2.0 1428 1428 * 1429 1429 * @param string $content The string to format. … … 2955 2955 * and properly slashed for output. 2956 2956 * 2957 * @since 2.0. 112957 * @since 2.0.6 2958 2958 * 2959 2959 * @param string $safe_text The text after it has been escaped. … … 3005 3005 * before output. 3006 3006 * 3007 * @since 2.0. 113007 * @since 2.0.6 3008 3008 * 3009 3009 * @param string $safe_text The text after it has been escaped.
Note: See TracChangeset
for help on using the changeset viewer.