Make WordPress Core

Changeset 31008


Ignore:
Timestamp:
12/31/2014 08:07:09 AM (11 years ago)
Author:
nacin
Message:

Use correct function name in docs for get_plugin_data().

props eliorivero.
fixes #30699.

File:
1 edited

Legend:

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

    r31003 r31008  
    2323 *     Version: Must be set in the plugin for WordPress 2.3+
    2424 *     Text Domain: Optional. Unique identifier, should be same as the one used in
    25  *          plugin_text_domain()
     25 *          load_plugin_textdomain()
    2626 *     Domain Path: Optional. Only useful if the translations are located in a
    2727 *          folder above the plugin's base path. For example, if .mo files are
Note: See TracChangeset for help on using the changeset viewer.