From 25e332e473859a1d0a854b2198e53f144c766e49 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 31 Dec 2014 08:07:09 +0000 Subject: [PATCH] Use correct function name in docs for get_plugin_data(). props eliorivero. fixes #30699. git-svn-id: https://develop.svn.wordpress.org/trunk@31008 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/plugin.php b/src/wp-admin/includes/plugin.php index d4029073da..a357779e4b 100644 --- a/src/wp-admin/includes/plugin.php +++ b/src/wp-admin/includes/plugin.php @@ -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