Make WordPress Core

Changeset 34768


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

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

Props welcher.
See #30224.

File:
1 edited

Legend:

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

    r34653 r34768  
    245245 *
    246246 * @param string $more_link_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.
    248248 * @return string
    249249 */
     
    317317 * @since 3.1.0
    318318 * @access private
    319  * @param array $match Match array from preg_replace_callback
     319 *
     320 * @param array $match Match array from preg_replace_callback.
    320321 * @return string
    321322 */
     
    392393 * @since 2.7.0
    393394 *
    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`.
    396397 */
    397398function post_class( $class = '', $post_id = null ) {
     
    951952 * Display list of post custom fields.
    952953 *
     954 * @since 1.2.0
     955 *
    953956 * @internal This will probably change at some point...
    954  * @since 1.2.0
     957 *
    955958 */
    956959function the_meta() {
Note: See TracChangeset for help on using the changeset viewer.