Ticket #30224: post-template-docs.diff
File post-template-docs.diff, 1.6 KB (added by , 9 years ago) |
---|
-
src/wp-includes/post-template.php
244 244 * @global int $multipage 245 245 * 246 246 * @param string $more_link_text Optional. Content for when there is more text. 247 * @param bool $strip_teaserOptional. Strip teaser content before the more text. Default is false.247 * @param bool $strip_teaser Optional. Strip teaser content before the more text. Default is false. 248 248 * @return string 249 249 */ 250 250 function get_the_content( $more_link_text = null, $strip_teaser = false ) { … … 316 316 * 317 317 * @since 3.1.0 318 318 * @access private 319 * @param array $match Match array from preg_replace_callback 319 * 320 * @param array $match Match array from preg_replace_callback. 320 321 * @return string 321 322 */ 322 323 function _convert_urlencoded_to_entities( $match ) { … … 391 392 * 392 393 * @since 2.7.0 393 394 * 394 * @param string|array $class One or more classes to add to the class list.395 * @param int|WP_Post $post_id Optional. Post ID or post object.395 * @param string|array $class One or more classes to add to the class list. 396 * @param int|WP_Post $post_id Optional. Post ID or post object. 396 397 */ 397 398 function post_class( $class = '', $post_id = null ) { 398 399 // Separates classes with a single space, collates classes for post DIV … … 950 951 /** 951 952 * Display list of post custom fields. 952 953 * 954 * @since 1.2.0 955 * 953 956 * @internal This will probably change at some point... 954 * @since 1.2.0957 * 955 958 */ 956 959 function the_meta() { 957 960 if ( $keys = get_post_custom_keys() ) {