Use correct function name in docs for get_plugin_data().
props eliorivero. fixes #30699. Built from https://develop.svn.wordpress.org/trunk@31008 git-svn-id: http://core.svn.wordpress.org/trunk@30989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e165f2caec
commit
bc60e63518
|
@ -22,7 +22,7 @@
|
|||
* Author URI: Link to the author's web site
|
||||
* Version: Must be set in the plugin for WordPress 2.3+
|
||||
* Text Domain: Optional. Unique identifier, should be same as the one used in
|
||||
* plugin_text_domain()
|
||||
* load_plugin_textdomain()
|
||||
* Domain Path: Optional. Only useful if the translations are located in a
|
||||
* folder above the plugin's base path. For example, if .mo files are
|
||||
* located in the locale folder then Domain Path will be "/locale/" and
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31007';
|
||||
$wp_version = '4.2-alpha-31008';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue