Make WordPress Core


Ignore:
Timestamp:
05/26/2024 08:49:30 PM (14 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the placement of @global tags in various files.

Follow-up to [6589], [8598], [10798], [25490], [25594], [31192], [31194], [35718], [37437], [44169], [44948], [45247], [56763], [56773], [57370], [57503].

Props shailu25.
Fixes #61295.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/export.php

    r58129 r58200  
    130130 * Creates the date options fields for exporting a given post type.
    131131 *
     132 * @since 3.1.0
     133 *
    132134 * @global wpdb      $wpdb      WordPress database abstraction object.
    133135 * @global WP_Locale $wp_locale WordPress date and time locale object.
    134  *
    135  * @since 3.1.0
    136136 *
    137137 * @param string $post_type The post type. Default 'post'.
Note: See TracChangeset for help on using the changeset viewer.