770 | | * @param string $domain Unique identifier for retrieving translated strings |
771 | | * @param string $deprecated Optional. Use the $plugin_rel_path parameter instead. Default false. |
772 | | * @param string $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR where the .mo file resides. |
773 | | * Default false. |
| 770 | * @param string $domain Unique identifier for retrieving translated strings |
| 771 | * @param string|false $deprecated Optional. Deprecated. Use the $plugin_rel_path parameter instead. Default false. |
| 772 | * @param string|false $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR where the .mo file resides. |
| 773 | * Default false. |