Changeset 2275 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/wporg-gp-plugin-directory.php
- Timestamp:
- 01/12/2016 03:01:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/wporg-gp-plugin-directory.php
r2268 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Plugin Directory bridge for translate.wordpress.org. 4 * Plugin author: stephdau 3 * Plugin name: GlotPress: Plugin Directory Bridge 4 * Description: Clears the content translation cache for plugins (readme/code) hosted on wordpress.org based on actions taken withing translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10 7 /**8 * This plugin clears the content translation cache for plugins (readme/code) hosted on wp.org based on actions taken withing GlotPress.9 *10 */11 11 class WPorg_GP_Plugin_Directory { 12 12 public $master_project = 'wp-plugins';
Note: See TracChangeset
for help on using the changeset viewer.