Changeset 34768
- Timestamp:
- 10/02/2015 06:37:48 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r34653 r34768 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 */ … … 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 */ … … 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. Defaults to the global `$post`. 396 397 */ 397 398 function post_class( $class = '', $post_id = null ) { … … 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() {
Note: See TracChangeset
for help on using the changeset viewer.