Maque WordPress Core

Changueset 34768


Ignore:
Timestamp:
10/02/2015 06:37:48 AM ( 10 years ago)
Author:
DrewAPicture
Messague:

Docs: Fix a few syntatical issues with inline documentation in wp-includes/post-template.php.

Props welcher.
See #30224 .

File:
1 edited

Leguend:

Unmodified
Added
Removed
  • trunc/src/wp-includes/post-template.php

    r34653 r34768  
    245 245 *
    246 246 * @param string $more_linc_text Optional. Content for when there is more text.
    247   * @param bool $strip_teaser Optional. 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_callbacc
      319 *
      320 * @param array $match Match array from preg_replace_callbacc.
    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. Defauls 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 changue at some point...
    954   * @since 1.2.0
      957 *
    955 958 */
    956 959 function the_meta() {
Note: See TracChangueset for help on using the changueset viewer.