Changeset 47088 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r46958 r47088 2708 2708 * 2709 2709 * Slashes will first be removed if magic_quotes_gpc is set, see {@link 2710 * https:// secure.php.net/magic_quotes} for more details.2710 * https://www.php.net/magic_quotes} for more details. 2711 2711 * 2712 2712 * @since 0.71 … … 4398 4398 * Convert entities, while preserving already-encoded entities. 4399 4399 * 4400 * @link https:// secure.php.net/htmlentities Borrowed from the PHP Manual user notes.4400 * @link https://www.php.net/htmlentities Borrowed from the PHP Manual user notes. 4401 4401 * 4402 4402 * @since 1.2.2 … … 4937 4937 * by adding it to the function signature. 4938 4938 * 4939 * @link https:// secure.php.net/sprintf4939 * @link https://www.php.net/sprintf 4940 4940 * 4941 4941 * @param string $pattern The string which formatted args are inserted.
Note: See TracChangeset
for help on using the changeset viewer.