Changeset 3324 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-plugin-categories.php
- Timestamp:
- 06/09/2016 07:34:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-plugin-categories.php
r3225 r3324 8 8 */ 9 9 class Plugin_Categories { 10 10 11 /** 11 12 * Displays the categories metabox for plugins. … … 17 18 ?> 18 19 <div id="taxonomy-plugin_category" class="categorydiv"> 20 <div class="notice notice-info inline"> 21 <p><?php _e( 'You can assign up to 3 categories.', 'wporg-plugins' ); ?></p> 22 </div> 23 19 24 <div id="plugin_category-all" class="tabs-panel"> 20 25 <?php // Allows for an empty term set to be sent. 0 is an invalid Term ID and will be ignored by empty() checks. ?> … … 28 33 } 29 34 } 30
Note: See TracChangeset
for help on using the changeset viewer.