Changeset 29788 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/29/2014 01:27:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r29756 r29788 101 101 /* 102 102 * Store original value for language with untypical grammars. 103 * See http ://core.trac.wordpress.org/ticket/9396103 * See https://core.trac.wordpress.org/ticket/9396 104 104 */ 105 105 $req_format = $dateformatstring; … … 378 378 379 379 // Double serialization is required for backward compatibility. 380 // See http ://core.trac.wordpress.org/ticket/12930380 // See https://core.trac.wordpress.org/ticket/12930 381 381 if ( is_serialized( $data, false ) ) 382 382 return serialize( $data ); … … 3927 3927 * @access private 3928 3928 * 3929 * @see http ://core.trac.wordpress.org/ticket/84973929 * @see https://core.trac.wordpress.org/ticket/8497 3930 3930 * 3931 3931 * @param string $str Header comment to clean up. … … 4276 4276 * @since 3.4.0 4277 4277 * 4278 * @see http ://core.trac.wordpress.org/ticket/195894278 * @see https://core.trac.wordpress.org/ticket/19589 4279 4279 * 4280 4280 * @param string $ignore_class Optional. A class to ignore all function calls within - useful … … 4537 4537 * @access private 4538 4538 * 4539 * @see http ://core.trac.wordpress.org/ticket/236884539 * @see https://core.trac.wordpress.org/ticket/23688 4540 4540 * 4541 4541 * @param string $charset A charset name.
Note: See TracChangeset
for help on using the changeset viewer.