Media Library Assistant - Version 2.14

Version Description

  • New: WordPress 4.3+ "primary column" support for the Settings/Media Library Assistant Views and Uploads tabs.
  • New: For the Settings/Media Library Assistant Debug tab, you can specify a separate file in your /wp-content/ directory to receive MLA-specific logging/debug messages. Several useful debug settings are now displayed in the tab as well.
  • New: Harm Kramer has contributed updates and additions to the Dutch translation.
  • Fix: WordPress v4.3 CSS style updates for the Quick Edit and Bulk Edit areas
  • Fix: For WordPress v4.2.x and earlier the Media/Assistant submenu table "icon" column width is adjusted for Icon Size values other than the default.
  • Fix: HTML tags are preserved in IPTC/EXIF values for mapping rules and data sources. This corrects a defect introduced in MLA v2.13 which removed the tags.
  • Fix: A few minor HTML markup issues on the Settings/Media Library Assistant General tab have been corrected.
  • Fix: For the Media/Assistant submenu table, proportional thumbnails have been restored to the "icon" column/element.
Download this release

Release Info

Developer dglingren
Plugin Icon 128x128 Media Library Assistant
Version 2.14
Comparing to
See all releases

Code changes from version 2.13 to 2.14

Files changed (70) hide show
  1. css/mla-style.css +71 -2
  2. includes/class-mla-data.php +2 -1
  3. includes/class-mla-list-table.php +5 -3
  4. includes/class-mla-main.php +117 -21
  5. includes/class-mla-mime-types.php +31 -1
  6. includes/class-mla-options.php +22 -4
  7. includes/class-mla-settings.php +61 -12
  8. includes/class-mla-thumbnail-generation.php +1 -1
  9. includes/class-mla-upload-list-table.php +100 -0
  10. includes/class-mla-view-list-table.php +53 -0
  11. index.php +2 -2
  12. js/mla-inline-edit-scripts.js +3 -3
  13. js/mla-inline-edit-scripts.min.js +1 -1
  14. js/mla-inline-edit-upload-scripts.js +2 -2
  15. js/mla-inline-edit-upload-scripts.min.js +1 -1
  16. js/mla-inline-edit-view-scripts.js +2 -2
  17. js/mla-inline-edit-view-scripts.min.js +1 -1
  18. js/mla-polylang-support-scripts.js +2 -2
  19. js/mla-polylang-support-scripts.min.js +1 -1
  20. js/mla-thumbnail-generation-scripts.js +1 -1
  21. js/mla-thumbnail-generation-scripts.min.js +1 -1
  22. languages/media-library-assistant-en_US.pot +891 -881
  23. languages/media-library-assistant-nl_NL.mo +0 -0
  24. languages/tpls/nl_NL/help-for-edit-attachment_category.tpl +21 -0
  25. languages/tpls/nl_NL/help-for-edit-attachment_tag.tpl +20 -0
  26. languages/tpls/nl_NL/help-for-edit-flat-taxonomy.tpl +20 -0
  27. languages/tpls/nl_NL/help-for-edit-hierarchical-taxonomy.tpl +21 -0
  28. languages/tpls/nl_NL/help-for-edit_attachment.tpl +35 -0
  29. languages/tpls/nl_NL/help-for-media_page_mla-menu.tpl +80 -0
  30. languages/tpls/nl_NL/help-for-settings_page_mla-settings-menu-upload-edit.tpl +8 -0
  31. languages/tpls/nl_NL/help-for-settings_page_mla-settings-menu-upload-optional.tpl +27 -0
  32. languages/tpls/nl_NL/help-for-settings_page_mla-settings-menu-view-edit.tpl +8 -0
  33. languages/tpls/nl_NL/help-for-settings_page_mla-settings-menu-view.tpl +25 -0
  34. languages/tpls/nl_NL/help-for-single_item_edit_display.tpl +15 -0
  35. phpDocs/classes/MLA.html +74 -9
  36. phpDocs/classes/MLAData.html +1 -1
  37. phpDocs/classes/MLAEdit.html +1 -1
  38. phpDocs/classes/MLAImageProcessor.html +1 -1
  39. phpDocs/classes/MLAMime.html +21 -1
  40. phpDocs/classes/MLAModal.html +1 -1
  41. phpDocs/classes/MLAMutex.html +1 -1
  42. phpDocs/classes/MLAObjects.html +1 -1
  43. phpDocs/classes/MLAOptions.html +8 -1
  44. phpDocs/classes/MLAPDF.html +1 -1
  45. phpDocs/classes/MLASettings.html +24 -1
  46. phpDocs/classes/MLAShortcodes.html +1 -1
  47. phpDocs/classes/MLATest.html +31 -1
  48. phpDocs/classes/MLATextWidget.html +1 -1
  49. phpDocs/classes/MLA_Checklist_Walker.html +1 -1
  50. phpDocs/classes/MLA_List_Table.html +109 -11
  51. phpDocs/classes/MLA_Polylang.html +39 -80
  52. phpDocs/classes/MLA_Thumbnail.html +1 -1
  53. phpDocs/classes/MLA_Upload_List_Table.html +84 -1
  54. phpDocs/classes/MLA_Upload_Optional_List_Table.html +1 -1
  55. phpDocs/classes/MLA_View_List_Table.html +71 -1
  56. phpDocs/classes/MLA_WPML.html +34 -31
  57. phpDocs/classes/MLA_WPML_List_Table.html +129 -11
  58. phpDocs/classes/MLA_WPML_Table.html +6 -3
  59. phpDocs/classes/MNA_Pad_Counts_Walker.html +1 -1
  60. phpDocs/deprecated.html +1 -1
  61. phpDocs/errors.html +1 -1
  62. phpDocs/graph_class.html +1 -1
  63. phpDocs/index.html +1 -1
  64. phpDocs/markers.html +1 -1
  65. phpDocs/namespaces/global.html +1 -1
  66. phpDocs/packages/Media Library Assistant.MLA.Child.Theme.html +1 -1
  67. phpDocs/packages/Media Library Assistant.MLA.Child.html +1 -1
  68. phpDocs/packages/Media Library Assistant.MLA.html +1 -1
  69. phpDocs/packages/Media Library Assistant.html +1 -1
  70. phpDocs/structure.xml +2566 -2277
css/mla-style.css CHANGED
@@ -198,6 +198,29 @@ div.mla_errors {
198
  }
199
 
200
  @media screen and ( max-width: 782px ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  .bulk-progress-titles div {
202
  font-size: 16px;
203
  }
@@ -214,6 +237,10 @@ div.mla_errors {
214
  /*
215
  * MLA Settings page, Views and Uploads tab inline editing - adapted from load-styles.php
216
  */
 
 
 
 
217
  #wpbody-content .bulk-edit-row-upload .inline-edit-col-left,
218
  #wpbody-content .bulk-edit-row-view .inline-edit-col-left {
219
  width: 40%
@@ -241,8 +268,12 @@ div.mla_errors {
241
 
242
  .quick-edit-row-upload fieldset.inline-edit-col label,
243
  .quick-edit-row-view fieldset.inline-edit-col label {
244
- float:left;
245
- width: 26em
 
 
 
 
246
  }
247
 
248
  .quick-edit-row-upload fieldset.inline-edit-col input.inline-edit-menu-order,
@@ -252,6 +283,44 @@ div.mla_errors {
252
  width: 5em
253
  }
254
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
255
  /*
256
  * MLA Settings page
257
  */
198
  }
199
 
200
  @media screen and ( max-width: 782px ) {
201
+ /* Quick Edit and Bulk Edit */
202
+ #wpbody-content .quick-edit-row-attachment .inline-edit-col-left,
203
+ #wpbody-content .quick-edit-row-attachment .inline-edit-col-right,
204
+ #wpbody-content .inline-edit-row-attachment .inline-edit-col-center,
205
+ #wpbody-content .bulk-edit-row-attachment .inline-edit-col-left,
206
+ #wpbody-content .bulk-edit-row-attachment .inline-edit-col-right {
207
+ float: none;
208
+ width: 100%;
209
+ }
210
+
211
+ .quick-edit-row-attachment fieldset.inline-edit-col-left label span.title,
212
+ .quick-edit-row-attachment fieldset.inline-edit-col-right label span.title,
213
+ .bulk-edit-row-attachment fieldset.inline-edit-col-right label span.title {
214
+ width: 100%;
215
+ line-height: 2.5
216
+ }
217
+
218
+ .quick-edit-row-attachment fieldset.inline-edit-col-left label span.input-text-wrap,
219
+ .quick-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap,
220
+ .bulk-edit-row-attachment fieldset.inline-edit-col-right label span.input-text-wrap {
221
+ margin-left: 0em
222
+ }
223
+
224
  .bulk-progress-titles div {
225
  font-size: 16px;
226
  }
237
  /*
238
  * MLA Settings page, Views and Uploads tab inline editing - adapted from load-styles.php
239
  */
240
+ #wpbody-content .optiontable th {
241
+ padding-right: 10px;
242
+ }
243
+
244
  #wpbody-content .bulk-edit-row-upload .inline-edit-col-left,
245
  #wpbody-content .bulk-edit-row-view .inline-edit-col-left {
246
  width: 40%
268
 
269
  .quick-edit-row-upload fieldset.inline-edit-col label,
270
  .quick-edit-row-view fieldset.inline-edit-col label {
271
+ width: 21em
272
+ }
273
+
274
+ .quick-edit-row-upload fieldset.inline-edit-col label.checkbox-label,
275
+ .quick-edit-row-view fieldset.inline-edit-col label.checkbox-label {
276
+ width: 10.5em
277
  }
278
 
279
  .quick-edit-row-upload fieldset.inline-edit-col input.inline-edit-menu-order,
283
  width: 5em
284
  }
285
 
286
+ @media screen and ( max-width: 782px ) {
287
+ #wpbody-content .bulk-edit-row-upload .inline-edit-col-left,
288
+ #wpbody-content .bulk-edit-row-view .inline-edit-col-left,
289
+ #wpbody-content .bulk-edit-row-upload .inline-edit-col-right,
290
+ #wpbody-content .bulk-edit-row-view .inline-edit-col-right {
291
+ float: none;
292
+ width: 100%
293
+ }
294
+
295
+ .quick-edit-row-upload fieldset.inline-edit-col label span.title,
296
+ .bulk-edit-row-upload fieldset.inline-edit-col-right label span.title,
297
+ .quick-edit-row-view fieldset.inline-edit-col label span.title,
298
+ .bulk-edit-row-view fieldset.inline-edit-col-right label span.title {
299
+ width: 100%
300
+ }
301
+
302
+ .quick-edit-row-upload fieldset.inline-edit-col label span.input-text-wrap,
303
+ .bulk-edit-row-upload fieldset.inline-edit-col-right label span.input-text-wrap,
304
+ .quick-edit-row-view fieldset.inline-edit-col label span.input-text-wrap,
305
+ .bulk-edit-row-view fieldset.inline-edit-col-right label span.input-text-wrap {
306
+ margin-left: 0px;
307
+ width: 100%
308
+ }
309
+
310
+ .quick-edit-row-upload fieldset.inline-edit-col label,
311
+ .quick-edit-row-view fieldset.inline-edit-col label {
312
+ float: none;
313
+ width: 100%
314
+ }
315
+
316
+ .quick-edit-row-upload fieldset.inline-edit-col input.inline-edit-menu-order,
317
+ .bulk-edit-row-upload fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap,
318
+ .quick-edit-row-view fieldset.inline-edit-col input.inline-edit-menu-order,
319
+ .bulk-edit-row-view fieldset.inline-edit-col-right label.inline-edit-menu-order span.input-text-wrap {
320
+ width: 100%
321
+ }
322
+ }
323
+
324
  /*
325
  * MLA Settings page
326
  */
includes/class-mla-data.php CHANGED
@@ -3071,7 +3071,8 @@ class MLAData {
3071
  } // $option
3072
  } // is_array
3073
 
3074
- return sanitize_text_field( self::_bin_to_utf8( $haystack ) );
 
3075
  } // mla_find_array_element
3076
 
3077
  /**
3071
  } // $option
3072
  } // is_array
3073
 
3074
+ // return sanitize_text_field( self::_bin_to_utf8( $haystack ) ); changed in MLA v2.14
3075
+ return self::_bin_to_utf8( $haystack );
3076
  } // mla_find_array_element
3077
 
3078
  /**
includes/class-mla-list-table.php CHANGED
@@ -474,7 +474,7 @@ class MLA_List_Table extends WP_List_Table {
474
  /*
475
  * For WP 4.3+ icon will be merged with the first visible preferred column
476
  */
477
- if ( version_compare( get_bloginfo('version'), '4.2.99', '>' ) ) {
478
  unset( self::$default_columns['icon'] );
479
  }
480
 
@@ -544,6 +544,8 @@ class MLA_List_Table extends WP_List_Table {
544
  /**
545
  * Checks the current user's permissions
546
  *
 
 
547
  * @return bool
548
  */
549
  public function ajax_user_can() {
@@ -753,10 +755,10 @@ class MLA_List_Table extends WP_List_Table {
753
  /**
754
  * Get the name of the default primary column.
755
  *
756
- * @since 4.3.0
757
  * @access protected
758
  *
759
- * @return string Name of the default primary column, in this case, 'title'.
760
  */
761
  protected function get_default_primary_column_name() {
762
  $hidden_columns = $this->get_hidden_columns();
474
  /*
475
  * For WP 4.3+ icon will be merged with the first visible preferred column
476
  */
477
+ if ( MLATest::$wp_4dot3_plus ) {
478
  unset( self::$default_columns['icon'] );
479
  }
480
 
544
  /**
545
  * Checks the current user's permissions
546
  *
547
+ * @since 2.13
548
+ *
549
  * @return bool
550
  */
551
  public function ajax_user_can() {
755
  /**
756
  * Get the name of the default primary column.
757
  *
758
+ * @since 2.13
759
  * @access protected
760
  *
761
+ * @return string Name of the default primary column
762
  */
763
  protected function get_default_primary_column_name() {
764
  $hidden_columns = $this->get_hidden_columns();
includes/class-mla-main.php CHANGED
@@ -29,7 +29,7 @@ class MLA {
29
  *
30
  * @var string
31
  */
32
- const CURRENT_MLA_VERSION = '2.13';
33
 
34
  /**
35
  * Current date for Development Version, empty for production versions
@@ -279,7 +279,7 @@ class MLA {
279
  }
280
 
281
  /**
282
- * Load a plugin text domain
283
  *
284
  * The "add_action" for this function is in mla-plugin-loader.php, because the "initialize"
285
  * function above doesn't run in time.
@@ -310,6 +310,14 @@ class MLA {
310
  MLA_Upload_List_Table::mla_localize_default_columns_array();
311
  MLA_Upload_Optional_List_Table::mla_localize_default_columns_array();
312
  MLA_View_List_Table::mla_localize_default_columns_array();
 
 
 
 
 
 
 
 
313
  }
314
 
315
  /**
@@ -376,8 +384,6 @@ class MLA {
376
  add_action( 'wp_ajax_' . self::JAVASCRIPT_INLINE_EDIT_SLUG, 'MLA::mla_inline_edit_ajax_action' );
377
  add_action( 'wp_ajax_' . self::JAVASCRIPT_INLINE_EDIT_SLUG . '-set-parent', 'MLA::mla_set_parent_ajax_action' );
378
  add_action( 'wp_ajax_' . 'mla_find_posts', 'MLA::mla_find_posts_ajax_action' );
379
- } else {
380
- add_action( 'admin_print_styles', 'MLA::mla_admin_print_styles_action' );
381
  }
382
  }
383
  }
@@ -414,15 +420,16 @@ class MLA {
414
  if ( 'checked' == MLAOptions::mla_get_option( MLAOptions::MLA_ENABLE_MLA_ICONS ) ) {
415
  if ( empty( $icon_value ) ) {
416
  $icon_value = 64;
417
- } else
418
- if ( is_numeric( $icon_value ) ) {
419
- $icon_value = absint( $icon_value );
 
420
  }
421
 
422
- $icon_width = $icon_height = $icon_value . 'px';;
423
 
424
- echo " width: {$icon_width};\n";
425
- echo " height: {$icon_height};\n";
426
  echo " max-width: {$icon_width};\n";
427
  echo " max-height: {$icon_height};\n";
428
  } else {
@@ -451,7 +458,7 @@ class MLA {
451
  /*
452
  * Primary column including icon and some margin
453
  */
454
- $icon_width = ( $icon_value + 10 ) . 'px';;
455
 
456
  echo " table.attachments td.column-primary {\n";
457
  echo " position: relative;\n";
@@ -466,6 +473,13 @@ class MLA {
466
  echo " min-height: {$icon_width};\n";
467
  echo " }\n";
468
  } else {
 
 
 
 
 
 
 
469
  /*
470
  * Separate ID_parent column
471
  */
@@ -504,6 +518,11 @@ class MLA {
504
  if ( 'media_page_' . self::ADMIN_PAGE_SLUG != $page_hook ) {
505
  return;
506
  }
 
 
 
 
 
507
 
508
  wp_register_style( self::STYLESHEET_SLUG, MLA_PLUGIN_URL . 'css/mla-style.css', false, self::CURRENT_MLA_VERSION );
509
  wp_enqueue_style( self::STYLESHEET_SLUG );
@@ -1080,7 +1099,12 @@ class MLA {
1080
  $terms = array();
1081
  foreach( $fragments as $fragment ) {
1082
  // WordPress encodes special characters, e.g., "&" as HTML entities in term names
1083
- $fragment = _wp_specialchars( trim( wp_unslash( $fragment ) ) );
 
 
 
 
 
1084
  if ( ! empty( $fragment ) ) {
1085
  $terms[] = $fragment;
1086
  }
@@ -2226,7 +2250,7 @@ class MLA {
2226
  $set_parent_form = MLA::mla_set_parent_form();
2227
 
2228
  $page_values = array(
2229
- 'colspan' => count( $MLAListTable->get_columns() ),
2230
  'Quick Edit' => __( 'Quick Edit', 'media-library-assistant' ),
2231
  'Title' => __( 'Title', 'media-library-assistant' ),
2232
  'Name/Slug' => __( 'Name/Slug', 'media-library-assistant' ),
@@ -2450,6 +2474,8 @@ class MLA {
2450
  /**
2451
  * Debug information collection mode
2452
  *
 
 
2453
  * @since 2.12
2454
  *
2455
  * @var string
@@ -2457,17 +2483,65 @@ class MLA {
2457
  private static $mla_debug_mode = 'none';
2458
 
2459
  /**
2460
- * Set debug information collection mode
2461
  *
2462
  * @since 2.12
2463
  *
2464
- * @param string $mode Collection mode: 'buffer' (default), 'console', 'log' or 'none'
2465
  *
2466
- * @return boolean true if success else false
2467
  */
2468
- public static function mla_debug_mode( $mode = 'buffer' ) {
2469
- self::$mla_debug_mode = $mode;
2470
- return true;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2471
  }
2472
 
2473
  /**
@@ -2517,7 +2591,7 @@ class MLA {
2517
  break;
2518
  case 'log':
2519
  foreach( self::$mla_debug_messages as $message ) {
2520
- error_log( $message, 0 );
2521
  }
2522
  break;
2523
  }
@@ -2531,6 +2605,28 @@ class MLA {
2531
  return $results;
2532
  }
2533
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2534
  /**
2535
  * Constant to log Ajax debug activity
2536
  *
@@ -2569,7 +2665,7 @@ class MLA {
2569
  trigger_error( $message, E_USER_WARNING );
2570
  break;
2571
  case 'log':
2572
- error_log( $message, 0 );
2573
  break;
2574
  }
2575
  }
29
  *
30
  * @var string
31
  */
32
+ const CURRENT_MLA_VERSION = '2.14';
33
 
34
  /**
35
  * Current date for Development Version, empty for production versions
279
  }
280
 
281
  /**
282
+ * Load a plugin text domain and alternate debug file
283
  *
284
  * The "add_action" for this function is in mla-plugin-loader.php, because the "initialize"
285
  * function above doesn't run in time.
310
  MLA_Upload_List_Table::mla_localize_default_columns_array();
311
  MLA_Upload_Optional_List_Table::mla_localize_default_columns_array();
312
  MLA_View_List_Table::mla_localize_default_columns_array();
313
+
314
+ /*
315
+ * Set up alternate MLA debug log file
316
+ */
317
+ $error_log_name = MLAOptions::mla_get_option( MLAOptions::MLA_DEBUG_FILE );
318
+ if ( ! empty( $error_log_name ) ) {
319
+ self::mla_debug_file( $error_log_name );
320
+ }
321
  }
322
 
323
  /**
384
  add_action( 'wp_ajax_' . self::JAVASCRIPT_INLINE_EDIT_SLUG, 'MLA::mla_inline_edit_ajax_action' );
385
  add_action( 'wp_ajax_' . self::JAVASCRIPT_INLINE_EDIT_SLUG . '-set-parent', 'MLA::mla_set_parent_ajax_action' );
386
  add_action( 'wp_ajax_' . 'mla_find_posts', 'MLA::mla_find_posts_ajax_action' );
 
 
387
  }
388
  }
389
  }
420
  if ( 'checked' == MLAOptions::mla_get_option( MLAOptions::MLA_ENABLE_MLA_ICONS ) ) {
421
  if ( empty( $icon_value ) ) {
422
  $icon_value = 64;
423
+ } else {
424
+ if ( is_numeric( $icon_value ) ) {
425
+ $icon_value = absint( $icon_value );
426
+ }
427
  }
428
 
429
+ $icon_width = $icon_height = $icon_value . 'px';
430
 
431
+ echo " width: auto;\n";
432
+ echo " height: auto;\n";
433
  echo " max-width: {$icon_width};\n";
434
  echo " max-height: {$icon_height};\n";
435
  } else {
458
  /*
459
  * Primary column including icon and some margin
460
  */
461
+ $icon_width = ( $icon_value + 10 ) . 'px';
462
 
463
  echo " table.attachments td.column-primary {\n";
464
  echo " position: relative;\n";
473
  echo " min-height: {$icon_width};\n";
474
  echo " }\n";
475
  } else {
476
+ /*
477
+ * Override defaults in /wp-admin/load-styles.php
478
+ */
479
+ echo " .fixed td.column-icon, .fixed th.column-icon {\n";
480
+ echo " width: {$icon_width};\n";
481
+ echo " }\n";
482
+
483
  /*
484
  * Separate ID_parent column
485
  */
518
  if ( 'media_page_' . self::ADMIN_PAGE_SLUG != $page_hook ) {
519
  return;
520
  }
521
+
522
+ /*
523
+ * Add the styles for variable-size icon and WP 4.3 primary column display
524
+ */
525
+ add_action( 'admin_print_styles', 'MLA::mla_admin_print_styles_action' );
526
 
527
  wp_register_style( self::STYLESHEET_SLUG, MLA_PLUGIN_URL . 'css/mla-style.css', false, self::CURRENT_MLA_VERSION );
528
  wp_enqueue_style( self::STYLESHEET_SLUG );
1099
  $terms = array();
1100
  foreach( $fragments as $fragment ) {
1101
  // WordPress encodes special characters, e.g., "&" as HTML entities in term names
1102
+ if ( MLATest::$wp_3dot5 ) {
1103
+ $fragment = _wp_specialchars( trim( stripslashes_deep( $fragment ) ) );
1104
+ } else {
1105
+ $fragment = _wp_specialchars( trim( wp_unslash( $fragment ) ) );
1106
+ }
1107
+
1108
  if ( ! empty( $fragment ) ) {
1109
  $terms[] = $fragment;
1110
  }
2250
  $set_parent_form = MLA::mla_set_parent_form();
2251
 
2252
  $page_values = array(
2253
+ 'colspan' => $MLAListTable->get_column_count(),
2254
  'Quick Edit' => __( 'Quick Edit', 'media-library-assistant' ),
2255
  'Title' => __( 'Title', 'media-library-assistant' ),
2256
  'Name/Slug' => __( 'Name/Slug', 'media-library-assistant' ),
2474
  /**
2475
  * Debug information collection mode
2476
  *
2477
+ * Collection mode: 'buffer', 'console', 'log' or 'none' (default).
2478
+ *
2479
  * @since 2.12
2480
  *
2481
  * @var string
2483
  private static $mla_debug_mode = 'none';
2484
 
2485
  /**
2486
+ * Get/Set debug information collection mode
2487
  *
2488
  * @since 2.12
2489
  *
2490
+ * @param string $mode Optional. New collection mode: 'none' (default), 'buffer', 'console' or 'log'
2491
  *
2492
+ * @return string The previous mode value, i.e., before the update
2493
  */
2494
+ public static function mla_debug_mode( $mode = false ) {
2495
+ $old_mode = self::$mla_debug_mode;
2496
+
2497
+ if ( $mode && in_array( $mode, array( 'none', 'buffer', 'console', 'log' ) ) ) {
2498
+ self::$mla_debug_mode = $mode;
2499
+ }
2500
+
2501
+ return $old_mode;
2502
+ }
2503
+
2504
+ /**
2505
+ * Debug information output file for mode = 'log'
2506
+ *
2507
+ * @since 2.14
2508
+ *
2509
+ * @var string
2510
+ */
2511
+ private static $mla_debug_file = NULL;
2512
+
2513
+ /**
2514
+ * Get/Set debug information collection output file for mode = 'log'
2515
+ *
2516
+ * Note that WP_CONTENT_DIR will be pre-pended to the value, and a slash
2517
+ * will be added to the front of the value if necessary.
2518
+ *
2519
+ * @since 2.14
2520
+ *
2521
+ * @param string $file Optional. The (optional path and) file name, relative to WP_CONTENT_DIR,
2522
+ * or false/empty string to clear the value.
2523
+ *
2524
+ * @return string The previous file value, i.e., before the update, relative to WP_CONTENT_DIR
2525
+ */
2526
+ public static function mla_debug_file( $file = NULL ) {
2527
+ if ( NULL === $file ) {
2528
+ return self::$mla_debug_file;
2529
+ }
2530
+
2531
+ $old_file = self::$mla_debug_file;
2532
+
2533
+ if ( empty( $file ) ) {
2534
+ self::$mla_debug_file = NULL;
2535
+ } else {
2536
+ $first = substr( $file, 0, 1 );
2537
+ if ( ( '/' != $first ) && ( '\\' != $first ) ) {
2538
+ $file = '/' . $file;
2539
+ }
2540
+
2541
+ self::$mla_debug_file = $file;
2542
+ }
2543
+
2544
+ return $old_file;
2545
  }
2546
 
2547
  /**
2591
  break;
2592
  case 'log':
2593
  foreach( self::$mla_debug_messages as $message ) {
2594
+ self::_debug_log( $message );
2595
  }
2596
  break;
2597
  }
2605
  return $results;
2606
  }
2607
 
2608
+ /**
2609
+ * Write a debug message to the appropriate log file
2610
+ *
2611
+ * @since 2.14
2612
+ *
2613
+ * @param string $message Message text
2614
+ */
2615
+ private static function _debug_log( $message ) {
2616
+ if ( ! empty( self::$mla_debug_file ) ) {
2617
+ // 'at' = append mode, text format
2618
+ $file_handle = @fopen( WP_CONTENT_DIR . self::$mla_debug_file, 'at' );
2619
+ if ( $file_handle ) {
2620
+ @fwrite( $file_handle, sprintf( '[%1$s] %2$s%3$s', gmdate( 'd-M-Y H:i:s' ), $message, "\n" ) );
2621
+ @fclose( $file_handle );
2622
+
2623
+ return;
2624
+ }
2625
+ }
2626
+
2627
+ error_log( $message, 0 );
2628
+ }
2629
+
2630
  /**
2631
  * Constant to log Ajax debug activity
2632
  *
2665
  trigger_error( $message, E_USER_WARNING );
2666
  break;
2667
  case 'log':
2668
+ self::_debug_log( $message );
2669
  break;
2670
  }
2671
  }
includes/class-mla-mime-types.php CHANGED
@@ -1648,6 +1648,36 @@ class MLAMime {
1648
  return 'default';
1649
  }
1650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1651
  /**
1652
  * Get an HTML img element representing an attachment icon
1653
  *
@@ -1665,7 +1695,7 @@ class MLAMime {
1665
  $width = $size[0];
1666
  $height = $size[1];
1667
  } else {
1668
- @list($width, $height) = getimagesize($icon_file);
1669
  }
1670
 
1671
  $hwstring = image_hwstring($width, $height);
1648
  return 'default';
1649
  }
1650
 
1651
+ /**
1652
+ * Get an attachment icon height and width
1653
+ *
1654
+ * @since 2.14
1655
+ *
1656
+ * @param string Icon Type, e.g., audio, video, spreadsheet
1657
+ *
1658
+ * @return array ( width, height )
1659
+ */
1660
+ public static function mla_get_icon_type_size( $icon_type ) {
1661
+ $icon_file = wp_mime_type_icon( $icon_type );
1662
+ $image_info = getimagesize( $icon_file );
1663
+
1664
+ if ( $image_info ) {
1665
+ if ( isset( $image_info[0] ) ) {
1666
+ $image_info['width'] = $image_info[0];
1667
+ } else {
1668
+ $image_info['width'] = 0;
1669
+ }
1670
+
1671
+ if ( isset( $image_info[1] ) ) {
1672
+ $image_info['height'] = $image_info[1];
1673
+ } else {
1674
+ $image_info['height'] = 0;
1675
+ }
1676
+ }
1677
+
1678
+ return $image_info;
1679
+ }
1680
+
1681
  /**
1682
  * Get an HTML img element representing an attachment icon
1683
  *
1695
  $width = $size[0];
1696
  $height = $size[1];
1697
  } else {
1698
+ @list($width, $height) = getimagesize( $icon_file );
1699
  }
1700
 
1701
  $hwstring = image_hwstring($width, $height);
includes/class-mla-options.php CHANGED
@@ -250,6 +250,11 @@ class MLAOptions {
250
  */
251
  const MLA_DEBUG_DISPLAY_LIMIT = 'debug_display_limit';
252
 
 
 
 
 
 
253
  /**
254
  * Option setting for "Featured in" reporting
255
  *
@@ -694,7 +699,7 @@ class MLAOptions {
694
 
695
  self::MLA_EDIT_MEDIA_SEARCH_TAXONOMY =>
696
  array('tab' => 'general',
697
- 'name' => __( 'Enable enhanced "checklist" taxonomies', 'media-library-assistant' ),
698
  'type' => 'checkbox',
699
  'std' => 'checked',
700
  'help' => __( 'Check this option to enable the "? Search" feature for hierarchical taxonomies, e.g., Att. Categories.<br>&nbsp;&nbsp;This option also enables the "checklist-style" support for flat taxonomies, e.g., Att. Tags.', 'media-library-assistant' )),
@@ -715,7 +720,7 @@ class MLAOptions {
715
 
716
  self::MLA_ADD_NEW_BULK_EDIT =>
717
  array('tab' => 'general',
718
- 'name' => __( 'Enable "bulk edit" area', 'media-library-assistant' ),
719
  'type' => 'checkbox',
720
  'std' => 'checked',
721
  'help' => __( 'Check this option to enable the "Bulk Edit area" feature on the Media/Add New screen.', 'media-library-assistant' )),
@@ -786,7 +791,7 @@ class MLAOptions {
786
  'name' => __( 'Media Manager Checklist meta boxes', 'media-library-assistant' ),
787
  'type' => 'checkbox',
788
  'std' => 'checked',
789
- 'help' => __( 'Check this option to enable MLA-enhanced meta boxes in the "ATTACHMENT DETAILS" pane.<br>&nbsp;&nbsp;This option is for any taxonomy that uses a <strong>"checklist-style"</strong> meta box.</strong>', 'media-library-assistant' )),
790
 
791
  self::MLA_MEDIA_MODAL_DETAILS_TAG_METABOX =>
792
  array('tab' => 'general',
@@ -1268,6 +1273,14 @@ class MLAOptions {
1268
  'size' => 5,
1269
  'help' => __( 'Enter the maximum number of debug log characters to display; enter zero or leave blank for no limit.', 'media-library-assistant' )),
1270
 
 
 
 
 
 
 
 
 
1271
  /* Here are examples of the other option types
1272
  'textarea' =>
1273
  array('tab' => '',
@@ -4034,7 +4047,12 @@ class MLAOptions {
4034
  foreach ( $new_text as $text ) {
4035
  $fragments = explode( $delimiter, $text );
4036
  foreach( $fragments as $fragment ) {
4037
- $fragment = trim( wp_unslash( $fragment ) );
 
 
 
 
 
4038
  if ( ! empty( $fragment ) ) {
4039
  $new_terms[] = $fragment;
4040
  }
250
  */
251
  const MLA_DEBUG_DISPLAY_LIMIT = 'debug_display_limit';
252
 
253
+ /**
254
+ * Provides a unique name for the Debug alternate log file option
255
+ */
256
+ const MLA_DEBUG_FILE = 'debug_file';
257
+
258
  /**
259
  * Option setting for "Featured in" reporting
260
  *
699
 
700
  self::MLA_EDIT_MEDIA_SEARCH_TAXONOMY =>
701
  array('tab' => 'general',
702
+ 'name' => __( 'Enable &quot;enhanced checklist&quot; taxonomies', 'media-library-assistant' ),
703
  'type' => 'checkbox',
704
  'std' => 'checked',
705
  'help' => __( 'Check this option to enable the "? Search" feature for hierarchical taxonomies, e.g., Att. Categories.<br>&nbsp;&nbsp;This option also enables the "checklist-style" support for flat taxonomies, e.g., Att. Tags.', 'media-library-assistant' )),
720
 
721
  self::MLA_ADD_NEW_BULK_EDIT =>
722
  array('tab' => 'general',
723
+ 'name' => __( 'Enable &quot;bulk edit&quot; area', 'media-library-assistant' ),
724
  'type' => 'checkbox',
725
  'std' => 'checked',
726
  'help' => __( 'Check this option to enable the "Bulk Edit area" feature on the Media/Add New screen.', 'media-library-assistant' )),
791
  'name' => __( 'Media Manager Checklist meta boxes', 'media-library-assistant' ),
792
  'type' => 'checkbox',
793
  'std' => 'checked',
794
+ 'help' => __( 'Check this option to enable MLA-enhanced meta boxes in the "ATTACHMENT DETAILS" pane.<br>&nbsp;&nbsp;This option is for any taxonomy that uses a <strong>"checklist-style"</strong> meta box.', 'media-library-assistant' )),
795
 
796
  self::MLA_MEDIA_MODAL_DETAILS_TAG_METABOX =>
797
  array('tab' => 'general',
1273
  'size' => 5,
1274
  'help' => __( 'Enter the maximum number of debug log characters to display; enter zero or leave blank for no limit.', 'media-library-assistant' )),
1275
 
1276
+ self::MLA_DEBUG_FILE =>
1277
+ array('tab' => 'debug',
1278
+ 'name' => __( 'Debug File', 'media-library-assistant' ),
1279
+ 'type' => 'text',
1280
+ 'std' => '',
1281
+ 'size' => 60,
1282
+ 'help' => __( 'Enter the name of an alternate, MLA-specific debug log file; leave blank to use the PHP error_log.', 'media-library-assistant' )),
1283
+
1284
  /* Here are examples of the other option types
1285
  'textarea' =>
1286
  array('tab' => '',
4047
  foreach ( $new_text as $text ) {
4048
  $fragments = explode( $delimiter, $text );
4049
  foreach( $fragments as $fragment ) {
4050
+ if ( MLATest::$wp_3dot5 ) {
4051
+ $fragment = trim( stripslashes_deep( $fragment ) );
4052
+ } else {
4053
+ $fragment = trim( wp_unslash( $fragment ) );
4054
+ }
4055
+
4056
  if ( ! empty( $fragment ) ) {
4057
  $new_terms[] = $fragment;
4058
  }
includes/class-mla-settings.php CHANGED
@@ -1786,7 +1786,7 @@ class MLASettings {
1786
  'Description' => __( 'Description', 'media-library-assistant' ),
1787
  'The description can' => __( 'The description can contain any documentation or notes you need to understand or use the item.', 'media-library-assistant' ),
1788
  'Add View' => __( 'Add View', 'media-library-assistant' ),
1789
- 'colspan' => count( $MLAListViewTable->get_columns() ),
1790
  'Quick Edit' => __( '<strong>Quick Edit</strong>', 'media-library-assistant' ),
1791
  'Cancel' => __( 'Cancel', 'media-library-assistant' ),
1792
  'Update' => __( 'Update', 'media-library-assistant' ),
@@ -2250,7 +2250,7 @@ class MLASettings {
2250
  'Add Upload MIME' => __( 'Add Upload MIME Type', 'media-library-assistant' ),
2251
  'search_url' => wp_nonce_url( '?page=mla-settings-menu-upload&mla_tab=upload&mla-optional-uploads-search=Search', MLA::MLA_ADMIN_NONCE_ACTION, MLA::MLA_ADMIN_NONCE_NAME ),
2252
  'Search Known Types' => __( 'Search Known Types', 'media-library-assistant' ),
2253
- 'colspan' => count( $MLAListUploadTable->get_columns() ),
2254
  'Quick Edit' => __( '<strong>Quick Edit</strong>', 'media-library-assistant' ),
2255
  'Cancel' => __( 'Cancel', 'media-library-assistant' ),
2256
  'Update' => __( 'Update', 'media-library-assistant' ),
@@ -2990,6 +2990,26 @@ class MLASettings {
2990
  return $page_content;
2991
  } // _save_debug_settings
2992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2993
  /**
2994
  * Compose the Debug tab content for the Settings subpage
2995
  *
@@ -3005,11 +3025,34 @@ class MLASettings {
3005
  );
3006
 
3007
  $page_values = array();
3008
- $error_log_name = ini_get( 'error_log' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3009
  $error_log_exists = file_exists ( $error_log_name );
3010
 
3011
  /*
3012
- * Check for page-level actions
3013
  */
3014
  if ( isset( $_REQUEST['mla_reset_log'] ) && 'true' == $_REQUEST['mla_reset_log'] ) {
3015
  $file_error = false;
@@ -3035,9 +3078,6 @@ class MLASettings {
3035
  } else {
3036
  $error_log_exists = file_exists ( $error_log_name );
3037
  }
3038
- } elseif ( !empty( $_REQUEST['mla-debug-options-save'] ) ) {
3039
- check_admin_referer( MLA::MLA_ADMIN_NONCE_ACTION, MLA::MLA_ADMIN_NONCE_NAME );
3040
- $page_content = self::_save_debug_settings();
3041
  }
3042
 
3043
  /*
@@ -3111,8 +3151,17 @@ class MLASettings {
3111
  $reset_link = '<a class="button-secondary" href="' . add_query_arg( $args, wp_nonce_url( 'options-general.php', MLA::MLA_ADMIN_NONCE_ACTION, MLA::MLA_ADMIN_NONCE_NAME ) ) . '" title="' . __( 'Reset', 'media-library-assistant' ) . ' &#8220;' . __( 'Error Log', 'media-library-assistant' ) . '&#8221;">' . __( 'Reset', 'media-library-assistant' ) . '</a>';
3112
  }
3113
 
3114
- $error_level = ini_get( 'error_reporting' );
3115
- $error_log_title = __( 'Error Log', 'media-library-assistant' ) . ' (' . sprintf( '0x%1$04X', $error_level ) . ')';
 
 
 
 
 
 
 
 
 
3116
  /*
3117
  * Compose tab content
3118
  */
@@ -3120,7 +3169,9 @@ class MLASettings {
3120
  'Debug Options' => __( 'Debug Options', 'media-library-assistant' ),
3121
  'form_url' => admin_url( 'options-general.php' ) . '?page=mla-settings-menu-debug&mla_tab=debug',
3122
  'options_list' => $options_list,
3123
- 'Error Log' => $error_log_title,
 
 
3124
  'Error Log Name' => $error_log_name,
3125
  'error_log_text' => $error_log_contents,
3126
  'download_link' => $download_link,
@@ -3154,7 +3205,6 @@ class MLASettings {
3154
  */
3155
  $development_version = MLA::MLA_DEVELOPMENT_VERSION;
3156
  $development_version = ( ! empty( $development_version ) ) ? ' (' . $development_version . ')' : '';
3157
- $debug_level = MLA_DEBUG_LEVEL ? ' (' . sprintf( '0x%1$04X', MLA_DEBUG_LEVEL ) . ')' : '';
3158
  self::$page_template_array = MLAData::mla_load_template( 'admin-display-settings-page.tpl' );
3159
  $current_tab_slug = isset( $_REQUEST['mla_tab'] ) ? $_REQUEST['mla_tab']: 'general';
3160
  $current_tab = self::mla_get_options_tablist( $current_tab_slug );
@@ -3163,7 +3213,6 @@ class MLASettings {
3163
  'Donate' => __( 'Donate', 'media-library-assistant' ),
3164
  'version' => 'v' . MLA::CURRENT_MLA_VERSION,
3165
  'development' => $development_version,
3166
- 'debug' => $debug_level,
3167
  'messages' => '',
3168
  'tablist' => self::_compose_settings_tabs( $current_tab_slug ),
3169
  'tab_content' => '',
1786
  'Description' => __( 'Description', 'media-library-assistant' ),
1787
  'The description can' => __( 'The description can contain any documentation or notes you need to understand or use the item.', 'media-library-assistant' ),
1788
  'Add View' => __( 'Add View', 'media-library-assistant' ),
1789
+ 'colspan' => $MLAListViewTable->get_column_count(),
1790
  'Quick Edit' => __( '<strong>Quick Edit</strong>', 'media-library-assistant' ),
1791
  'Cancel' => __( 'Cancel', 'media-library-assistant' ),
1792
  'Update' => __( 'Update', 'media-library-assistant' ),
2250
  'Add Upload MIME' => __( 'Add Upload MIME Type', 'media-library-assistant' ),
2251
  'search_url' => wp_nonce_url( '?page=mla-settings-menu-upload&mla_tab=upload&mla-optional-uploads-search=Search', MLA::MLA_ADMIN_NONCE_ACTION, MLA::MLA_ADMIN_NONCE_NAME ),
2252
  'Search Known Types' => __( 'Search Known Types', 'media-library-assistant' ),
2253
+ 'colspan' => $MLAListUploadTable->get_column_count(),
2254
  'Quick Edit' => __( '<strong>Quick Edit</strong>', 'media-library-assistant' ),
2255
  'Cancel' => __( 'Cancel', 'media-library-assistant' ),
2256
  'Update' => __( 'Update', 'media-library-assistant' ),
2990
  return $page_content;
2991
  } // _save_debug_settings
2992
 
2993
+ /**
2994
+ * Compose the Debug tab Debug Settings content for one setting
2995
+ *
2996
+ * @since 2.14
2997
+ *
2998
+ * @param string $label Display name for the setting
2999
+ * @param string $value Current value for the setting
3000
+ *
3001
+ * @return string HTML table row markup for the label setting pair
3002
+ */
3003
+ private static function _compose_settings_row( $label, $value ) {
3004
+ $row = '<tr valign="top"><th scope="row" style="text-align:right;">' . "\n";
3005
+ $row .= $label . "\n";
3006
+ $row .= '</th><td style="text-align:left;">' . "\n";
3007
+ $row .= $value . "\n";
3008
+ $row .= '</td></tr>' . "\n";
3009
+
3010
+ return $row;
3011
+ } // _compose_settings_row
3012
+
3013
  /**
3014
  * Compose the Debug tab content for the Settings subpage
3015
  *
3025
  );
3026
 
3027
  $page_values = array();
3028
+
3029
+ /*
3030
+ * Saving the options can change the log file name, so do it first
3031
+ */
3032
+ if ( !empty( $_REQUEST['mla-debug-options-save'] ) ) {
3033
+ check_admin_referer( MLA::MLA_ADMIN_NONCE_ACTION, MLA::MLA_ADMIN_NONCE_NAME );
3034
+ $page_content = self::_save_debug_settings();
3035
+ }
3036
+
3037
+ /*
3038
+ * Find the appropriate error log file
3039
+ */
3040
+ $error_log_name = MLAOptions::mla_get_option( MLAOptions::MLA_DEBUG_FILE );
3041
+ if ( empty( $error_log_name ) ) {
3042
+ $error_log_name = ini_get( 'error_log' );
3043
+ } else {
3044
+ $first = substr( $error_log_name, 0, 1 );
3045
+ if ( ( '/' != $first ) && ( '\\' != $first ) ) {
3046
+ $error_log_name = '/' . $error_log_name;
3047
+ }
3048
+
3049
+ $error_log_name = WP_CONTENT_DIR . $error_log_name;
3050
+ }
3051
+
3052
  $error_log_exists = file_exists ( $error_log_name );
3053
 
3054
  /*
3055
+ * Check for other page-level actions
3056
  */
3057
  if ( isset( $_REQUEST['mla_reset_log'] ) && 'true' == $_REQUEST['mla_reset_log'] ) {
3058
  $file_error = false;
3078
  } else {
3079
  $error_log_exists = file_exists ( $error_log_name );
3080
  }
 
 
 
3081
  }
3082
 
3083
  /*
3151
  $reset_link = '<a class="button-secondary" href="' . add_query_arg( $args, wp_nonce_url( 'options-general.php', MLA::MLA_ADMIN_NONCE_ACTION, MLA::MLA_ADMIN_NONCE_NAME ) ) . '" title="' . __( 'Reset', 'media-library-assistant' ) . ' &#8220;' . __( 'Error Log', 'media-library-assistant' ) . '&#8221;">' . __( 'Reset', 'media-library-assistant' ) . '</a>';
3152
  }
3153
 
3154
+ /*
3155
+ * Gather the Debug Settings
3156
+ */
3157
+ $settings_list = self::_compose_settings_row( 'MLA_DEBUG_LEVEL', sprintf( '0x%1$04X', MLA_DEBUG_LEVEL ) );
3158
+ $settings_list .= self::_compose_settings_row( 'PHP error_reporting', sprintf( '0x%1$04X', ini_get( 'error_reporting' ) ) );
3159
+ $settings_list .= self::_compose_settings_row( 'PHP error_log', ini_get( 'error_log' ) );
3160
+ $settings_list .= self::_compose_settings_row( 'WP_DEBUG', WP_DEBUG ? 'true' : 'false' );
3161
+ $settings_list .= self::_compose_settings_row( 'WP_DEBUG_LOG', WP_DEBUG_LOG ? 'true' : 'false' );
3162
+ $settings_list .= self::_compose_settings_row( 'WP_DEBUG_DISPLAY', WP_DEBUG_DISPLAY ? 'true' : 'false' );
3163
+ $settings_list .= self::_compose_settings_row( 'WP_CONTENT_DIR', WP_CONTENT_DIR );
3164
+
3165
  /*
3166
  * Compose tab content
3167
  */
3169
  'Debug Options' => __( 'Debug Options', 'media-library-assistant' ),
3170
  'form_url' => admin_url( 'options-general.php' ) . '?page=mla-settings-menu-debug&mla_tab=debug',
3171
  'options_list' => $options_list,
3172
+ 'Debug Settings' => __( 'Debug Settings', 'media-library-assistant' ),
3173
+ 'settings_list' => $settings_list,
3174
+ 'Error Log' => __( 'Error Log', 'media-library-assistant' ),
3175
  'Error Log Name' => $error_log_name,
3176
  'error_log_text' => $error_log_contents,
3177
  'download_link' => $download_link,
3205
  */
3206
  $development_version = MLA::MLA_DEVELOPMENT_VERSION;
3207
  $development_version = ( ! empty( $development_version ) ) ? ' (' . $development_version . ')' : '';
 
3208
  self::$page_template_array = MLAData::mla_load_template( 'admin-display-settings-page.tpl' );
3209
  $current_tab_slug = isset( $_REQUEST['mla_tab'] ) ? $_REQUEST['mla_tab']: 'general';
3210
  $current_tab = self::mla_get_options_tablist( $current_tab_slug );
3213
  'Donate' => __( 'Donate', 'media-library-assistant' ),
3214
  'version' => 'v' . MLA::CURRENT_MLA_VERSION,
3215
  'development' => $development_version,
 
3216
  'messages' => '',
3217
  'tablist' => self::_compose_settings_tabs( $current_tab_slug ),
3218
  'tab_content' => '',
includes/class-mla-thumbnail-generation.php CHANGED
@@ -437,7 +437,7 @@ class MLA_Thumbnail {
437
  'Options' => __( 'Options', 'media-library-assistant' ),
438
  'Clear Filter-by' => __( 'Clear Filter-by', 'media-library-assistant' ),
439
  'Cancel' => __( 'Cancel', 'media-library-assistant' ),
440
- 'Generate Thumbnails' => __( 'Generate Thumbnails', 'media-library-assistant' ),
441
  );
442
  $parse_value = MLAData::mla_parse_template( $page_template_array['page'], $page_values );
443
 
437
  'Options' => __( 'Options', 'media-library-assistant' ),
438
  'Clear Filter-by' => __( 'Clear Filter-by', 'media-library-assistant' ),
439
  'Cancel' => __( 'Cancel', 'media-library-assistant' ),
440
+ // 'Generate Thumbnails' => __( 'Generate Thumbnails', 'media-library-assistant' ),
441
  );
442
  $parse_value = MLAData::mla_parse_template( $page_template_array['page'], $page_values );
443
 
includes/class-mla-upload-list-table.php CHANGED
@@ -154,6 +154,13 @@ class MLA_Upload_List_Table extends WP_List_Table {
154
  * @return array list of table columns
155
  */
156
  public static function mla_manage_columns_filter( ) {
 
 
 
 
 
 
 
157
  return self::$default_columns;
158
  }
159
 
@@ -187,6 +194,41 @@ class MLA_Upload_List_Table extends WP_List_Table {
187
  );
188
  }
189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  /**
191
  * Called in the admin_init action because the list_table object isn't
192
  * created in time to affect the "screen options" setup.
@@ -203,6 +245,7 @@ class MLA_Upload_List_Table extends WP_List_Table {
203
  if ( isset( $_REQUEST['mla_tab'] ) && $_REQUEST['mla_tab'] == 'upload' ) {
204
  add_filter( 'get_user_option_managesettings_page_' . MLASettings::MLA_SETTINGS_SLUG . '-uploadcolumnshidden', 'MLA_Upload_list_Table::mla_manage_hidden_columns_filter', 10, 3 );
205
  add_filter( 'manage_settings_page_' . MLASettings::MLA_SETTINGS_SLUG . '-upload_columns', 'MLA_Upload_list_Table::mla_manage_columns_filter', 10, 0 );
 
206
  }
207
  }
208
 
@@ -215,6 +258,11 @@ class MLA_Upload_List_Table extends WP_List_Table {
215
  * @return void
216
  */
217
  function __construct( ) {
 
 
 
 
 
218
  //Set parent defaults
219
  parent::__construct( array(
220
  'singular' => 'upload_type', //singular name of the listed records
@@ -228,6 +276,50 @@ class MLA_Upload_List_Table extends WP_List_Table {
228
  */
229
  }
230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  /**
232
  * Supply a column value if no column-specific function has been defined
233
  *
@@ -361,6 +453,14 @@ class MLA_Upload_List_Table extends WP_List_Table {
361
  * @return string HTML markup to be placed inside the column
362
  */
363
  function column_name( $item ) {
 
 
 
 
 
 
 
 
364
  $row_actions = self::_build_rollover_actions( $item, 'name' );
365
  $slug = esc_attr( $item->slug );
366
  return sprintf( '%1$s<br>%2$s%3$s', /*%1$s*/ $slug, /*%2$s*/ $this->row_actions( $row_actions ), /*%3$s*/ $this->_build_inline_data( $item ) );
154
  * @return array list of table columns
155
  */
156
  public static function mla_manage_columns_filter( ) {
157
+ /*
158
+ * For WP 4.3+ icon will be merged with the Extension/name column
159
+ */
160
+ if ( MLATest::$wp_4dot3_plus ) {
161
+ unset( self::$default_columns['icon'] );
162
+ }
163
+
164
  return self::$default_columns;
165
  }
166
 
194
  );
195
  }
196
 
197
+ /**
198
+ * Print optional in-lne styles for Uploads submenu table
199
+ *
200
+ * @since 2.14
201
+ */
202
+ public static function mla_admin_print_styles_action() {
203
+ if ( MLATest::$wp_4dot3_plus ) {
204
+ echo "<style type='text/css'>\n";
205
+
206
+ // Any icon_type will do
207
+ $image_info = MLAMime::mla_get_icon_type_size( 'image' );
208
+
209
+ /*
210
+ * Primary column including icon and some margin
211
+ */
212
+ $icon_width = ( $image_info['width'] + 10 ) . 'px';
213
+ $icon_height = ( $image_info['height'] + 5 ) . 'px';
214
+
215
+ echo " table.upload_types td.column-primary {\n";
216
+ echo " position: relative;\n";
217
+ echo " }\n";
218
+ echo " table.upload_types div.upload_types-icon {\n";
219
+ echo " position: absolute;\n";
220
+ echo " top: 8px;\n";
221
+ echo " left: 10px;\n";
222
+ echo " }\n";
223
+ echo " table.upload_types div.upload_types-info {\n";
224
+ echo " margin-left: {$icon_width};\n";
225
+ echo " min-height: {$icon_height};\n";
226
+ echo " }\n";
227
+
228
+ echo "</style>\n";
229
+ }
230
+ }
231
+
232
  /**
233
  * Called in the admin_init action because the list_table object isn't
234
  * created in time to affect the "screen options" setup.
245
  if ( isset( $_REQUEST['mla_tab'] ) && $_REQUEST['mla_tab'] == 'upload' ) {
246
  add_filter( 'get_user_option_managesettings_page_' . MLASettings::MLA_SETTINGS_SLUG . '-uploadcolumnshidden', 'MLA_Upload_list_Table::mla_manage_hidden_columns_filter', 10, 3 );
247
  add_filter( 'manage_settings_page_' . MLASettings::MLA_SETTINGS_SLUG . '-upload_columns', 'MLA_Upload_list_Table::mla_manage_columns_filter', 10, 0 );
248
+ add_action( 'admin_print_styles', 'MLA_Upload_List_Table::mla_admin_print_styles_action' );
249
  }
250
  }
251
 
258
  * @return void
259
  */
260
  function __construct( ) {
261
+ // MLA does not use this
262
+ $this->modes = array(
263
+ 'list' => __( 'List View' ),
264
+ );
265
+
266
  //Set parent defaults
267
  parent::__construct( array(
268
  'singular' => 'upload_type', //singular name of the listed records
276
  */
277
  }
278
 
279
+ /**
280
+ * Checks the current user's permissions
281
+ *
282
+ * @since 2.14
283
+ *
284
+ * @return bool
285
+ */
286
+ public function ajax_user_can() {
287
+ return current_user_can('manage_options');
288
+ }
289
+
290
+ /**
291
+ * Get the name of the default primary column.
292
+ *
293
+ * @since 2.14
294
+ * @access protected
295
+ *
296
+ * @return string Name of the default primary column
297
+ */
298
+ protected function get_default_primary_column_name() {
299
+ return 'name';
300
+ }
301
+
302
+ /**
303
+ * Generate and display row actions links.
304
+ *
305
+ * @since 2.14
306
+ * @access protected
307
+ *
308
+ * @param object $item Attachment being acted upon.
309
+ * @param string $column_name Current column name.
310
+ * @param string $primary Primary column name.
311
+ * @return string Row actions output for media attachments.
312
+ */
313
+ protected function handle_row_actions( $item, $column_name, $primary ) {
314
+ if ( $primary === $column_name ) {
315
+ $actions = $this->row_actions( $this->_build_rollover_actions( $item, $column_name ) );
316
+ $actions .= $this->_build_inline_data( $item );
317
+ return $actions;
318
+ }
319
+
320
+ return '';
321
+ }
322
+
323
  /**
324
  * Supply a column value if no column-specific function has been defined
325
  *
453
  * @return string HTML markup to be placed inside the column
454
  */
455
  function column_name( $item ) {
456
+ if ( MLATest::$wp_4dot3_plus ) {
457
+ $content = "<div class=\"upload_types-icon\">\n";
458
+ $content .= self::column_icon( $item );
459
+ $content .= "\n</div>\n";
460
+ $content .= '<div class="upload_types-info">' . esc_attr( $item->slug ) . "</div>\n";
461
+ return $content;
462
+ }
463
+
464
  $row_actions = self::_build_rollover_actions( $item, 'name' );
465
  $slug = esc_attr( $item->slug );
466
  return sprintf( '%1$s<br>%2$s%3$s', /*%1$s*/ $slug, /*%2$s*/ $this->row_actions( $row_actions ), /*%3$s*/ $this->_build_inline_data( $item ) );
includes/class-mla-view-list-table.php CHANGED
@@ -204,6 +204,11 @@ class MLA_View_List_Table extends WP_List_Table {
204
  * @return void
205
  */
206
  function __construct( ) {
 
 
 
 
 
207
  //Set parent defaults
208
  parent::__construct( array(
209
  'singular' => 'post_mime_type', //singular name of the listed records
@@ -217,6 +222,50 @@ class MLA_View_List_Table extends WP_List_Table {
217
  */
218
  }
219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  /**
221
  * Supply a column value if no column-specific function has been defined
222
  *
@@ -347,6 +396,10 @@ class MLA_View_List_Table extends WP_List_Table {
347
  * @return string HTML markup to be placed inside the column
348
  */
349
  function column_name( $item ) {
 
 
 
 
350
  $row_actions = self::_build_rollover_actions( $item, 'name' );
351
  $slug = esc_attr( $item->slug );
352
  return sprintf( '%1$s<br>%2$s%3$s', /*%1$s*/ $slug, /*%2$s*/ $this->row_actions( $row_actions ), /*%3$s*/ $this->_build_inline_data( $item ) );
204
  * @return void
205
  */
206
  function __construct( ) {
207
+ // MLA does not use this
208
+ $this->modes = array(
209
+ 'list' => __( 'List View' ),
210
+ );
211
+
212
  //Set parent defaults
213
  parent::__construct( array(
214
  'singular' => 'post_mime_type', //singular name of the listed records
222
  */
223
  }
224
 
225
+ /**
226
+ * Checks the current user's permissions
227
+ *
228
+ * @since 2.14
229
+ *
230
+ * @return bool
231
+ */
232
+ public function ajax_user_can() {
233
+ return current_user_can('manage_options');
234
+ }
235
+
236
+ /**
237
+ * Get the name of the default primary column.
238
+ *
239
+ * @since 2.14
240
+ * @access protected
241
+ *
242
+ * @return string Name of the default primary column
243
+ */
244
+ protected function get_default_primary_column_name() {
245
+ return 'name';
246
+ }
247
+
248
+ /**
249
+ * Generate and display row actions links.
250
+ *
251
+ * @since 2.14
252
+ * @access protected
253
+ *
254
+ * @param object $item Attachment being acted upon.
255
+ * @param string $column_name Current column name.
256
+ * @param string $primary Primary column name.
257
+ * @return string Row actions output for media attachments.
258
+ */
259
+ protected function handle_row_actions( $item, $column_name, $primary ) {
260
+ if ( $primary === $column_name ) {
261
+ $actions = $this->row_actions( $this->_build_rollover_actions( $item, $column_name ) );
262
+ $actions .= $this->_build_inline_data( $item );
263
+ return $actions;
264
+ }
265
+
266
+ return '';
267
+ }
268
+
269
  /**
270
  * Supply a column value if no column-specific function has been defined
271
  *
396
  * @return string HTML markup to be placed inside the column
397
  */
398
  function column_name( $item ) {
399
+ if ( MLATest::$wp_4dot3_plus ) {
400
+ return esc_attr( $item->slug );
401
+ }
402
+
403
  $row_actions = self::_build_rollover_actions( $item, 'name' );
404
  $slug = esc_attr( $item->slug );
405
  return sprintf( '%1$s<br>%2$s%3$s', /*%1$s*/ $slug, /*%2$s*/ $this->row_actions( $row_actions ), /*%3$s*/ $this->_build_inline_data( $item ) );
index.php CHANGED
@@ -6,7 +6,7 @@
6
  * will the rest of the plugin be loaded and run.
7
  *
8
  * @package Media Library Assistant
9
- * @version 2.13
10
  */
11
 
12
  /*
@@ -16,7 +16,7 @@ Description: Enhances the Media Library; powerful [mla_gallery], taxonomy suppor
16
  Author: David Lingren, Fair Trade Judaica
17
  Text Domain: media-library-assistant
18
  Domain Path: /languages
19
- Version: 2.13
20
  Author URI: http://fairtradejudaica.org/our-story/staff/
21
 
22
  Copyright 2011-2014 David Lingren
6
  * will the rest of the plugin be loaded and run.
7
  *
8
  * @package Media Library Assistant
9
+ * @version 2.14
10
  */
11
 
12
  /*
16
  Author: David Lingren, Fair Trade Judaica
17
  Text Domain: media-library-assistant
18
  Domain Path: /languages
19
+ Version: 2.14
20
  Author URI: http://fairtradejudaica.org/our-story/staff/
21
 
22
  Copyright 2011-2014 David Lingren
js/mla-inline-edit-scripts.js CHANGED
@@ -131,7 +131,7 @@ var jQuery,
131
  var te = '', c = true;
132
  this.revert();
133
 
134
- $('#bulk-edit td').attr('colspan', $('.widefat:first thead th:visible').length);
135
  $('table.widefat tbody').prepend( $('#bulk-edit') );
136
  $('#bulk-edit').addClass('inline-editor').show();
137
 
@@ -205,7 +205,7 @@ var jQuery,
205
  var te = '', c = true;
206
  this.revert();
207
 
208
- $('#bulk-progress td').attr('colspan', $('.widefat:first thead th:visible').length);
209
  $('table.widefat tbody').prepend( $('#bulk-progress') );
210
  $('#bulk-progress').addClass('inline-editor').show();
211
  $('#cb-select-all-1' ).removeAttr( 'checked' );
@@ -379,7 +379,7 @@ var jQuery,
379
 
380
  // add the new blank row
381
  editRow = $('#inline-edit').clone(true);
382
- $('td', editRow).attr('colspan', $('.widefat:first thead th:visible').length);
383
 
384
  if ( $(t.what+id).hasClass('alternate') )
385
  $(editRow).addClass('alternate');
131
  var te = '', c = true;
132
  this.revert();
133
 
134
+ $('#bulk-edit td').attr('colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length);
135
  $('table.widefat tbody').prepend( $('#bulk-edit') );
136
  $('#bulk-edit').addClass('inline-editor').show();
137
 
205
  var te = '', c = true;
206
  this.revert();
207
 
208
+ $('#bulk-progress td').attr('colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length);
209
  $('table.widefat tbody').prepend( $('#bulk-progress') );
210
  $('#bulk-progress').addClass('inline-editor').show();
211
  $('#cb-select-all-1' ).removeAttr( 'checked' );
379
 
380
  // add the new blank row
381
  editRow = $('#inline-edit').clone(true);
382
+ $('td', editRow).attr('colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length);
383
 
384
  if ( $(t.what+id).hasClass('alternate') )
385
  $(editRow).addClass('alternate');
js/mla-inline-edit-scripts.min.js CHANGED
@@ -1 +1 @@
1
- var jQuery,mla_inline_edit_vars,mla={settings:{},bulkEdit:{inProcess:false,doCancel:false},utility:{getId:function(b){var c=jQuery(b).closest("tr").attr("id"),a=c.split("-");return a[a.length-1]}},setParent:null,inlineEditAttachment:null};(function(a){mla.settings=typeof mla_inline_edit_vars==="undefined"?{}:mla_inline_edit_vars;mla_inline_edit_vars=void 0;mla.inlineEditAttachment={init:function(){var d=this,e=a("#inline-edit"),c=a("#bulk-edit"),b=a("#bulk-progress");d.type="attachment";d.what="#attachment-";e.keyup(function(f){if(f.which==27){return mla.inlineEditAttachment.revert()}});c.keyup(function(f){if(f.which==27){return mla.inlineEditAttachment.revert()}});b.keyup(function(f){if(f.which==27){return mla.inlineEditAttachment.revert()}});a("#inline-edit-post-set-parent",e).on("click",function(){return mla.inlineEditAttachment.inlineParentOpen(this)});a("a.cancel",e).click(function(){return mla.inlineEditAttachment.revert()});a("a.save",e).click(function(){return mla.inlineEditAttachment.quickSave(this)});a("td",e).keydown(function(f){if(f.which==13){return mla.inlineEditAttachment.quickSave(this)}});a("#bulk-edit-set-parent",c).on("click",function(){return mla.inlineEditAttachment.bulkParentOpen()});a("a.cancel",c).click(function(){return mla.inlineEditAttachment.revert()});a('input[type="submit"]',c).click(function(f){f.preventDefault();return mla.inlineEditAttachment.bulkSave(f)});a("a.cancel",b).click(function(){if(mla.bulkEdit.inProcess){mla.bulkEdit.doCancel=true;return false}else{return mla.inlineEditAttachment.revert()}});a("#bulk_refresh",b).click(function(){a("#bulk-progress a").prop("disabled",true);a("#bulk-progress").css("opacity","0.5")});a("#the-list").on("click","a.editinline",function(){mla.inlineEditAttachment.quickEdit(this);return false});a("span.catshow").click(function(){a(this).hide().next().show().parent().next().addClass("cat-hover")});a("span.cathide").click(function(){a(this).hide().prev().show().parent().next().removeClass("cat-hover")});a('select[name="_status"] option[value="future"]',c).remove();a("#doaction, #doaction2").click(function(f){var g=a(this).attr("id").substr(2);if(a('select[name="'+g+'"]').val()=="edit"){f.preventDefault();d.bulkEdit()}else{if(a("form#posts-filter tr.inline-editor").length>0){d.revert()}}});a("#post-query-submit").mousedown(function(){d.revert();a('select[name^="action"]').val("-1")})},bulkEdit:function(){var b="",d=true;this.revert();a("#bulk-edit td").attr("colspan",a(".widefat:first thead th:visible").length);a("table.widefat tbody").prepend(a("#bulk-edit"));a("#bulk-edit").addClass("inline-editor").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .post_title").text()||mla.settings.noTitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mla.settings.ntdelTitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#bulk-titles").html(b);a("#bulk-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("textarea.mla_tags").each(function(){var c=a(this).attr("name").replace("]","").replace("tax_input[","");a(this).suggest(ajaxurl+"?action=ajax-tag-search&tax="+c,{delay:500,minchars:2,multiple:true,multipleSep:mla.settings.comma+" "})});a("html, body").animate({scrollTop:0},"fast")},bulkSave:function(c){var b;mla.bulkEdit={inProcess:false,doCancel:false,chunkSize:0,targetName:"",fields:"",ids:[],idsCount:0,offset:0,waiting:0,running:0,complete:0,unchanged:0,success:0,failure:0};mla.bulkEdit.chunkSize=+mla.settings.bulkChunkSize;mla.bulkEdit.targetName=c.target.name;mla.bulkEdit.fields=a("#bulk-edit :input").serialize();b=a('tbody th.check-column input[type="checkbox"]').serializeArray();a.each(b,function(d,e){mla.bulkEdit.ids[d]=+e.value});mla.bulkEdit.idsCount=mla.bulkEdit.waiting=mla.bulkEdit.ids.length;mla.inlineEditAttachment.bulkProgressOpen();mla.inlineEditAttachment.bulkPost();return false},bulkProgressOpen:function(){var b="",d=true;this.revert();a("#bulk-progress td").attr("colspan",a(".widefat:first thead th:visible").length);a("table.widefat tbody").prepend(a("#bulk-progress"));a("#bulk-progress").addClass("inline-editor").show();a("#cb-select-all-1").removeAttr("checked");a("#cb-select-all-2").removeAttr("checked");a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .post_title").text()||mla.settings.noTitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mla.settings.ntdelTitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#bulk-progress-running").html("");a("#bulk-progress-complete").html("");a("#bulk-progress-waiting").html(b);a("#bulk-progress-waiting a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("#bulk-progress .inline-edit-save .error").html("");a("#bulk_refresh").prop("disabled",true).css("opacity","0.5");a("html, body").animate({scrollTop:0},"fast")},bulkPost:function(){var b,g,f,i,c,h=a("table.widefat .inline-edit-save .spinner"),d=a("#bulk-progress .inline-edit-save .error"),j=a("#bulk-progress-waiting"),e=a("#bulk-progress-running");g=mla.bulkEdit.ids.slice(mla.bulkEdit.offset,mla.bulkEdit.offset+mla.bulkEdit.chunkSize);mla.bulkEdit.offset+=mla.bulkEdit.chunkSize;for(f=0;f<g.length;f++){i=a("#ttle"+g[f],j).remove();a("a",i).hide();e.append(i)}mla.bulkEdit.waiting-=g.length;mla.bulkEdit.running=g.length;b={action:mla.settings.ajax_action,mla_admin_nonce:mla.settings.ajax_nonce,bulk_action:mla.bulkEdit.targetName,cb_attachment:g};b=a.param(b)+"&"+mla.bulkEdit.fields;mla.bulkEdit.inProcess=true;if(mla.settings.useSpinnerClass){h.addClass("is-active")}else{h.show()}c=mla.settings.bulkWaiting+": "+mla.bulkEdit.waiting+", "+mla.settings.bulkComplete+": "+mla.bulkEdit.complete+", "+mla.settings.bulkUnchanged+": "+mla.bulkEdit.unchanged+", "+mla.settings.bulkSuccess+": "+mla.bulkEdit.success+", "+mla.settings.bulkFailure+": "+mla.bulkEdit.failure;d.html(c).show();a.ajax(ajaxurl,{type:"POST",data:b,dataType:"json"}).always(function(){if(mla.settings.useSpinnerClass){h.removeClass("is-active")}else{h.hide()}}).done(function(n,l){var o="no response.data",k,m;if(mla.settings.useSpinnerClass){h.removeClass("is-active")}else{h.hide()}if(n){if(!n.success){if(n.responseData){o=n.data}d.html(JSON.stringify(n)).show();mla.bulkEdit.offset=mla.bulkEdit.idsCount}else{m=a("#bulk-progress-running div").remove();a.each(m,function(){var p,q=a(this).html(),r=a(this).attr("id").substr(4);if("string"===typeof(n.data.item_results[r]["result"])){p=n.data.item_results[r]["result"];a(this).html(q+" ("+r+") - "+p)}a("#attachment-"+r).remove()});a("#bulk-progress-complete").append(m);mla.bulkEdit.complete+=mla.bulkEdit.running;mla.bulkEdit.running=0;mla.bulkEdit.unchanged+=n.data.unchanged;mla.bulkEdit.success+=n.data.success;mla.bulkEdit.failure+=n.data.failure;k=mla.settings.bulkWaiting+": "+mla.bulkEdit.waiting+", "+mla.settings.bulkComplete+": "+mla.bulkEdit.complete+", "+mla.settings.bulkUnchanged+": "+mla.bulkEdit.unchanged+", "+mla.settings.bulkSuccess+": "+mla.bulkEdit.success+", "+mla.settings.bulkFailure+": "+mla.bulkEdit.failure;d.html(k).show()}}else{d.html(mla.settings.error).show();mla.bulkEdit.offset=mla.bulkEdit.idsCount}if(mla.bulkEdit.doCancel){d.html(mla.settings.bulkCanceled+". "+k).show()}else{if(mla.bulkEdit.offset<mla.bulkEdit.idsCount){mla.inlineEditAttachment.bulkPost();return}}a("#bulk_refresh").prop("disabled",false).css("opacity","1.0");mla.bulkEdit.inProcess=false}).fail(function(l,k){if(200==l.status){d.text("("+k+") "+l.responseText)}else{d.text(mla.settings.ajaxFailError+" ("+k+"), jqXHR( "+l.status+", "+l.statusText+", "+l.responseText+")")}})},quickEdit:function(g){var d=this,b,c,e,f;d.revert();if(typeof(g)=="object"){g=mla.utility.getId(g)}b=mla.settings.fields;c=a("#inline-edit").clone(true);a("td",c).attr("colspan",a(".widefat:first thead th:visible").length);if(a(d.what+g).hasClass("alternate")){a(c).addClass("alternate")}a(d.what+g).hide().after(c);e=a("#inline_"+g);if(!a(':input[name="post_author"] option[value="'+a(".post_author",e).text()+'"]',c).val()){a(':input[name="post_author"]',c).prepend('<option value="'+a(".post_author",e).text()+'">'+a("#"+d.type+"-"+g+" .author").text()+"</option>")}if(a(':input[name="post_author"] option',c).length==1){a("label.inline-edit-author",c).hide()}for(f=0;f<b.length;f++){a(':input[name="'+b[f]+'"]',c).val(a("."+b[f],e).text())}if(a(".image_alt",e).length===0){a("label.inline-edit-image-alt",c).hide()}a(".mla_category",e).each(function(){var h=a(this).text(),i;if(h){i=a(this).attr("id").replace("_"+g,"");a("ul."+i+"-checklist :checkbox",c).val(h.split(","))}});a(".mla_tags",e).each(function(){var j=a(this).text(),k=a(this).attr("id").replace("_"+g,""),i=a("textarea.tax_input_"+k,c),h=mla.settings.comma;if(j){if(","!==h){j=j.replace(/,/g,h)}i.val(j)}i.suggest(ajaxurl+"?action=ajax-tag-search&tax="+k,{delay:500,minchars:2,multiple:true,multipleSep:mla.settings.comma+" "})});e=a(c).attr("id","edit-"+g).addClass("inline-editor").show().position().top;a(".ptitle",c).focus();a("html, body").animate({scrollTop:e},"fast");return false},quickSave:function(e){var d,b,c=a(".post_status_page").val()||"";if(typeof(e)=="object"){e=mla.utility.getId(e)}if(mla.settings.useSpinnerClass){a("table.widefat .inline-edit-save .spinner").addClass("is-active")}else{a("table.widefat .inline-edit-save .spinner").show()}d={action:mla.settings.ajax_action,mla_admin_nonce:mla.settings.ajax_nonce,post_type:"attachment",post_ID:e,edit_date:"true",post_status:c};b=a("#edit-"+e+" :input").serialize();d=b+"&"+a.param(d);a.post(ajaxurl,d,function(f){if(mla.settings.useSpinnerClass){a("table.widefat .inline-edit-save .spinner").removeClass("is-active")}else{a("table.widefat .inline-edit-save .spinner").hide()}if(f){if(-1!=f.indexOf("<tr")){a(mla.inlineEditAttachment.what+e).remove();a("#edit-"+e).before(f).remove();a(mla.inlineEditAttachment.what+e).hide().fadeIn()}else{f=f.replace(/<.[^<>]*?>/g,"");a("#edit-"+e+" .inline-edit-save .error").html(f).show()}}else{a("#edit-"+e+" .inline-edit-save .error").html(mla.settings.error).show()}},"html");return false},inlineParentOpen:function(e){var d,b,c;if(typeof(e)=="object"){b=mla.utility.getId(e);d=a("#edit-"+b+' :input[name="post_parent"]').val()||"";c=a("#edit-"+b+' :input[name="post_title"]').val()||"";mla.setParent.open(d,b,c);a("#mla-set-parent-submit").on("click",function(f){f.preventDefault();mla.inlineEditAttachment.inlineParentSave(b);return false})}},inlineParentSave:function(b){var f=a("#mla-set-parent-response-div input:checked").closest("tr"),h,e,c=a("#edit-"+b),d,g;if(f.length){h=a(":radio",f).val()||"";e=a("label",f).html()||"";d=a(':input[name="post_parent"]',c).clone(true).val(h);g=a(':input[name="post_parent_title"]',c).clone(true).val(e);a(':input[name="post_parent"]',c).replaceWith(d);a(':input[name="post_parent_title"]',c).replaceWith(g)}mla.setParent.close();a("#mla-set-parent-submit").off("click")},bulkParentOpen:function(){var d,b,c;b=-1;c=mla.settings.bulkTitle;d=a('#bulk-edit :input[name="post_parent"]').val()||-1;mla.setParent.open(d,b,c);a("#mla-set-parent-submit").on("click",function(e){e.preventDefault();mla.inlineEditAttachment.bulkParentSave();return false})},bulkParentSave:function(){var c=a("#mla-set-parent-response-div input:checked").closest("tr"),d,b;if(c.length){d=a(":radio",c).val()||"";b=a('#bulk-edit :input[name="post_parent"]').clone(true).val(d);a('#bulk-edit :input[name="post_parent"]').replaceWith(b)}mla.setParent.close();a("#mla-set-parent-submit").off("click")},tableParentOpen:function(d,b,c){mla.setParent.open(d,b,c);a("#mla-set-parent-submit").on("click",function(e){e.preventDefault();mla.inlineEditAttachment.tableParentSave(b);return false})},tableParentSave:function(b){var d=a("#mla-set-parent-response-div input:checked").closest("tr"),f=a(":radio",d).val()||"-1",c,e=a("#attachment-"+b+" td.attached_to").clone(true);if(d.length&&(f>=0)){e=a("#attachment-"+b+" td.attached_to").clone(true);e.html('<span class="spinner"></span>');a("#attachment-"+b+" td.attached_to").replaceWith(e);if(mla.settings.useSpinnerClass){a("#attachment-"+b+" td.attached_to .spinner").addClass("is-active")}else{a("#attachment-"+b+" td.attached_to .spinner").show()}c=a.param({action:mla.settings.ajax_action+"-set-parent",mla_admin_nonce:mla.settings.ajax_nonce,post_ID:b,post_parent:f,});a.post(ajaxurl,c,function(g){if(g){if(-1==g.indexOf("tableParentOpen(")){g=g.replace(/<.[^<>]*?>/g,"")}}else{g=mla.settings.ajaxFailError}a("#attachment-"+b).before(g).remove();a("#attachment-"+b).hide().fadeIn()},"html")}else{e.html(mla.settings.error);a("#attachment-"+b+" td.attached_to").replaceWith(e)}a("#mla-set-parent-submit").off("click");mla.setParent.close()},revert:function(){var b=a("table.widefat tr.inline-editor").attr("id");if(b){if(mla.settings.useSpinnerClass){a("table.widefat .inline-edit-save .spinner").removeClass("is-active")}else{a("table.widefat .inline-edit-save .spinner").hide()}if("bulk-edit"==b){a("table.widefat #bulk-edit").removeClass("inline-editor").hide();a("#bulk-titles").html("");a("#inlineedit").append(a("#bulk-edit"))}else{if("bulk-progress"==b){a("table.widefat #bulk-progress").removeClass("inline-editor").hide();a("#bulk-progress-waiting").html("");a("#inlineedit").append(a("#bulk-progress"))}else{a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}}return false}};a(document).ready(function(){mla.inlineEditAttachment.init()})})(jQuery);
1
+ var jQuery,mla_inline_edit_vars,mla={settings:{},bulkEdit:{inProcess:false,doCancel:false},utility:{getId:function(b){var c=jQuery(b).closest("tr").attr("id"),a=c.split("-");return a[a.length-1]}},setParent:null,inlineEditAttachment:null};(function(a){mla.settings=typeof mla_inline_edit_vars==="undefined"?{}:mla_inline_edit_vars;mla_inline_edit_vars=void 0;mla.inlineEditAttachment={init:function(){var d=this,e=a("#inline-edit"),c=a("#bulk-edit"),b=a("#bulk-progress");d.type="attachment";d.what="#attachment-";e.keyup(function(f){if(f.which==27){return mla.inlineEditAttachment.revert()}});c.keyup(function(f){if(f.which==27){return mla.inlineEditAttachment.revert()}});b.keyup(function(f){if(f.which==27){return mla.inlineEditAttachment.revert()}});a("#inline-edit-post-set-parent",e).on("click",function(){return mla.inlineEditAttachment.inlineParentOpen(this)});a("a.cancel",e).click(function(){return mla.inlineEditAttachment.revert()});a("a.save",e).click(function(){return mla.inlineEditAttachment.quickSave(this)});a("td",e).keydown(function(f){if(f.which==13){return mla.inlineEditAttachment.quickSave(this)}});a("#bulk-edit-set-parent",c).on("click",function(){return mla.inlineEditAttachment.bulkParentOpen()});a("a.cancel",c).click(function(){return mla.inlineEditAttachment.revert()});a('input[type="submit"]',c).click(function(f){f.preventDefault();return mla.inlineEditAttachment.bulkSave(f)});a("a.cancel",b).click(function(){if(mla.bulkEdit.inProcess){mla.bulkEdit.doCancel=true;return false}else{return mla.inlineEditAttachment.revert()}});a("#bulk_refresh",b).click(function(){a("#bulk-progress a").prop("disabled",true);a("#bulk-progress").css("opacity","0.5")});a("#the-list").on("click","a.editinline",function(){mla.inlineEditAttachment.quickEdit(this);return false});a("span.catshow").click(function(){a(this).hide().next().show().parent().next().addClass("cat-hover")});a("span.cathide").click(function(){a(this).hide().prev().show().parent().next().removeClass("cat-hover")});a('select[name="_status"] option[value="future"]',c).remove();a("#doaction, #doaction2").click(function(f){var g=a(this).attr("id").substr(2);if(a('select[name="'+g+'"]').val()=="edit"){f.preventDefault();d.bulkEdit()}else{if(a("form#posts-filter tr.inline-editor").length>0){d.revert()}}});a("#post-query-submit").mousedown(function(){d.revert();a('select[name^="action"]').val("-1")})},bulkEdit:function(){var b="",d=true;this.revert();a("#bulk-edit td").attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);a("table.widefat tbody").prepend(a("#bulk-edit"));a("#bulk-edit").addClass("inline-editor").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .post_title").text()||mla.settings.noTitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mla.settings.ntdelTitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#bulk-titles").html(b);a("#bulk-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("textarea.mla_tags").each(function(){var c=a(this).attr("name").replace("]","").replace("tax_input[","");a(this).suggest(ajaxurl+"?action=ajax-tag-search&tax="+c,{delay:500,minchars:2,multiple:true,multipleSep:mla.settings.comma+" "})});a("html, body").animate({scrollTop:0},"fast")},bulkSave:function(c){var b;mla.bulkEdit={inProcess:false,doCancel:false,chunkSize:0,targetName:"",fields:"",ids:[],idsCount:0,offset:0,waiting:0,running:0,complete:0,unchanged:0,success:0,failure:0};mla.bulkEdit.chunkSize=+mla.settings.bulkChunkSize;mla.bulkEdit.targetName=c.target.name;mla.bulkEdit.fields=a("#bulk-edit :input").serialize();b=a('tbody th.check-column input[type="checkbox"]').serializeArray();a.each(b,function(d,e){mla.bulkEdit.ids[d]=+e.value});mla.bulkEdit.idsCount=mla.bulkEdit.waiting=mla.bulkEdit.ids.length;mla.inlineEditAttachment.bulkProgressOpen();mla.inlineEditAttachment.bulkPost();return false},bulkProgressOpen:function(){var b="",d=true;this.revert();a("#bulk-progress td").attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);a("table.widefat tbody").prepend(a("#bulk-progress"));a("#bulk-progress").addClass("inline-editor").show();a("#cb-select-all-1").removeAttr("checked");a("#cb-select-all-2").removeAttr("checked");a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .post_title").text()||mla.settings.noTitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mla.settings.ntdelTitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#bulk-progress-running").html("");a("#bulk-progress-complete").html("");a("#bulk-progress-waiting").html(b);a("#bulk-progress-waiting a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("#bulk-progress .inline-edit-save .error").html("");a("#bulk_refresh").prop("disabled",true).css("opacity","0.5");a("html, body").animate({scrollTop:0},"fast")},bulkPost:function(){var b,g,f,i,c,h=a("table.widefat .inline-edit-save .spinner"),d=a("#bulk-progress .inline-edit-save .error"),j=a("#bulk-progress-waiting"),e=a("#bulk-progress-running");g=mla.bulkEdit.ids.slice(mla.bulkEdit.offset,mla.bulkEdit.offset+mla.bulkEdit.chunkSize);mla.bulkEdit.offset+=mla.bulkEdit.chunkSize;for(f=0;f<g.length;f++){i=a("#ttle"+g[f],j).remove();a("a",i).hide();e.append(i)}mla.bulkEdit.waiting-=g.length;mla.bulkEdit.running=g.length;b={action:mla.settings.ajax_action,mla_admin_nonce:mla.settings.ajax_nonce,bulk_action:mla.bulkEdit.targetName,cb_attachment:g};b=a.param(b)+"&"+mla.bulkEdit.fields;mla.bulkEdit.inProcess=true;if(mla.settings.useSpinnerClass){h.addClass("is-active")}else{h.show()}c=mla.settings.bulkWaiting+": "+mla.bulkEdit.waiting+", "+mla.settings.bulkComplete+": "+mla.bulkEdit.complete+", "+mla.settings.bulkUnchanged+": "+mla.bulkEdit.unchanged+", "+mla.settings.bulkSuccess+": "+mla.bulkEdit.success+", "+mla.settings.bulkFailure+": "+mla.bulkEdit.failure;d.html(c).show();a.ajax(ajaxurl,{type:"POST",data:b,dataType:"json"}).always(function(){if(mla.settings.useSpinnerClass){h.removeClass("is-active")}else{h.hide()}}).done(function(n,l){var o="no response.data",k,m;if(mla.settings.useSpinnerClass){h.removeClass("is-active")}else{h.hide()}if(n){if(!n.success){if(n.responseData){o=n.data}d.html(JSON.stringify(n)).show();mla.bulkEdit.offset=mla.bulkEdit.idsCount}else{m=a("#bulk-progress-running div").remove();a.each(m,function(){var p,q=a(this).html(),r=a(this).attr("id").substr(4);if("string"===typeof(n.data.item_results[r]["result"])){p=n.data.item_results[r]["result"];a(this).html(q+" ("+r+") - "+p)}a("#attachment-"+r).remove()});a("#bulk-progress-complete").append(m);mla.bulkEdit.complete+=mla.bulkEdit.running;mla.bulkEdit.running=0;mla.bulkEdit.unchanged+=n.data.unchanged;mla.bulkEdit.success+=n.data.success;mla.bulkEdit.failure+=n.data.failure;k=mla.settings.bulkWaiting+": "+mla.bulkEdit.waiting+", "+mla.settings.bulkComplete+": "+mla.bulkEdit.complete+", "+mla.settings.bulkUnchanged+": "+mla.bulkEdit.unchanged+", "+mla.settings.bulkSuccess+": "+mla.bulkEdit.success+", "+mla.settings.bulkFailure+": "+mla.bulkEdit.failure;d.html(k).show()}}else{d.html(mla.settings.error).show();mla.bulkEdit.offset=mla.bulkEdit.idsCount}if(mla.bulkEdit.doCancel){d.html(mla.settings.bulkCanceled+". "+k).show()}else{if(mla.bulkEdit.offset<mla.bulkEdit.idsCount){mla.inlineEditAttachment.bulkPost();return}}a("#bulk_refresh").prop("disabled",false).css("opacity","1.0");mla.bulkEdit.inProcess=false}).fail(function(l,k){if(200==l.status){d.text("("+k+") "+l.responseText)}else{d.text(mla.settings.ajaxFailError+" ("+k+"), jqXHR( "+l.status+", "+l.statusText+", "+l.responseText+")")}})},quickEdit:function(g){var d=this,b,c,e,f;d.revert();if(typeof(g)=="object"){g=mla.utility.getId(g)}b=mla.settings.fields;c=a("#inline-edit").clone(true);a("td",c).attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);if(a(d.what+g).hasClass("alternate")){a(c).addClass("alternate")}a(d.what+g).hide().after(c);e=a("#inline_"+g);if(!a(':input[name="post_author"] option[value="'+a(".post_author",e).text()+'"]',c).val()){a(':input[name="post_author"]',c).prepend('<option value="'+a(".post_author",e).text()+'">'+a("#"+d.type+"-"+g+" .author").text()+"</option>")}if(a(':input[name="post_author"] option',c).length==1){a("label.inline-edit-author",c).hide()}for(f=0;f<b.length;f++){a(':input[name="'+b[f]+'"]',c).val(a("."+b[f],e).text())}if(a(".image_alt",e).length===0){a("label.inline-edit-image-alt",c).hide()}a(".mla_category",e).each(function(){var h=a(this).text(),i;if(h){i=a(this).attr("id").replace("_"+g,"");a("ul."+i+"-checklist :checkbox",c).val(h.split(","))}});a(".mla_tags",e).each(function(){var j=a(this).text(),k=a(this).attr("id").replace("_"+g,""),i=a("textarea.tax_input_"+k,c),h=mla.settings.comma;if(j){if(","!==h){j=j.replace(/,/g,h)}i.val(j)}i.suggest(ajaxurl+"?action=ajax-tag-search&tax="+k,{delay:500,minchars:2,multiple:true,multipleSep:mla.settings.comma+" "})});e=a(c).attr("id","edit-"+g).addClass("inline-editor").show().position().top;a(".ptitle",c).focus();a("html, body").animate({scrollTop:e},"fast");return false},quickSave:function(e){var d,b,c=a(".post_status_page").val()||"";if(typeof(e)=="object"){e=mla.utility.getId(e)}if(mla.settings.useSpinnerClass){a("table.widefat .inline-edit-save .spinner").addClass("is-active")}else{a("table.widefat .inline-edit-save .spinner").show()}d={action:mla.settings.ajax_action,mla_admin_nonce:mla.settings.ajax_nonce,post_type:"attachment",post_ID:e,edit_date:"true",post_status:c};b=a("#edit-"+e+" :input").serialize();d=b+"&"+a.param(d);a.post(ajaxurl,d,function(f){if(mla.settings.useSpinnerClass){a("table.widefat .inline-edit-save .spinner").removeClass("is-active")}else{a("table.widefat .inline-edit-save .spinner").hide()}if(f){if(-1!=f.indexOf("<tr")){a(mla.inlineEditAttachment.what+e).remove();a("#edit-"+e).before(f).remove();a(mla.inlineEditAttachment.what+e).hide().fadeIn()}else{f=f.replace(/<.[^<>]*?>/g,"");a("#edit-"+e+" .inline-edit-save .error").html(f).show()}}else{a("#edit-"+e+" .inline-edit-save .error").html(mla.settings.error).show()}},"html");return false},inlineParentOpen:function(e){var d,b,c;if(typeof(e)=="object"){b=mla.utility.getId(e);d=a("#edit-"+b+' :input[name="post_parent"]').val()||"";c=a("#edit-"+b+' :input[name="post_title"]').val()||"";mla.setParent.open(d,b,c);a("#mla-set-parent-submit").on("click",function(f){f.preventDefault();mla.inlineEditAttachment.inlineParentSave(b);return false})}},inlineParentSave:function(b){var f=a("#mla-set-parent-response-div input:checked").closest("tr"),h,e,c=a("#edit-"+b),d,g;if(f.length){h=a(":radio",f).val()||"";e=a("label",f).html()||"";d=a(':input[name="post_parent"]',c).clone(true).val(h);g=a(':input[name="post_parent_title"]',c).clone(true).val(e);a(':input[name="post_parent"]',c).replaceWith(d);a(':input[name="post_parent_title"]',c).replaceWith(g)}mla.setParent.close();a("#mla-set-parent-submit").off("click")},bulkParentOpen:function(){var d,b,c;b=-1;c=mla.settings.bulkTitle;d=a('#bulk-edit :input[name="post_parent"]').val()||-1;mla.setParent.open(d,b,c);a("#mla-set-parent-submit").on("click",function(e){e.preventDefault();mla.inlineEditAttachment.bulkParentSave();return false})},bulkParentSave:function(){var c=a("#mla-set-parent-response-div input:checked").closest("tr"),d,b;if(c.length){d=a(":radio",c).val()||"";b=a('#bulk-edit :input[name="post_parent"]').clone(true).val(d);a('#bulk-edit :input[name="post_parent"]').replaceWith(b)}mla.setParent.close();a("#mla-set-parent-submit").off("click")},tableParentOpen:function(d,b,c){mla.setParent.open(d,b,c);a("#mla-set-parent-submit").on("click",function(e){e.preventDefault();mla.inlineEditAttachment.tableParentSave(b);return false})},tableParentSave:function(b){var d=a("#mla-set-parent-response-div input:checked").closest("tr"),f=a(":radio",d).val()||"-1",c,e=a("#attachment-"+b+" td.attached_to").clone(true);if(d.length&&(f>=0)){e=a("#attachment-"+b+" td.attached_to").clone(true);e.html('<span class="spinner"></span>');a("#attachment-"+b+" td.attached_to").replaceWith(e);if(mla.settings.useSpinnerClass){a("#attachment-"+b+" td.attached_to .spinner").addClass("is-active")}else{a("#attachment-"+b+" td.attached_to .spinner").show()}c=a.param({action:mla.settings.ajax_action+"-set-parent",mla_admin_nonce:mla.settings.ajax_nonce,post_ID:b,post_parent:f,});a.post(ajaxurl,c,function(g){if(g){if(-1==g.indexOf("tableParentOpen(")){g=g.replace(/<.[^<>]*?>/g,"")}}else{g=mla.settings.ajaxFailError}a("#attachment-"+b).before(g).remove();a("#attachment-"+b).hide().fadeIn()},"html")}else{e.html(mla.settings.error);a("#attachment-"+b+" td.attached_to").replaceWith(e)}a("#mla-set-parent-submit").off("click");mla.setParent.close()},revert:function(){var b=a("table.widefat tr.inline-editor").attr("id");if(b){if(mla.settings.useSpinnerClass){a("table.widefat .inline-edit-save .spinner").removeClass("is-active")}else{a("table.widefat .inline-edit-save .spinner").hide()}if("bulk-edit"==b){a("table.widefat #bulk-edit").removeClass("inline-editor").hide();a("#bulk-titles").html("");a("#inlineedit").append(a("#bulk-edit"))}else{if("bulk-progress"==b){a("table.widefat #bulk-progress").removeClass("inline-editor").hide();a("#bulk-progress-waiting").html("");a("#inlineedit").append(a("#bulk-progress"))}else{a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}}return false}};a(document).ready(function(){mla.inlineEditAttachment.init()})})(jQuery);
js/mla-inline-edit-upload-scripts.js CHANGED
@@ -68,7 +68,7 @@ inlineEditUpload = {
68
  var te = '', c = true;
69
  this.revert();
70
 
71
- $('#bulk-edit td').attr('colspan', $('.widefat:first thead th:visible').length);
72
  $('table.widefat tbody').prepend( $('#bulk-edit') );
73
  $('#bulk-edit').addClass('inline-editor').show();
74
 
@@ -107,7 +107,7 @@ inlineEditUpload = {
107
 
108
  // add the new blank row
109
  editRow = $('#inline-edit').clone(true);
110
- $('td', editRow).attr('colspan', $('.widefat:first thead th:visible').length);
111
 
112
  if ( $(t.what+id).hasClass('alternate') )
113
  $(editRow).addClass('alternate');
68
  var te = '', c = true;
69
  this.revert();
70
 
71
+ $('#bulk-edit td').attr('colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length);
72
  $('table.widefat tbody').prepend( $('#bulk-edit') );
73
  $('#bulk-edit').addClass('inline-editor').show();
74
 
107
 
108
  // add the new blank row
109
  editRow = $('#inline-edit').clone(true);
110
+ $('td', editRow).attr('colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length);
111
 
112
  if ( $(t.what+id).hasClass('alternate') )
113
  $(editRow).addClass('alternate');
js/mla-inline-edit-upload-scripts.min.js CHANGED
@@ -1 +1 @@
1
- var ajaxurl,jQuery,inlineEditUpload,mla_inline_edit_upload_vars;(function(a){inlineEditUpload={init:function(){var c=this,d=a("#inline-edit"),b=a("#bulk-edit");c.type="upload";c.what="#upload-";d.keyup(function(f){if(f.which==27){return inlineEditUpload.revert()}});b.keyup(function(f){if(f.which==27){return inlineEditUpload.revert()}});a("a.cancel",d).click(function(){return inlineEditUpload.revert()});a("a.save",d).click(function(){return inlineEditUpload.save(this)});a("td",d).keydown(function(f){if(f.which==13){return inlineEditUpload.save(this)}});a("a.cancel",b).click(function(){return inlineEditUpload.revert()});a("a.editinline").live("click",function(){inlineEditUpload.edit(this);return false});a("#doaction, #doaction2").click(function(f){var g=a(this).attr("id").substr(2);if(a('select[name="'+g+'"]').val()=="edit"){f.preventDefault();c.setBulk()}else{if(a("form#posts-filter tr.inline-editor").length>0){c.revert()}}})},toggle:function(c){var b=this;if("none"==a(b.what+b.getId(c)).css("display")){b.revert()}else{b.edit(c)}},setBulk:function(){var b="",d=true;this.revert();a("#bulk-edit td").attr("colspan",a(".widefat:first thead th:visible").length);a("table.widefat tbody").prepend(a("#bulk-edit"));a("#bulk-edit").addClass("inline-editor").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .slug").text()||mla_inline_edit_upload_vars.notitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mla_inline_edit_upload_vars.ntdeltitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#bulk-titles").html(b);a("#bulk-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("html, body").animate({scrollTop:0},"fast")},edit:function(h){var d=this,b,f,c,e,g;d.revert();if(typeof(h)=="object"){h=d.getId(h)}b=mla_inline_edit_upload_vars.fields;f=mla_inline_edit_upload_vars.checkboxes;c=a("#inline-edit").clone(true);a("td",c).attr("colspan",a(".widefat:first thead th:visible").length);if(a(d.what+h).hasClass("alternate")){a(c).addClass("alternate")}a(d.what+h).hide().after(c);e=a("#inline_"+h);for(g=0;g<b.length;g++){a(':input[name="'+b[g]+'"]',c).val(a("."+b[g],e).text())}for(g=0;g<b.length;g++){if("1"==a("."+f[g],e).text()){a(':input[name="'+f[g]+'"]',c).attr("checked","checked")}else{a(':input[name="'+f[g]+'"]',c).removeAttr("checked")}}a(c).attr("id","edit-"+h).addClass("inline-editor").show();a(".ptitle",c).focus();return false},save:function(d){var c,b;if(typeof(d)=="object"){d=this.getId(d)}if(mla_inline_edit_upload_vars.useSpinnerClass){a("table.widefat .spinner").addClass("is-active")}else{a("table.widefat .spinner").show()}c={action:mla_inline_edit_upload_vars.ajax_action,mla_admin_nonce:mla_inline_edit_upload_vars.ajax_nonce,post_ID:d};b=a("#edit-"+d+" :input").serialize();c=b+"&"+a.param(c);a.post(ajaxurl,c,function(e){if(mla_inline_edit_upload_vars.useSpinnerClass){a("table.widefat .spinner").removeClass("is-active")}else{a("table.widefat .spinner").hide()}if(e){if(-1!=e.indexOf("<tr")){a(inlineEditUpload.what+d).remove();a("#edit-"+d).before(e).remove();a(inlineEditUpload.what+d).hide().fadeIn()}else{e=e.replace(/<.[^<>]*?>/g,"");a("#edit-"+d+" .inline-edit-save .error").html(e).show()}}else{a("#edit-"+d+" .inline-edit-save .error").html(mla_inline_edit_upload_vars.error).show()}},"html");return false},revert:function(){var b=a("table.widefat tr.inline-editor").attr("id");if(b){a("table.widefat .inline-edit-save .waiting").hide();if("bulk-edit"==b){a("table.widefat #bulk-edit").removeClass("inline-editor").hide();a("#bulk-titles").html("");a("#inlineedit").append(a("#bulk-edit"))}else{if(mla_inline_edit_upload_vars.useSpinnerClass){a("table.widefat .spinner").removeClass("is-active")}else{a("table.widefat .spinner").hide()}a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}return false},getId:function(c){var d=a(c).closest("tr").attr("id"),b=d.split("-");return b[b.length-1]}};a(document).ready(function(){inlineEditUpload.init()})})(jQuery);
1
+ var ajaxurl,jQuery,inlineEditUpload,mla_inline_edit_upload_vars;(function(a){inlineEditUpload={init:function(){var c=this,d=a("#inline-edit"),b=a("#bulk-edit");c.type="upload";c.what="#upload-";d.keyup(function(f){if(f.which==27){return inlineEditUpload.revert()}});b.keyup(function(f){if(f.which==27){return inlineEditUpload.revert()}});a("a.cancel",d).click(function(){return inlineEditUpload.revert()});a("a.save",d).click(function(){return inlineEditUpload.save(this)});a("td",d).keydown(function(f){if(f.which==13){return inlineEditUpload.save(this)}});a("a.cancel",b).click(function(){return inlineEditUpload.revert()});a("a.editinline").live("click",function(){inlineEditUpload.edit(this);return false});a("#doaction, #doaction2").click(function(f){var g=a(this).attr("id").substr(2);if(a('select[name="'+g+'"]').val()=="edit"){f.preventDefault();c.setBulk()}else{if(a("form#posts-filter tr.inline-editor").length>0){c.revert()}}})},toggle:function(c){var b=this;if("none"==a(b.what+b.getId(c)).css("display")){b.revert()}else{b.edit(c)}},setBulk:function(){var b="",d=true;this.revert();a("#bulk-edit td").attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);a("table.widefat tbody").prepend(a("#bulk-edit"));a("#bulk-edit").addClass("inline-editor").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .slug").text()||mla_inline_edit_upload_vars.notitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mla_inline_edit_upload_vars.ntdeltitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#bulk-titles").html(b);a("#bulk-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("html, body").animate({scrollTop:0},"fast")},edit:function(h){var d=this,b,f,c,e,g;d.revert();if(typeof(h)=="object"){h=d.getId(h)}b=mla_inline_edit_upload_vars.fields;f=mla_inline_edit_upload_vars.checkboxes;c=a("#inline-edit").clone(true);a("td",c).attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);if(a(d.what+h).hasClass("alternate")){a(c).addClass("alternate")}a(d.what+h).hide().after(c);e=a("#inline_"+h);for(g=0;g<b.length;g++){a(':input[name="'+b[g]+'"]',c).val(a("."+b[g],e).text())}for(g=0;g<b.length;g++){if("1"==a("."+f[g],e).text()){a(':input[name="'+f[g]+'"]',c).attr("checked","checked")}else{a(':input[name="'+f[g]+'"]',c).removeAttr("checked")}}a(c).attr("id","edit-"+h).addClass("inline-editor").show();a(".ptitle",c).focus();return false},save:function(d){var c,b;if(typeof(d)=="object"){d=this.getId(d)}if(mla_inline_edit_upload_vars.useSpinnerClass){a("table.widefat .spinner").addClass("is-active")}else{a("table.widefat .spinner").show()}c={action:mla_inline_edit_upload_vars.ajax_action,mla_admin_nonce:mla_inline_edit_upload_vars.ajax_nonce,post_ID:d};b=a("#edit-"+d+" :input").serialize();c=b+"&"+a.param(c);a.post(ajaxurl,c,function(e){if(mla_inline_edit_upload_vars.useSpinnerClass){a("table.widefat .spinner").removeClass("is-active")}else{a("table.widefat .spinner").hide()}if(e){if(-1!=e.indexOf("<tr")){a(inlineEditUpload.what+d).remove();a("#edit-"+d).before(e).remove();a(inlineEditUpload.what+d).hide().fadeIn()}else{e=e.replace(/<.[^<>]*?>/g,"");a("#edit-"+d+" .inline-edit-save .error").html(e).show()}}else{a("#edit-"+d+" .inline-edit-save .error").html(mla_inline_edit_upload_vars.error).show()}},"html");return false},revert:function(){var b=a("table.widefat tr.inline-editor").attr("id");if(b){a("table.widefat .inline-edit-save .waiting").hide();if("bulk-edit"==b){a("table.widefat #bulk-edit").removeClass("inline-editor").hide();a("#bulk-titles").html("");a("#inlineedit").append(a("#bulk-edit"))}else{if(mla_inline_edit_upload_vars.useSpinnerClass){a("table.widefat .spinner").removeClass("is-active")}else{a("table.widefat .spinner").hide()}a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}return false},getId:function(c){var d=a(c).closest("tr").attr("id"),b=d.split("-");return b[b.length-1]}};a(document).ready(function(){inlineEditUpload.init()})})(jQuery);
js/mla-inline-edit-view-scripts.js CHANGED
@@ -68,7 +68,7 @@ inlineEditView = {
68
  var te = '', c = true;
69
  this.revert();
70
 
71
- $('#bulk-edit td').attr('colspan', $('.widefat:first thead th:visible').length);
72
  $('table.widefat tbody').prepend( $('#bulk-edit') );
73
  $('#bulk-edit').addClass('inline-editor').show();
74
 
@@ -107,7 +107,7 @@ inlineEditView = {
107
 
108
  // add the new blank row
109
  editRow = $('#inline-edit').clone(true);
110
- $('td', editRow).attr('colspan', $('.widefat:first thead th:visible').length);
111
 
112
  if ( $(t.what+id).hasClass('alternate') )
113
  $(editRow).addClass('alternate');
68
  var te = '', c = true;
69
  this.revert();
70
 
71
+ $('#bulk-edit td').attr('colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length);
72
  $('table.widefat tbody').prepend( $('#bulk-edit') );
73
  $('#bulk-edit').addClass('inline-editor').show();
74
 
107
 
108
  // add the new blank row
109
  editRow = $('#inline-edit').clone(true);
110
+ $('td', editRow).attr('colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length);
111
 
112
  if ( $(t.what+id).hasClass('alternate') )
113
  $(editRow).addClass('alternate');
js/mla-inline-edit-view-scripts.min.js CHANGED
@@ -1 +1 @@
1
- var ajaxurl,jQuery,inlineEditView,mla_inline_edit_view_vars;(function(a){inlineEditView={init:function(){var c=this,d=a("#inline-edit"),b=a("#bulk-edit");c.type="view";c.what="#view-";d.keyup(function(f){if(f.which==27){return inlineEditView.revert()}});b.keyup(function(f){if(f.which==27){return inlineEditView.revert()}});a("a.cancel",d).click(function(){return inlineEditView.revert()});a("a.save",d).click(function(){return inlineEditView.save(this)});a("td",d).keydown(function(f){if(f.which==13){return inlineEditView.save(this)}});a("a.cancel",b).click(function(){return inlineEditView.revert()});a("a.editinline").live("click",function(){inlineEditView.edit(this);return false});a("#doaction, #doaction2").click(function(f){var g=a(this).attr("id").substr(2);if(a('select[name="'+g+'"]').val()=="edit"){f.preventDefault();c.setBulk()}else{if(a("form#posts-filter tr.inline-editor").length>0){c.revert()}}})},toggle:function(c){var b=this;if("none"==a(b.what+b.getId(c)).css("display")){b.revert()}else{b.edit(c)}},setBulk:function(){var b="",d=true;this.revert();a("#bulk-edit td").attr("colspan",a(".widefat:first thead th:visible").length);a("table.widefat tbody").prepend(a("#bulk-edit"));a("#bulk-edit").addClass("inline-editor").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .slug").text()||mla_inline_edit_view_vars.notitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mla_inline_edit_view_vars.ntdeltitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#bulk-titles").html(b);a("#bulk-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("html, body").animate({scrollTop:0},"fast")},edit:function(h){var d=this,b,f,c,e,g;d.revert();if(typeof(h)=="object"){h=d.getId(h)}b=mla_inline_edit_view_vars.fields;f=mla_inline_edit_view_vars.checkboxes;c=a("#inline-edit").clone(true);a("td",c).attr("colspan",a(".widefat:first thead th:visible").length);if(a(d.what+h).hasClass("alternate")){a(c).addClass("alternate")}a(d.what+h).hide().after(c);e=a("#inline_"+h);for(g=0;g<b.length;g++){a(':input[name="'+b[g]+'"]',c).val(a("."+b[g],e).text())}for(g=0;g<b.length;g++){if("1"==a("."+f[g],e).text()){a(':input[name="'+f[g]+'"]',c).attr("checked","checked")}else{a(':input[name="'+f[g]+'"]',c).removeAttr("checked")}}a(c).attr("id","edit-"+h).addClass("inline-editor").show();a(".ptitle",c).focus();return false},save:function(d){var c,b;if(typeof(d)=="object"){d=this.getId(d)}if(mla_inline_edit_view_vars.useSpinnerClass){a("table.widefat .spinner").addClass("is-active")}else{a("table.widefat .spinner").show()}c={action:mla_inline_edit_view_vars.ajax_action,mla_admin_nonce:mla_inline_edit_view_vars.ajax_nonce,post_ID:d};b=a("#edit-"+d+" :input").serialize();c=b+"&"+a.param(c);a.post(ajaxurl,c,function(e){if(mla_inline_edit_view_vars.useSpinnerClass){a("table.widefat .spinner").removeClass("is-active")}else{a("table.widefat .spinner").hide()}if(e){if(-1!=e.indexOf("<tr")){a(inlineEditView.what+d).remove();a("#edit-"+d).before(e).remove();a(inlineEditView.what+d).hide().fadeIn()}else{e=e.replace(/<.[^<>]*?>/g,"");a("#edit-"+d+" .inline-edit-save .error").html(e).show()}}else{a("#edit-"+d+" .inline-edit-save .error").html(mla_inline_edit_view_vars.error).show()}},"html");return false},revert:function(){var b=a("table.widefat tr.inline-editor").attr("id");if(b){a("table.widefat .inline-edit-save .waiting").hide();if("bulk-edit"==b){a("table.widefat #bulk-edit").removeClass("inline-editor").hide();a("#bulk-titles").html("");a("#inlineedit").append(a("#bulk-edit"))}else{if(mla_inline_edit_view_vars.useSpinnerClass){a("table.widefat .spinner").removeClass("is-active")}else{a("table.widefat .spinner").hide()}a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}return false},getId:function(c){var d=a(c).closest("tr").attr("id"),b=d.split("-");return b[b.length-1]}};a(document).ready(function(){inlineEditView.init()})})(jQuery);
1
+ var ajaxurl,jQuery,inlineEditView,mla_inline_edit_view_vars;(function(a){inlineEditView={init:function(){var c=this,d=a("#inline-edit"),b=a("#bulk-edit");c.type="view";c.what="#view-";d.keyup(function(f){if(f.which==27){return inlineEditView.revert()}});b.keyup(function(f){if(f.which==27){return inlineEditView.revert()}});a("a.cancel",d).click(function(){return inlineEditView.revert()});a("a.save",d).click(function(){return inlineEditView.save(this)});a("td",d).keydown(function(f){if(f.which==13){return inlineEditView.save(this)}});a("a.cancel",b).click(function(){return inlineEditView.revert()});a("a.editinline").live("click",function(){inlineEditView.edit(this);return false});a("#doaction, #doaction2").click(function(f){var g=a(this).attr("id").substr(2);if(a('select[name="'+g+'"]').val()=="edit"){f.preventDefault();c.setBulk()}else{if(a("form#posts-filter tr.inline-editor").length>0){c.revert()}}})},toggle:function(c){var b=this;if("none"==a(b.what+b.getId(c)).css("display")){b.revert()}else{b.edit(c)}},setBulk:function(){var b="",d=true;this.revert();a("#bulk-edit td").attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);a("table.widefat tbody").prepend(a("#bulk-edit"));a("#bulk-edit").addClass("inline-editor").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .slug").text()||mla_inline_edit_view_vars.notitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mla_inline_edit_view_vars.ntdeltitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#bulk-titles").html(b);a("#bulk-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("html, body").animate({scrollTop:0},"fast")},edit:function(h){var d=this,b,f,c,e,g;d.revert();if(typeof(h)=="object"){h=d.getId(h)}b=mla_inline_edit_view_vars.fields;f=mla_inline_edit_view_vars.checkboxes;c=a("#inline-edit").clone(true);a("td",c).attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);if(a(d.what+h).hasClass("alternate")){a(c).addClass("alternate")}a(d.what+h).hide().after(c);e=a("#inline_"+h);for(g=0;g<b.length;g++){a(':input[name="'+b[g]+'"]',c).val(a("."+b[g],e).text())}for(g=0;g<b.length;g++){if("1"==a("."+f[g],e).text()){a(':input[name="'+f[g]+'"]',c).attr("checked","checked")}else{a(':input[name="'+f[g]+'"]',c).removeAttr("checked")}}a(c).attr("id","edit-"+h).addClass("inline-editor").show();a(".ptitle",c).focus();return false},save:function(d){var c,b;if(typeof(d)=="object"){d=this.getId(d)}if(mla_inline_edit_view_vars.useSpinnerClass){a("table.widefat .spinner").addClass("is-active")}else{a("table.widefat .spinner").show()}c={action:mla_inline_edit_view_vars.ajax_action,mla_admin_nonce:mla_inline_edit_view_vars.ajax_nonce,post_ID:d};b=a("#edit-"+d+" :input").serialize();c=b+"&"+a.param(c);a.post(ajaxurl,c,function(e){if(mla_inline_edit_view_vars.useSpinnerClass){a("table.widefat .spinner").removeClass("is-active")}else{a("table.widefat .spinner").hide()}if(e){if(-1!=e.indexOf("<tr")){a(inlineEditView.what+d).remove();a("#edit-"+d).before(e).remove();a(inlineEditView.what+d).hide().fadeIn()}else{e=e.replace(/<.[^<>]*?>/g,"");a("#edit-"+d+" .inline-edit-save .error").html(e).show()}}else{a("#edit-"+d+" .inline-edit-save .error").html(mla_inline_edit_view_vars.error).show()}},"html");return false},revert:function(){var b=a("table.widefat tr.inline-editor").attr("id");if(b){a("table.widefat .inline-edit-save .waiting").hide();if("bulk-edit"==b){a("table.widefat #bulk-edit").removeClass("inline-editor").hide();a("#bulk-titles").html("");a("#inlineedit").append(a("#bulk-edit"))}else{if(mla_inline_edit_view_vars.useSpinnerClass){a("table.widefat .spinner").removeClass("is-active")}else{a("table.widefat .spinner").hide()}a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}return false},getId:function(c){var d=a(c).closest("tr").attr("id"),b=d.split("-");return b[b.length-1]}};a(document).ready(function(){inlineEditView.init()})})(jQuery);
js/mla-polylang-support-scripts.js CHANGED
@@ -122,7 +122,7 @@ var jQuery,
122
  this.revert();
123
 
124
  // Open up the Bulk Translate area
125
- $( '#pll-bulk-translate td' ).attr( 'colspan', $( '.widefat:first thead th:visible' ).length );
126
  $( 'table.widefat tbody' ).prepend( $( '#pll-bulk-translate' ) );
127
  $( '#pll-bulk-translate' ).addClass( 'inline-translator' ).show();
128
 
@@ -224,7 +224,7 @@ var jQuery,
224
 
225
  // add the new Quick Translate row before its corresponding item
226
  translateRow = $( '#pll-quick-translate' ).clone( true );
227
- $( 'td', translateRow ).attr( 'colspan', $( '.widefat:first thead th:visible' ).length );
228
 
229
  if ( $( t.what+id ).hasClass( 'alternate' ) )
230
  $( translateRow ).addClass( 'alternate' );
122
  this.revert();
123
 
124
  // Open up the Bulk Translate area
125
+ $( '#pll-bulk-translate td' ).attr( 'colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length );
126
  $( 'table.widefat tbody' ).prepend( $( '#pll-bulk-translate' ) );
127
  $( '#pll-bulk-translate' ).addClass( 'inline-translator' ).show();
128
 
224
 
225
  // add the new Quick Translate row before its corresponding item
226
  translateRow = $( '#pll-quick-translate' ).clone( true );
227
+ $( 'td', translateRow ).attr( 'colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length );
228
 
229
  if ( $( t.what+id ).hasClass( 'alternate' ) )
230
  $( translateRow ).addClass( 'alternate' );
js/mla-polylang-support-scripts.min.js CHANGED
@@ -1 +1 @@
1
- var jQuery,mla_polylang_support_vars,mlaPolylang={settings:{},utility:{getId:function(b){var c=jQuery(b).closest("tr").attr("id"),a=c.split("-");return a[a.length-1]}},inlineTranslate:null};(function(a){mlaPolylang.settings=typeof mla_polylang_support_vars==="undefined"?{}:mla_polylang_support_vars;mla_polylang_support_vars=void 0;mlaPolylang.inlineTranslate={init:function(){var c=this,d=a("#pll-quick-translate"),b=a("#pll-bulk-translate");c.type="attachment";c.what="#attachment-";d.keyup(function(f){if(f.which==27){return mlaPolylang.inlineTranslate.revert()}});a("a.cancel",d).click(function(){return mlaPolylang.inlineTranslate.revert()});a("a.save",d).click(function(){return mlaPolylang.inlineTranslate.save(this)});a("td",d).keydown(function(f){if(f.which==13){return mlaPolylang.inlineTranslate.save(this)}});a("#the-list").on("click","a.inlineTranslate",function(){mlaPolylang.inlineTranslate.edit(this);return false});a("#the-list").on("click","a.editinline",function(){a(".quick-edit-row").one("focusin",function(){mlaPolylang.inlineTranslate.openQuickEdit(this);return false});return false});b.keyup(function(f){if(f.which==27){return mlaPolylang.inlineTranslate.revert()}});a("a.cancel",b).click(function(){return mlaPolylang.inlineTranslate.revert()});a("#doaction, #doaction2").click(function(f){var g=a(this).attr("id").substr(2);if(a('select[name="'+g+'"]').val()=="pll-translate"){f.preventDefault();c.openBulkTranslate()}else{if(a("form#posts-filter tr.inline-translator").length>0){c.revert()}}});a("#post-query-submit").mousedown(function(){c.revert();a('select[name^="action"]').val("-1")})},toggle:function(c){var b=this;if("none"==a(b.what+mlaPolylang.utility.getId(c)).css("display")){b.revert()}else{b.edit(c)}},openBulkTranslate:function(){var b="",d=true;this.revert();a("#pll-bulk-translate td").attr("colspan",a(".widefat:first thead th:visible").length);a("table.widefat tbody").prepend(a("#pll-bulk-translate"));a("#pll-bulk-translate").addClass("inline-translator").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .post_title").text()||mlaPolylang.settings.noTitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mlaPolylang.settings.ntdelTitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#pll-bulk-titles").html(b);a("#pll-bulk-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("#pll-bulk-translate .pll-media-action-table tr").each(function(c){a(".pll-media-action-column a",this).click(function(g){var f=a(this).attr("pll_bulk_language");a(':input[name="pll_bulk_language"]',"#pll-bulk-translate").val(f);a("#pll-bulk-translate .pll-media-action-table a").prop("disabled",true);a("#pll-bulk-translate").css("opacity","0.5");a(this).hide();return a("#pll-bulk-translate-submit","#pll-bulk-translate").click()})});a("html, body").animate({scrollTop:0},"fast")},openQuickEdit:function(e){var d,b,c;if(typeof(e)=="object"){e=mlaPolylang.utility.getId(e)}d=a("#edit-"+e);c=a(':input[name="old_lang"]',d).val();b=JSON.parse(a(':input[name="inline_translations"]',d).val());a(".pll-media-action-table tr",d).each(function(f){var h=a(this).attr("class").split("-"),g=h[h.length-1];if(g===c){a(".pll-media-action-column input",this).val(b[g]);a(this).hide()}else{if("undefined"!=typeof b[g]){a(".pll-media-action-column input",this).val(b[g]);a(".pll-media-action-column a",this).addClass("pll_icon_edit");a(".pll-media-action-column a",this).attr("title",mlaPolylang.settings.edit);a(".pll-media-action-column a",this).attr("pll_quick_language",g);a(".pll-media-action-column a",this).attr("pll_quick_id",b[g])}else{a(".pll-media-action-column input",this).val(0);a(".pll-media-action-column a",this).addClass("pll_icon_add");a(".pll-media-action-column a",this).attr("title",mlaPolylang.settings.addNew);a(".pll-media-action-column a",this).attr("pll_quick_language",g);a(".pll-media-action-column a",this).attr("pll_quick_id",0)}}a(".pll-media-action-column a",this).off("click");a(".pll-media-action-column a",this).click(function(k){var j=a(this).attr("pll_quick_language"),i=a(this).attr("pll_quick_id");a(':input[name="pll_quick_language"]',d).val(j);a(':input[name="pll_quick_id"]',d).val(i);k.preventDefault();return mlaPolylang.inlineTranslate.save(d)})});return false},edit:function(i){var d=this,b,g,f,h,c,e;d.revert();if(typeof(i)=="object"){i=mlaPolylang.utility.getId(i)}b=mlaPolylang.settings.fields;g=a("#pll-quick-translate").clone(true);a("td",g).attr("colspan",a(".widefat:first thead th:visible").length);if(a(d.what+i).hasClass("alternate")){a(g).addClass("alternate")}a(d.what+i).before(g);f=a("#inline_"+i);for(h=0;h<b.length;h++){a(':input[name="'+b[h]+'"]',g).val(a("."+b[h],f).text())}e=a(':input[name="old_lang"]',g).val();c=JSON.parse(a(':input[name="inline_translations"]',g).val());a(".pll-media-action-table tr",g).each(function(j){var l=a(this).attr("class").split("-"),k=l[l.length-1];if(k===e){a(".pll-media-action-column input",this).val(c[k]);a(this).hide()}else{if("undefined"!=typeof c[k]){a(".pll-media-action-column input",this).val(c[k]);a(".pll-media-action-column a",this).addClass("pll_icon_edit");a(".pll-media-action-column a",this).attr("title",mlaPolylang.settings.edit);a(".pll-media-action-column a",this).attr("pll_quick_language",k);a(".pll-media-action-column a",this).attr("pll_quick_id",c[k])}else{a(".pll-media-action-column input",this).val(0);a(".pll-media-action-column a",this).addClass("pll_icon_add");a(".pll-media-action-column a",this).attr("title",mlaPolylang.settings.addNew);a(".pll-media-action-column a",this).attr("pll_quick_language",k);a(".pll-media-action-column a",this).attr("pll_quick_id",0)}}a(".pll-media-action-column a",this).off("click");a(".pll-media-action-column a",this).click(function(o){var n=a(this).attr("pll_quick_language"),m=a(this).attr("pll_quick_id");a(':input[name="pll_quick_language"]',g).val(n);a(':input[name="pll_quick_id"]',g).val(m);return mlaPolylang.inlineTranslate.save(g)})});f=a(g).attr("id","edit-"+i).addClass("inline-translator").show().position().top;a("html, body").animate({scrollTop:f},"fast");return false},save:function(e){var d,b,c=a(".post_status_page").val()||"";if(typeof(e)=="object"){e=mlaPolylang.utility.getId(e)}if(mla.settings.useSpinnerClass){a("table.widefat .pll-quick-translate-save .spinner").addClass("is-active")}else{a("table.widefat .pll-quick-translate-save .spinner").show()}d={action:mlaPolylang.settings.ajax_action,mla_admin_nonce:mlaPolylang.settings.ajax_nonce,post_type:"attachment",post_ID:e,edit_date:"true",post_status:c};b=a("#edit-"+e+" :input").serialize();d=b+"&"+a.param(d);a.post(ajaxurl,d,function(g){var h,f,k,j,i;if(mla.settings.useSpinnerClass){a("table.widefat .pll-quick-translate-save .spinner").removeClass("is-active")}else{a("table.widefat .pll-quick-translate-save .spinner").hide()}if(g){if(-1!=g.indexOf('<tr id="attachment')){j=a(g).closest("tr");h=mlaPolylang.utility.getId(j[0]);f=a(mlaPolylang.inlineTranslate.what+h);if("undefined"!=typeof f){f.remove()}a("#edit-"+e).before(j[0]).remove();a(mlaPolylang.inlineTranslate.what+h).hide().fadeIn();if(1<j.length){for(i=1;i<j.length;i++){k=mlaPolylang.utility.getId(j[i]);f=a(mlaPolylang.inlineTranslate.what+k);if("undefined"!=typeof f){f.before(j[i]).remove();f=a(mlaPolylang.inlineTranslate.what+k);f.hide().fadeIn()}}}if(h!=e){a("a.editinline",mlaPolylang.inlineTranslate.what+h).click()}}else{g=g.replace(/<.[^<>]*?>/g,"");a("#edit-"+e+" .pll-quick-translate-save .error").html(g).show()}}else{a("#edit-"+e+" .pll-quick-translate-save .error").html(mlaPolylang.settings.error).show()}},"html");return false},revert:function(){var b=a("table.widefat tr.inline-translator ").attr("id");if(b){if(mla.settings.useSpinnerClass){a("table.widefat .pll-quick-translate-save .spinner").removeClass("is-active")}else{a("table.widefat .pll-quick-translate-save .spinner").hide()}if("pll-bulk-translate"==b){a("table.widefat #pll-bulk-translate ").removeClass("inline-translator").hide();a("#pll-bulk-titles").html("");a("#pll-inline-translate").append(a("#pll-bulk-translate"))}else{a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}return false}};a(document).ready(function(){mlaPolylang.inlineTranslate.init()})})(jQuery);
1
+ var jQuery,mla_polylang_support_vars,mlaPolylang={settings:{},utility:{getId:function(b){var c=jQuery(b).closest("tr").attr("id"),a=c.split("-");return a[a.length-1]}},inlineTranslate:null};(function(a){mlaPolylang.settings=typeof mla_polylang_support_vars==="undefined"?{}:mla_polylang_support_vars;mla_polylang_support_vars=void 0;mlaPolylang.inlineTranslate={init:function(){var c=this,d=a("#pll-quick-translate"),b=a("#pll-bulk-translate");c.type="attachment";c.what="#attachment-";d.keyup(function(f){if(f.which==27){return mlaPolylang.inlineTranslate.revert()}});a("a.cancel",d).click(function(){return mlaPolylang.inlineTranslate.revert()});a("a.save",d).click(function(){return mlaPolylang.inlineTranslate.save(this)});a("td",d).keydown(function(f){if(f.which==13){return mlaPolylang.inlineTranslate.save(this)}});a("#the-list").on("click","a.inlineTranslate",function(){mlaPolylang.inlineTranslate.edit(this);return false});a("#the-list").on("click","a.editinline",function(){a(".quick-edit-row").one("focusin",function(){mlaPolylang.inlineTranslate.openQuickEdit(this);return false});return false});b.keyup(function(f){if(f.which==27){return mlaPolylang.inlineTranslate.revert()}});a("a.cancel",b).click(function(){return mlaPolylang.inlineTranslate.revert()});a("#doaction, #doaction2").click(function(f){var g=a(this).attr("id").substr(2);if(a('select[name="'+g+'"]').val()=="pll-translate"){f.preventDefault();c.openBulkTranslate()}else{if(a("form#posts-filter tr.inline-translator").length>0){c.revert()}}});a("#post-query-submit").mousedown(function(){c.revert();a('select[name^="action"]').val("-1")})},toggle:function(c){var b=this;if("none"==a(b.what+mlaPolylang.utility.getId(c)).css("display")){b.revert()}else{b.edit(c)}},openBulkTranslate:function(){var b="",d=true;this.revert();a("#pll-bulk-translate td").attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);a("table.widefat tbody").prepend(a("#pll-bulk-translate"));a("#pll-bulk-translate").addClass("inline-translator").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .post_title").text()||mlaPolylang.settings.noTitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mlaPolylang.settings.ntdelTitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#pll-bulk-titles").html(b);a("#pll-bulk-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("#pll-bulk-translate .pll-media-action-table tr").each(function(c){a(".pll-media-action-column a",this).click(function(g){var f=a(this).attr("pll_bulk_language");a(':input[name="pll_bulk_language"]',"#pll-bulk-translate").val(f);a("#pll-bulk-translate .pll-media-action-table a").prop("disabled",true);a("#pll-bulk-translate").css("opacity","0.5");a(this).hide();return a("#pll-bulk-translate-submit","#pll-bulk-translate").click()})});a("html, body").animate({scrollTop:0},"fast")},openQuickEdit:function(e){var d,b,c;if(typeof(e)=="object"){e=mlaPolylang.utility.getId(e)}d=a("#edit-"+e);c=a(':input[name="old_lang"]',d).val();b=JSON.parse(a(':input[name="inline_translations"]',d).val());a(".pll-media-action-table tr",d).each(function(f){var h=a(this).attr("class").split("-"),g=h[h.length-1];if(g===c){a(".pll-media-action-column input",this).val(b[g]);a(this).hide()}else{if("undefined"!=typeof b[g]){a(".pll-media-action-column input",this).val(b[g]);a(".pll-media-action-column a",this).addClass("pll_icon_edit");a(".pll-media-action-column a",this).attr("title",mlaPolylang.settings.edit);a(".pll-media-action-column a",this).attr("pll_quick_language",g);a(".pll-media-action-column a",this).attr("pll_quick_id",b[g])}else{a(".pll-media-action-column input",this).val(0);a(".pll-media-action-column a",this).addClass("pll_icon_add");a(".pll-media-action-column a",this).attr("title",mlaPolylang.settings.addNew);a(".pll-media-action-column a",this).attr("pll_quick_language",g);a(".pll-media-action-column a",this).attr("pll_quick_id",0)}}a(".pll-media-action-column a",this).off("click");a(".pll-media-action-column a",this).click(function(k){var j=a(this).attr("pll_quick_language"),i=a(this).attr("pll_quick_id");a(':input[name="pll_quick_language"]',d).val(j);a(':input[name="pll_quick_id"]',d).val(i);k.preventDefault();return mlaPolylang.inlineTranslate.save(d)})});return false},edit:function(i){var d=this,b,g,f,h,c,e;d.revert();if(typeof(i)=="object"){i=mlaPolylang.utility.getId(i)}b=mlaPolylang.settings.fields;g=a("#pll-quick-translate").clone(true);a("td",g).attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);if(a(d.what+i).hasClass("alternate")){a(g).addClass("alternate")}a(d.what+i).before(g);f=a("#inline_"+i);for(h=0;h<b.length;h++){a(':input[name="'+b[h]+'"]',g).val(a("."+b[h],f).text())}e=a(':input[name="old_lang"]',g).val();c=JSON.parse(a(':input[name="inline_translations"]',g).val());a(".pll-media-action-table tr",g).each(function(j){var l=a(this).attr("class").split("-"),k=l[l.length-1];if(k===e){a(".pll-media-action-column input",this).val(c[k]);a(this).hide()}else{if("undefined"!=typeof c[k]){a(".pll-media-action-column input",this).val(c[k]);a(".pll-media-action-column a",this).addClass("pll_icon_edit");a(".pll-media-action-column a",this).attr("title",mlaPolylang.settings.edit);a(".pll-media-action-column a",this).attr("pll_quick_language",k);a(".pll-media-action-column a",this).attr("pll_quick_id",c[k])}else{a(".pll-media-action-column input",this).val(0);a(".pll-media-action-column a",this).addClass("pll_icon_add");a(".pll-media-action-column a",this).attr("title",mlaPolylang.settings.addNew);a(".pll-media-action-column a",this).attr("pll_quick_language",k);a(".pll-media-action-column a",this).attr("pll_quick_id",0)}}a(".pll-media-action-column a",this).off("click");a(".pll-media-action-column a",this).click(function(o){var n=a(this).attr("pll_quick_language"),m=a(this).attr("pll_quick_id");a(':input[name="pll_quick_language"]',g).val(n);a(':input[name="pll_quick_id"]',g).val(m);return mlaPolylang.inlineTranslate.save(g)})});f=a(g).attr("id","edit-"+i).addClass("inline-translator").show().position().top;a("html, body").animate({scrollTop:f},"fast");return false},save:function(e){var d,b,c=a(".post_status_page").val()||"";if(typeof(e)=="object"){e=mlaPolylang.utility.getId(e)}if(mla.settings.useSpinnerClass){a("table.widefat .pll-quick-translate-save .spinner").addClass("is-active")}else{a("table.widefat .pll-quick-translate-save .spinner").show()}d={action:mlaPolylang.settings.ajax_action,mla_admin_nonce:mlaPolylang.settings.ajax_nonce,post_type:"attachment",post_ID:e,edit_date:"true",post_status:c};b=a("#edit-"+e+" :input").serialize();d=b+"&"+a.param(d);a.post(ajaxurl,d,function(g){var h,f,k,j,i;if(mla.settings.useSpinnerClass){a("table.widefat .pll-quick-translate-save .spinner").removeClass("is-active")}else{a("table.widefat .pll-quick-translate-save .spinner").hide()}if(g){if(-1!=g.indexOf('<tr id="attachment')){j=a(g).closest("tr");h=mlaPolylang.utility.getId(j[0]);f=a(mlaPolylang.inlineTranslate.what+h);if("undefined"!=typeof f){f.remove()}a("#edit-"+e).before(j[0]).remove();a(mlaPolylang.inlineTranslate.what+h).hide().fadeIn();if(1<j.length){for(i=1;i<j.length;i++){k=mlaPolylang.utility.getId(j[i]);f=a(mlaPolylang.inlineTranslate.what+k);if("undefined"!=typeof f){f.before(j[i]).remove();f=a(mlaPolylang.inlineTranslate.what+k);f.hide().fadeIn()}}}if(h!=e){a("a.editinline",mlaPolylang.inlineTranslate.what+h).click()}}else{g=g.replace(/<.[^<>]*?>/g,"");a("#edit-"+e+" .pll-quick-translate-save .error").html(g).show()}}else{a("#edit-"+e+" .pll-quick-translate-save .error").html(mlaPolylang.settings.error).show()}},"html");return false},revert:function(){var b=a("table.widefat tr.inline-translator ").attr("id");if(b){if(mla.settings.useSpinnerClass){a("table.widefat .pll-quick-translate-save .spinner").removeClass("is-active")}else{a("table.widefat .pll-quick-translate-save .spinner").hide()}if("pll-bulk-translate"==b){a("table.widefat #pll-bulk-translate ").removeClass("inline-translator").hide();a("#pll-bulk-titles").html("");a("#pll-inline-translate").append(a("#pll-bulk-translate"))}else{a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}return false}};a(document).ready(function(){mlaPolylang.inlineTranslate.init()})})(jQuery);
js/mla-thumbnail-generation-scripts.js CHANGED
@@ -71,7 +71,7 @@ var jQuery,
71
  this.revert();
72
 
73
  // Open up the Bulk Translate area
74
- $( '#mla-bulk-thumbnail td' ).attr( 'colspan', $( '.widefat:first thead th:visible' ).length );
75
  $( 'table.widefat tbody' ).prepend( $( '#mla-bulk-thumbnail' ) );
76
  $( '#mla-bulk-thumbnail' ).addClass( 'inline-translator' ).show();
77
 
71
  this.revert();
72
 
73
  // Open up the Bulk Translate area
74
+ $( '#mla-bulk-thumbnail td' ).attr( 'colspan', $( 'th:visible, td:visible', '.widefat:first thead' ).length );
75
  $( 'table.widefat tbody' ).prepend( $( '#mla-bulk-thumbnail' ) );
76
  $( '#mla-bulk-thumbnail' ).addClass( 'inline-translator' ).show();
77
 
js/mla-thumbnail-generation-scripts.min.js CHANGED
@@ -1 +1 @@
1
- var jQuery,mla_thumbnail_support_vars,mlaThumbnail={settings:{},utility:{getId:function(b){var c=jQuery(b).closest("tr").attr("id"),a=c.split("-");return a[a.length-1]}},inlineThumbnail:null};(function(a){mlaThumbnail.settings=typeof mla_thumbnail_support_vars==="undefined"?{}:mla_thumbnail_support_vars;mla_thumbnail_support_vars=void 0;mlaThumbnail.inlineThumbnail={init:function(){var b=this,c=a("#mla-bulk-thumbnail");b.type="attachment";b.what="#attachment-";c.keyup(function(d){if(d.which==27){return mlaThumbnail.inlineThumbnail.revert()}});a("a.cancel",c).click(function(){return mlaThumbnail.inlineThumbnail.revert()});a("#doaction, #doaction2").click(function(d){var f=a(this).attr("id").substr(2);if(a('select[name="'+f+'"]').val()=="mla-generate-featured-image"){d.preventDefault();b.openBulkGenerate()}});a("#post-query-submit").mousedown(function(){b.revert();a('select[name^="action"]').val("-1")})},openBulkGenerate:function(){var b="",d=true;this.revert();a("#mla-bulk-thumbnail td").attr("colspan",a(".widefat:first thead th:visible").length);a("table.widefat tbody").prepend(a("#mla-bulk-thumbnail"));a("#mla-bulk-thumbnail").addClass("inline-translator").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .post_title").text()||mlaThumbnail.settings.noTitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mlaThumbnail.settings.ntdelTitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#mla-thumbnail-titles").html(b);a("#mla-thumbnail-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("html, body").animate({scrollTop:0},"fast")},revert:function(){var b=a("table.widefat tr.inline-translator ").attr("id");if(b){if(mlaThumbnail.settings.useSpinnerClass){a("table.widefat .pll-quick-translate-save .spinner").removeClass("is-active")}else{a("table.widefat .pll-quick-translate-save .spinner").hide()}if("mla-bulk-thumbnail"==b){a("table.widefat #mla-bulk-thumbnail ").removeClass("inline-translator").hide();a("#mla-thumbnail-titles").html("");a("#pll-inline-translate").append(a("#mla-bulk-thumbnail"))}else{a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}return false}};a(document).ready(function(){mlaThumbnail.inlineThumbnail.init()})})(jQuery);
1
+ var jQuery,mla_thumbnail_support_vars,mlaThumbnail={settings:{},utility:{getId:function(b){var c=jQuery(b).closest("tr").attr("id"),a=c.split("-");return a[a.length-1]}},inlineThumbnail:null};(function(a){mlaThumbnail.settings=typeof mla_thumbnail_support_vars==="undefined"?{}:mla_thumbnail_support_vars;mla_thumbnail_support_vars=void 0;mlaThumbnail.inlineThumbnail={init:function(){var b=this,c=a("#mla-bulk-thumbnail");b.type="attachment";b.what="#attachment-";c.keyup(function(d){if(d.which==27){return mlaThumbnail.inlineThumbnail.revert()}});a("a.cancel",c).click(function(){return mlaThumbnail.inlineThumbnail.revert()});a("#doaction, #doaction2").click(function(d){var f=a(this).attr("id").substr(2);if(a('select[name="'+f+'"]').val()=="mla-generate-featured-image"){d.preventDefault();b.openBulkGenerate()}});a("#post-query-submit").mousedown(function(){b.revert();a('select[name^="action"]').val("-1")})},openBulkGenerate:function(){var b="",d=true;this.revert();a("#mla-bulk-thumbnail td").attr("colspan",a("th:visible, td:visible",".widefat:first thead").length);a("table.widefat tbody").prepend(a("#mla-bulk-thumbnail"));a("#mla-bulk-thumbnail").addClass("inline-translator").show();a('tbody th.check-column input[type="checkbox"]').each(function(){if(a(this).prop("checked")){d=false;var e=a(this).val(),c;c=a("#inline_"+e+" .post_title").text()||mlaThumbnail.settings.noTitle;b+='<div id="ttle'+e+'"><a id="_'+e+'" class="ntdelbutton" title="'+mlaThumbnail.settings.ntdelTitle+'">X</a>'+c+"</div>"}});if(d){return this.revert()}a("#mla-thumbnail-titles").html(b);a("#mla-thumbnail-titles a").click(function(){var c=a(this).attr("id").substr(1);a('table.widefat input[value="'+c+'"]').prop("checked",false);a("#ttle"+c).remove()});a("html, body").animate({scrollTop:0},"fast")},revert:function(){var b=a("table.widefat tr.inline-translator ").attr("id");if(b){if(mlaThumbnail.settings.useSpinnerClass){a("table.widefat .pll-quick-translate-save .spinner").removeClass("is-active")}else{a("table.widefat .pll-quick-translate-save .spinner").hide()}if("mla-bulk-thumbnail"==b){a("table.widefat #mla-bulk-thumbnail ").removeClass("inline-translator").hide();a("#mla-thumbnail-titles").html("");a("#pll-inline-translate").append(a("#mla-bulk-thumbnail"))}else{a("#"+b).remove();b=b.substr(b.lastIndexOf("-")+1);a(this.what+b).show()}}return false}};a(document).ready(function(){mlaThumbnail.inlineThumbnail.init()})})(jQuery);
languages/media-library-assistant-en_US.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Media Library Assistant\n"
4
- "POT-Creation-Date: 2015-07-14 13:57-0800\n"
5
- "PO-Revision-Date: 2015-07-14 13:57-0800\n"
6
  "Last-Translator: David Lingren <david@fairtradejudaica.org>\n"
7
  "Language-Team: David Lingren <david@fairtradejudaica.org>\n"
8
  "Language: en_US\n"
@@ -33,54 +33,54 @@ msgstr ""
33
  #: includes/class-mla-data.php:399 includes/class-mla-data.php:502
34
  #: includes/class-mla-data.php:658 includes/class-mla-data.php:721
35
  #: includes/class-mla-data.php:1301 includes/class-mla-data.php:1582
36
- #: includes/class-mla-data.php:2826 includes/class-mla-data.php:2832
37
- #: includes/class-mla-data.php:4195 includes/class-mla-data.php:4198
38
- #: includes/class-mla-data.php:5310 includes/class-mla-data.php:5337
39
- #: includes/class-mla-data.php:5657 includes/class-mla-data.php:5670
40
- #: includes/class-mla-data.php:5692 includes/class-mla-data.php:5881
41
- #: includes/class-mla-data.php:5922 includes/class-mla-data.php:5954
42
- #: includes/class-mla-data.php:5970 includes/class-mla-data.php:6149
43
  #: includes/class-mla-edit-media.php:321 includes/class-mla-edit-media.php:698
44
- #: includes/class-mla-edit-media.php:738 includes/class-mla-main.php:758
45
- #: includes/class-mla-main.php:887 includes/class-mla-main.php:1223
46
- #: includes/class-mla-main.php:1279 includes/class-mla-main.php:1304
47
- #: includes/class-mla-main.php:1430 includes/class-mla-main.php:1482
48
- #: includes/class-mla-main.php:1573 includes/class-mla-main.php:1604
49
- #: includes/class-mla-main.php:1783 includes/class-mla-main.php:1790
50
- #: includes/class-mla-main.php:1794 includes/class-mla-main.php:1870
51
- #: includes/class-mla-main.php:1877 includes/class-mla-main.php:2027
52
- #: includes/class-mla-main.php:2102 includes/class-mla-main.php:2349
53
- #: includes/class-mla-main.php:2357 includes/class-mla-main.php:2381
54
- #: includes/class-mla-main.php:2389 includes/class-mla-main.php:2421
55
- #: includes/class-mla-main.php:2429 includes/class-mla-media-modal.php:1232
56
  #: includes/class-mla-mime-types.php:483 includes/class-mla-mime-types.php:916
57
  #: includes/class-mla-mime-types.php:922 includes/class-mla-mime-types.php:926
58
  #: includes/class-mla-mime-types.php:971
59
  #: includes/class-mla-mime-types.php:1059
60
  #: includes/class-mla-mime-types.php:1205
61
  #: includes/class-mla-mime-types.php:1228
62
- #: includes/class-mla-mime-types.php:1970
63
- #: includes/class-mla-mime-types.php:1981
64
- #: includes/class-mla-mime-types.php:1994
65
- #: includes/class-mla-mime-types.php:2002
66
- #: includes/class-mla-mime-types.php:2007
67
- #: includes/class-mla-mime-types.php:2050
68
- #: includes/class-mla-mime-types.php:2069
69
- #: includes/class-mla-mime-types.php:2120
70
- #: includes/class-mla-mime-types.php:2154
71
- #: includes/class-mla-mime-types.php:2239
72
- #: includes/class-mla-mime-types.php:2318
73
- #: includes/class-mla-mime-types.php:2327
74
- #: includes/class-mla-mime-types.php:2359 includes/class-mla-objects.php:201
75
- #: includes/class-mla-options.php:1735 includes/class-mla-options.php:1912
76
- #: includes/class-mla-options.php:1988 includes/class-mla-options.php:3322
77
- #: includes/class-mla-options.php:3759 includes/class-mla-options.php:3772
78
- #: includes/class-mla-options.php:3776 includes/class-mla-options.php:4333
79
- #: includes/class-mla-options.php:4555 includes/class-mla-options.php:5120
80
- #: includes/class-mla-options.php:5164 includes/class-mla-options.php:5172
81
- #: includes/class-mla-options.php:5189 includes/class-mla-options.php:5199
82
- #: includes/class-mla-options.php:5209 includes/class-mla-options.php:5217
83
- #: includes/class-mla-options.php:5221 includes/class-mla-settings.php:579
84
  #: includes/class-mla-settings.php:643 includes/class-mla-settings.php:657
85
  #: includes/class-mla-settings.php:686 includes/class-mla-settings.php:697
86
  #: includes/class-mla-settings.php:787 includes/class-mla-settings.php:921
@@ -89,21 +89,21 @@ msgstr ""
89
  #: includes/class-mla-settings.php:1595 includes/class-mla-settings.php:1672
90
  #: includes/class-mla-settings.php:2009 includes/class-mla-settings.php:2060
91
  #: includes/class-mla-settings.php:2139 includes/class-mla-settings.php:2712
92
- #: includes/class-mla-settings.php:2854 includes/class-mla-settings.php:3034
93
- #: includes/class-mla-settings.php:3078 includes/class-mla-settings.php:3148
94
- #: includes/class-mla-settings.php:3183 includes/class-mla-settings.php:3186
95
- #: includes/class-mla-settings.php:3190 includes/class-mla-settings.php:3289
96
- #: includes/class-mla-settings.php:3295 includes/class-mla-settings.php:3309
97
- #: includes/class-mla-settings.php:3316 includes/class-mla-settings.php:3338
98
- #: includes/class-mla-settings.php:3380 includes/class-mla-settings.php:3386
99
- #: includes/class-mla-settings.php:3400 includes/class-mla-settings.php:3407
100
- #: includes/class-mla-settings.php:3459 includes/class-mla-settings.php:3580
101
- #: includes/class-mla-settings.php:3710 includes/class-mla-settings.php:3781
102
- #: includes/class-mla-settings.php:3867 includes/class-mla-settings.php:4201
103
- #: includes/class-mla-settings.php:4205 includes/class-mla-settings.php:4216
104
- #: includes/class-mla-settings.php:4223 includes/class-mla-settings.php:4232
105
- #: includes/class-mla-settings.php:4269 includes/class-mla-settings.php:4277
106
- #: includes/class-mla-settings.php:4286 includes/class-mla-shortcodes.php:1709
107
  #: includes/class-mla-shortcodes.php:1784
108
  #: includes/class-mla-shortcodes.php:3075
109
  #: includes/class-mla-shortcodes.php:3403
@@ -215,11 +215,11 @@ msgstr ""
215
 
216
  #. translators: 1: ERROR tag 2: function name 3: non-array value
217
  #: includes/class-mla-data.php:1582 includes/class-mla-edit-media.php:321
218
- #: includes/class-mla-main.php:2027 includes/class-mla-main.php:2102
219
  #: includes/class-mla-media-modal.php:1232
220
  #: includes/class-mla-mime-types.php:483
221
  #: includes/class-mla-mime-types.php:1228
222
- #: includes/class-mla-mime-types.php:2359 includes/class-mla-settings.php:1563
223
  #: includes/class-mla-settings.php:2009
224
  #, php-format
225
  msgctxt "error_log"
@@ -235,9 +235,9 @@ msgstr ""
235
 
236
  #: includes/class-mla-data.php:2033 includes/class-mla-data.php:2048
237
  #: includes/class-mla-data.php:2050 includes/class-mla-data.php:2479
238
- #: includes/class-mla-data.php:2550 includes/class-mla-data.php:2599
239
- #: includes/class-mla-data.php:2696 includes/class-mla-data.php:2774
240
- #: includes/class-mla-data.php:2793
241
  msgid "DEBUG"
242
  msgstr ""
243
 
@@ -263,113 +263,113 @@ msgid "%1$s: mla_query_posts_search_filter = \"%2$s\"."
263
  msgstr ""
264
 
265
  #. translators: 1: DEBUG tag 2: where filter details
266
- #: includes/class-mla-data.php:2550
267
  #, php-format
268
  msgctxt "error_log"
269
  msgid "%1$s: mla_query_posts_where_filter = \"%2$s\"."
270
  msgstr ""
271
 
272
  #. translators: 1: DEBUG tag 2: join filter details
273
- #: includes/class-mla-data.php:2599
274
  #, php-format
275
  msgctxt "error_log"
276
  msgid "%1$s: mla_query_posts_join_filter = \"%2$s\"."
277
  msgstr ""
278
 
279
  #. translators: 1: DEBUG tag 2: orderby details details
280
- #: includes/class-mla-data.php:2696
281
  #, php-format
282
  msgctxt "error_log"
283
  msgid "%1$s: mla_query_posts_orderby_filter = \"%2$s\"."
284
  msgstr ""
285
 
286
  #. translators: 1: DEBUG tag 2: SQL clauses
287
- #: includes/class-mla-data.php:2774
288
  #, php-format
289
  msgctxt "error_log"
290
  msgid "%1$s: mla_query_posts_clauses_filter = \"%2$s\"."
291
  msgstr ""
292
 
293
  #. translators: 1: DEBUG tag 2: SQL clauses
294
- #: includes/class-mla-data.php:2793
295
  #, php-format
296
  msgctxt "error_log"
297
  msgid "%1$s: mla_query_posts_clauses_request_filter = \"%2$s\"."
298
  msgstr ""
299
 
300
  #. translators: 1: ERROR tag 2: post ID
301
- #: includes/class-mla-data.php:2826
302
  #, php-format
303
  msgctxt "error_log"
304
  msgid "%1$s: mla_get_attachment_by_id(%2$d) not found."
305
  msgstr ""
306
 
307
  #. translators: 1: ERROR tag 2: post ID 3: post_type
308
- #: includes/class-mla-data.php:2832
309
  #, php-format
310
  msgctxt "error_log"
311
  msgid "%1$s: mla_get_attachment_by_id(%2$d) wrong post_type \"%3$s\"."
312
  msgstr ""
313
 
314
- #: includes/class-mla-data.php:3464 includes/class-mla-data.php:3807
315
- #: includes/class-mla-list-table.php:1030
316
  msgid "NO REFERENCE TESTS"
317
  msgstr ""
318
 
319
- #: includes/class-mla-data.php:3470 includes/class-mla-data.php:3813
320
- #: includes/class-mla-options.php:2863 includes/class-mla-options.php:2864
321
  msgid "ORPHAN"
322
  msgstr ""
323
 
324
- #: includes/class-mla-data.php:3474 includes/class-mla-data.php:3817
325
  msgid "UNUSED"
326
  msgstr ""
327
 
328
- #: includes/class-mla-data.php:3479 includes/class-mla-data.php:3822
329
  msgid "UNATTACHED"
330
  msgstr ""
331
 
332
- #: includes/class-mla-data.php:3481 includes/class-mla-data.php:3824
333
  msgid "INVALID PARENT"
334
  msgstr ""
335
 
336
  #. translators: 1: post_type, 2: post_title, 3: post ID, 4: query string, 5: error message
337
- #: includes/class-mla-data.php:4004
338
  #, php-format
339
  msgid "(%1$s) %2$s (ID %3$d) query \"%4$s\" failed, returning \"%5$s\""
340
  msgstr ""
341
 
342
- #: includes/class-mla-data.php:4195
343
  msgctxt "error_log"
344
  msgid "mla_parse_xmp_metadata xml_parse_into_struct failed."
345
  msgstr ""
346
 
347
- #: includes/class-mla-data.php:4198
348
  msgctxt "error_log"
349
  msgid "mla_parse_xmp_metadata set option failed."
350
  msgstr ""
351
 
352
- #: includes/class-mla-data.php:5394 includes/class-mla-settings.php:1796
353
- #: includes/class-mla-view-list-table.php:377
354
- #: includes/class-mla-view-list-table.php:393
355
  msgid "Yes"
356
  msgstr ""
357
 
358
- #: includes/class-mla-data.php:5396 includes/class-mla-list-table.php:280
359
  #: includes/class-mla-settings.php:1795
360
- #: includes/class-mla-view-list-table.php:379
361
- #: includes/class-mla-view-list-table.php:395
362
  msgid "No"
363
  msgstr ""
364
 
365
  #. translators: 1: meta_key
366
- #: includes/class-mla-data.php:5654 includes/class-mla-data.php:5752
367
  #, php-format
368
  msgid "Deleting %1$s"
369
  msgstr ""
370
 
371
  #. translators: 1: ERROR tag 2: meta_key
372
- #: includes/class-mla-data.php:5657
373
  #, php-format
374
  msgid "%1$s: meta:%2$s not found"
375
  msgstr ""
@@ -377,116 +377,116 @@ msgstr ""
377
  #. translators: 1: meta_key 2: meta_value
378
  #. translators: 1: meta_key 2: new_value
379
  #. translators: 1: meta_key 2: meta_value
380
- #: includes/class-mla-data.php:5666 includes/class-mla-data.php:5763
381
- #: includes/class-mla-data.php:5769
382
  #, php-format
383
  msgid "Adding %1$s = %2$s"
384
  msgstr ""
385
 
386
  #. translators: 1: ERROR tag 2: meta_key
387
- #: includes/class-mla-data.php:5670
388
  #, php-format
389
  msgid "%1$s: Adding meta:%2$s; not found"
390
  msgstr ""
391
 
392
  #. translators: 1: meta_key
393
- #: includes/class-mla-data.php:5677
394
  #, php-format
395
  msgid "Deleting Null meta:%1$s"
396
  msgstr ""
397
 
398
  #. translators: 1: element name 2: old_value 3: new_value
399
- #: includes/class-mla-data.php:5687 includes/class-mla-data.php:5838
400
- #: includes/class-mla-data.php:5899 includes/class-mla-data.php:5925
401
- #: includes/class-mla-data.php:5967 includes/class-mla-data.php:5980
402
- #: includes/class-mla-data.php:5989 includes/class-mla-data.php:6000
403
- #: includes/class-mla-data.php:6011 includes/class-mla-data.php:6024
404
- #: includes/class-mla-data.php:6033 includes/class-mla-data.php:6042
405
  #: includes/class-mla-mime-types.php:1062
406
- #: includes/class-mla-mime-types.php:2123
407
  #, php-format
408
  msgid "Changing %1$s from \"%2$s\" to \"%3$s\""
409
  msgstr ""
410
 
411
  #. translators: 1: ERROR tag 2: meta_key
412
- #: includes/class-mla-data.php:5692
413
  #, php-format
414
  msgid "%1$s: Changing meta:%2$s; not found"
415
  msgstr ""
416
 
417
  #. translators: 1: meta_key
418
- #: includes/class-mla-data.php:5793
419
  #, php-format
420
  msgid "Deleting old %1$s values"
421
  msgstr ""
422
 
423
  #. translators: 1: meta_key 2: old_value 3: new_value 4: update count
424
- #: includes/class-mla-data.php:5823
425
  #, php-format
426
  msgid "Changing %1$s from \"%2$s\" to \"%3$s\"; %4$d updates"
427
  msgstr ""
428
 
429
- #: includes/class-mla-data.php:5881
430
  msgid "Could not retrieve Attachment."
431
  msgstr ""
432
 
433
- #: includes/class-mla-data.php:5899 includes/class-mla-edit-media.php:430
434
- #: includes/class-mla-main.php:1725 includes/class-mla-main.php:2041
435
- #: includes/class-mla-main.php:2231 includes/class-mla-objects.php:278
436
- #: includes/class-mla-options.php:1094 includes/class-mla-options.php:1942
437
  #: includes/mla-main-search-box-template.php:50
438
  #: includes/mla-media-modal-js-template.php:39
439
  msgid "Title"
440
  msgstr ""
441
 
442
  #. translators: 1: ERROR tag 2: old_value
443
- #: includes/class-mla-data.php:5922
444
  #, php-format
445
  msgid "%1$s: Could not change Name/Slug \"%2$s\"; name already exists"
446
  msgstr ""
447
 
448
- #: includes/class-mla-data.php:5925 includes/class-mla-edit-media.php:431
449
- #: includes/class-mla-main.php:2232 includes/class-mla-options.php:1101
450
  msgid "Name/Slug"
451
  msgstr ""
452
 
453
  #. translators: 1: old_value
454
- #: includes/class-mla-data.php:5951
455
  #, php-format
456
  msgid "Deleting ALT Text, was \"%1$s\""
457
  msgstr ""
458
 
459
  #. translators: 1: ERROR tag 2: old_value
460
- #: includes/class-mla-data.php:5954
461
  #, php-format
462
  msgid "%1$s: Could not delete ALT Text, remains \"%2$s\""
463
  msgstr ""
464
 
465
- #: includes/class-mla-data.php:5967 includes/class-mla-edit-media.php:434
466
- #: includes/class-mla-list-table.php:1305 includes/class-mla-main.php:2235
467
- #: includes/class-mla-options.php:1108 includes/class-mla-options.php:1948
468
  #: includes/mla-main-search-box-template.php:52
469
  #: includes/mla-media-modal-js-template.php:47
470
  msgid "ALT Text"
471
  msgstr ""
472
 
473
  #. translators: 1: ERROR tag 2: old_value 3: new_value
474
- #: includes/class-mla-data.php:5970
475
  #, php-format
476
  msgid "%1$s: Could not change ALT Text from \"%2$s\" to \"%3$s\""
477
  msgstr ""
478
 
479
- #: includes/class-mla-data.php:5980 includes/class-mla-edit-media.php:432
480
- #: includes/class-mla-main.php:2233 includes/class-mla-options.php:1115
481
- #: includes/class-mla-options.php:1951
482
  #: includes/mla-main-search-box-template.php:53
483
  #: includes/mla-media-modal-js-template.php:52
484
  msgid "Caption"
485
  msgstr ""
486
 
487
- #: includes/class-mla-data.php:5989 includes/class-mla-edit-media.php:433
488
- #: includes/class-mla-main.php:2234 includes/class-mla-options.php:1122
489
- #: includes/class-mla-options.php:1954 includes/class-mla-settings.php:1529
490
  #: includes/class-mla-settings.php:1786 includes/class-mla-settings.php:1884
491
  #: includes/class-mla-settings.php:2248
492
  #: includes/mla-main-search-box-template.php:54
@@ -494,86 +494,86 @@ msgstr ""
494
  msgid "Description"
495
  msgstr ""
496
 
497
- #: includes/class-mla-data.php:6000 includes/class-mla-list-table.php:1010
498
- #: includes/class-mla-list-table.php:1081 includes/class-mla-options.php:4503
499
- #: includes/class-mla-options.php:4881
500
  msgid "Parent"
501
  msgstr ""
502
 
503
- #: includes/class-mla-data.php:6011 includes/class-mla-edit-media.php:622
504
- #: includes/class-mla-edit-media.php:825 includes/class-mla-main.php:2238
505
  #: includes/class-mla-settings.php:1527 includes/class-mla-settings.php:1784
506
  msgid "Menu Order"
507
  msgstr ""
508
 
509
- #: includes/class-mla-data.php:6024 includes/class-mla-edit-media.php:400
510
- #: includes/class-mla-list-table.php:1461
511
- #: includes/class-mla-list-table.php:1464 includes/class-mla-main.php:2108
512
- #: includes/class-mla-main.php:2210
513
  msgid "Author"
514
  msgstr ""
515
 
516
- #: includes/class-mla-data.php:6033 includes/class-mla-edit-media.php:424
517
- #: includes/class-mla-main.php:2249
518
  msgid "Comments"
519
  msgstr ""
520
 
521
- #: includes/class-mla-data.php:6042 includes/class-mla-edit-media.php:425
522
- #: includes/class-mla-main.php:2250
523
  msgid "Pings"
524
  msgstr ""
525
 
526
- #: includes/class-mla-data.php:6073
527
  msgid "Adding"
528
  msgstr ""
529
 
530
- #: includes/class-mla-data.php:6077
531
  msgid "Removing"
532
  msgstr ""
533
 
534
- #: includes/class-mla-data.php:6086
535
  msgid "Replacing"
536
  msgstr ""
537
 
538
- #: includes/class-mla-data.php:6094
539
  msgid "Ignoring"
540
  msgstr ""
541
 
542
  #. translators: 1: action_name, 2: taxonomy
543
- #: includes/class-mla-data.php:6107
544
  #, php-format
545
  msgid "%1$s \"%2$s\" terms"
546
  msgstr ""
547
 
548
  #. translators: 1: taxonomy
549
- #: includes/class-mla-data.php:6111
550
  #, php-format
551
  msgid "You cannot assign \"%1$s\" terms"
552
  msgstr ""
553
 
554
  #. translators: 1: post ID
555
- #: includes/class-mla-data.php:6123 includes/class-mla-main.php:1289
556
  #, php-format
557
  msgid "Item %1$d, no changes detected."
558
  msgstr ""
559
 
560
  #. translators: 1: post ID
561
- #: includes/class-mla-data.php:6135
562
  #, php-format
563
  msgid "Item %1$d updated."
564
  msgstr ""
565
 
566
  #. translators: 1: ERROR tag 2: post ID
567
- #: includes/class-mla-data.php:6149
568
  #, php-format
569
  msgid "%1$s: Item %2$d update failed."
570
  msgstr ""
571
 
572
  #: includes/class-mla-edit-media.php:147 includes/class-mla-edit-media.php:187
573
- #: includes/class-mla-edit-media.php:242 includes/class-mla-main.php:546
574
- #: includes/class-mla-main.php:1074 includes/class-mla-main.php:1920
575
- #: includes/class-mla-media-modal.php:415 includes/class-mla-options.php:4025
576
- #: includes/class-mla-polylang-support.php:379
577
  #: includes/class-mla-settings.php:359
578
  #: includes/class-mla-thumbnail-generation.php:92
579
  msgctxt "tag_delimiter"
@@ -585,12 +585,12 @@ msgid "Upload New Media items"
585
  msgstr ""
586
 
587
  #: includes/class-mla-edit-media.php:188 includes/class-mla-edit-media.php:244
588
- #: includes/class-mla-main.php:533
589
  msgid "An ajax.fail error has occurred. Please reload the page and try again."
590
  msgstr ""
591
 
592
  #: includes/class-mla-edit-media.php:189 includes/class-mla-edit-media.php:245
593
- #: includes/class-mla-main.php:534
594
  msgid "An ajax.done error has occurred. Please reload the page and try again."
595
  msgstr ""
596
 
@@ -602,30 +602,30 @@ msgstr ""
602
  msgid "Close Bulk Edit area"
603
  msgstr ""
604
 
605
- #: includes/class-mla-edit-media.php:343 includes/class-mla-main.php:2143
606
  msgid "more"
607
  msgstr ""
608
 
609
- #: includes/class-mla-edit-media.php:344 includes/class-mla-main.php:2144
610
  msgid "less"
611
  msgstr ""
612
 
613
  #: includes/class-mla-edit-media.php:347 includes/class-mla-edit-media.php:378
614
- #: includes/class-mla-main.php:2147 includes/class-mla-main.php:2185
615
  msgid "Add"
616
  msgstr ""
617
 
618
  #: includes/class-mla-edit-media.php:348 includes/class-mla-edit-media.php:379
619
- #: includes/class-mla-main.php:2148 includes/class-mla-main.php:2186
620
  msgid "Remove"
621
  msgstr ""
622
 
623
  #: includes/class-mla-edit-media.php:349 includes/class-mla-edit-media.php:380
624
- #: includes/class-mla-main.php:2149 includes/class-mla-main.php:2187
625
- #: includes/class-mla-options.php:3558 includes/class-mla-options.php:3657
626
- #: includes/class-mla-options.php:3701 includes/class-mla-options.php:4770
627
- #: includes/class-mla-options.php:4820 includes/class-mla-options.php:4940
628
- #: includes/class-mla-options.php:5035 includes/class-mla-options.php:5081
629
  msgid "Replace"
630
  msgstr ""
631
 
@@ -635,28 +635,28 @@ msgid ""
635
  "menu for more information."
636
  msgstr ""
637
 
638
- #: includes/class-mla-edit-media.php:426 includes/class-mla-main.php:2251
639
- #: includes/class-mla-main.php:2297 includes/class-mla-settings.php:1794
640
  #: includes/class-mla-settings.php:1832 includes/class-mla-settings.php:2259
641
  msgid "No Change"
642
  msgstr ""
643
 
644
- #: includes/class-mla-edit-media.php:427 includes/class-mla-main.php:2252
645
  msgid "Allow"
646
  msgstr ""
647
 
648
- #: includes/class-mla-edit-media.php:428 includes/class-mla-main.php:2253
649
  msgid "Do not allow"
650
  msgstr ""
651
 
652
  #: includes/class-mla-edit-media.php:435
653
- #: includes/class-mla-list-table.php:1007
654
- #: includes/class-mla-list-table.php:1078 includes/class-mla-main.php:2236
655
  msgid "Parent ID"
656
  msgstr ""
657
 
658
  #: includes/class-mla-edit-media.php:436 includes/class-mla-edit-media.php:805
659
- #: includes/class-mla-main.php:2237
660
  #: includes/class-mla-upload-optional-list-table.php:281
661
  msgid "Select"
662
  msgstr ""
@@ -682,8 +682,8 @@ msgstr ""
682
  msgid "Map Custom Field metadata for this item"
683
  msgstr ""
684
 
685
- #: includes/class-mla-edit-media.php:544 includes/class-mla-main.php:1838
686
- #: includes/class-mla-main.php:2256
687
  msgid "Map Custom Field metadata"
688
  msgstr ""
689
 
@@ -691,8 +691,8 @@ msgstr ""
691
  msgid "Map IPTC/EXIF metadata for this item"
692
  msgstr ""
693
 
694
- #: includes/class-mla-edit-media.php:546 includes/class-mla-main.php:1841
695
- #: includes/class-mla-main.php:2255
696
  msgid "Map IPTC/EXIF metadata"
697
  msgstr ""
698
 
@@ -705,45 +705,45 @@ msgid "Attachment Metadata"
705
  msgstr ""
706
 
707
  #: includes/class-mla-edit-media.php:633 includes/class-mla-edit-media.php:883
708
- #: includes/class-mla-options.php:477
709
  msgid "Featured in"
710
  msgstr ""
711
 
712
  #: includes/class-mla-edit-media.php:637 includes/class-mla-edit-media.php:922
713
- #: includes/class-mla-options.php:486
714
  msgid "Inserted in"
715
  msgstr ""
716
 
717
  #: includes/class-mla-edit-media.php:641 includes/class-mla-edit-media.php:957
718
- #: includes/class-mla-options.php:495 includes/class-mla-settings.php:4002
719
  msgid "Gallery in"
720
  msgstr ""
721
 
722
  #: includes/class-mla-edit-media.php:645 includes/class-mla-edit-media.php:992
723
- #: includes/class-mla-options.php:504 includes/class-mla-settings.php:4012
724
  msgid "MLA Gallery in"
725
  msgstr ""
726
 
727
  #. translators: 1: ERROR tag 2: function name 3: template key
728
  #: includes/class-mla-edit-media.php:698 includes/class-mla-edit-media.php:738
729
- #: includes/class-mla-main.php:758 includes/class-mla-settings.php:579
730
  #, php-format
731
  msgctxt "error_log"
732
  msgid "%1$s: %2$s discarding \"%3$s\"; no title/order"
733
  msgstr ""
734
 
735
- #: includes/class-mla-edit-media.php:784 includes/class-mla-list-table.php:738
736
- #: includes/class-mla-main.php:1738
737
  msgid "Scheduled"
738
  msgstr ""
739
 
740
- #: includes/class-mla-edit-media.php:787 includes/class-mla-list-table.php:741
741
  msgctxt "post state"
742
  msgid "Pending"
743
  msgstr ""
744
 
745
- #: includes/class-mla-edit-media.php:790 includes/class-mla-list-table.php:735
746
- #: includes/class-mla-main.php:1744
747
  msgid "Draft"
748
  msgstr ""
749
 
@@ -751,16 +751,16 @@ msgstr ""
751
  msgid "Post Parent"
752
  msgstr ""
753
 
754
- #: includes/class-mla-edit-media.php:805 includes/class-mla-main.php:2032
755
  msgid "Select Parent"
756
  msgstr ""
757
 
758
  #: includes/class-mla-edit-media.php:872 includes/class-mla-edit-media.php:910
759
  #: includes/class-mla-edit-media.php:946 includes/class-mla-edit-media.php:981
760
- #: includes/class-mla-list-table.php:1128
761
- #: includes/class-mla-list-table.php:1177
762
- #: includes/class-mla-list-table.php:1223
763
- #: includes/class-mla-list-table.php:1268
764
  msgid "PARENT"
765
  msgstr ""
766
 
@@ -774,7 +774,7 @@ msgstr ""
774
  msgid "+ %s"
775
  msgstr ""
776
 
777
- #: includes/class-mla-edit-media.php:1210 includes/class-mla-main.php:2033
778
  #: includes/class-mla-media-modal.php:1262
779
  #: includes/mla-media-modal-js-template.php:27
780
  #: includes/mla-media-modal-js-template.php:70
@@ -842,7 +842,7 @@ msgid "Caption"
842
  msgstr ""
843
 
844
  #: includes/class-mla-list-table.php:251
845
- #: includes/class-mla-upload-list-table.php:186
846
  #: includes/class-mla-upload-optional-list-table.php:171
847
  #: includes/class-mla-view-list-table.php:179
848
  msgctxt "list_table_column"
@@ -850,7 +850,7 @@ msgid "Description"
850
  msgstr ""
851
 
852
  #: includes/class-mla-list-table.php:252
853
- #: includes/class-mla-upload-list-table.php:178
854
  #: includes/class-mla-upload-optional-list-table.php:168
855
  msgctxt "list_table_column"
856
  msgid "MIME Type"
@@ -891,251 +891,253 @@ msgid "All"
891
  msgstr ""
892
 
893
  #: includes/class-mla-list-table.php:522
 
 
894
  msgid "List View"
895
  msgstr ""
896
 
897
- #: includes/class-mla-list-table.php:581
898
- #: includes/class-mla-list-table.php:1363 includes/class-mla-options.php:609
899
- #: includes/class-mla-options.php:811 includes/class-mla-options.php:835
900
- #: includes/class-mla-options.php:849 includes/class-mla-settings.php:2333
901
  msgid "None"
902
  msgstr ""
903
 
904
- #: includes/class-mla-list-table.php:587 includes/class-mla-list-table.php:620
905
- #: includes/class-mla-list-table.php:1007
906
- #: includes/class-mla-list-table.php:1078
907
- #: includes/class-mla-list-table.php:1301
908
- #: includes/class-mla-list-table.php:1345
909
- #: includes/class-mla-list-table.php:1377
910
- #: includes/class-mla-list-table.php:1461
911
  msgid "Filter by"
912
  msgstr ""
913
 
914
- #: includes/class-mla-list-table.php:597
915
  #: includes/class-mla-media-modal.php:923
916
  msgid "Not Supported"
917
  msgstr ""
918
 
919
  #. translators: 1: column_name 2: column_values
920
- #: includes/class-mla-list-table.php:640
921
- #: includes/class-mla-upload-list-table.php:247
922
  #: includes/class-mla-upload-optional-list-table.php:228
923
- #: includes/class-mla-view-list-table.php:236
924
  #, php-format
925
  msgid "column_default: %1$s, %2$s"
926
  msgstr ""
927
 
928
- #: includes/class-mla-list-table.php:719 includes/class-mla-list-table.php:824
929
- #: includes/class-mla-list-table.php:1133
930
- #: includes/class-mla-list-table.php:1182
931
- #: includes/class-mla-list-table.php:1228
932
- #: includes/class-mla-list-table.php:1273
933
- #: includes/class-mla-list-table.php:1481
934
- #: includes/class-mla-list-table.php:1797
935
- #: includes/class-mla-polylang-support.php:378
936
- #: includes/class-mla-upload-list-table.php:312
937
- #: includes/class-mla-upload-list-table.php:610
938
- #: includes/class-mla-view-list-table.php:302
939
- #: includes/class-mla-view-list-table.php:513
940
  msgid "Edit"
941
  msgstr ""
942
 
943
- #: includes/class-mla-list-table.php:744
944
  #: includes/class-mla-thumbnail-generation.php:433
945
  msgid "Trash"
946
  msgstr ""
947
 
948
- #: includes/class-mla-list-table.php:813
949
  msgid "Restore this item from the Trash"
950
  msgstr ""
951
 
952
- #: includes/class-mla-list-table.php:813
953
- #: includes/class-mla-list-table.php:1794
954
  msgid "Restore"
955
  msgstr ""
956
 
957
- #: includes/class-mla-list-table.php:824
958
- #: includes/class-mla-upload-list-table.php:312
959
- #: includes/class-mla-view-list-table.php:302
960
  msgid "Edit this item"
961
  msgstr ""
962
 
963
- #: includes/class-mla-list-table.php:825
964
- #: includes/class-mla-upload-list-table.php:314
965
- #: includes/class-mla-view-list-table.php:304
966
  msgid "Edit this item inline"
967
  msgstr ""
968
 
969
- #: includes/class-mla-list-table.php:825 includes/class-mla-main.php:2230
970
- #: includes/class-mla-options.php:3433 includes/class-mla-options.php:3737
971
- #: includes/class-mla-upload-list-table.php:314
972
- #: includes/class-mla-view-list-table.php:304
973
  msgid "Quick Edit"
974
  msgstr ""
975
 
976
- #: includes/class-mla-list-table.php:831
977
  msgid "Move this item to the Trash"
978
  msgstr ""
979
 
980
- #: includes/class-mla-list-table.php:831
981
- #: includes/class-mla-list-table.php:1800
982
  msgid "Move to Trash"
983
  msgstr ""
984
 
985
- #: includes/class-mla-list-table.php:836
986
- #: includes/class-mla-upload-list-table.php:318
987
- #: includes/class-mla-view-list-table.php:310
988
  msgid "Delete this item Permanently"
989
  msgstr ""
990
 
991
- #: includes/class-mla-list-table.php:836
992
- #: includes/class-mla-list-table.php:1795
993
- #: includes/class-mla-list-table.php:1802
994
- #: includes/class-mla-upload-list-table.php:318
995
- #: includes/class-mla-view-list-table.php:310
996
- #: includes/class-mla-view-list-table.php:514
997
  msgid "Delete Permanently"
998
  msgstr ""
999
 
1000
- #: includes/class-mla-list-table.php:844 includes/class-mla-settings.php:3101
1001
  msgid "Download"
1002
  msgstr ""
1003
 
1004
- #: includes/class-mla-list-table.php:847 includes/class-mla-settings.php:1772
1005
  msgid "View"
1006
  msgstr ""
1007
 
1008
- #: includes/class-mla-list-table.php:893
1009
- #: includes/class-mla-list-table.php:1004 includes/class-mla-main.php:537
1010
- #: includes/class-mla-main.php:1729
1011
- #: includes/class-mla-polylang-support.php:375
1012
  #: includes/class-mla-thumbnail-generation.php:90
1013
  msgid "(no title)"
1014
  msgstr ""
1015
 
1016
- #: includes/class-mla-list-table.php:1075
1017
  msgid "(no title: bad ID)"
1018
  msgstr ""
1019
 
1020
- #: includes/class-mla-list-table.php:1110
1021
- #: includes/class-mla-list-table.php:1155
1022
- #: includes/class-mla-list-table.php:1205
1023
- #: includes/class-mla-list-table.php:1250 includes/class-mla-options.php:481
1024
- #: includes/class-mla-options.php:490 includes/class-mla-options.php:499
1025
- #: includes/class-mla-options.php:508
1026
  msgid "Disabled"
1027
  msgstr ""
1028
 
1029
- #: includes/class-mla-list-table.php:1348 includes/class-mla-settings.php:1877
1030
  #: includes/class-mla-settings.php:2242
1031
  msgid "MIME Type"
1032
  msgstr ""
1033
 
1034
- #: includes/class-mla-list-table.php:1381
1035
  msgid "Base File"
1036
  msgstr ""
1037
 
1038
- #: includes/class-mla-list-table.php:1397
1039
- #: includes/class-mla-list-table.php:1430
1040
  msgid "Unpublished"
1041
  msgstr ""
1042
 
1043
  #. translators: 1: upload/last modified date and time
1044
- #: includes/class-mla-list-table.php:1406
1045
- #: includes/class-mla-list-table.php:1437
1046
  #, php-format
1047
  msgid "%1$s from now"
1048
  msgstr ""
1049
 
1050
  #. translators: 1: upload/last modified date and time
1051
- #: includes/class-mla-list-table.php:1409
1052
- #: includes/class-mla-list-table.php:1439
1053
  #, php-format
1054
  msgid "%1$s ago"
1055
  msgstr ""
1056
 
1057
  #. translators: format for upload/last modified date
1058
  #. translators: date format in table columns, see http://php.net/date
1059
- #: includes/class-mla-list-table.php:1413
1060
- #: includes/class-mla-list-table.php:1442
1061
- #: includes/class-mla-list-table.php:1498 includes/class-mla-main.php:1754
1062
  msgid "Y/m/d"
1063
  msgstr ""
1064
 
1065
- #: includes/class-mla-list-table.php:1500 includes/class-mla-options.php:1211
1066
  msgctxt "table_view_singular"
1067
  msgid "Unattached"
1068
  msgstr ""
1069
 
1070
- #: includes/class-mla-list-table.php:1503
1071
  msgid "Set Parent"
1072
  msgstr ""
1073
 
1074
- #: includes/class-mla-list-table.php:1649
1075
  msgctxt "uploaded files"
1076
  msgid "All"
1077
  msgid_plural "All"
1078
  msgstr[0] ""
1079
  msgstr[1] ""
1080
 
1081
- #: includes/class-mla-list-table.php:1828
1082
  msgid "Filter"
1083
  msgstr ""
1084
 
1085
- #: includes/class-mla-list-table.php:1834
1086
  #: includes/mla-media-modal-js-template.php:67
1087
  msgid "Terms Search"
1088
  msgstr ""
1089
 
1090
- #: includes/class-mla-list-table.php:1841
1091
- #: includes/class-mla-polylang-support.php:1670
1092
  #: includes/class-mla-thumbnail-generation.php:438
1093
  msgid "Clear Filter-by"
1094
  msgstr ""
1095
 
1096
- #: includes/class-mla-list-table.php:1845
1097
  msgid "Empty Trash"
1098
  msgstr ""
1099
 
1100
- #: includes/class-mla-main.php:535 includes/class-mla-settings.php:356
1101
  msgid "Error while saving the changes."
1102
  msgstr ""
1103
 
1104
- #: includes/class-mla-main.php:536 includes/class-mla-settings.php:357
1105
  msgid "Remove From Bulk Edit"
1106
  msgstr ""
1107
 
1108
- #: includes/class-mla-main.php:538
1109
  msgid "Bulk Edit items"
1110
  msgstr ""
1111
 
1112
- #: includes/class-mla-main.php:539 includes/class-mla-main.php:2257
1113
  #: includes/class-mla-settings.php:373
1114
  msgid "Waiting"
1115
  msgstr ""
1116
 
1117
- #: includes/class-mla-main.php:540 includes/class-mla-main.php:2259
1118
  #: includes/class-mla-settings.php:375
1119
  msgid "Complete"
1120
  msgstr ""
1121
 
1122
- #: includes/class-mla-main.php:541 includes/class-mla-settings.php:376
1123
  msgid "Unchanged"
1124
  msgstr ""
1125
 
1126
- #: includes/class-mla-main.php:542 includes/class-mla-settings.php:377
1127
  msgid "Succeeded"
1128
  msgstr ""
1129
 
1130
- #: includes/class-mla-main.php:543 includes/class-mla-settings.php:378
1131
  msgid "Failed"
1132
  msgstr ""
1133
 
1134
- #: includes/class-mla-main.php:544 includes/class-mla-settings.php:381
1135
  msgid "CANCELED"
1136
  msgstr ""
1137
 
1138
- #: includes/class-mla-main.php:647
1139
  #, php-format
1140
  msgid "Item permanently deleted."
1141
  msgid_plural "%d items permanently deleted."
@@ -1143,42 +1145,42 @@ msgstr[0] ""
1143
  msgstr[1] ""
1144
 
1145
  #. translators: 1: post ID
1146
- #: includes/class-mla-main.php:652 includes/class-mla-main.php:2436
1147
  #, php-format
1148
  msgid "Item %1$d moved to Trash."
1149
  msgstr ""
1150
 
1151
- #: includes/class-mla-main.php:671
1152
  msgid "Entries per page"
1153
  msgstr ""
1154
 
1155
- #: includes/class-mla-main.php:1223
1156
  msgid "You are not allowed to edit Attachment: "
1157
  msgstr ""
1158
 
1159
  #. translators: 1: ERROR tag 2: bulk action
1160
- #: includes/class-mla-main.php:1279
1161
  #, php-format
1162
  msgid "%1$s: Unknown bulk action %2$s"
1163
  msgstr ""
1164
 
1165
- #: includes/class-mla-main.php:1301
1166
  msgid "no changes detected"
1167
  msgstr ""
1168
 
1169
  #. translators: 1: action name, e.g., edit
1170
- #: includes/class-mla-main.php:1348 includes/class-mla-settings.php:1651
1171
  #: includes/class-mla-settings.php:2118
1172
  #, php-format
1173
  msgid "Bulk Action %1$s - no items selected."
1174
  msgstr ""
1175
 
1176
- #: includes/class-mla-main.php:1431
1177
  msgid "You do not have permission to manage attachments."
1178
  msgstr ""
1179
 
1180
  #. translators: 1: number of items
1181
- #: includes/class-mla-main.php:1491
1182
  #, php-format
1183
  msgctxt "deleted items"
1184
  msgid "%s item deleted."
@@ -1186,86 +1188,86 @@ msgid_plural "%s items deleted."
1186
  msgstr[0] ""
1187
  msgstr[1] ""
1188
 
1189
- #: includes/class-mla-main.php:1493
1190
  msgid "No items deleted."
1191
  msgstr ""
1192
 
1193
- #: includes/class-mla-main.php:1547
1194
  msgid "Empty Terms Search; ignored"
1195
  msgstr ""
1196
 
1197
  #. translators: 1: row-level action, e.g., single_item_delete, single_item_edit
1198
  #. translators: 1: bulk_action, e.g., single_item_delete, single_item_edit
1199
- #: includes/class-mla-main.php:1559 includes/class-mla-settings.php:1688
1200
  #: includes/class-mla-settings.php:2157
1201
  #, php-format
1202
  msgid "Unknown mla_admin_action - \"%1$s\""
1203
  msgstr ""
1204
 
1205
- #: includes/class-mla-main.php:1592
1206
  msgid "term search results for"
1207
  msgstr ""
1208
 
1209
- #: includes/class-mla-main.php:1595
1210
  msgid "post/parent results for"
1211
  msgstr ""
1212
 
1213
- #: includes/class-mla-main.php:1597
1214
  msgid "search results for"
1215
  msgstr ""
1216
 
1217
- #: includes/class-mla-main.php:1725 includes/class-mla-main.php:2042
1218
  #: includes/class-mla-thumbnail-generation.php:429
1219
  msgid "Type"
1220
  msgstr ""
1221
 
1222
- #: includes/class-mla-main.php:1725 includes/class-mla-main.php:2043
1223
  msgid "Date"
1224
  msgstr ""
1225
 
1226
- #: includes/class-mla-main.php:1725 includes/class-mla-main.php:2044
1227
  #: includes/class-mla-settings.php:2258
1228
  msgid "Status"
1229
  msgstr ""
1230
 
1231
- #: includes/class-mla-main.php:1735
1232
  msgid "Published"
1233
  msgstr ""
1234
 
1235
- #: includes/class-mla-main.php:1741
1236
  msgid "Pending Review"
1237
  msgstr ""
1238
 
1239
- #: includes/class-mla-main.php:1783 includes/class-mla-main.php:1870
1240
  msgid "No post ID found"
1241
  msgstr ""
1242
 
1243
- #: includes/class-mla-main.php:1790 includes/class-mla-main.php:1877
1244
- #: includes/class-mla-polylang-support.php:279
1245
  msgid "You are not allowed to edit this Attachment."
1246
  msgstr ""
1247
 
1248
- #: includes/class-mla-main.php:1844 includes/class-mla-main.php:2054
1249
- #: includes/class-mla-main.php:2244 includes/class-mla-settings.php:1531
1250
  #: includes/class-mla-settings.php:1792 includes/class-mla-settings.php:1886
1251
  #: includes/class-mla-settings.php:2256
1252
  msgid "Update"
1253
  msgstr ""
1254
 
1255
- #: includes/class-mla-main.php:1989
1256
  msgid "All Post Types"
1257
  msgstr ""
1258
 
1259
- #: includes/class-mla-main.php:2035
1260
  msgid "For"
1261
  msgstr ""
1262
 
1263
- #: includes/class-mla-main.php:2045 includes/class-mla-shortcodes.php:855
1264
  msgid "Unattached"
1265
  msgstr ""
1266
 
1267
- #: includes/class-mla-main.php:2050 includes/class-mla-main.php:2243
1268
- #: includes/class-mla-polylang-support.php:1663
1269
  #: includes/class-mla-settings.php:1532 includes/class-mla-settings.php:1791
1270
  #: includes/class-mla-settings.php:1887 includes/class-mla-settings.php:1959
1271
  #: includes/class-mla-settings.php:2255 includes/class-mla-settings.php:2745
@@ -1274,60 +1276,60 @@ msgstr ""
1274
  msgid "Cancel"
1275
  msgstr ""
1276
 
1277
- #: includes/class-mla-main.php:2245 includes/class-mla-options.php:3447
1278
- #: includes/class-mla-options.php:3738 includes/class-mla-settings.php:1793
1279
  #: includes/class-mla-settings.php:2257
1280
  msgid "Bulk Edit"
1281
  msgstr ""
1282
 
1283
- #: includes/class-mla-main.php:2258
1284
  msgid "In-process"
1285
  msgstr ""
1286
 
1287
- #: includes/class-mla-main.php:2260 includes/class-mla-options.php:499
1288
- #: includes/class-mla-options.php:508 includes/class-mla-settings.php:2748
1289
  #: includes/class-mla-settings.php:2884
1290
  msgid "Refresh"
1291
  msgstr ""
1292
 
1293
- #: includes/class-mla-main.php:2349
1294
  msgid "You are not allowed to delete this item."
1295
  msgstr ""
1296
 
1297
  #. translators: 1: ERROR tag 2: post ID
1298
- #: includes/class-mla-main.php:2357
1299
  #, php-format
1300
  msgid "%1$s: Item %2$d could NOT be deleted."
1301
  msgstr ""
1302
 
1303
  #. translators: 1: post ID
1304
- #: includes/class-mla-main.php:2364
1305
  #, php-format
1306
  msgid "Item %1$d permanently deleted."
1307
  msgstr ""
1308
 
1309
- #: includes/class-mla-main.php:2381
1310
  msgid "You are not allowed to move this item out of the Trash."
1311
  msgstr ""
1312
 
1313
  #. translators: 1: ERROR tag 2: post ID
1314
- #: includes/class-mla-main.php:2389
1315
  #, php-format
1316
  msgid "%1$s: Item %2$d could NOT be restored from Trash."
1317
  msgstr ""
1318
 
1319
  #. translators: 1: post ID
1320
- #: includes/class-mla-main.php:2404
1321
  #, php-format
1322
  msgid "Item %1$d restored from Trash."
1323
  msgstr ""
1324
 
1325
- #: includes/class-mla-main.php:2421
1326
  msgid "You are not allowed to move this item to the Trash."
1327
  msgstr ""
1328
 
1329
  #. translators: 1: ERROR tag 2: post ID
1330
- #: includes/class-mla-main.php:2429
1331
  #, php-format
1332
  msgid "%1$s: Item %2$d could NOT be moved to Trash."
1333
  msgstr ""
@@ -1440,7 +1442,7 @@ msgstr ""
1440
 
1441
  #. translators: 1: element name 2: bad_value 3: good_value
1442
  #: includes/class-mla-mime-types.php:963
1443
- #: includes/class-mla-mime-types.php:1986
1444
  #, php-format
1445
  msgid "<br>Changing %1$s \"%2$s\" to valid value \"%3$s\""
1446
  msgstr ""
@@ -1467,7 +1469,7 @@ msgstr ""
1467
 
1468
  #. translators: 1: element name 2: bad_value 3: good_value
1469
  #: includes/class-mla-mime-types.php:1051
1470
- #: includes/class-mla-mime-types.php:2112
1471
  #, php-format
1472
  msgid "<br>Changing new %1$s \"%2$s\" to valid value \"%3$s\""
1473
  msgstr ""
@@ -1502,12 +1504,12 @@ msgstr ""
1502
  msgid "%1$s: Did not find view \"%2$s\""
1503
  msgstr ""
1504
 
1505
- #: includes/class-mla-mime-types.php:1464 includes/class-mla-options.php:1157
1506
  msgctxt "table_view_singular"
1507
  msgid "All"
1508
  msgstr ""
1509
 
1510
- #: includes/class-mla-mime-types.php:1465 includes/class-mla-options.php:1158
1511
  msgctxt "table_view_plural"
1512
  msgid "All"
1513
  msgstr ""
@@ -1562,87 +1564,87 @@ msgctxt "table_view_plural"
1562
  msgid "Custom"
1563
  msgstr ""
1564
 
1565
- #: includes/class-mla-mime-types.php:1676
1566
  msgid "icon"
1567
  msgstr ""
1568
 
1569
- #: includes/class-mla-mime-types.php:1970
1570
- #: includes/class-mla-mime-types.php:2069
1571
  msgid "Cannot load Upload MIME Types"
1572
  msgstr ""
1573
 
1574
- #: includes/class-mla-mime-types.php:1981
1575
  msgid "Extension is required"
1576
  msgstr ""
1577
 
1578
- #: includes/class-mla-mime-types.php:1986
1579
- #: includes/class-mla-mime-types.php:2112
1580
- #: includes/class-mla-mime-types.php:2123 includes/class-mla-settings.php:1875
1581
  #: includes/class-mla-settings.php:2240
1582
  msgid "Extension"
1583
  msgstr ""
1584
 
1585
  #. translators: 1: ERROR tag 2: slug
1586
- #: includes/class-mla-mime-types.php:1994
1587
  #, php-format
1588
  msgid "%1$s: Could not add extension \"%2$s\"; value already exists"
1589
  msgstr ""
1590
 
1591
- #: includes/class-mla-mime-types.php:2002
1592
  msgid "MIME type is required"
1593
  msgstr ""
1594
 
1595
  #. translators: 1: ERROR tag 2: clean_mime_type
1596
- #: includes/class-mla-mime-types.php:2007
1597
- #: includes/class-mla-mime-types.php:2154
1598
  #, php-format
1599
  msgid "%1$s: Bad MIME type; try \"%2$s\""
1600
  msgstr ""
1601
 
1602
  #. translators: 1: slug
1603
- #: includes/class-mla-mime-types.php:2044
1604
  #, php-format
1605
  msgid "Upload MIME Type \"%1$s\"; added"
1606
  msgstr ""
1607
 
1608
- #: includes/class-mla-mime-types.php:2050
1609
- #: includes/class-mla-mime-types.php:2239
1610
- #: includes/class-mla-mime-types.php:2318
1611
  msgid "Cannot update Upload MIME Types"
1612
  msgstr ""
1613
 
1614
  #. translators: 1: ERROR tag 2: slug
1615
- #: includes/class-mla-mime-types.php:2120
1616
  #, php-format
1617
  msgid "%1$s: Could not add new extension \"%2$s\"; value already exists"
1618
  msgstr ""
1619
 
1620
  #. translators: 1: slug
1621
- #: includes/class-mla-mime-types.php:2219
1622
  #, php-format
1623
  msgid "Edit type \"%1$s\"; no changes detected"
1624
  msgstr ""
1625
 
1626
  #. translators: 1: slug
1627
- #: includes/class-mla-mime-types.php:2233
1628
  #, php-format
1629
  msgid "Edit type \"%1$s\"; updated"
1630
  msgstr ""
1631
 
1632
  #. translators: 1: slug
1633
- #: includes/class-mla-mime-types.php:2306
1634
  #, php-format
1635
  msgid "Upload MIME Type \"%1$s\"; reverted to standard"
1636
  msgstr ""
1637
 
1638
  #. translators: 1: slug
1639
- #: includes/class-mla-mime-types.php:2312
1640
  #, php-format
1641
  msgid "Upload MIME Type \"%1$s\"; deleted"
1642
  msgstr ""
1643
 
1644
  #. translators: 1: ERROR tag 2: slug
1645
- #: includes/class-mla-mime-types.php:2327
1646
  #, php-format
1647
  msgid "%1$s: Did not find Upload type \"%2$s\""
1648
  msgstr ""
@@ -1751,81 +1753,81 @@ msgstr ""
1751
  msgid "Automatically add paragraphs"
1752
  msgstr ""
1753
 
1754
- #: includes/class-mla-options.php:390
1755
  msgid "error loading tpls/mla-option-templates.tpl"
1756
  msgstr ""
1757
 
1758
- #: includes/class-mla-options.php:393
1759
  msgid "tpls/mla-option-templates.tpl not found"
1760
  msgstr ""
1761
 
1762
- #: includes/class-mla-options.php:446 includes/class-mla-options.php:1769
1763
  msgid "Attachment Categories"
1764
  msgstr ""
1765
 
1766
- #: includes/class-mla-options.php:449
1767
  msgid "Check this option to add support for Attachment Categories."
1768
  msgstr ""
1769
 
1770
- #: includes/class-mla-options.php:453 includes/class-mla-options.php:1784
1771
  msgid "Attachment Tags"
1772
  msgstr ""
1773
 
1774
- #: includes/class-mla-options.php:456
1775
  msgid "Check this option to add support for Attachment Tags."
1776
  msgstr ""
1777
 
1778
- #: includes/class-mla-options.php:460 includes/class-mla-settings.php:1358
1779
  msgid "Where-used Reporting"
1780
  msgstr ""
1781
 
1782
- #: includes/class-mla-options.php:465
1783
  msgid "Exclude Revisions"
1784
  msgstr ""
1785
 
1786
- #: includes/class-mla-options.php:468
1787
  msgid "Check this option to exclude revisions from where-used reporting."
1788
  msgstr ""
1789
 
1790
- #: includes/class-mla-options.php:472
1791
  msgid "Where-used database access tuning"
1792
  msgstr ""
1793
 
1794
- #: includes/class-mla-options.php:481 includes/class-mla-options.php:490
1795
  msgid "Enabled"
1796
  msgstr ""
1797
 
1798
- #: includes/class-mla-options.php:482
1799
  msgid "Search database posts and pages for Featured Image attachments."
1800
  msgstr ""
1801
 
1802
- #: includes/class-mla-options.php:490
1803
  msgid "Base"
1804
  msgstr ""
1805
 
1806
- #: includes/class-mla-options.php:491
1807
  msgid ""
1808
  "Search database posts and pages for attachments embedded in content."
1809
  "<br>&nbsp;&nbsp;Base = ignore intermediate size suffixes; use path, base "
1810
  "name and extension only."
1811
  msgstr ""
1812
 
1813
- #: includes/class-mla-options.php:499 includes/class-mla-options.php:508
1814
  msgid "Dynamic"
1815
  msgstr ""
1816
 
1817
- #: includes/class-mla-options.php:499 includes/class-mla-options.php:508
1818
  msgid "Cached"
1819
  msgstr ""
1820
 
1821
- #: includes/class-mla-options.php:500
1822
  msgid ""
1823
  "Search database posts and pages for [gallery] shortcode results.<br>&nbsp;"
1824
  "&nbsp;Dynamic = once every page load, Cached = once every login, Disabled = "
1825
  "never.<br>&nbsp;&nbsp;Refresh = update references, then set to Cached."
1826
  msgstr ""
1827
 
1828
- #: includes/class-mla-options.php:509
1829
  msgid ""
1830
  "Search database posts and pages for [mla_gallery] shortcode results."
1831
  "<br>&nbsp;&nbsp;Dynamic = once every page load, Cached = once every login, "
@@ -1833,110 +1835,110 @@ msgid ""
1833
  "Cached."
1834
  msgstr ""
1835
 
1836
- #: includes/class-mla-options.php:513 includes/class-mla-settings.php:1358
1837
  msgid "Taxonomy Support"
1838
  msgstr ""
1839
 
1840
- #: includes/class-mla-options.php:518
1841
  msgid "Compute Attachments Column"
1842
  msgstr ""
1843
 
1844
- #: includes/class-mla-options.php:521
1845
  msgid ""
1846
  "Check this option to calculate attachments per term in the Attachments "
1847
  "Column."
1848
  msgstr ""
1849
 
1850
- #: includes/class-mla-options.php:525
1851
  msgid ""
1852
  "Check the \"<strong>Support</strong>\" box to add the taxonomy to the "
1853
  "Assistant and the Edit Media screen."
1854
  msgstr ""
1855
 
1856
- #: includes/class-mla-options.php:526
1857
  msgid ""
1858
  "Check the \"<strong>Inline Edit</strong>\" box to display the taxonomy in "
1859
  "the Quick Edit and Bulk Edit areas."
1860
  msgstr ""
1861
 
1862
- #: includes/class-mla-options.php:527
1863
  msgid ""
1864
  "Check the \"<strong>Term Search</strong>\" box to add the taxonomy to the "
1865
  "\"Search Media/Terms\" list."
1866
  msgstr ""
1867
 
1868
- #: includes/class-mla-options.php:528 includes/class-mla-options.php:709
1869
  #: includes/class-mla-settings.php:1390 includes/class-mla-settings.php:1391
1870
  msgid "For complete documentation"
1871
  msgstr ""
1872
 
1873
- #: includes/class-mla-options.php:528 includes/class-mla-options.php:709
1874
  #: includes/class-mla-settings.php:1390 includes/class-mla-settings.php:1391
1875
  msgid "click here"
1876
  msgstr ""
1877
 
1878
- #: includes/class-mla-options.php:530
1879
  msgid ""
1880
  "Check the \"<strong>Checklist</strong>\" box to enable the checklist-style "
1881
  "meta box for a flat taxonomy."
1882
  msgstr ""
1883
 
1884
- #: includes/class-mla-options.php:531
1885
  msgid ""
1886
  "You must also check the <strong>\"Enable enhanced checklist taxonomies\"</"
1887
  "strong> box below to enable this feature."
1888
  msgstr ""
1889
 
1890
- #: includes/class-mla-options.php:532
1891
  msgid ""
1892
  "Check the \"<strong>Checked On Top</strong>\" box to moved checked terms to "
1893
  "the top of the checklist-style meta box."
1894
  msgstr ""
1895
 
1896
- #: includes/class-mla-options.php:533
1897
  msgid ""
1898
  "Use the \"<strong>List Filter</strong>\" option to select the taxonomy on "
1899
  "which to filter the Assistant table listing."
1900
  msgstr ""
1901
 
1902
- #: includes/class-mla-options.php:559
1903
  msgid "Media/Assistant Screen Options"
1904
  msgstr ""
1905
 
1906
- #: includes/class-mla-options.php:564
1907
  msgid "Admin Menu Options"
1908
  msgstr ""
1909
 
1910
- #: includes/class-mla-options.php:569
1911
  msgid "Page Title"
1912
  msgstr ""
1913
 
1914
- #: includes/class-mla-options.php:571 includes/class-mla-settings.php:466
1915
- #: includes/class-mla-settings.php:3148 includes/class-mla-settings.php:3170
1916
  msgid "Media Library Assistant"
1917
  msgstr ""
1918
 
1919
- #: includes/class-mla-options.php:573
1920
  msgid "Enter the title for the Media/Assistant submenu page"
1921
  msgstr ""
1922
 
1923
- #: includes/class-mla-options.php:577
1924
  msgid "Menu Title"
1925
  msgstr ""
1926
 
1927
- #: includes/class-mla-options.php:579
1928
  msgid "Assistant"
1929
  msgstr ""
1930
 
1931
- #: includes/class-mla-options.php:581
1932
  msgid "Enter the title for the Media/Assistant submenu entry"
1933
  msgstr ""
1934
 
1935
- #: includes/class-mla-options.php:585
1936
  msgid "Submenu Order"
1937
  msgstr ""
1938
 
1939
- #: includes/class-mla-options.php:589
1940
  msgid ""
1941
  "Enter the position of the Media/Assistant submenu entry.<br>&nbsp;&nbsp;0 = "
1942
  "natural order (at bottom),&nbsp;&nbsp;&nbsp;&nbsp;1 - 4 = at top<br>&nbsp;"
@@ -1944,245 +1946,245 @@ msgid ""
1944
  "\""
1945
  msgstr ""
1946
 
1947
- #: includes/class-mla-options.php:593
1948
  msgid "Display Media/Library"
1949
  msgstr ""
1950
 
1951
- #: includes/class-mla-options.php:596
1952
  msgid ""
1953
  "Check/uncheck this option to display/remove the WordPress Media/Library "
1954
  "submenu entry."
1955
  msgstr ""
1956
 
1957
- #: includes/class-mla-options.php:600
1958
  msgid "Table Defaults"
1959
  msgstr ""
1960
 
1961
- #: includes/class-mla-options.php:605
1962
  msgid "Order By"
1963
  msgstr ""
1964
 
1965
- #: includes/class-mla-options.php:609 includes/class-mla-options.php:811
1966
  msgid "Title/Name"
1967
  msgstr ""
1968
 
1969
- #: includes/class-mla-options.php:610
1970
  msgid "Select the column for the sort order of the Assistant table listing."
1971
  msgstr ""
1972
 
1973
- #: includes/class-mla-options.php:614
1974
  msgid "Order"
1975
  msgstr ""
1976
 
1977
- #: includes/class-mla-options.php:618
1978
  msgid "Ascending"
1979
  msgstr ""
1980
 
1981
- #: includes/class-mla-options.php:618
1982
  msgid "Descending"
1983
  msgstr ""
1984
 
1985
- #: includes/class-mla-options.php:619 includes/class-mla-options.php:821
1986
  msgid "Choose the sort order."
1987
  msgstr ""
1988
 
1989
- #: includes/class-mla-options.php:623
1990
  msgid "Views Width"
1991
  msgstr ""
1992
 
1993
- #: includes/class-mla-options.php:627
1994
  msgid "Enter the width for the views list, in pixels (px) or percent (%)"
1995
  msgstr ""
1996
 
1997
- #: includes/class-mla-options.php:631
1998
  msgid "Icon Size"
1999
  msgstr ""
2000
 
2001
- #: includes/class-mla-options.php:635
2002
  msgid "Enter the size of the thumbnail/icon images, in pixels"
2003
  msgstr ""
2004
 
2005
- #: includes/class-mla-options.php:639
2006
  msgid "Bulk Chunk Size"
2007
  msgstr ""
2008
 
2009
- #: includes/class-mla-options.php:643
2010
  msgid "Enter the size of the Bulk Edit and Map All processing chunks"
2011
  msgstr ""
2012
 
2013
- #: includes/class-mla-options.php:647
2014
  msgid "Taxonomy Filter parameters"
2015
  msgstr ""
2016
 
2017
- #: includes/class-mla-options.php:652
2018
  msgid "Maximum Depth"
2019
  msgstr ""
2020
 
2021
- #: includes/class-mla-options.php:656
2022
  msgid ""
2023
  "Enter the number of levels displayed for hierarchial taxonomies; enter zero "
2024
  "for no limit."
2025
  msgstr ""
2026
 
2027
- #: includes/class-mla-options.php:660
2028
  msgid "Include Children"
2029
  msgstr ""
2030
 
2031
- #: includes/class-mla-options.php:663
2032
  msgid ""
2033
  "Check/uncheck this option to include/exclude children for hierarchical "
2034
  "taxonomies."
2035
  msgstr ""
2036
 
2037
- #: includes/class-mla-options.php:667
2038
  msgid "Search Media Defaults"
2039
  msgstr ""
2040
 
2041
- #: includes/class-mla-options.php:672
2042
  msgid "Display Search Controls"
2043
  msgstr ""
2044
 
2045
- #: includes/class-mla-options.php:675 includes/class-mla-options.php:782
2046
  msgid ""
2047
  "Check/uncheck this option to display/hide the and/or connector and search "
2048
  "fields controls."
2049
  msgstr ""
2050
 
2051
- #: includes/class-mla-options.php:679
2052
  msgid ""
2053
  "Use these controls to set defaults for the and/or connector and search "
2054
  "fields controls.<br>These defaults will be used for the Search Media boxes "
2055
  "on both the Media/Assistant submenu<br>and the Media Manager Modal Window."
2056
  msgstr ""
2057
 
2058
- #: includes/class-mla-options.php:692
2059
  msgid "Media/Edit Media Enhancements"
2060
  msgstr ""
2061
 
2062
- #: includes/class-mla-options.php:697
2063
- msgid "Enable enhanced \"checklist\" taxonomies"
2064
  msgstr ""
2065
 
2066
- #: includes/class-mla-options.php:700
2067
  msgid ""
2068
  "Check this option to enable the \"? Search\" feature for hierarchical "
2069
  "taxonomies, e.g., Att. Categories.<br>&nbsp;&nbsp;This option also enables "
2070
  "the \"checklist-style\" support for flat taxonomies, e.g., Att. Tags."
2071
  msgstr ""
2072
 
2073
- #: includes/class-mla-options.php:704
2074
  msgid "Enable Edit Media additional meta boxes"
2075
  msgstr ""
2076
 
2077
- #: includes/class-mla-options.php:707
2078
  msgid ""
2079
  "Check this option to add \"Parent Info\", \"Menu Order\", \"Attachment "
2080
  "Metadata\" and four \"where-used\" meta boxes to the Edit Media screen."
2081
  msgstr ""
2082
 
2083
- #: includes/class-mla-options.php:708
2084
  msgid "You can also use Filters to customize the meta boxes."
2085
  msgstr ""
2086
 
2087
- #: includes/class-mla-options.php:713
2088
  msgid "Media/Add New Enhancements"
2089
  msgstr ""
2090
 
2091
- #: includes/class-mla-options.php:718
2092
- msgid "Enable \"bulk edit\" area"
2093
  msgstr ""
2094
 
2095
- #: includes/class-mla-options.php:721
2096
  msgid ""
2097
  "Check this option to enable the \"Bulk Edit area\" feature on the Media/Add "
2098
  "New screen."
2099
  msgstr ""
2100
 
2101
- #: includes/class-mla-options.php:725
2102
  msgid "Media Manager/Media Grid Enhancements"
2103
  msgstr ""
2104
 
2105
- #: includes/class-mla-options.php:730
2106
  msgid "Enable Media Grid Enhancements"
2107
  msgstr ""
2108
 
2109
- #: includes/class-mla-options.php:733
2110
  msgid ""
2111
  "Check/uncheck this option to enable/disable Media Library Grid View "
2112
  "Enhancements."
2113
  msgstr ""
2114
 
2115
- #: includes/class-mla-options.php:737
2116
  msgid "Enable Media Manager Enhancements"
2117
  msgstr ""
2118
 
2119
- #: includes/class-mla-options.php:740
2120
  msgid ""
2121
  "Check/uncheck this option to enable/disable Media Manager Modal Window "
2122
  "Enhancements."
2123
  msgstr ""
2124
 
2125
- #: includes/class-mla-options.php:744
2126
  msgid "Media Manager Enhanced MIME Type filter"
2127
  msgstr ""
2128
 
2129
- #: includes/class-mla-options.php:747
2130
  msgid ""
2131
  "Check this option to filter by more MIME Types, e.g., text, applications."
2132
  msgstr ""
2133
 
2134
- #: includes/class-mla-options.php:751
2135
  msgid "Media Manager Month and Year filter"
2136
  msgstr ""
2137
 
2138
- #: includes/class-mla-options.php:754
2139
  msgid "Check this option to filter by month and year uploaded."
2140
  msgstr ""
2141
 
2142
- #: includes/class-mla-options.php:758
2143
  msgid "Media Manager Category/Tag filter"
2144
  msgstr ""
2145
 
2146
- #: includes/class-mla-options.php:761
2147
  msgid "Check this option to filter by taxonomy terms."
2148
  msgstr ""
2149
 
2150
- #: includes/class-mla-options.php:765
2151
  msgid "Media Manager Terms Search popup"
2152
  msgstr ""
2153
 
2154
- #: includes/class-mla-options.php:768
2155
  msgid "Check this option to enable the \"Terms Search\" popup window."
2156
  msgstr ""
2157
 
2158
- #: includes/class-mla-options.php:772
2159
  msgid "Media Manager Enhanced Search Media box"
2160
  msgstr ""
2161
 
2162
- #: includes/class-mla-options.php:775
2163
  msgid "Check this option to enable search box enhancements."
2164
  msgstr ""
2165
 
2166
- #: includes/class-mla-options.php:779
2167
  msgid "Media Manager Enhanced Search Media Controls"
2168
  msgstr ""
2169
 
2170
- #: includes/class-mla-options.php:786
2171
  msgid "Media Manager Checklist meta boxes"
2172
  msgstr ""
2173
 
2174
- #: includes/class-mla-options.php:789
2175
  msgid ""
2176
  "Check this option to enable MLA-enhanced meta boxes in the \"ATTACHMENT "
2177
  "DETAILS\" pane.<br>&nbsp;&nbsp;This option is for any taxonomy that uses a "
2178
- "<strong>\"checklist-style\"</strong> meta box.</strong>"
2179
  msgstr ""
2180
 
2181
- #: includes/class-mla-options.php:793
2182
  msgid "Media Manager Flat meta boxes"
2183
  msgstr ""
2184
 
2185
- #: includes/class-mla-options.php:796
2186
  msgid ""
2187
  "Check this option to enable MLA-enhanced meta boxes in the \"ATTACHMENT "
2188
  "DETAILS\" pane.<br>&nbsp;&nbsp;This option is for <strong>flat taxonomies</"
@@ -2190,158 +2192,158 @@ msgid ""
2190
  "style\" meta box."
2191
  msgstr ""
2192
 
2193
- #: includes/class-mla-options.php:800
2194
  msgid "Media Manager auto-fill meta boxes"
2195
  msgstr ""
2196
 
2197
- #: includes/class-mla-options.php:803
2198
  msgid ""
2199
  "Check this option to automatically fill MLA-enhanced meta boxes in the "
2200
  "\"ATTACHMENT DETAILS\" pane<br>&nbsp;&nbsp;when the item is selected."
2201
  msgstr ""
2202
 
2203
- #: includes/class-mla-options.php:807
2204
  msgid "Media Manager Order By"
2205
  msgstr ""
2206
 
2207
- #: includes/class-mla-options.php:811 includes/class-mla-options.php:820
2208
- #: includes/class-mla-options.php:835 includes/class-mla-options.php:849
2209
- #: includes/class-mla-options.php:863 includes/class-mla-settings.php:1440
2210
  msgid "Media Manager Default"
2211
  msgstr ""
2212
 
2213
- #: includes/class-mla-options.php:812
2214
  msgid ""
2215
  "If you want to override the Media Manager default,<br>&nbsp;&nbsp;select a "
2216
  "column for the sort order of the Media Library listing."
2217
  msgstr ""
2218
 
2219
- #: includes/class-mla-options.php:816
2220
  msgid "Media Manager Order"
2221
  msgstr ""
2222
 
2223
- #: includes/class-mla-options.php:825
2224
  msgid "Attachment Display Settings"
2225
  msgstr ""
2226
 
2227
- #: includes/class-mla-options.php:830 includes/class-mla-options.php:832
2228
  msgid "Alignment"
2229
  msgstr ""
2230
 
2231
  #. translators: 1: option name, e.g., Alignment, Link To or Size
2232
- #: includes/class-mla-options.php:832 includes/class-mla-options.php:846
2233
- #: includes/class-mla-options.php:860
2234
  #, php-format
2235
  msgid ""
2236
  "Select a value for the default %1$s option in the Attachment Display "
2237
  "Settings."
2238
  msgstr ""
2239
 
2240
- #: includes/class-mla-options.php:835
2241
  msgid "Left"
2242
  msgstr ""
2243
 
2244
- #: includes/class-mla-options.php:835
2245
  msgid "Center"
2246
  msgstr ""
2247
 
2248
- #: includes/class-mla-options.php:835
2249
  msgid "Right"
2250
  msgstr ""
2251
 
2252
- #: includes/class-mla-options.php:844 includes/class-mla-options.php:846
2253
  msgid "Link To"
2254
  msgstr ""
2255
 
2256
- #: includes/class-mla-options.php:849
2257
  msgid "Media File"
2258
  msgstr ""
2259
 
2260
- #: includes/class-mla-options.php:849
2261
  msgid "Attachment Page"
2262
  msgstr ""
2263
 
2264
- #: includes/class-mla-options.php:849
2265
  msgid "Custom URL"
2266
  msgstr ""
2267
 
2268
- #: includes/class-mla-options.php:858 includes/class-mla-options.php:860
2269
  msgid "Size"
2270
  msgstr ""
2271
 
2272
- #: includes/class-mla-options.php:863
2273
  #: includes/class-mla-thumbnail-generation.php:389
2274
  #: includes/class-mla-thumbnail-generation.php:436
2275
  msgid "Thumbnail"
2276
  msgstr ""
2277
 
2278
- #: includes/class-mla-options.php:863
2279
  msgid "Medium"
2280
  msgstr ""
2281
 
2282
- #: includes/class-mla-options.php:863
2283
  msgid "Large"
2284
  msgstr ""
2285
 
2286
- #: includes/class-mla-options.php:863
2287
  msgid "Full Size"
2288
  msgstr ""
2289
 
2290
- #: includes/class-mla-options.php:872
2291
  msgid "Default [mla_gallery] Templates and Settings"
2292
  msgstr ""
2293
 
2294
- #: includes/class-mla-options.php:877 includes/class-mla-options.php:883
2295
- #: includes/class-mla-options.php:921 includes/class-mla-options.php:927
2296
- #: includes/class-mla-settings.php:3278 includes/class-mla-settings.php:3289
2297
- #: includes/class-mla-settings.php:3295 includes/class-mla-settings.php:3299
2298
- #: includes/class-mla-settings.php:3327 includes/class-mla-settings.php:3338
2299
  msgid "Style Template"
2300
  msgstr ""
2301
 
2302
  #. translators: 1: template type 2: shortcode
2303
- #: includes/class-mla-options.php:883 includes/class-mla-options.php:893
2304
- #: includes/class-mla-options.php:927 includes/class-mla-options.php:937
2305
  #, php-format
2306
  msgid "Select the default %1$s for your %2$s shortcodes."
2307
  msgstr ""
2308
 
2309
- #: includes/class-mla-options.php:887 includes/class-mla-options.php:931
2310
  msgid "Markup Template"
2311
  msgstr ""
2312
 
2313
- #: includes/class-mla-options.php:893 includes/class-mla-options.php:937
2314
- #: includes/class-mla-settings.php:3367 includes/class-mla-settings.php:3380
2315
- #: includes/class-mla-settings.php:3386 includes/class-mla-settings.php:3390
2316
- #: includes/class-mla-settings.php:3459
2317
  msgid "markup template"
2318
  msgstr ""
2319
 
2320
- #: includes/class-mla-options.php:897 includes/class-mla-options.php:941
2321
  msgid "Default columns"
2322
  msgstr ""
2323
 
2324
- #: includes/class-mla-options.php:901
2325
  msgid ""
2326
  "Enter the number of [mla_tag_cloud] columns; must be a positive integer."
2327
  msgstr ""
2328
 
2329
- #: includes/class-mla-options.php:905 includes/class-mla-options.php:949
2330
  msgid "Default mla_margin"
2331
  msgstr ""
2332
 
2333
- #: includes/class-mla-options.php:909 includes/class-mla-options.php:953
2334
  msgid ""
2335
  "Enter the CSS \"margin\" property value, in length (px, em, pt, etc.), "
2336
  "percent (%), \"auto\" or \"inherit\".<br>&nbsp;&nbsp;Enter \"none\" to "
2337
  "remove the property entirely."
2338
  msgstr ""
2339
 
2340
- #: includes/class-mla-options.php:913 includes/class-mla-options.php:957
2341
  msgid "Default mla_itemwidth"
2342
  msgstr ""
2343
 
2344
- #: includes/class-mla-options.php:917 includes/class-mla-options.php:961
2345
  msgid ""
2346
  "Enter the CSS \"width\" property value, in length (px, em, pt, etc.), "
2347
  "percent (%), \"auto\" or \"inherit\".<br>&nbsp;&nbsp;Enter \"calculate"
@@ -2351,19 +2353,19 @@ msgid ""
2351
  "the property entirely."
2352
  msgstr ""
2353
 
2354
- #: includes/class-mla-options.php:945
2355
  msgid "Enter the number of [mla_gallery] columns; must be a positive integer."
2356
  msgstr ""
2357
 
2358
- #: includes/class-mla-options.php:965
2359
  msgid "Thumbnail Substitution Support, mla_viewer"
2360
  msgstr ""
2361
 
2362
- #: includes/class-mla-options.php:970
2363
  msgid "Enable thumbnail substitution"
2364
  msgstr ""
2365
 
2366
- #: includes/class-mla-options.php:973
2367
  msgid ""
2368
  "Check this option to allow the \"mla_viewer\" to generate thumbnail images "
2369
  "for PDF documents. Thumbnails are generated dynamically, each time the item "
@@ -2372,32 +2374,32 @@ msgid ""
2372
  "strong>"
2373
  msgstr ""
2374
 
2375
- #: includes/class-mla-options.php:977
2376
  msgid "Enable Featured Images"
2377
  msgstr ""
2378
 
2379
- #: includes/class-mla-options.php:980
2380
  msgid ""
2381
  "Check this option to extend Featured Image support to all Media Library "
2382
  "items. The Featured Image can be used as a thumbnail image for the item in "
2383
  "an [mla_gallery] display."
2384
  msgstr ""
2385
 
2386
- #: includes/class-mla-options.php:984
2387
  msgid "Enable Featured Image Generation"
2388
  msgstr ""
2389
 
2390
- #: includes/class-mla-options.php:987
2391
  msgid ""
2392
  "Check this option to enable the \"Thumbnail\" generation action in the Media/"
2393
  "Assistant submenu Bulk Actions dropdown."
2394
  msgstr ""
2395
 
2396
- #: includes/class-mla-options.php:991
2397
  msgid "Enable explicit Ghostscript check"
2398
  msgstr ""
2399
 
2400
- #: includes/class-mla-options.php:994
2401
  msgid ""
2402
  "Check this option to enable the explicit check for Ghostscript support "
2403
  "required for thumbnail generation. If your Ghostscript software is in a non-"
@@ -2406,22 +2408,22 @@ msgid ""
2406
  "leave this option checked unless you know it is safe to turn it off."
2407
  msgstr ""
2408
 
2409
- #: includes/class-mla-options.php:998
2410
  msgid "Ghostscript path"
2411
  msgstr ""
2412
 
2413
- #: includes/class-mla-options.php:1002
2414
  msgid ""
2415
  "If your &ldquo;gs&rdquo; executable is in a non-standard location, enter the "
2416
  "full path and filename here, e.g., &ldquo;/usr/bin/gs&rdquo;. It will "
2417
  "override the search for Ghostscript in other places."
2418
  msgstr ""
2419
 
2420
- #: includes/class-mla-options.php:1022
2421
  msgid "Enable custom field mapping when adding new media"
2422
  msgstr ""
2423
 
2424
- #: includes/class-mla-options.php:1025
2425
  msgid ""
2426
  "Check this option to enable mapping when uploading new media (attachments)."
2427
  "<br>&nbsp;&nbsp;Click Save Changes at the bottom of the screen if you change "
@@ -2429,18 +2431,18 @@ msgid ""
2429
  "buttons on the bulk edit, single edit and settings screens."
2430
  msgstr ""
2431
 
2432
- #: includes/class-mla-options.php:1029
2433
  msgid "Enable custom field mapping when updating media metadata"
2434
  msgstr ""
2435
 
2436
- #: includes/class-mla-options.php:1032 includes/class-mla-options.php:1056
2437
  msgid ""
2438
  "Check this option to enable mapping when media (attachments) metadata is "
2439
  "regenerated,<br>&nbsp;&nbsp;e.g., when the Media/Edit Media \"Edit Image\" "
2440
  "functions are used."
2441
  msgstr ""
2442
 
2443
- #: includes/class-mla-options.php:1036
2444
  msgid ""
2445
  "Update the custom field mapping values above, then click Save Changes to "
2446
  "make the updates permanent.<br>You can also make temporary updates and click "
@@ -2448,22 +2450,22 @@ msgid ""
2448
  "saving any rule changes."
2449
  msgstr ""
2450
 
2451
- #: includes/class-mla-options.php:1046
2452
  msgid "Enable IPTC/EXIF Mapping when adding new media"
2453
  msgstr ""
2454
 
2455
- #: includes/class-mla-options.php:1049
2456
  msgid ""
2457
  "Check this option to enable mapping when uploading new media (attachments)."
2458
  "<br>&nbsp;&nbsp;Does NOT affect the operation of the \"Map\" buttons on the "
2459
  "bulk edit, single edit and settings screens."
2460
  msgstr ""
2461
 
2462
- #: includes/class-mla-options.php:1053
2463
  msgid "Enable IPTC/EXIF Mapping when updating media metadata"
2464
  msgstr ""
2465
 
2466
- #: includes/class-mla-options.php:1060
2467
  msgid ""
2468
  "Update the standard field mapping values above, then click <strong>Save "
2469
  "Changes</strong> to make the updates permanent.<br>You can also make "
@@ -2472,13 +2474,13 @@ msgid ""
2472
  "changes."
2473
  msgstr ""
2474
 
2475
- #: includes/class-mla-options.php:1070
2476
  msgid ""
2477
  "Update the taxonomy term mapping values above, then click <strong>Save "
2478
  "Changes</strong> or <strong>Map All Attachments, Taxonomy Terms Now</strong>."
2479
  msgstr ""
2480
 
2481
- #: includes/class-mla-options.php:1080
2482
  msgid ""
2483
  "<strong>Update</strong> individual custom field mapping values above, or "
2484
  "make several updates and click <strong>Save Changes</strong> below to apply "
@@ -2489,265 +2491,275 @@ msgid ""
2489
  "changes."
2490
  msgstr ""
2491
 
2492
- #: includes/class-mla-options.php:1090
2493
  msgid "IPTC/EXIF Mapping help"
2494
  msgstr ""
2495
 
2496
- #: includes/class-mla-options.php:1142
2497
  msgid "Enable View and Post MIME Type Support"
2498
  msgstr ""
2499
 
2500
- #: includes/class-mla-options.php:1145
2501
  msgid ""
2502
  "Check/uncheck this option to enable/disable Post MIME Type Support, then "
2503
  "click <strong>Save Changes</strong> to record the new setting."
2504
  msgstr ""
2505
 
2506
- #: includes/class-mla-options.php:1154
2507
  msgid "Post MIME Types help."
2508
  msgstr ""
2509
 
2510
- #: includes/class-mla-options.php:1163 includes/class-mla-options.php:1217
2511
- #: includes/class-mla-options.php:1226 includes/class-mla-options.php:1235
2512
  msgctxt "post_mime_types_description"
2513
  msgid "Built-in view"
2514
  msgstr ""
2515
 
2516
- #: includes/class-mla-options.php:1166
2517
  msgctxt "table_view_singular"
2518
  msgid "Image"
2519
  msgstr ""
2520
 
2521
- #: includes/class-mla-options.php:1167
2522
  msgctxt "table_view_plural"
2523
  msgid "Images"
2524
  msgstr ""
2525
 
2526
- #: includes/class-mla-options.php:1172
2527
  msgctxt "post_mime_types_description"
2528
  msgid "All image subtypes"
2529
  msgstr ""
2530
 
2531
- #: includes/class-mla-options.php:1175
2532
  msgctxt "table_view_singular"
2533
  msgid "Audio"
2534
  msgstr ""
2535
 
2536
- #: includes/class-mla-options.php:1176
2537
  msgctxt "table_view_plural"
2538
  msgid "Audio"
2539
  msgstr ""
2540
 
2541
- #: includes/class-mla-options.php:1181
2542
  msgctxt "post_mime_types_description"
2543
  msgid "All audio subtypes"
2544
  msgstr ""
2545
 
2546
- #: includes/class-mla-options.php:1184
2547
  msgctxt "table_view_singular"
2548
  msgid "Video"
2549
  msgstr ""
2550
 
2551
- #: includes/class-mla-options.php:1185
2552
  msgctxt "table_view_plural"
2553
  msgid "Video"
2554
  msgstr ""
2555
 
2556
- #: includes/class-mla-options.php:1190
2557
  msgctxt "post_mime_types_description"
2558
  msgid "All video subtypes"
2559
  msgstr ""
2560
 
2561
- #: includes/class-mla-options.php:1193
2562
  msgctxt "table_view_singular"
2563
  msgid "Text"
2564
  msgstr ""
2565
 
2566
- #: includes/class-mla-options.php:1194
2567
  msgctxt "table_view_plural"
2568
  msgid "Text"
2569
  msgstr ""
2570
 
2571
- #: includes/class-mla-options.php:1199
2572
  msgctxt "post_mime_types_description"
2573
  msgid "All text subtypes"
2574
  msgstr ""
2575
 
2576
- #: includes/class-mla-options.php:1202
2577
  msgctxt "table_view_singular"
2578
  msgid "Application"
2579
  msgstr ""
2580
 
2581
- #: includes/class-mla-options.php:1203
2582
  msgctxt "table_view_plural"
2583
  msgid "Applications"
2584
  msgstr ""
2585
 
2586
- #: includes/class-mla-options.php:1208
2587
  msgctxt "post_mime_types_description"
2588
  msgid "All application subtypes"
2589
  msgstr ""
2590
 
2591
- #: includes/class-mla-options.php:1212
2592
  msgctxt "table_view_plural"
2593
  msgid "Unattached"
2594
  msgstr ""
2595
 
2596
- #: includes/class-mla-options.php:1220
2597
  msgctxt "table_view_singular"
2598
  msgid "Attached"
2599
  msgstr ""
2600
 
2601
- #: includes/class-mla-options.php:1221
2602
  msgctxt "table_view_plural"
2603
  msgid "Attached"
2604
  msgstr ""
2605
 
2606
- #: includes/class-mla-options.php:1229
2607
  msgctxt "table_view_singular"
2608
  msgid "Trash"
2609
  msgstr ""
2610
 
2611
- #: includes/class-mla-options.php:1230
2612
  msgctxt "table_view_plural"
2613
  msgid "Trash"
2614
  msgstr ""
2615
 
2616
- #: includes/class-mla-options.php:1241
2617
  msgid "Enable Upload MIME Type Support"
2618
  msgstr ""
2619
 
2620
- #: includes/class-mla-options.php:1244
2621
  msgid ""
2622
  "Check/uncheck this option to enable/disable Upload MIME Type Support, then "
2623
  "click <strong>Save Changes</strong> to record the new setting."
2624
  msgstr ""
2625
 
2626
- #: includes/class-mla-options.php:1253
2627
  msgid "Upload MIME Types help."
2628
  msgstr ""
2629
 
2630
- #: includes/class-mla-options.php:1258
2631
  msgid "Enable MLA File Type Icons Support"
2632
  msgstr ""
2633
 
2634
- #: includes/class-mla-options.php:1261
2635
  msgid ""
2636
  "Check/uncheck this option to enable/disable MLA File Type Icons Support, "
2637
  "then click <strong>Save Changes</strong> to record the new setting."
2638
  msgstr ""
2639
 
2640
- #: includes/class-mla-options.php:1265
2641
  msgid "Display Limit"
2642
  msgstr ""
2643
 
2644
- #: includes/class-mla-options.php:1269
2645
  msgid ""
2646
  "Enter the maximum number of debug log characters to display; enter zero or "
2647
  "leave blank for no limit."
2648
  msgstr ""
2649
 
2650
- #: includes/class-mla-options.php:1321 includes/class-mla-options.php:1343
2651
- #: includes/class-mla-options.php:1385
 
 
 
 
 
 
 
 
 
 
2652
  msgid "no templates exist"
2653
  msgstr ""
2654
 
2655
- #: includes/class-mla-options.php:1329
2656
  msgid "not found"
2657
  msgstr ""
2658
 
2659
  #. translators: 1: ERROR tag 2: option name 3: action, e.g., update, delete, reset
2660
- #: includes/class-mla-options.php:1735 includes/class-mla-options.php:1912
2661
- #: includes/class-mla-options.php:1988 includes/class-mla-options.php:3776
2662
- #: includes/class-mla-options.php:5221
2663
  #, php-format
2664
  msgid "%1$s: Custom %2$s unknown action \"%3$s\""
2665
  msgstr ""
2666
 
2667
- #: includes/class-mla-options.php:1826
2668
  msgid "Support"
2669
  msgstr ""
2670
 
2671
- #: includes/class-mla-options.php:1827
2672
  msgid "Inline Edit"
2673
  msgstr ""
2674
 
2675
- #: includes/class-mla-options.php:1828
2676
  msgid "Term Search"
2677
  msgstr ""
2678
 
2679
- #: includes/class-mla-options.php:1829
2680
  msgid "Checklist"
2681
  msgstr ""
2682
 
2683
- #: includes/class-mla-options.php:1830
2684
  msgid "Checked On Top"
2685
  msgstr ""
2686
 
2687
- #: includes/class-mla-options.php:1831
2688
  msgid "List Filter"
2689
  msgstr ""
2690
 
2691
- #: includes/class-mla-options.php:1832
2692
  msgid "Taxonomy"
2693
  msgstr ""
2694
 
2695
  #. translators: 1: taxonomy name
2696
- #: includes/class-mla-options.php:1851
2697
  #, php-format
2698
  msgid "List Filter ignored; %1$s not supported."
2699
  msgstr ""
2700
 
2701
  #. translators: 1: taxonomy name
2702
- #: includes/class-mla-options.php:1858
2703
  #, php-format
2704
  msgid "Inline Edit ignored; %1$s not supported."
2705
  msgstr ""
2706
 
2707
  #. translators: 1: taxonomy name
2708
- #: includes/class-mla-options.php:1866
2709
  #, php-format
2710
  msgid "Term Search ignored; %1$s not supported."
2711
  msgstr ""
2712
 
2713
  #. translators: 1: taxonomy name
2714
- #: includes/class-mla-options.php:1876
2715
  #, php-format
2716
  msgid "Checklist ignored; %1$s not supported."
2717
  msgstr ""
2718
 
2719
  #. translators: 1: taxonomy name
2720
- #: includes/class-mla-options.php:1884
2721
  #, php-format
2722
  msgid "Checked On Top ignored; %1$s not supported."
2723
  msgstr ""
2724
 
2725
  #. translators: 1: option name, e.g., taxonomy_support
2726
- #: includes/class-mla-options.php:1902 includes/class-mla-options.php:1978
2727
  #, php-format
2728
  msgid "Update custom %1$s"
2729
  msgstr ""
2730
 
2731
  #. translators: 1: option name, e.g., taxonomy_support
2732
- #: includes/class-mla-options.php:1909 includes/class-mla-options.php:1985
2733
- #: includes/class-mla-options.php:5214
2734
  #, php-format
2735
  msgid "Reset custom %1$s"
2736
  msgstr ""
2737
 
2738
- #: includes/class-mla-options.php:1938
2739
  #: includes/mla-main-search-box-template.php:46
2740
  #: includes/mla-media-modal-js-template.php:31
2741
  msgid "and"
2742
  msgstr ""
2743
 
2744
- #: includes/class-mla-options.php:1940
2745
  #: includes/mla-main-search-box-template.php:48
2746
  #: includes/mla-media-modal-js-template.php:35
2747
  msgid "or"
2748
  msgstr ""
2749
 
2750
- #: includes/class-mla-options.php:1945 includes/class-mla-settings.php:2407
2751
  #: includes/class-mla-settings.php:2440 includes/class-mla-settings.php:2466
2752
  #: includes/class-mla-settings.php:2501 includes/class-mla-settings.php:2558
2753
  #: includes/class-mla-settings.php:2608
@@ -2756,536 +2768,531 @@ msgstr ""
2756
  msgid "Name"
2757
  msgstr ""
2758
 
2759
- #: includes/class-mla-options.php:1957
2760
  #: includes/mla-main-search-box-template.php:55
2761
  #: includes/mla-media-modal-js-template.php:61
2762
  msgid "Terms"
2763
  msgstr ""
2764
 
2765
- #: includes/class-mla-options.php:3111 includes/class-mla-options.php:3240
2766
- #: includes/class-mla-options.php:4247 includes/class-mla-options.php:4278
2767
  #: includes/class-mla-settings.php:1838
2768
  msgid "None (select a value)"
2769
  msgstr ""
2770
 
2771
- #: includes/class-mla-options.php:3247
2772
  msgid "Metadata (see below)"
2773
  msgstr ""
2774
 
2775
- #: includes/class-mla-options.php:3254
2776
  msgid "Template (see below)"
2777
  msgstr ""
2778
 
2779
  #. translators: 1: ERROR tag 2: custom field name
2780
- #: includes/class-mla-options.php:3322 includes/class-mla-options.php:4555
2781
  #, php-format
2782
  msgid "%1$s: New field %2$s already exists."
2783
  msgstr ""
2784
 
2785
  #. translators: 1: custom field name
2786
- #: includes/class-mla-options.php:3327 includes/class-mla-options.php:4560
2787
  #, php-format
2788
  msgid "Adding new field %1$s."
2789
  msgstr ""
2790
 
2791
  #. translators: 1: custom field name
2792
- #: includes/class-mla-options.php:3335 includes/class-mla-options.php:4568
2793
  #, php-format
2794
  msgid "Adding new rule for %1$s."
2795
  msgstr ""
2796
 
2797
  #. translators: 1: custom field name
2798
- #: includes/class-mla-options.php:3361 includes/class-mla-options.php:4429
2799
- #: includes/class-mla-options.php:4594
2800
  #, php-format
2801
  msgid "Deleting rule for %1$s."
2802
  msgstr ""
2803
 
2804
  #. translators: 1: custom field name 2: attribute 3: old value 4: new value
2805
- #: includes/class-mla-options.php:3384 includes/class-mla-options.php:3405
2806
- #: includes/class-mla-options.php:3455 includes/class-mla-options.php:3462
2807
- #: includes/class-mla-options.php:4345 includes/class-mla-options.php:4352
2808
- #: includes/class-mla-options.php:4359 includes/class-mla-options.php:4454
2809
- #: includes/class-mla-options.php:4461 includes/class-mla-options.php:4496
2810
- #: includes/class-mla-options.php:4503 includes/class-mla-options.php:4604
2811
- #: includes/class-mla-options.php:4611 includes/class-mla-options.php:4646
2812
- #: includes/class-mla-options.php:4653
2813
  #, php-format
2814
  msgid "%1$s changing %2$s from %3$s to %4$s."
2815
  msgstr ""
2816
 
2817
- #: includes/class-mla-options.php:3384 includes/class-mla-options.php:3733
2818
  msgid "Data Source"
2819
  msgstr ""
2820
 
2821
- #: includes/class-mla-options.php:3390 includes/class-mla-options.php:4379
2822
- #: includes/class-mla-options.php:4481 includes/class-mla-options.php:4631
2823
  msgid "Replace to Keep"
2824
  msgstr ""
2825
 
2826
- #: includes/class-mla-options.php:3393 includes/class-mla-options.php:4382
2827
- #: includes/class-mla-options.php:4484 includes/class-mla-options.php:4634
2828
  msgid "Keep to Replace"
2829
  msgstr ""
2830
 
2831
  #. translators: 1: custom field name 2: attribute 3: old value 'to' new value
2832
- #: includes/class-mla-options.php:3398 includes/class-mla-options.php:3419
2833
- #: includes/class-mla-options.php:3433 includes/class-mla-options.php:3447
2834
- #: includes/class-mla-options.php:3476 includes/class-mla-options.php:4373
2835
- #: includes/class-mla-options.php:4387 includes/class-mla-options.php:4475
2836
- #: includes/class-mla-options.php:4489 includes/class-mla-options.php:4625
2837
- #: includes/class-mla-options.php:4639 includes/class-mla-options.php:4667
2838
  #, php-format
2839
  msgid "%1$s changing %2$s value from %3$s."
2840
  msgstr ""
2841
 
2842
- #: includes/class-mla-options.php:3398 includes/class-mla-options.php:3734
2843
- #: includes/class-mla-options.php:4387 includes/class-mla-options.php:4489
2844
- #: includes/class-mla-options.php:4639 includes/class-mla-options.php:4793
2845
- #: includes/class-mla-options.php:4879 includes/class-mla-options.php:5112
2846
  msgid "Existing Text"
2847
  msgstr ""
2848
 
2849
- #: includes/class-mla-options.php:3405 includes/class-mla-options.php:3735
2850
- #: includes/class-mla-options.php:4646 includes/class-mla-options.php:4941
2851
- #: includes/class-mla-options.php:5036 includes/class-mla-options.php:5082
2852
  msgid "Format"
2853
  msgstr ""
2854
 
2855
- #: includes/class-mla-options.php:3411 includes/class-mla-options.php:3425
2856
- #: includes/class-mla-options.php:3439 includes/class-mla-options.php:3468
2857
- #: includes/class-mla-options.php:4659
2858
  msgid "unchecked to checked"
2859
  msgstr ""
2860
 
2861
- #: includes/class-mla-options.php:3414 includes/class-mla-options.php:3428
2862
- #: includes/class-mla-options.php:3442 includes/class-mla-options.php:3471
2863
- #: includes/class-mla-options.php:4662
2864
  msgid "checked to unchecked"
2865
  msgstr ""
2866
 
2867
- #: includes/class-mla-options.php:3419 includes/class-mla-options.php:3736
2868
  msgid "MLA Column"
2869
  msgstr ""
2870
 
2871
- #: includes/class-mla-options.php:3455
2872
  msgid "Metavalue name"
2873
  msgstr ""
2874
 
2875
- #: includes/class-mla-options.php:3462 includes/class-mla-options.php:3570
2876
- #: includes/class-mla-options.php:3669 includes/class-mla-options.php:3713
2877
- #: includes/class-mla-options.php:4653 includes/class-mla-options.php:4948
2878
- #: includes/class-mla-options.php:5043 includes/class-mla-options.php:5089
2879
  msgid "Option"
2880
  msgstr ""
2881
 
2882
- #: includes/class-mla-options.php:3476 includes/class-mla-options.php:3582
2883
- #: includes/class-mla-options.php:3681 includes/class-mla-options.php:3725
2884
- #: includes/class-mla-options.php:4667 includes/class-mla-options.php:4960
2885
- #: includes/class-mla-options.php:5055 includes/class-mla-options.php:5101
2886
  msgid "Delete NULL values"
2887
  msgstr ""
2888
 
2889
- #: includes/class-mla-options.php:3515 includes/class-mla-options.php:4891
2890
  msgid "No Custom Field Mapping Rules Defined"
2891
  msgstr ""
2892
 
2893
- #: includes/class-mla-options.php:3556 includes/class-mla-options.php:3655
2894
- #: includes/class-mla-options.php:3699 includes/class-mla-options.php:4768
2895
- #: includes/class-mla-options.php:4818 includes/class-mla-options.php:4938
2896
- #: includes/class-mla-options.php:5033 includes/class-mla-options.php:5079
2897
  #: includes/class-mla-thumbnail-generation.php:431
2898
  msgid "Keep"
2899
  msgstr ""
2900
 
2901
- #: includes/class-mla-options.php:3560 includes/class-mla-options.php:3659
2902
- #: includes/class-mla-options.php:3703 includes/class-mla-options.php:4943
2903
- #: includes/class-mla-options.php:5038 includes/class-mla-options.php:5084
2904
  msgid "Native"
2905
  msgstr ""
2906
 
2907
- #: includes/class-mla-options.php:3562 includes/class-mla-options.php:3661
2908
- #: includes/class-mla-options.php:3705 includes/class-mla-options.php:4945
2909
- #: includes/class-mla-options.php:5040 includes/class-mla-options.php:5086
2910
  msgid "Commas"
2911
  msgstr ""
2912
 
2913
- #: includes/class-mla-options.php:3564 includes/class-mla-options.php:3663
2914
- #: includes/class-mla-options.php:3707 includes/class-mla-options.php:4947
2915
- #: includes/class-mla-options.php:5042 includes/class-mla-options.php:5088
2916
  msgid "Raw"
2917
  msgstr ""
2918
 
2919
- #: includes/class-mla-options.php:3572 includes/class-mla-options.php:3671
2920
- #: includes/class-mla-options.php:3715 includes/class-mla-options.php:4950
2921
- #: includes/class-mla-options.php:5045 includes/class-mla-options.php:5091
2922
  msgid "Text"
2923
  msgstr ""
2924
 
2925
- #: includes/class-mla-options.php:3574 includes/class-mla-options.php:3673
2926
- #: includes/class-mla-options.php:3717 includes/class-mla-options.php:4952
2927
- #: includes/class-mla-options.php:5047 includes/class-mla-options.php:5093
2928
  msgid "Single"
2929
  msgstr ""
2930
 
2931
- #: includes/class-mla-options.php:3576 includes/class-mla-options.php:3675
2932
- #: includes/class-mla-options.php:3719 includes/class-mla-options.php:4954
2933
- #: includes/class-mla-options.php:5049 includes/class-mla-options.php:5095
2934
  msgid "Export"
2935
  msgstr ""
2936
 
2937
- #: includes/class-mla-options.php:3578 includes/class-mla-options.php:3677
2938
- #: includes/class-mla-options.php:3721 includes/class-mla-options.php:4956
2939
- #: includes/class-mla-options.php:5051 includes/class-mla-options.php:5097
2940
  msgid "Array"
2941
  msgstr ""
2942
 
2943
- #: includes/class-mla-options.php:3580 includes/class-mla-options.php:3679
2944
- #: includes/class-mla-options.php:3723 includes/class-mla-options.php:4958
2945
- #: includes/class-mla-options.php:5053 includes/class-mla-options.php:5099
2946
  msgid "Multi"
2947
  msgstr ""
2948
 
2949
- #: includes/class-mla-options.php:3583 includes/class-mla-options.php:4961
2950
  msgid "Delete Rule"
2951
  msgstr ""
2952
 
2953
- #: includes/class-mla-options.php:3584 includes/class-mla-options.php:4962
2954
  msgid "Delete Rule AND Field"
2955
  msgstr ""
2956
 
2957
- #: includes/class-mla-options.php:3585 includes/class-mla-options.php:4963
2958
  msgid "Update Rule"
2959
  msgstr ""
2960
 
2961
- #: includes/class-mla-options.php:3586 includes/class-mla-options.php:4964
2962
  #: includes/class-mla-settings.php:730 includes/class-mla-settings.php:861
2963
  msgid "Map All Attachments"
2964
  msgstr ""
2965
 
2966
- #: includes/class-mla-options.php:3650 includes/class-mla-options.php:5022
2967
  msgid "Add a new Mapping Rule"
2968
  msgstr ""
2969
 
2970
- #: includes/class-mla-options.php:3682 includes/class-mla-options.php:5056
2971
  msgid "Add Rule"
2972
  msgstr ""
2973
 
2974
- #: includes/class-mla-options.php:3683 includes/class-mla-options.php:5057
2975
  msgid "Add Rule and Map All Attachments"
2976
  msgstr ""
2977
 
2978
- #: includes/class-mla-options.php:3694 includes/class-mla-options.php:5068
2979
  msgid "Add a new Field and Mapping Rule"
2980
  msgstr ""
2981
 
2982
- #: includes/class-mla-options.php:3726 includes/class-mla-options.php:5102
2983
  msgid "Add Field"
2984
  msgstr ""
2985
 
2986
- #: includes/class-mla-options.php:3727 includes/class-mla-options.php:5103
2987
  msgid "Add Field and Map All Attachments"
2988
  msgstr ""
2989
 
2990
- #: includes/class-mla-options.php:3732 includes/class-mla-options.php:4345
2991
- #: includes/class-mla-options.php:4789 includes/class-mla-options.php:4875
2992
- #: includes/class-mla-options.php:5108
2993
  msgid "Field Title"
2994
  msgstr ""
2995
 
2996
- #: includes/class-mla-options.php:3757
2997
  msgid "Custom field mapping rules updated."
2998
  msgstr ""
2999
 
3000
- #: includes/class-mla-options.php:3759
3001
  msgid "Custom field mapping rules update failed."
3002
  msgstr ""
3003
 
3004
- #: includes/class-mla-options.php:3762 includes/class-mla-settings.php:775
3005
  #: includes/class-mla-settings.php:781
3006
  msgid "Custom field no mapping rule changes detected."
3007
  msgstr ""
3008
 
3009
- #: includes/class-mla-options.php:3770
3010
  msgid "Custom field mapping settings saved."
3011
  msgstr ""
3012
 
3013
- #: includes/class-mla-options.php:3772
3014
  msgid "Custom field mapping settings reset failed."
3015
  msgstr ""
3016
 
3017
  #. translators: 1: ERROR tag 2: custom field name
3018
- #: includes/class-mla-options.php:4333
3019
  #, php-format
3020
  msgid "%1$s: No old values for %2$s."
3021
  msgstr ""
3022
 
3023
- #: includes/class-mla-options.php:4352 includes/class-mla-options.php:4454
3024
- #: includes/class-mla-options.php:4604 includes/class-mla-options.php:4790
3025
- #: includes/class-mla-options.php:4876 includes/class-mla-options.php:5109
3026
  msgid "IPTC Value"
3027
  msgstr ""
3028
 
3029
- #: includes/class-mla-options.php:4359 includes/class-mla-options.php:4461
3030
- #: includes/class-mla-options.php:4611
3031
  msgid "EXIF Value"
3032
  msgstr ""
3033
 
3034
- #: includes/class-mla-options.php:4365 includes/class-mla-options.php:4467
3035
- #: includes/class-mla-options.php:4617
3036
  msgid "EXIF to IPTC"
3037
  msgstr ""
3038
 
3039
- #: includes/class-mla-options.php:4368 includes/class-mla-options.php:4470
3040
- #: includes/class-mla-options.php:4620
3041
  msgid "IPTC to EXIF"
3042
  msgstr ""
3043
 
3044
- #: includes/class-mla-options.php:4373 includes/class-mla-options.php:4475
3045
- #: includes/class-mla-options.php:4625 includes/class-mla-options.php:4792
3046
- #: includes/class-mla-options.php:4878 includes/class-mla-options.php:5111
3047
  msgid "Priority"
3048
  msgstr ""
3049
 
3050
- #: includes/class-mla-options.php:4496 includes/class-mla-options.php:4880
3051
  msgid "Delimiter(s)"
3052
  msgstr ""
3053
 
3054
- #: includes/class-mla-options.php:4764 includes/class-mla-options.php:4814
3055
- #: includes/class-mla-options.php:4934 includes/class-mla-options.php:5029
3056
- #: includes/class-mla-options.php:5075
3057
  msgid "IPTC"
3058
  msgstr ""
3059
 
3060
- #: includes/class-mla-options.php:4766 includes/class-mla-options.php:4816
3061
- #: includes/class-mla-options.php:4936 includes/class-mla-options.php:5031
3062
- #: includes/class-mla-options.php:5077
3063
  msgid "EXIF"
3064
  msgstr ""
3065
 
3066
- #: includes/class-mla-options.php:4791 includes/class-mla-options.php:4877
3067
- #: includes/class-mla-options.php:5110
3068
  msgid "EXIF/Template Value"
3069
  msgstr ""
3070
 
3071
  #. translators: 1: ERROR tag 2: option name
3072
- #: includes/class-mla-options.php:5120
3073
  #, php-format
3074
  msgid "%1$s: Render unknown custom %2$s."
3075
  msgstr ""
3076
 
3077
  #. translators: 1: ERROR tag 2: option name
3078
- #: includes/class-mla-options.php:5164
3079
  #, php-format
3080
  msgid "%1$s: Update/delete unknown custom %2$s."
3081
  msgstr ""
3082
 
3083
- #: includes/class-mla-options.php:5170
3084
  msgid "IPTC/EXIF mapping settings updated."
3085
  msgstr ""
3086
 
3087
- #: includes/class-mla-options.php:5172
3088
  msgid "IPTC/EXIF settings update failed."
3089
  msgstr ""
3090
 
3091
- #: includes/class-mla-options.php:5175 includes/class-mla-settings.php:909
3092
  #: includes/class-mla-settings.php:915
3093
  msgid "IPTC/EXIF no mapping changes detected."
3094
  msgstr ""
3095
 
3096
  #. translators: 1: field type
3097
- #: includes/class-mla-options.php:5186 includes/class-mla-options.php:5196
3098
- #: includes/class-mla-options.php:5206 includes/class-mla-settings.php:3465
3099
  #, php-format
3100
  msgid "%1$s settings saved."
3101
  msgstr ""
3102
 
3103
- #: includes/class-mla-options.php:5186 includes/class-mla-options.php:5189
3104
- #: includes/class-mla-settings.php:3710 includes/class-mla-settings.php:3749
3105
- #: includes/class-mla-settings.php:3752
3106
  msgid "Standard field"
3107
  msgstr ""
3108
 
3109
  #. translators: 1: ERROR tag 2: field type
3110
- #: includes/class-mla-options.php:5189 includes/class-mla-options.php:5199
3111
- #: includes/class-mla-options.php:5209
3112
  #, php-format
3113
  msgid "%1$s: IPTC/EXIF %2$s settings update failed."
3114
  msgstr ""
3115
 
3116
- #: includes/class-mla-options.php:5196 includes/class-mla-options.php:5199
3117
- #: includes/class-mla-settings.php:3781 includes/class-mla-settings.php:3820
3118
- #: includes/class-mla-settings.php:3823
3119
  msgid "Taxonomy term"
3120
  msgstr ""
3121
 
3122
- #: includes/class-mla-options.php:5206 includes/class-mla-options.php:5209
3123
- #: includes/class-mla-settings.php:3610 includes/class-mla-settings.php:3613
3124
- #: includes/class-mla-settings.php:3867 includes/class-mla-settings.php:3906
3125
- #: includes/class-mla-settings.php:3909
3126
  msgid "Custom field"
3127
  msgstr ""
3128
 
3129
  #. translators: 1: ERROR tag 2: option name, e.g., taxonomy_support
3130
- #: includes/class-mla-options.php:5217
3131
  #, php-format
3132
  msgid "%1$s: Reset unknown custom %2$s"
3133
  msgstr ""
3134
 
3135
- #: includes/class-mla-polylang-support.php:272
3136
  msgid "ERROR: No post ID found"
3137
  msgstr ""
3138
 
3139
- #: includes/class-mla-polylang-support.php:373
3140
  msgid "Error while saving the translations."
3141
  msgstr ""
3142
 
3143
- #: includes/class-mla-polylang-support.php:374
3144
  msgid "Remove From Bulk Translate"
3145
  msgstr ""
3146
 
3147
- #: includes/class-mla-polylang-support.php:376
3148
  msgid "Bulk Translate items"
3149
  msgstr ""
3150
 
3151
- #: includes/class-mla-polylang-support.php:377
3152
  msgid "Add new"
3153
  msgstr ""
3154
 
3155
- #: includes/class-mla-polylang-support.php:1156
3156
- #: includes/class-mla-polylang-support.php:1159
3157
- msgid "Attached"
3158
- msgstr ""
3159
-
3160
- #: includes/class-mla-polylang-support.php:1513
3161
- #: includes/class-mla-polylang-support.php:1846
3162
  #: includes/class-mla-thumbnail-generation.php:466
3163
  msgid "Bulk Translations"
3164
  msgstr ""
3165
 
3166
- #: includes/class-mla-polylang-support.php:1537
3167
  msgid "Translate"
3168
  msgstr ""
3169
 
3170
- #: includes/class-mla-polylang-support.php:1653
3171
  msgid "All Languages"
3172
  msgstr ""
3173
 
3174
- #: includes/class-mla-polylang-support.php:1660
3175
- #: includes/class-mla-polylang-support.php:1919
3176
- #: includes/class-mla-polylang-support.php:2045
3177
  msgid "Quick Translate"
3178
  msgstr ""
3179
 
3180
- #: includes/class-mla-polylang-support.php:1664
3181
  msgid "Set Language"
3182
  msgstr ""
3183
 
3184
- #: includes/class-mla-polylang-support.php:1665
3185
- #: includes/class-mla-polylang-support.php:2052
3186
  msgid "Bulk Translate"
3187
  msgstr ""
3188
 
3189
- #: includes/class-mla-polylang-support.php:1666
3190
  msgid "Add or Modify Translation"
3191
  msgstr ""
3192
 
3193
- #: includes/class-mla-polylang-support.php:1667
3194
- #: includes/class-mla-polylang-support.php:1708
3195
- #: includes/class-mla-polylang-support.php:1991
3196
- #: includes/class-mla-wpml-support.php:1111
3197
- #: includes/class-mla-wpml-support.php:1608
3198
  msgid "Language"
3199
  msgstr ""
3200
 
3201
- #: includes/class-mla-polylang-support.php:1669
3202
  #: includes/class-mla-thumbnail-generation.php:437
3203
  msgid "Options"
3204
  msgstr ""
3205
 
3206
- #: includes/class-mla-polylang-support.php:1919
3207
  msgid "Translate this item inline"
3208
  msgstr ""
3209
 
3210
- #: includes/class-mla-polylang-support.php:2026
3211
- #: includes/class-mla-polylang-support.php:2115
3212
- #: includes/class-mla-wpml-support.php:1146
3213
- #: includes/class-mla-wpml-support.php:1221
3214
  msgid "Media/Assistant submenu table"
3215
  msgstr ""
3216
 
3217
- #: includes/class-mla-polylang-support.php:2031
3218
- #: includes/class-mla-wpml-support.php:1151
3219
  msgid "Language Column"
3220
  msgstr ""
3221
 
3222
- #: includes/class-mla-polylang-support.php:2034
3223
- #: includes/class-mla-wpml-support.php:1154
3224
  msgid ""
3225
  "Check this option to add a Language column to the Media/Assistant submenu "
3226
  "table."
3227
  msgstr ""
3228
 
3229
- #: includes/class-mla-polylang-support.php:2038
3230
- #: includes/class-mla-wpml-support.php:1158
3231
  msgid "Translations Column"
3232
  msgstr ""
3233
 
3234
- #: includes/class-mla-polylang-support.php:2041
3235
- #: includes/class-mla-wpml-support.php:1161
3236
  msgid ""
3237
  "Check this option to add a Translation Status column to the Media/Assistant "
3238
  "submenu table."
3239
  msgstr ""
3240
 
3241
- #: includes/class-mla-polylang-support.php:2048
3242
  msgid ""
3243
  "Check this option to add a Quick Translate rollover action to the Media/"
3244
  "Assistant submenu table."
3245
  msgstr ""
3246
 
3247
- #: includes/class-mla-polylang-support.php:2055
3248
  msgid ""
3249
  "Check this option to add \"Translate\" to the \"Bulk Actions\" control on "
3250
  "the Media/Assistant submenu table."
3251
  msgstr ""
3252
 
3253
- #: includes/class-mla-polylang-support.php:2059
3254
- #: includes/class-mla-polylang-support.php:2115
3255
- #: includes/class-mla-wpml-support.php:1165
3256
- #: includes/class-mla-wpml-support.php:1221
3257
  msgid "Term Management"
3258
  msgstr ""
3259
 
3260
- #: includes/class-mla-polylang-support.php:2064
3261
- #: includes/class-mla-wpml-support.php:1170
3262
  msgid "Term Assignment"
3263
  msgstr ""
3264
 
3265
- #: includes/class-mla-polylang-support.php:2067
3266
- #: includes/class-mla-wpml-support.php:1173
3267
  msgid ""
3268
  "Check this option to assign language-specific terms when items are updated."
3269
  msgstr ""
3270
 
3271
- #: includes/class-mla-polylang-support.php:2071
3272
- #: includes/class-mla-wpml-support.php:1177
3273
  msgid "Term Synchronization"
3274
  msgstr ""
3275
 
3276
- #: includes/class-mla-polylang-support.php:2074
3277
- #: includes/class-mla-wpml-support.php:1180
3278
  msgid ""
3279
  "Check this option to synchronize common terms among all item translations."
3280
  msgstr ""
3281
 
3282
- #: includes/class-mla-polylang-support.php:2113
3283
- #: includes/class-mla-wpml-support.php:1219
3284
  msgid "Language Options"
3285
  msgstr ""
3286
 
3287
  #. translators: 1: - 4: page subheader values
3288
- #: includes/class-mla-polylang-support.php:2115
3289
  #, php-format
3290
  msgid ""
3291
  "In this tab you can find a number of options for controlling Polylang-"
@@ -3295,63 +3302,63 @@ msgid ""
3295
  msgstr ""
3296
 
3297
  #. translators: 1: Documentation hyperlink
3298
- #: includes/class-mla-polylang-support.php:2117
3299
- #: includes/class-mla-wpml-support.php:1223
3300
  #, php-format
3301
  msgid ""
3302
  "You can find more information about multilingual features in the %1$s "
3303
  "section of the Documentation."
3304
  msgstr ""
3305
 
3306
- #: includes/class-mla-polylang-support.php:2117
3307
- #: includes/class-mla-wpml-support.php:1223
3308
  msgid "Language Options documentation"
3309
  msgstr ""
3310
 
3311
- #: includes/class-mla-polylang-support.php:2117
3312
- #: includes/class-mla-wpml-support.php:1223
3313
  msgid "WPML &amp; Polylang Multilingual Support; the MLA Language Tab"
3314
  msgstr ""
3315
 
3316
- #: includes/class-mla-polylang-support.php:2119
3317
  #: includes/class-mla-settings.php:1359 includes/class-mla-settings.php:1717
3318
  #: includes/class-mla-settings.php:1770 includes/class-mla-settings.php:2186
3319
  #: includes/class-mla-settings.php:2236 includes/class-mla-settings.php:2324
3320
  #: includes/class-mla-settings.php:2766 includes/class-mla-settings.php:2769
3321
  #: includes/class-mla-settings.php:2908 includes/class-mla-settings.php:2910
3322
- #: includes/class-mla-settings.php:3128 includes/class-mla-settings.php:3130
3323
- #: includes/class-mla-wpml-support.php:1225
3324
  msgid "Save Changes"
3325
  msgstr ""
3326
 
3327
- #: includes/class-mla-polylang-support.php:2120
3328
- #: includes/class-mla-wpml-support.php:1226
3329
  msgid "Delete Language options and restore default settings"
3330
  msgstr ""
3331
 
3332
- #: includes/class-mla-polylang-support.php:2123
3333
  #: includes/class-mla-settings.php:1098 includes/class-mla-settings.php:1364
3334
  #: includes/class-mla-settings.php:2319
3335
- #: includes/class-mla-wpml-support.php:1229
3336
  msgid "Go to Top"
3337
  msgstr ""
3338
 
3339
- #: includes/class-mla-polylang-support.php:2160
3340
- #: includes/class-mla-wpml-support.php:1266
3341
  msgid "Language settings saved."
3342
  msgstr ""
3343
 
3344
  #. translators: 1: option name
3345
- #: includes/class-mla-polylang-support.php:2191
3346
- #: includes/class-mla-settings.php:4086
3347
- #: includes/class-mla-wpml-support.php:1297
3348
  #, php-format
3349
  msgctxt "message_list"
3350
  msgid "delete_option \"%1$s\""
3351
  msgstr ""
3352
 
3353
- #: includes/class-mla-polylang-support.php:2199
3354
- #: includes/class-mla-wpml-support.php:1305
3355
  msgid "Language settings reset to default values."
3356
  msgstr ""
3357
 
@@ -3372,7 +3379,7 @@ msgid "Reprocessed"
3372
  msgstr ""
3373
 
3374
  #: includes/class-mla-settings.php:466 includes/class-mla-settings.php:979
3375
- #: includes/class-mla-settings.php:3171
3376
  msgid "Settings"
3377
  msgstr ""
3378
 
@@ -3433,8 +3440,8 @@ msgstr ""
3433
  msgid "Uploads"
3434
  msgstr ""
3435
 
3436
- #: includes/class-mla-settings.php:1252 includes/class-mla-settings.php:3465
3437
- #: includes/class-mla-settings.php:3468
3438
  msgid "MLA Gallery"
3439
  msgstr ""
3440
 
@@ -3488,7 +3495,7 @@ msgstr ""
3488
  msgid "Donate to FTJ"
3489
  msgstr ""
3490
 
3491
- #: includes/class-mla-settings.php:1367 includes/class-mla-settings.php:3163
3492
  msgid "Donate"
3493
  msgstr ""
3494
 
@@ -3681,7 +3688,7 @@ msgid ""
3681
  msgstr ""
3682
 
3683
  #: includes/class-mla-settings.php:1882 includes/class-mla-settings.php:2246
3684
- #: includes/class-mla-upload-list-table.php:415
3685
  msgid "Inactive"
3686
  msgstr ""
3687
 
@@ -3763,7 +3770,7 @@ msgid "Search Known Types"
3763
  msgstr ""
3764
 
3765
  #: includes/class-mla-settings.php:2260
3766
- #: includes/class-mla-upload-list-table.php:417
3767
  msgid "Active"
3768
  msgstr ""
3769
 
@@ -4038,193 +4045,197 @@ msgid "Debug settings saved."
4038
  msgstr ""
4039
 
4040
  #. translators: 1: ERROR tag 2: file type 3: file name 4: error message
4041
- #: includes/class-mla-settings.php:3034
4042
  #, php-format
4043
  msgid "%1$s: Reseting the %2$s file ( %3$s ) \"%4$s\"."
4044
  msgstr ""
4045
 
4046
- #: includes/class-mla-settings.php:3034 includes/class-mla-settings.php:3078
4047
- #: includes/class-mla-settings.php:3101 includes/class-mla-settings.php:3111
4048
- #: includes/class-mla-settings.php:3115
4049
  msgid "Error Log"
4050
  msgstr ""
4051
 
4052
  #. translators: 1: ERROR tag 2: file type 3: file name 4: error message
4053
- #: includes/class-mla-settings.php:3078
4054
  #, php-format
4055
  msgid "%1$s: Reading the %2$s file ( %3$s ) \"%4$s\"."
4056
  msgstr ""
4057
 
4058
  #. translators: 1: file name
4059
- #: includes/class-mla-settings.php:3088
4060
  #, php-format
4061
  msgid "Error log file (%1$s) not found; click Reset to create it."
4062
  msgstr ""
4063
 
4064
- #: includes/class-mla-settings.php:3111
4065
  msgid "Reset"
4066
  msgstr ""
4067
 
4068
- #: includes/class-mla-settings.php:3120 includes/class-mla-settings.php:3130
4069
  msgid "Debug Options"
4070
  msgstr ""
4071
 
 
 
 
 
4072
  #. translators: 1: "Save Changes"
4073
- #: includes/class-mla-settings.php:3130
4074
  #, php-format
4075
  msgid "Click %1$s to update the %2$s."
4076
  msgstr ""
4077
 
4078
- #: includes/class-mla-settings.php:3149
4079
  msgid "You do not have permission to manage plugin settings."
4080
  msgstr ""
4081
 
4082
- #: includes/class-mla-settings.php:3183
4083
  msgid "Cannot render content tab"
4084
  msgstr ""
4085
 
4086
- #: includes/class-mla-settings.php:3186
4087
  msgid "Unknown content tab"
4088
  msgstr ""
4089
 
4090
  #. translators: 1: template type 2: template name
4091
- #: includes/class-mla-settings.php:3278 includes/class-mla-settings.php:3367
4092
  #, php-format
4093
  msgctxt "message_list"
4094
  msgid "Deleting %1$s \"%2$s\"."
4095
  msgstr ""
4096
 
4097
  #. translators: 1: ERROR tag 2: template name 3: template type
4098
- #: includes/class-mla-settings.php:3289 includes/class-mla-settings.php:3380
4099
  #, php-format
4100
  msgid "%1$s: Reserved name \"%2$s\", new %3$s discarded."
4101
  msgstr ""
4102
 
4103
  #. translators: 1: ERROR tag 2: template name 3: template type
4104
- #: includes/class-mla-settings.php:3295 includes/class-mla-settings.php:3386
4105
  #, php-format
4106
  msgid "%1$s: Duplicate name \"%2$s\", new %3$s discarded."
4107
  msgstr ""
4108
 
4109
  #. translators: 1: template type 2: template name
4110
- #: includes/class-mla-settings.php:3299 includes/class-mla-settings.php:3390
4111
  #, php-format
4112
  msgctxt "message_list"
4113
  msgid "Adding new %1$s \"%2$s\"."
4114
  msgstr ""
4115
 
4116
  #. translators: 1: ERROR tag 2: element name 3: old value
4117
- #: includes/class-mla-settings.php:3309 includes/class-mla-settings.php:3400
4118
  #, php-format
4119
  msgid "%1$s: Blank %2$s, reverting to \"%3$s\"."
4120
  msgstr ""
4121
 
4122
- #: includes/class-mla-settings.php:3309 includes/class-mla-settings.php:3316
4123
- #: includes/class-mla-settings.php:3320
4124
  msgid "style template name"
4125
  msgstr ""
4126
 
4127
  #. translators: 1: ERROR tag 2: element name 3: new value 4: old value
4128
- #: includes/class-mla-settings.php:3316 includes/class-mla-settings.php:3407
4129
  #, php-format
4130
  msgid "%1$s: Duplicate new %2$s \"%3$s\", reverting to \"%4$s\"."
4131
  msgstr ""
4132
 
4133
  #. translators: 1: element name 2: old_value 3: new_value
4134
- #: includes/class-mla-settings.php:3320 includes/class-mla-settings.php:3411
4135
  #, php-format
4136
  msgctxt "message_list"
4137
  msgid "Changing %1$s from \"%2$s\" to \"%3$s\""
4138
  msgstr ""
4139
 
4140
  #. translators: 1: template type 2: template name
4141
- #: includes/class-mla-settings.php:3327
4142
  #, php-format
4143
  msgctxt "message_list"
4144
  msgid "Updating contents of %1$s \"%2$s\"."
4145
  msgstr ""
4146
 
4147
  #. translators: 1: ERROR tag 2: template type
4148
- #: includes/class-mla-settings.php:3338 includes/class-mla-settings.php:3459
4149
  #, php-format
4150
  msgid "%1$s: Update of %2$s failed."
4151
  msgstr ""
4152
 
4153
- #: includes/class-mla-settings.php:3400 includes/class-mla-settings.php:3407
4154
- #: includes/class-mla-settings.php:3411
4155
  msgid "markup template name"
4156
  msgstr ""
4157
 
4158
  #. translators: 1: template name
4159
- #: includes/class-mla-settings.php:3419
4160
  #, php-format
4161
  msgctxt "message_list"
4162
  msgid "Updating open markup for \"%1$s\"."
4163
  msgstr ""
4164
 
4165
  #. translators: 1: template name
4166
- #: includes/class-mla-settings.php:3425
4167
  #, php-format
4168
  msgctxt "message_list"
4169
  msgid "Updating row open markup for \"%1$s\"."
4170
  msgstr ""
4171
 
4172
  #. translators: 1: template name
4173
- #: includes/class-mla-settings.php:3431
4174
  #, php-format
4175
  msgctxt "message_list"
4176
  msgid "Updating item markup for \"%1$s\"."
4177
  msgstr ""
4178
 
4179
  #. translators: 1: template name
4180
- #: includes/class-mla-settings.php:3437
4181
  #, php-format
4182
  msgctxt "message_list"
4183
  msgid "Updating row close markup for \"%1$s\"."
4184
  msgstr ""
4185
 
4186
  #. translators: 1: template name
4187
- #: includes/class-mla-settings.php:3443
4188
  #, php-format
4189
  msgctxt "message_list"
4190
  msgid "Updating close markup for \"%1$s\"."
4191
  msgstr ""
4192
 
4193
  #. translators: 1: field type
4194
- #: includes/class-mla-settings.php:3468
4195
  #, php-format
4196
  msgid "%1$s no changes detected."
4197
  msgstr ""
4198
 
4199
- #: includes/class-mla-settings.php:3503
4200
  msgid "View settings saved."
4201
  msgstr ""
4202
 
4203
- #: includes/class-mla-settings.php:3537
4204
  msgid "Upload MIME Type settings saved."
4205
  msgstr ""
4206
 
4207
- #: includes/class-mla-settings.php:3580
4208
  msgid "No custom field mapping rules to process."
4209
  msgstr ""
4210
 
4211
  #. translators: 1: field type 2: examined count 3: updated count
4212
- #: includes/class-mla-settings.php:3610 includes/class-mla-settings.php:3749
4213
- #: includes/class-mla-settings.php:3820 includes/class-mla-settings.php:3906
4214
  #, php-format
4215
  msgid "%1$s mapping completed; %2$d attachment(s) examined, %3$d updated."
4216
  msgstr ""
4217
 
4218
  #. translators: 1: field type 2: examined count
4219
- #: includes/class-mla-settings.php:3613 includes/class-mla-settings.php:3752
4220
- #: includes/class-mla-settings.php:3823 includes/class-mla-settings.php:3909
4221
  #, php-format
4222
  msgid ""
4223
  "%1$s mapping completed; %2$d attachment(s) examined, no changes detected."
4224
  msgstr ""
4225
 
4226
  #. translators: 1: number of attachments
4227
- #: includes/class-mla-settings.php:3644
4228
  #, php-format
4229
  msgid "%s attachment"
4230
  msgid_plural "%s attachments"
@@ -4232,138 +4243,138 @@ msgstr[0] ""
4232
  msgstr[1] ""
4233
 
4234
  #. translators: 1: singular/plural number of attachments
4235
- #: includes/class-mla-settings.php:3646
4236
  #, php-format
4237
  msgid "Deleted custom field value from %1$s."
4238
  msgstr ""
4239
 
4240
- #: includes/class-mla-settings.php:3649
4241
  msgid "No attachments contained this custom field."
4242
  msgstr ""
4243
 
4244
  #. translators: 1: ERROR tag 2: field type
4245
- #: includes/class-mla-settings.php:3710 includes/class-mla-settings.php:3781
4246
- #: includes/class-mla-settings.php:3867
4247
  #, php-format
4248
  msgid "%1$s: No %2$s settings to process."
4249
  msgstr ""
4250
 
4251
- #: includes/class-mla-settings.php:3740 includes/class-mla-settings.php:3811
4252
- #: includes/class-mla-settings.php:3897
4253
  msgid "updated."
4254
  msgstr ""
4255
 
4256
  #. translators: 1: reference type, e.g., Gallery in
4257
- #: includes/class-mla-settings.php:4002 includes/class-mla-settings.php:4012
4258
  #, php-format
4259
  msgctxt "message_list"
4260
  msgid "%1$s - references updated."
4261
  msgstr ""
4262
 
4263
- #: includes/class-mla-settings.php:4055
4264
  msgid "General settings saved."
4265
  msgstr ""
4266
 
4267
- #: includes/class-mla-settings.php:4094
4268
  msgid "General settings reset to default values."
4269
  msgstr ""
4270
 
4271
- #: includes/class-mla-settings.php:4136
4272
  msgid "select settings"
4273
  msgstr ""
4274
 
4275
- #: includes/class-mla-settings.php:4156
4276
  msgid "Import ALL Settings"
4277
  msgstr ""
4278
 
4279
- #: includes/class-mla-settings.php:4181
4280
  msgctxt "message_list"
4281
  msgid "exported"
4282
  msgstr ""
4283
 
4284
- #: includes/class-mla-settings.php:4183
4285
  msgctxt "message_list"
4286
  msgid "skipped"
4287
  msgstr ""
4288
 
4289
- #: includes/class-mla-settings.php:4190
4290
  msgid "ALL settings exported."
4291
  msgstr ""
4292
 
4293
  #. translators: 1: ERROR tag 2: backup directory name
4294
- #: includes/class-mla-settings.php:4201
4295
  #, php-format
4296
  msgid "%1$s: The settings directory ( %2$s ) cannot be created."
4297
  msgstr ""
4298
 
4299
  #. translators: 1: ERROR tag 2: backup directory name
4300
- #: includes/class-mla-settings.php:4205
4301
  #, php-format
4302
  msgid "%1$s: The settings directory ( %2$s ) is not writable."
4303
  msgstr ""
4304
 
4305
  #. translators: 1: ERROR tag 2: backup file name
4306
- #: includes/class-mla-settings.php:4216
4307
  #, php-format
4308
  msgid "%1$s: The settings file ( %2$s ) could not be opened."
4309
  msgstr ""
4310
 
4311
  #. translators: 1: ERROR tag 2: PHP error information
4312
- #: includes/class-mla-settings.php:4223
4313
  #, php-format
4314
  msgctxt "error_log"
4315
  msgid "%1$s: _export_settings $error_info = \"%2$s\"."
4316
  msgstr ""
4317
 
4318
  #. translators: 1: ERROR tag 2: backup file name 3: error message
4319
- #: includes/class-mla-settings.php:4232
4320
  #, php-format
4321
  msgid "%1$s: Writing the settings file ( %2$s ) \"%3$s\"."
4322
  msgstr ""
4323
 
4324
  #. translators: 1: number of option settings
4325
- #: includes/class-mla-settings.php:4238
4326
  #, php-format
4327
  msgid "Settings exported; %1$s settings recorded."
4328
  msgstr ""
4329
 
4330
- #: includes/class-mla-settings.php:4256
4331
  msgid "No settings imported."
4332
  msgstr ""
4333
 
4334
- #: includes/class-mla-settings.php:4265
4335
  msgid "Please select an import settings file from the dropdown list."
4336
  msgstr ""
4337
 
4338
- #: includes/class-mla-settings.php:4269
4339
  msgid "The import settings dropdown selection is missing."
4340
  msgstr ""
4341
 
4342
  #. translators: 1: ERROR tag 2: PHP error information
4343
- #: includes/class-mla-settings.php:4277
4344
  #, php-format
4345
  msgctxt "error_log"
4346
  msgid "%1$s: _import_settings $error_info = \"%2$s\"."
4347
  msgstr ""
4348
 
4349
  #. translators: 1: ERROR tag 2: backup file name 3: error message
4350
- #: includes/class-mla-settings.php:4286
4351
  #, php-format
4352
  msgid "%1$s: Reading the settings file ( %2$s ) \"%3$s\"."
4353
  msgstr ""
4354
 
4355
- #: includes/class-mla-settings.php:4296
4356
  msgctxt "message_list"
4357
  msgid "updated"
4358
  msgstr ""
4359
 
4360
- #: includes/class-mla-settings.php:4299
4361
  msgctxt "message_list"
4362
  msgid "unchanged"
4363
  msgstr ""
4364
 
4365
  #. translators: 1: number of option settings updated 2: number of option settings unchanged
4366
- #: includes/class-mla-settings.php:4304
4367
  #, php-format
4368
  msgid "Settings imported; %1$s updated, %2$s unchanged."
4369
  msgstr ""
@@ -4489,7 +4500,6 @@ msgstr ""
4489
  #: includes/class-mla-thumbnail-generation.php:89
4490
  #: includes/class-mla-thumbnail-generation.php:91
4491
  #: includes/class-mla-thumbnail-generation.php:421
4492
- #: includes/class-mla-thumbnail-generation.php:440
4493
  msgid "Generate Thumbnails"
4494
  msgstr ""
4495
 
@@ -4584,60 +4594,60 @@ msgstr ""
4584
  msgid "Suffix"
4585
  msgstr ""
4586
 
4587
- #: includes/class-mla-upload-list-table.php:177
4588
  #: includes/class-mla-upload-optional-list-table.php:167
4589
  msgctxt "list_table_column"
4590
  msgid "Extension"
4591
  msgstr ""
4592
 
4593
- #: includes/class-mla-upload-list-table.php:179
4594
  msgctxt "list_table_column"
4595
  msgid "Icon Type"
4596
  msgstr ""
4597
 
4598
- #: includes/class-mla-upload-list-table.php:180
4599
  msgctxt "list_table_column"
4600
  msgid "Source"
4601
  msgstr ""
4602
 
4603
- #: includes/class-mla-upload-list-table.php:181
4604
  msgctxt "list_table_column"
4605
  msgid "Status"
4606
  msgstr ""
4607
 
4608
- #: includes/class-mla-upload-list-table.php:182
4609
  #: includes/class-mla-upload-optional-list-table.php:169
4610
  msgctxt "list_table_column"
4611
  msgid "WordPress Type"
4612
  msgstr ""
4613
 
4614
- #: includes/class-mla-upload-list-table.php:183
4615
  #: includes/class-mla-upload-optional-list-table.php:170
4616
  msgctxt "list_table_column"
4617
  msgid "MLA Type"
4618
  msgstr ""
4619
 
4620
- #: includes/class-mla-upload-list-table.php:184
4621
  msgctxt "list_table_column"
4622
  msgid "Std. Source"
4623
  msgstr ""
4624
 
4625
- #: includes/class-mla-upload-list-table.php:185
4626
  msgctxt "list_table_column"
4627
  msgid "Std. Icon Type"
4628
  msgstr ""
4629
 
4630
- #: includes/class-mla-upload-list-table.php:320
4631
- #: includes/class-mla-view-list-table.php:308
4632
  msgid "Revert to standard item"
4633
  msgstr ""
4634
 
4635
- #: includes/class-mla-upload-list-table.php:320
4636
- #: includes/class-mla-view-list-table.php:308
4637
  msgid "Revert to Standard"
4638
  msgstr ""
4639
 
4640
- #: includes/class-mla-upload-list-table.php:611
4641
  msgid "Delete/Revert Custom"
4642
  msgstr ""
4643
 
@@ -4679,12 +4689,12 @@ msgctxt "list_table_column"
4679
  msgid "Order"
4680
  msgstr ""
4681
 
4682
- #: includes/class-mla-wpml-support.php:373
4683
  msgid "Duplicate translation created; update as desired."
4684
  msgstr ""
4685
 
4686
  #. translators: 1: - 4: page subheader values
4687
- #: includes/class-mla-wpml-support.php:1221
4688
  #, php-format
4689
  msgid ""
4690
  "In this tab you can find a number of options for controlling WPML-specific "
@@ -4692,13 +4702,13 @@ msgid ""
4692
  "\"Save Changes\" at the bottom of the tab to save any changes you make."
4693
  msgstr ""
4694
 
4695
- #: includes/class-mla-wpml-support.php:1715
4696
- #: includes/class-mla-wpml-support.php:1721
4697
  #, php-format
4698
  msgid "Edit the %s translation"
4699
  msgstr ""
4700
 
4701
- #: includes/class-mla-wpml-support.php:1727
4702
  #, php-format
4703
  msgid "Add translation to %s"
4704
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Media Library Assistant\n"
4
+ "POT-Creation-Date: 2015-08-16 16:10-0800\n"
5
+ "PO-Revision-Date: 2015-08-16 16:10-0800\n"
6
  "Last-Translator: David Lingren <david@fairtradejudaica.org>\n"
7
  "Language-Team: David Lingren <david@fairtradejudaica.org>\n"
8
  "Language: en_US\n"
33
  #: includes/class-mla-data.php:399 includes/class-mla-data.php:502
34
  #: includes/class-mla-data.php:658 includes/class-mla-data.php:721
35
  #: includes/class-mla-data.php:1301 includes/class-mla-data.php:1582
36
+ #: includes/class-mla-data.php:2827 includes/class-mla-data.php:2833
37
+ #: includes/class-mla-data.php:4197 includes/class-mla-data.php:4200
38
+ #: includes/class-mla-data.php:5312 includes/class-mla-data.php:5339
39
+ #: includes/class-mla-data.php:5659 includes/class-mla-data.php:5672
40
+ #: includes/class-mla-data.php:5694 includes/class-mla-data.php:5883
41
+ #: includes/class-mla-data.php:5924 includes/class-mla-data.php:5956
42
+ #: includes/class-mla-data.php:5972 includes/class-mla-data.php:6153
43
  #: includes/class-mla-edit-media.php:321 includes/class-mla-edit-media.php:698
44
+ #: includes/class-mla-edit-media.php:738 includes/class-mla-main.php:777
45
+ #: includes/class-mla-main.php:906 includes/class-mla-main.php:1247
46
+ #: includes/class-mla-main.php:1303 includes/class-mla-main.php:1328
47
+ #: includes/class-mla-main.php:1454 includes/class-mla-main.php:1506
48
+ #: includes/class-mla-main.php:1597 includes/class-mla-main.php:1628
49
+ #: includes/class-mla-main.php:1807 includes/class-mla-main.php:1814
50
+ #: includes/class-mla-main.php:1818 includes/class-mla-main.php:1894
51
+ #: includes/class-mla-main.php:1901 includes/class-mla-main.php:2051
52
+ #: includes/class-mla-main.php:2126 includes/class-mla-main.php:2373
53
+ #: includes/class-mla-main.php:2381 includes/class-mla-main.php:2405
54
+ #: includes/class-mla-main.php:2413 includes/class-mla-main.php:2445
55
+ #: includes/class-mla-main.php:2453 includes/class-mla-media-modal.php:1232
56
  #: includes/class-mla-mime-types.php:483 includes/class-mla-mime-types.php:916
57
  #: includes/class-mla-mime-types.php:922 includes/class-mla-mime-types.php:926
58
  #: includes/class-mla-mime-types.php:971
59
  #: includes/class-mla-mime-types.php:1059
60
  #: includes/class-mla-mime-types.php:1205
61
  #: includes/class-mla-mime-types.php:1228
62
+ #: includes/class-mla-mime-types.php:2000
63
+ #: includes/class-mla-mime-types.php:2011
64
+ #: includes/class-mla-mime-types.php:2024
65
+ #: includes/class-mla-mime-types.php:2032
66
+ #: includes/class-mla-mime-types.php:2037
67
+ #: includes/class-mla-mime-types.php:2080
68
+ #: includes/class-mla-mime-types.php:2099
69
+ #: includes/class-mla-mime-types.php:2150
70
+ #: includes/class-mla-mime-types.php:2184
71
+ #: includes/class-mla-mime-types.php:2269
72
+ #: includes/class-mla-mime-types.php:2348
73
+ #: includes/class-mla-mime-types.php:2357
74
+ #: includes/class-mla-mime-types.php:2389 includes/class-mla-objects.php:201
75
+ #: includes/class-mla-options.php:1748 includes/class-mla-options.php:1925
76
+ #: includes/class-mla-options.php:2001 includes/class-mla-options.php:3335
77
+ #: includes/class-mla-options.php:3772 includes/class-mla-options.php:3785
78
+ #: includes/class-mla-options.php:3789 includes/class-mla-options.php:4351
79
+ #: includes/class-mla-options.php:4573 includes/class-mla-options.php:5138
80
+ #: includes/class-mla-options.php:5182 includes/class-mla-options.php:5190
81
+ #: includes/class-mla-options.php:5207 includes/class-mla-options.php:5217
82
+ #: includes/class-mla-options.php:5227 includes/class-mla-options.php:5235
83
+ #: includes/class-mla-options.php:5239 includes/class-mla-settings.php:579
84
  #: includes/class-mla-settings.php:643 includes/class-mla-settings.php:657
85
  #: includes/class-mla-settings.php:686 includes/class-mla-settings.php:697
86
  #: includes/class-mla-settings.php:787 includes/class-mla-settings.php:921
89
  #: includes/class-mla-settings.php:1595 includes/class-mla-settings.php:1672
90
  #: includes/class-mla-settings.php:2009 includes/class-mla-settings.php:2060
91
  #: includes/class-mla-settings.php:2139 includes/class-mla-settings.php:2712
92
+ #: includes/class-mla-settings.php:2854 includes/class-mla-settings.php:3077
93
+ #: includes/class-mla-settings.php:3118 includes/class-mla-settings.php:3198
94
+ #: includes/class-mla-settings.php:3233 includes/class-mla-settings.php:3236
95
+ #: includes/class-mla-settings.php:3240 includes/class-mla-settings.php:3339
96
+ #: includes/class-mla-settings.php:3345 includes/class-mla-settings.php:3359
97
+ #: includes/class-mla-settings.php:3366 includes/class-mla-settings.php:3388
98
+ #: includes/class-mla-settings.php:3430 includes/class-mla-settings.php:3436
99
+ #: includes/class-mla-settings.php:3450 includes/class-mla-settings.php:3457
100
+ #: includes/class-mla-settings.php:3509 includes/class-mla-settings.php:3630
101
+ #: includes/class-mla-settings.php:3760 includes/class-mla-settings.php:3831
102
+ #: includes/class-mla-settings.php:3917 includes/class-mla-settings.php:4251
103
+ #: includes/class-mla-settings.php:4255 includes/class-mla-settings.php:4266
104
+ #: includes/class-mla-settings.php:4273 includes/class-mla-settings.php:4282
105
+ #: includes/class-mla-settings.php:4319 includes/class-mla-settings.php:4327
106
+ #: includes/class-mla-settings.php:4336 includes/class-mla-shortcodes.php:1709
107
  #: includes/class-mla-shortcodes.php:1784
108
  #: includes/class-mla-shortcodes.php:3075
109
  #: includes/class-mla-shortcodes.php:3403
215
 
216
  #. translators: 1: ERROR tag 2: function name 3: non-array value
217
  #: includes/class-mla-data.php:1582 includes/class-mla-edit-media.php:321
218
+ #: includes/class-mla-main.php:2051 includes/class-mla-main.php:2126
219
  #: includes/class-mla-media-modal.php:1232
220
  #: includes/class-mla-mime-types.php:483
221
  #: includes/class-mla-mime-types.php:1228
222
+ #: includes/class-mla-mime-types.php:2389 includes/class-mla-settings.php:1563
223
  #: includes/class-mla-settings.php:2009
224
  #, php-format
225
  msgctxt "error_log"
235
 
236
  #: includes/class-mla-data.php:2033 includes/class-mla-data.php:2048
237
  #: includes/class-mla-data.php:2050 includes/class-mla-data.php:2479
238
+ #: includes/class-mla-data.php:2551 includes/class-mla-data.php:2600
239
+ #: includes/class-mla-data.php:2697 includes/class-mla-data.php:2775
240
+ #: includes/class-mla-data.php:2794
241
  msgid "DEBUG"
242
  msgstr ""
243
 
263
  msgstr ""
264
 
265
  #. translators: 1: DEBUG tag 2: where filter details
266
+ #: includes/class-mla-data.php:2551
267
  #, php-format
268
  msgctxt "error_log"
269
  msgid "%1$s: mla_query_posts_where_filter = \"%2$s\"."
270
  msgstr ""
271
 
272
  #. translators: 1: DEBUG tag 2: join filter details
273
+ #: includes/class-mla-data.php:2600
274
  #, php-format
275
  msgctxt "error_log"
276
  msgid "%1$s: mla_query_posts_join_filter = \"%2$s\"."
277
  msgstr ""
278
 
279
  #. translators: 1: DEBUG tag 2: orderby details details
280
+ #: includes/class-mla-data.php:2697
281
  #, php-format
282
  msgctxt "error_log"
283
  msgid "%1$s: mla_query_posts_orderby_filter = \"%2$s\"."
284
  msgstr ""
285
 
286
  #. translators: 1: DEBUG tag 2: SQL clauses
287
+ #: includes/class-mla-data.php:2775
288
  #, php-format
289
  msgctxt "error_log"
290
  msgid "%1$s: mla_query_posts_clauses_filter = \"%2$s\"."
291
  msgstr ""
292
 
293
  #. translators: 1: DEBUG tag 2: SQL clauses
294
+ #: includes/class-mla-data.php:2794
295
  #, php-format
296
  msgctxt "error_log"
297
  msgid "%1$s: mla_query_posts_clauses_request_filter = \"%2$s\"."
298
  msgstr ""
299
 
300
  #. translators: 1: ERROR tag 2: post ID
301
+ #: includes/class-mla-data.php:2827
302
  #, php-format
303
  msgctxt "error_log"
304
  msgid "%1$s: mla_get_attachment_by_id(%2$d) not found."
305
  msgstr ""
306
 
307
  #. translators: 1: ERROR tag 2: post ID 3: post_type
308
+ #: includes/class-mla-data.php:2833
309
  #, php-format
310
  msgctxt "error_log"
311
  msgid "%1$s: mla_get_attachment_by_id(%2$d) wrong post_type \"%3$s\"."
312
  msgstr ""
313
 
314
+ #: includes/class-mla-data.php:3466 includes/class-mla-data.php:3809
315
+ #: includes/class-mla-list-table.php:1055
316
  msgid "NO REFERENCE TESTS"
317
  msgstr ""
318
 
319
+ #: includes/class-mla-data.php:3472 includes/class-mla-data.php:3815
320
+ #: includes/class-mla-options.php:2876 includes/class-mla-options.php:2877
321
  msgid "ORPHAN"
322
  msgstr ""
323
 
324
+ #: includes/class-mla-data.php:3476 includes/class-mla-data.php:3819
325
  msgid "UNUSED"
326
  msgstr ""
327
 
328
+ #: includes/class-mla-data.php:3481 includes/class-mla-data.php:3824
329
  msgid "UNATTACHED"
330
  msgstr ""
331
 
332
+ #: includes/class-mla-data.php:3483 includes/class-mla-data.php:3826
333
  msgid "INVALID PARENT"
334
  msgstr ""
335
 
336
  #. translators: 1: post_type, 2: post_title, 3: post ID, 4: query string, 5: error message
337
+ #: includes/class-mla-data.php:4006
338
  #, php-format
339
  msgid "(%1$s) %2$s (ID %3$d) query \"%4$s\" failed, returning \"%5$s\""
340
  msgstr ""
341
 
342
+ #: includes/class-mla-data.php:4197
343
  msgctxt "error_log"
344
  msgid "mla_parse_xmp_metadata xml_parse_into_struct failed."
345
  msgstr ""
346
 
347
+ #: includes/class-mla-data.php:4200
348
  msgctxt "error_log"
349
  msgid "mla_parse_xmp_metadata set option failed."
350
  msgstr ""
351
 
352
+ #: includes/class-mla-data.php:5396 includes/class-mla-settings.php:1796
353
+ #: includes/class-mla-view-list-table.php:430
354
+ #: includes/class-mla-view-list-table.php:446
355
  msgid "Yes"
356
  msgstr ""
357
 
358
+ #: includes/class-mla-data.php:5398 includes/class-mla-list-table.php:280
359
  #: includes/class-mla-settings.php:1795
360
+ #: includes/class-mla-view-list-table.php:432
361
+ #: includes/class-mla-view-list-table.php:448
362
  msgid "No"
363
  msgstr ""
364
 
365
  #. translators: 1: meta_key
366
+ #: includes/class-mla-data.php:5656 includes/class-mla-data.php:5754
367
  #, php-format
368
  msgid "Deleting %1$s"
369
  msgstr ""
370
 
371
  #. translators: 1: ERROR tag 2: meta_key
372
+ #: includes/class-mla-data.php:5659
373
  #, php-format
374
  msgid "%1$s: meta:%2$s not found"
375
  msgstr ""
377
  #. translators: 1: meta_key 2: meta_value
378
  #. translators: 1: meta_key 2: new_value
379
  #. translators: 1: meta_key 2: meta_value
380
+ #: includes/class-mla-data.php:5668 includes/class-mla-data.php:5765
381
+ #: includes/class-mla-data.php:5771
382
  #, php-format
383
  msgid "Adding %1$s = %2$s"
384
  msgstr ""
385
 
386
  #. translators: 1: ERROR tag 2: meta_key
387
+ #: includes/class-mla-data.php:5672
388
  #, php-format
389
  msgid "%1$s: Adding meta:%2$s; not found"
390
  msgstr ""
391
 
392
  #. translators: 1: meta_key
393
+ #: includes/class-mla-data.php:5679
394
  #, php-format
395
  msgid "Deleting Null meta:%1$s"
396
  msgstr ""
397
 
398
  #. translators: 1: element name 2: old_value 3: new_value
399
+ #: includes/class-mla-data.php:5689 includes/class-mla-data.php:5840
400
+ #: includes/class-mla-data.php:5901 includes/class-mla-data.php:5927
401
+ #: includes/class-mla-data.php:5969 includes/class-mla-data.php:5982
402
+ #: includes/class-mla-data.php:5991 includes/class-mla-data.php:6002
403
+ #: includes/class-mla-data.php:6013 includes/class-mla-data.php:6026
404
+ #: includes/class-mla-data.php:6035 includes/class-mla-data.php:6044
405
  #: includes/class-mla-mime-types.php:1062
406
+ #: includes/class-mla-mime-types.php:2153
407
  #, php-format
408
  msgid "Changing %1$s from \"%2$s\" to \"%3$s\""
409
  msgstr ""
410
 
411
  #. translators: 1: ERROR tag 2: meta_key
412
+ #: includes/class-mla-data.php:5694
413
  #, php-format
414
  msgid "%1$s: Changing meta:%2$s; not found"
415
  msgstr ""
416
 
417
  #. translators: 1: meta_key
418
+ #: includes/class-mla-data.php:5795
419
  #, php-format
420
  msgid "Deleting old %1$s values"
421
  msgstr ""
422
 
423
  #. translators: 1: meta_key 2: old_value 3: new_value 4: update count
424
+ #: includes/class-mla-data.php:5825
425
  #, php-format
426
  msgid "Changing %1$s from \"%2$s\" to \"%3$s\"; %4$d updates"
427
  msgstr ""
428
 
429
+ #: includes/class-mla-data.php:5883
430
  msgid "Could not retrieve Attachment."
431
  msgstr ""
432
 
433
+ #: includes/class-mla-data.php:5901 includes/class-mla-edit-media.php:430
434
+ #: includes/class-mla-main.php:1749 includes/class-mla-main.php:2065
435
+ #: includes/class-mla-main.php:2255 includes/class-mla-objects.php:278
436
+ #: includes/class-mla-options.php:1099 includes/class-mla-options.php:1955
437
  #: includes/mla-main-search-box-template.php:50
438
  #: includes/mla-media-modal-js-template.php:39
439
  msgid "Title"
440
  msgstr ""
441
 
442
  #. translators: 1: ERROR tag 2: old_value
443
+ #: includes/class-mla-data.php:5924
444
  #, php-format
445
  msgid "%1$s: Could not change Name/Slug \"%2$s\"; name already exists"
446
  msgstr ""
447
 
448
+ #: includes/class-mla-data.php:5927 includes/class-mla-edit-media.php:431
449
+ #: includes/class-mla-main.php:2256 includes/class-mla-options.php:1106
450
  msgid "Name/Slug"
451
  msgstr ""
452
 
453
  #. translators: 1: old_value
454
+ #: includes/class-mla-data.php:5953
455
  #, php-format
456
  msgid "Deleting ALT Text, was \"%1$s\""
457
  msgstr ""
458
 
459
  #. translators: 1: ERROR tag 2: old_value
460
+ #: includes/class-mla-data.php:5956
461
  #, php-format
462
  msgid "%1$s: Could not delete ALT Text, remains \"%2$s\""
463
  msgstr ""
464
 
465
+ #: includes/class-mla-data.php:5969 includes/class-mla-edit-media.php:434
466
+ #: includes/class-mla-list-table.php:1330 includes/class-mla-main.php:2259
467
+ #: includes/class-mla-options.php:1113 includes/class-mla-options.php:1961
468
  #: includes/mla-main-search-box-template.php:52
469
  #: includes/mla-media-modal-js-template.php:47
470
  msgid "ALT Text"
471
  msgstr ""
472
 
473
  #. translators: 1: ERROR tag 2: old_value 3: new_value
474
+ #: includes/class-mla-data.php:5972
475
  #, php-format
476
  msgid "%1$s: Could not change ALT Text from \"%2$s\" to \"%3$s\""
477
  msgstr ""
478
 
479
+ #: includes/class-mla-data.php:5982 includes/class-mla-edit-media.php:432
480
+ #: includes/class-mla-main.php:2257 includes/class-mla-options.php:1120
481
+ #: includes/class-mla-options.php:1964
482
  #: includes/mla-main-search-box-template.php:53
483
  #: includes/mla-media-modal-js-template.php:52
484
  msgid "Caption"
485
  msgstr ""
486
 
487
+ #: includes/class-mla-data.php:5991 includes/class-mla-edit-media.php:433
488
+ #: includes/class-mla-main.php:2258 includes/class-mla-options.php:1127
489
+ #: includes/class-mla-options.php:1967 includes/class-mla-settings.php:1529
490
  #: includes/class-mla-settings.php:1786 includes/class-mla-settings.php:1884
491
  #: includes/class-mla-settings.php:2248
492
  #: includes/mla-main-search-box-template.php:54
494
  msgid "Description"
495
  msgstr ""
496
 
497
+ #: includes/class-mla-data.php:6002 includes/class-mla-list-table.php:1035
498
+ #: includes/class-mla-list-table.php:1106 includes/class-mla-options.php:4521
499
+ #: includes/class-mla-options.php:4899
500
  msgid "Parent"
501
  msgstr ""
502
 
503
+ #: includes/class-mla-data.php:6013 includes/class-mla-edit-media.php:622
504
+ #: includes/class-mla-edit-media.php:825 includes/class-mla-main.php:2262
505
  #: includes/class-mla-settings.php:1527 includes/class-mla-settings.php:1784
506
  msgid "Menu Order"
507
  msgstr ""
508
 
509
+ #: includes/class-mla-data.php:6026 includes/class-mla-edit-media.php:400
510
+ #: includes/class-mla-list-table.php:1486
511
+ #: includes/class-mla-list-table.php:1489 includes/class-mla-main.php:2132
512
+ #: includes/class-mla-main.php:2234
513
  msgid "Author"
514
  msgstr ""
515
 
516
+ #: includes/class-mla-data.php:6035 includes/class-mla-edit-media.php:424
517
+ #: includes/class-mla-main.php:2273
518
  msgid "Comments"
519
  msgstr ""
520
 
521
+ #: includes/class-mla-data.php:6044 includes/class-mla-edit-media.php:425
522
+ #: includes/class-mla-main.php:2274
523
  msgid "Pings"
524
  msgstr ""
525
 
526
+ #: includes/class-mla-data.php:6076
527
  msgid "Adding"
528
  msgstr ""
529
 
530
+ #: includes/class-mla-data.php:6081
531
  msgid "Removing"
532
  msgstr ""
533
 
534
+ #: includes/class-mla-data.php:6090
535
  msgid "Replacing"
536
  msgstr ""
537
 
538
+ #: includes/class-mla-data.php:6098
539
  msgid "Ignoring"
540
  msgstr ""
541
 
542
  #. translators: 1: action_name, 2: taxonomy
543
+ #: includes/class-mla-data.php:6111
544
  #, php-format
545
  msgid "%1$s \"%2$s\" terms"
546
  msgstr ""
547
 
548
  #. translators: 1: taxonomy
549
+ #: includes/class-mla-data.php:6115
550
  #, php-format
551
  msgid "You cannot assign \"%1$s\" terms"
552
  msgstr ""
553
 
554
  #. translators: 1: post ID
555
+ #: includes/class-mla-data.php:6127 includes/class-mla-main.php:1313
556
  #, php-format
557
  msgid "Item %1$d, no changes detected."
558
  msgstr ""
559
 
560
  #. translators: 1: post ID
561
+ #: includes/class-mla-data.php:6139
562
  #, php-format
563
  msgid "Item %1$d updated."
564
  msgstr ""
565
 
566
  #. translators: 1: ERROR tag 2: post ID
567
+ #: includes/class-mla-data.php:6153
568
  #, php-format
569
  msgid "%1$s: Item %2$d update failed."
570
  msgstr ""
571
 
572
  #: includes/class-mla-edit-media.php:147 includes/class-mla-edit-media.php:187
573
+ #: includes/class-mla-edit-media.php:242 includes/class-mla-main.php:565
574
+ #: includes/class-mla-main.php:1093 includes/class-mla-main.php:1944
575
+ #: includes/class-mla-media-modal.php:415 includes/class-mla-options.php:4038
576
+ #: includes/class-mla-polylang-support.php:377
577
  #: includes/class-mla-settings.php:359
578
  #: includes/class-mla-thumbnail-generation.php:92
579
  msgctxt "tag_delimiter"
585
  msgstr ""
586
 
587
  #: includes/class-mla-edit-media.php:188 includes/class-mla-edit-media.php:244
588
+ #: includes/class-mla-main.php:552
589
  msgid "An ajax.fail error has occurred. Please reload the page and try again."
590
  msgstr ""
591
 
592
  #: includes/class-mla-edit-media.php:189 includes/class-mla-edit-media.php:245
593
+ #: includes/class-mla-main.php:553
594
  msgid "An ajax.done error has occurred. Please reload the page and try again."
595
  msgstr ""
596
 
602
  msgid "Close Bulk Edit area"
603
  msgstr ""
604
 
605
+ #: includes/class-mla-edit-media.php:343 includes/class-mla-main.php:2167
606
  msgid "more"
607
  msgstr ""
608
 
609
+ #: includes/class-mla-edit-media.php:344 includes/class-mla-main.php:2168
610
  msgid "less"
611
  msgstr ""
612
 
613
  #: includes/class-mla-edit-media.php:347 includes/class-mla-edit-media.php:378
614
+ #: includes/class-mla-main.php:2171 includes/class-mla-main.php:2209
615
  msgid "Add"
616
  msgstr ""
617
 
618
  #: includes/class-mla-edit-media.php:348 includes/class-mla-edit-media.php:379
619
+ #: includes/class-mla-main.php:2172 includes/class-mla-main.php:2210
620
  msgid "Remove"
621
  msgstr ""
622
 
623
  #: includes/class-mla-edit-media.php:349 includes/class-mla-edit-media.php:380
624
+ #: includes/class-mla-main.php:2173 includes/class-mla-main.php:2211
625
+ #: includes/class-mla-options.php:3571 includes/class-mla-options.php:3670
626
+ #: includes/class-mla-options.php:3714 includes/class-mla-options.php:4788
627
+ #: includes/class-mla-options.php:4838 includes/class-mla-options.php:4958
628
+ #: includes/class-mla-options.php:5053 includes/class-mla-options.php:5099
629
  msgid "Replace"
630
  msgstr ""
631
 
635
  "menu for more information."
636
  msgstr ""
637
 
638
+ #: includes/class-mla-edit-media.php:426 includes/class-mla-main.php:2275
639
+ #: includes/class-mla-main.php:2321 includes/class-mla-settings.php:1794
640
  #: includes/class-mla-settings.php:1832 includes/class-mla-settings.php:2259
641
  msgid "No Change"
642
  msgstr ""
643
 
644
+ #: includes/class-mla-edit-media.php:427 includes/class-mla-main.php:2276
645
  msgid "Allow"
646
  msgstr ""
647
 
648
+ #: includes/class-mla-edit-media.php:428 includes/class-mla-main.php:2277
649
  msgid "Do not allow"
650
  msgstr ""
651
 
652
  #: includes/class-mla-edit-media.php:435
653
+ #: includes/class-mla-list-table.php:1032
654
+ #: includes/class-mla-list-table.php:1103 includes/class-mla-main.php:2260
655
  msgid "Parent ID"
656
  msgstr ""
657
 
658
  #: includes/class-mla-edit-media.php:436 includes/class-mla-edit-media.php:805
659
+ #: includes/class-mla-main.php:2261
660
  #: includes/class-mla-upload-optional-list-table.php:281
661
  msgid "Select"
662
  msgstr ""
682
  msgid "Map Custom Field metadata for this item"
683
  msgstr ""
684
 
685
+ #: includes/class-mla-edit-media.php:544 includes/class-mla-main.php:1862
686
+ #: includes/class-mla-main.php:2280
687
  msgid "Map Custom Field metadata"
688
  msgstr ""
689
 
691
  msgid "Map IPTC/EXIF metadata for this item"
692
  msgstr ""
693
 
694
+ #: includes/class-mla-edit-media.php:546 includes/class-mla-main.php:1865
695
+ #: includes/class-mla-main.php:2279
696
  msgid "Map IPTC/EXIF metadata"
697
  msgstr ""
698
 
705
  msgstr ""
706
 
707
  #: includes/class-mla-edit-media.php:633 includes/class-mla-edit-media.php:883
708
+ #: includes/class-mla-options.php:482
709
  msgid "Featured in"
710
  msgstr ""
711
 
712
  #: includes/class-mla-edit-media.php:637 includes/class-mla-edit-media.php:922
713
+ #: includes/class-mla-options.php:491
714
  msgid "Inserted in"
715
  msgstr ""
716
 
717
  #: includes/class-mla-edit-media.php:641 includes/class-mla-edit-media.php:957
718
+ #: includes/class-mla-options.php:500 includes/class-mla-settings.php:4052
719
  msgid "Gallery in"
720
  msgstr ""
721
 
722
  #: includes/class-mla-edit-media.php:645 includes/class-mla-edit-media.php:992
723
+ #: includes/class-mla-options.php:509 includes/class-mla-settings.php:4062
724
  msgid "MLA Gallery in"
725
  msgstr ""
726
 
727
  #. translators: 1: ERROR tag 2: function name 3: template key
728
  #: includes/class-mla-edit-media.php:698 includes/class-mla-edit-media.php:738
729
+ #: includes/class-mla-main.php:777 includes/class-mla-settings.php:579
730
  #, php-format
731
  msgctxt "error_log"
732
  msgid "%1$s: %2$s discarding \"%3$s\"; no title/order"
733
  msgstr ""
734
 
735
+ #: includes/class-mla-edit-media.php:784 includes/class-mla-list-table.php:740
736
+ #: includes/class-mla-main.php:1762
737
  msgid "Scheduled"
738
  msgstr ""
739
 
740
+ #: includes/class-mla-edit-media.php:787 includes/class-mla-list-table.php:743
741
  msgctxt "post state"
742
  msgid "Pending"
743
  msgstr ""
744
 
745
+ #: includes/class-mla-edit-media.php:790 includes/class-mla-list-table.php:737
746
+ #: includes/class-mla-main.php:1768
747
  msgid "Draft"
748
  msgstr ""
749
 
751
  msgid "Post Parent"
752
  msgstr ""
753
 
754
+ #: includes/class-mla-edit-media.php:805 includes/class-mla-main.php:2056
755
  msgid "Select Parent"
756
  msgstr ""
757
 
758
  #: includes/class-mla-edit-media.php:872 includes/class-mla-edit-media.php:910
759
  #: includes/class-mla-edit-media.php:946 includes/class-mla-edit-media.php:981
760
+ #: includes/class-mla-list-table.php:1153
761
+ #: includes/class-mla-list-table.php:1202
762
+ #: includes/class-mla-list-table.php:1248
763
+ #: includes/class-mla-list-table.php:1293
764
  msgid "PARENT"
765
  msgstr ""
766
 
774
  msgid "+ %s"
775
  msgstr ""
776
 
777
+ #: includes/class-mla-edit-media.php:1210 includes/class-mla-main.php:2057
778
  #: includes/class-mla-media-modal.php:1262
779
  #: includes/mla-media-modal-js-template.php:27
780
  #: includes/mla-media-modal-js-template.php:70
842
  msgstr ""
843
 
844
  #: includes/class-mla-list-table.php:251
845
+ #: includes/class-mla-upload-list-table.php:193
846
  #: includes/class-mla-upload-optional-list-table.php:171
847
  #: includes/class-mla-view-list-table.php:179
848
  msgctxt "list_table_column"
850
  msgstr ""
851
 
852
  #: includes/class-mla-list-table.php:252
853
+ #: includes/class-mla-upload-list-table.php:185
854
  #: includes/class-mla-upload-optional-list-table.php:168
855
  msgctxt "list_table_column"
856
  msgid "MIME Type"
891
  msgstr ""
892
 
893
  #: includes/class-mla-list-table.php:522
894
+ #: includes/class-mla-upload-list-table.php:263
895
+ #: includes/class-mla-view-list-table.php:209
896
  msgid "List View"
897
  msgstr ""
898
 
899
+ #: includes/class-mla-list-table.php:583
900
+ #: includes/class-mla-list-table.php:1388 includes/class-mla-options.php:614
901
+ #: includes/class-mla-options.php:816 includes/class-mla-options.php:840
902
+ #: includes/class-mla-options.php:854 includes/class-mla-settings.php:2333
903
  msgid "None"
904
  msgstr ""
905
 
906
+ #: includes/class-mla-list-table.php:589 includes/class-mla-list-table.php:622
907
+ #: includes/class-mla-list-table.php:1032
908
+ #: includes/class-mla-list-table.php:1103
909
+ #: includes/class-mla-list-table.php:1326
910
+ #: includes/class-mla-list-table.php:1370
911
+ #: includes/class-mla-list-table.php:1402
912
+ #: includes/class-mla-list-table.php:1486
913
  msgid "Filter by"
914
  msgstr ""
915
 
916
+ #: includes/class-mla-list-table.php:599
917
  #: includes/class-mla-media-modal.php:923
918
  msgid "Not Supported"
919
  msgstr ""
920
 
921
  #. translators: 1: column_name 2: column_values
922
+ #: includes/class-mla-list-table.php:642
923
+ #: includes/class-mla-upload-list-table.php:339
924
  #: includes/class-mla-upload-optional-list-table.php:228
925
+ #: includes/class-mla-view-list-table.php:285
926
  #, php-format
927
  msgid "column_default: %1$s, %2$s"
928
  msgstr ""
929
 
930
+ #: includes/class-mla-list-table.php:721 includes/class-mla-list-table.php:847
931
+ #: includes/class-mla-list-table.php:1158
932
+ #: includes/class-mla-list-table.php:1207
933
+ #: includes/class-mla-list-table.php:1253
934
+ #: includes/class-mla-list-table.php:1298
935
+ #: includes/class-mla-list-table.php:1506
936
+ #: includes/class-mla-list-table.php:1822
937
+ #: includes/class-mla-polylang-support.php:376
938
+ #: includes/class-mla-upload-list-table.php:404
939
+ #: includes/class-mla-upload-list-table.php:710
940
+ #: includes/class-mla-view-list-table.php:351
941
+ #: includes/class-mla-view-list-table.php:566
942
  msgid "Edit"
943
  msgstr ""
944
 
945
+ #: includes/class-mla-list-table.php:746
946
  #: includes/class-mla-thumbnail-generation.php:433
947
  msgid "Trash"
948
  msgstr ""
949
 
950
+ #: includes/class-mla-list-table.php:836
951
  msgid "Restore this item from the Trash"
952
  msgstr ""
953
 
954
+ #: includes/class-mla-list-table.php:836
955
+ #: includes/class-mla-list-table.php:1819
956
  msgid "Restore"
957
  msgstr ""
958
 
959
+ #: includes/class-mla-list-table.php:847
960
+ #: includes/class-mla-upload-list-table.php:404
961
+ #: includes/class-mla-view-list-table.php:351
962
  msgid "Edit this item"
963
  msgstr ""
964
 
965
+ #: includes/class-mla-list-table.php:848
966
+ #: includes/class-mla-upload-list-table.php:406
967
+ #: includes/class-mla-view-list-table.php:353
968
  msgid "Edit this item inline"
969
  msgstr ""
970
 
971
+ #: includes/class-mla-list-table.php:848 includes/class-mla-main.php:2254
972
+ #: includes/class-mla-options.php:3446 includes/class-mla-options.php:3750
973
+ #: includes/class-mla-upload-list-table.php:406
974
+ #: includes/class-mla-view-list-table.php:353
975
  msgid "Quick Edit"
976
  msgstr ""
977
 
978
+ #: includes/class-mla-list-table.php:854
979
  msgid "Move this item to the Trash"
980
  msgstr ""
981
 
982
+ #: includes/class-mla-list-table.php:854
983
+ #: includes/class-mla-list-table.php:1825
984
  msgid "Move to Trash"
985
  msgstr ""
986
 
987
+ #: includes/class-mla-list-table.php:859
988
+ #: includes/class-mla-upload-list-table.php:410
989
+ #: includes/class-mla-view-list-table.php:359
990
  msgid "Delete this item Permanently"
991
  msgstr ""
992
 
993
+ #: includes/class-mla-list-table.php:859
994
+ #: includes/class-mla-list-table.php:1820
995
+ #: includes/class-mla-list-table.php:1827
996
+ #: includes/class-mla-upload-list-table.php:410
997
+ #: includes/class-mla-view-list-table.php:359
998
+ #: includes/class-mla-view-list-table.php:567
999
  msgid "Delete Permanently"
1000
  msgstr ""
1001
 
1002
+ #: includes/class-mla-list-table.php:867 includes/class-mla-settings.php:3141
1003
  msgid "Download"
1004
  msgstr ""
1005
 
1006
+ #: includes/class-mla-list-table.php:871 includes/class-mla-settings.php:1772
1007
  msgid "View"
1008
  msgstr ""
1009
 
1010
+ #: includes/class-mla-list-table.php:918
1011
+ #: includes/class-mla-list-table.php:1029 includes/class-mla-main.php:556
1012
+ #: includes/class-mla-main.php:1753
1013
+ #: includes/class-mla-polylang-support.php:373
1014
  #: includes/class-mla-thumbnail-generation.php:90
1015
  msgid "(no title)"
1016
  msgstr ""
1017
 
1018
+ #: includes/class-mla-list-table.php:1100
1019
  msgid "(no title: bad ID)"
1020
  msgstr ""
1021
 
1022
+ #: includes/class-mla-list-table.php:1135
1023
+ #: includes/class-mla-list-table.php:1180
1024
+ #: includes/class-mla-list-table.php:1230
1025
+ #: includes/class-mla-list-table.php:1275 includes/class-mla-options.php:486
1026
+ #: includes/class-mla-options.php:495 includes/class-mla-options.php:504
1027
+ #: includes/class-mla-options.php:513
1028
  msgid "Disabled"
1029
  msgstr ""
1030
 
1031
+ #: includes/class-mla-list-table.php:1373 includes/class-mla-settings.php:1877
1032
  #: includes/class-mla-settings.php:2242
1033
  msgid "MIME Type"
1034
  msgstr ""
1035
 
1036
+ #: includes/class-mla-list-table.php:1406
1037
  msgid "Base File"
1038
  msgstr ""
1039
 
1040
+ #: includes/class-mla-list-table.php:1422
1041
+ #: includes/class-mla-list-table.php:1455
1042
  msgid "Unpublished"
1043
  msgstr ""
1044
 
1045
  #. translators: 1: upload/last modified date and time
1046
+ #: includes/class-mla-list-table.php:1431
1047
+ #: includes/class-mla-list-table.php:1462
1048
  #, php-format
1049
  msgid "%1$s from now"
1050
  msgstr ""
1051
 
1052
  #. translators: 1: upload/last modified date and time
1053
+ #: includes/class-mla-list-table.php:1434
1054
+ #: includes/class-mla-list-table.php:1464
1055
  #, php-format
1056
  msgid "%1$s ago"
1057
  msgstr ""
1058
 
1059
  #. translators: format for upload/last modified date
1060
  #. translators: date format in table columns, see http://php.net/date
1061
+ #: includes/class-mla-list-table.php:1438
1062
+ #: includes/class-mla-list-table.php:1467
1063
+ #: includes/class-mla-list-table.php:1523 includes/class-mla-main.php:1778
1064
  msgid "Y/m/d"
1065
  msgstr ""
1066
 
1067
+ #: includes/class-mla-list-table.php:1525 includes/class-mla-options.php:1216
1068
  msgctxt "table_view_singular"
1069
  msgid "Unattached"
1070
  msgstr ""
1071
 
1072
+ #: includes/class-mla-list-table.php:1528
1073
  msgid "Set Parent"
1074
  msgstr ""
1075
 
1076
+ #: includes/class-mla-list-table.php:1674
1077
  msgctxt "uploaded files"
1078
  msgid "All"
1079
  msgid_plural "All"
1080
  msgstr[0] ""
1081
  msgstr[1] ""
1082
 
1083
+ #: includes/class-mla-list-table.php:1853
1084
  msgid "Filter"
1085
  msgstr ""
1086
 
1087
+ #: includes/class-mla-list-table.php:1859
1088
  #: includes/mla-media-modal-js-template.php:67
1089
  msgid "Terms Search"
1090
  msgstr ""
1091
 
1092
+ #: includes/class-mla-list-table.php:1866
1093
+ #: includes/class-mla-polylang-support.php:1643
1094
  #: includes/class-mla-thumbnail-generation.php:438
1095
  msgid "Clear Filter-by"
1096
  msgstr ""
1097
 
1098
+ #: includes/class-mla-list-table.php:1870
1099
  msgid "Empty Trash"
1100
  msgstr ""
1101
 
1102
+ #: includes/class-mla-main.php:554 includes/class-mla-settings.php:356
1103
  msgid "Error while saving the changes."
1104
  msgstr ""
1105
 
1106
+ #: includes/class-mla-main.php:555 includes/class-mla-settings.php:357
1107
  msgid "Remove From Bulk Edit"
1108
  msgstr ""
1109
 
1110
+ #: includes/class-mla-main.php:557
1111
  msgid "Bulk Edit items"
1112
  msgstr ""
1113
 
1114
+ #: includes/class-mla-main.php:558 includes/class-mla-main.php:2281
1115
  #: includes/class-mla-settings.php:373
1116
  msgid "Waiting"
1117
  msgstr ""
1118
 
1119
+ #: includes/class-mla-main.php:559 includes/class-mla-main.php:2283
1120
  #: includes/class-mla-settings.php:375
1121
  msgid "Complete"
1122
  msgstr ""
1123
 
1124
+ #: includes/class-mla-main.php:560 includes/class-mla-settings.php:376
1125
  msgid "Unchanged"
1126
  msgstr ""
1127
 
1128
+ #: includes/class-mla-main.php:561 includes/class-mla-settings.php:377
1129
  msgid "Succeeded"
1130
  msgstr ""
1131
 
1132
+ #: includes/class-mla-main.php:562 includes/class-mla-settings.php:378
1133
  msgid "Failed"
1134
  msgstr ""
1135
 
1136
+ #: includes/class-mla-main.php:563 includes/class-mla-settings.php:381
1137
  msgid "CANCELED"
1138
  msgstr ""
1139
 
1140
+ #: includes/class-mla-main.php:666
1141
  #, php-format
1142
  msgid "Item permanently deleted."
1143
  msgid_plural "%d items permanently deleted."
1145
  msgstr[1] ""
1146
 
1147
  #. translators: 1: post ID
1148
+ #: includes/class-mla-main.php:671 includes/class-mla-main.php:2460
1149
  #, php-format
1150
  msgid "Item %1$d moved to Trash."
1151
  msgstr ""
1152
 
1153
+ #: includes/class-mla-main.php:690
1154
  msgid "Entries per page"
1155
  msgstr ""
1156
 
1157
+ #: includes/class-mla-main.php:1247
1158
  msgid "You are not allowed to edit Attachment: "
1159
  msgstr ""
1160
 
1161
  #. translators: 1: ERROR tag 2: bulk action
1162
+ #: includes/class-mla-main.php:1303
1163
  #, php-format
1164
  msgid "%1$s: Unknown bulk action %2$s"
1165
  msgstr ""
1166
 
1167
+ #: includes/class-mla-main.php:1325
1168
  msgid "no changes detected"
1169
  msgstr ""
1170
 
1171
  #. translators: 1: action name, e.g., edit
1172
+ #: includes/class-mla-main.php:1372 includes/class-mla-settings.php:1651
1173
  #: includes/class-mla-settings.php:2118
1174
  #, php-format
1175
  msgid "Bulk Action %1$s - no items selected."
1176
  msgstr ""
1177
 
1178
+ #: includes/class-mla-main.php:1455
1179
  msgid "You do not have permission to manage attachments."
1180
  msgstr ""
1181
 
1182
  #. translators: 1: number of items
1183
+ #: includes/class-mla-main.php:1515
1184
  #, php-format
1185
  msgctxt "deleted items"
1186
  msgid "%s item deleted."
1188
  msgstr[0] ""
1189
  msgstr[1] ""
1190
 
1191
+ #: includes/class-mla-main.php:1517
1192
  msgid "No items deleted."
1193
  msgstr ""
1194
 
1195
+ #: includes/class-mla-main.php:1571
1196
  msgid "Empty Terms Search; ignored"
1197
  msgstr ""
1198
 
1199
  #. translators: 1: row-level action, e.g., single_item_delete, single_item_edit
1200
  #. translators: 1: bulk_action, e.g., single_item_delete, single_item_edit
1201
+ #: includes/class-mla-main.php:1583 includes/class-mla-settings.php:1688
1202
  #: includes/class-mla-settings.php:2157
1203
  #, php-format
1204
  msgid "Unknown mla_admin_action - \"%1$s\""
1205
  msgstr ""
1206
 
1207
+ #: includes/class-mla-main.php:1616
1208
  msgid "term search results for"
1209
  msgstr ""
1210
 
1211
+ #: includes/class-mla-main.php:1619
1212
  msgid "post/parent results for"
1213
  msgstr ""
1214
 
1215
+ #: includes/class-mla-main.php:1621
1216
  msgid "search results for"
1217
  msgstr ""
1218
 
1219
+ #: includes/class-mla-main.php:1749 includes/class-mla-main.php:2066
1220
  #: includes/class-mla-thumbnail-generation.php:429
1221
  msgid "Type"
1222
  msgstr ""
1223
 
1224
+ #: includes/class-mla-main.php:1749 includes/class-mla-main.php:2067
1225
  msgid "Date"
1226
  msgstr ""
1227
 
1228
+ #: includes/class-mla-main.php:1749 includes/class-mla-main.php:2068
1229
  #: includes/class-mla-settings.php:2258
1230
  msgid "Status"
1231
  msgstr ""
1232
 
1233
+ #: includes/class-mla-main.php:1759
1234
  msgid "Published"
1235
  msgstr ""
1236
 
1237
+ #: includes/class-mla-main.php:1765
1238
  msgid "Pending Review"
1239
  msgstr ""
1240
 
1241
+ #: includes/class-mla-main.php:1807 includes/class-mla-main.php:1894
1242
  msgid "No post ID found"
1243
  msgstr ""
1244
 
1245
+ #: includes/class-mla-main.php:1814 includes/class-mla-main.php:1901
1246
+ #: includes/class-mla-polylang-support.php:277
1247
  msgid "You are not allowed to edit this Attachment."
1248
  msgstr ""
1249
 
1250
+ #: includes/class-mla-main.php:1868 includes/class-mla-main.php:2078
1251
+ #: includes/class-mla-main.php:2268 includes/class-mla-settings.php:1531
1252
  #: includes/class-mla-settings.php:1792 includes/class-mla-settings.php:1886
1253
  #: includes/class-mla-settings.php:2256
1254
  msgid "Update"
1255
  msgstr ""
1256
 
1257
+ #: includes/class-mla-main.php:2013
1258
  msgid "All Post Types"
1259
  msgstr ""
1260
 
1261
+ #: includes/class-mla-main.php:2059
1262
  msgid "For"
1263
  msgstr ""
1264
 
1265
+ #: includes/class-mla-main.php:2069 includes/class-mla-shortcodes.php:855
1266
  msgid "Unattached"
1267
  msgstr ""
1268
 
1269
+ #: includes/class-mla-main.php:2074 includes/class-mla-main.php:2267
1270
+ #: includes/class-mla-polylang-support.php:1636
1271
  #: includes/class-mla-settings.php:1532 includes/class-mla-settings.php:1791
1272
  #: includes/class-mla-settings.php:1887 includes/class-mla-settings.php:1959
1273
  #: includes/class-mla-settings.php:2255 includes/class-mla-settings.php:2745
1276
  msgid "Cancel"
1277
  msgstr ""
1278
 
1279
+ #: includes/class-mla-main.php:2269 includes/class-mla-options.php:3460
1280
+ #: includes/class-mla-options.php:3751 includes/class-mla-settings.php:1793
1281
  #: includes/class-mla-settings.php:2257
1282
  msgid "Bulk Edit"
1283
  msgstr ""
1284
 
1285
+ #: includes/class-mla-main.php:2282
1286
  msgid "In-process"
1287
  msgstr ""
1288
 
1289
+ #: includes/class-mla-main.php:2284 includes/class-mla-options.php:504
1290
+ #: includes/class-mla-options.php:513 includes/class-mla-settings.php:2748
1291
  #: includes/class-mla-settings.php:2884
1292
  msgid "Refresh"
1293
  msgstr ""
1294
 
1295
+ #: includes/class-mla-main.php:2373
1296
  msgid "You are not allowed to delete this item."
1297
  msgstr ""
1298
 
1299
  #. translators: 1: ERROR tag 2: post ID
1300
+ #: includes/class-mla-main.php:2381
1301
  #, php-format
1302
  msgid "%1$s: Item %2$d could NOT be deleted."
1303
  msgstr ""
1304
 
1305
  #. translators: 1: post ID
1306
+ #: includes/class-mla-main.php:2388
1307
  #, php-format
1308
  msgid "Item %1$d permanently deleted."
1309
  msgstr ""
1310
 
1311
+ #: includes/class-mla-main.php:2405
1312
  msgid "You are not allowed to move this item out of the Trash."
1313
  msgstr ""
1314
 
1315
  #. translators: 1: ERROR tag 2: post ID
1316
+ #: includes/class-mla-main.php:2413
1317
  #, php-format
1318
  msgid "%1$s: Item %2$d could NOT be restored from Trash."
1319
  msgstr ""
1320
 
1321
  #. translators: 1: post ID
1322
+ #: includes/class-mla-main.php:2428
1323
  #, php-format
1324
  msgid "Item %1$d restored from Trash."
1325
  msgstr ""
1326
 
1327
+ #: includes/class-mla-main.php:2445
1328
  msgid "You are not allowed to move this item to the Trash."
1329
  msgstr ""
1330
 
1331
  #. translators: 1: ERROR tag 2: post ID
1332
+ #: includes/class-mla-main.php:2453
1333
  #, php-format
1334
  msgid "%1$s: Item %2$d could NOT be moved to Trash."
1335
  msgstr ""
1442
 
1443
  #. translators: 1: element name 2: bad_value 3: good_value
1444
  #: includes/class-mla-mime-types.php:963
1445
+ #: includes/class-mla-mime-types.php:2016
1446
  #, php-format
1447
  msgid "<br>Changing %1$s \"%2$s\" to valid value \"%3$s\""
1448
  msgstr ""
1469
 
1470
  #. translators: 1: element name 2: bad_value 3: good_value
1471
  #: includes/class-mla-mime-types.php:1051
1472
+ #: includes/class-mla-mime-types.php:2142
1473
  #, php-format
1474
  msgid "<br>Changing new %1$s \"%2$s\" to valid value \"%3$s\""
1475
  msgstr ""
1504
  msgid "%1$s: Did not find view \"%2$s\""
1505
  msgstr ""
1506
 
1507
+ #: includes/class-mla-mime-types.php:1464 includes/class-mla-options.php:1162
1508
  msgctxt "table_view_singular"
1509
  msgid "All"
1510
  msgstr ""
1511
 
1512
+ #: includes/class-mla-mime-types.php:1465 includes/class-mla-options.php:1163
1513
  msgctxt "table_view_plural"
1514
  msgid "All"
1515
  msgstr ""
1564
  msgid "Custom"
1565
  msgstr ""
1566
 
1567
+ #: includes/class-mla-mime-types.php:1706
1568
  msgid "icon"
1569
  msgstr ""
1570
 
1571
+ #: includes/class-mla-mime-types.php:2000
1572
+ #: includes/class-mla-mime-types.php:2099
1573
  msgid "Cannot load Upload MIME Types"
1574
  msgstr ""
1575
 
1576
+ #: includes/class-mla-mime-types.php:2011
1577
  msgid "Extension is required"
1578
  msgstr ""
1579
 
1580
+ #: includes/class-mla-mime-types.php:2016
1581
+ #: includes/class-mla-mime-types.php:2142
1582
+ #: includes/class-mla-mime-types.php:2153 includes/class-mla-settings.php:1875
1583
  #: includes/class-mla-settings.php:2240
1584
  msgid "Extension"
1585
  msgstr ""
1586
 
1587
  #. translators: 1: ERROR tag 2: slug
1588
+ #: includes/class-mla-mime-types.php:2024
1589
  #, php-format
1590
  msgid "%1$s: Could not add extension \"%2$s\"; value already exists"
1591
  msgstr ""
1592
 
1593
+ #: includes/class-mla-mime-types.php:2032
1594
  msgid "MIME type is required"
1595
  msgstr ""
1596
 
1597
  #. translators: 1: ERROR tag 2: clean_mime_type
1598
+ #: includes/class-mla-mime-types.php:2037
1599
+ #: includes/class-mla-mime-types.php:2184
1600
  #, php-format
1601
  msgid "%1$s: Bad MIME type; try \"%2$s\""
1602
  msgstr ""
1603
 
1604
  #. translators: 1: slug
1605
+ #: includes/class-mla-mime-types.php:2074
1606
  #, php-format
1607
  msgid "Upload MIME Type \"%1$s\"; added"
1608
  msgstr ""
1609
 
1610
+ #: includes/class-mla-mime-types.php:2080
1611
+ #: includes/class-mla-mime-types.php:2269
1612
+ #: includes/class-mla-mime-types.php:2348
1613
  msgid "Cannot update Upload MIME Types"
1614
  msgstr ""
1615
 
1616
  #. translators: 1: ERROR tag 2: slug
1617
+ #: includes/class-mla-mime-types.php:2150
1618
  #, php-format
1619
  msgid "%1$s: Could not add new extension \"%2$s\"; value already exists"
1620
  msgstr ""
1621
 
1622
  #. translators: 1: slug
1623
+ #: includes/class-mla-mime-types.php:2249
1624
  #, php-format
1625
  msgid "Edit type \"%1$s\"; no changes detected"
1626
  msgstr ""
1627
 
1628
  #. translators: 1: slug
1629
+ #: includes/class-mla-mime-types.php:2263
1630
  #, php-format
1631
  msgid "Edit type \"%1$s\"; updated"
1632
  msgstr ""
1633
 
1634
  #. translators: 1: slug
1635
+ #: includes/class-mla-mime-types.php:2336
1636
  #, php-format
1637
  msgid "Upload MIME Type \"%1$s\"; reverted to standard"
1638
  msgstr ""
1639
 
1640
  #. translators: 1: slug
1641
+ #: includes/class-mla-mime-types.php:2342
1642
  #, php-format
1643
  msgid "Upload MIME Type \"%1$s\"; deleted"
1644
  msgstr ""
1645
 
1646
  #. translators: 1: ERROR tag 2: slug
1647
+ #: includes/class-mla-mime-types.php:2357
1648
  #, php-format
1649
  msgid "%1$s: Did not find Upload type \"%2$s\""
1650
  msgstr ""
1753
  msgid "Automatically add paragraphs"
1754
  msgstr ""
1755
 
1756
+ #: includes/class-mla-options.php:395
1757
  msgid "error loading tpls/mla-option-templates.tpl"
1758
  msgstr ""
1759
 
1760
+ #: includes/class-mla-options.php:398
1761
  msgid "tpls/mla-option-templates.tpl not found"
1762
  msgstr ""
1763
 
1764
+ #: includes/class-mla-options.php:451 includes/class-mla-options.php:1782
1765
  msgid "Attachment Categories"
1766
  msgstr ""
1767
 
1768
+ #: includes/class-mla-options.php:454
1769
  msgid "Check this option to add support for Attachment Categories."
1770
  msgstr ""
1771
 
1772
+ #: includes/class-mla-options.php:458 includes/class-mla-options.php:1797
1773
  msgid "Attachment Tags"
1774
  msgstr ""
1775
 
1776
+ #: includes/class-mla-options.php:461
1777
  msgid "Check this option to add support for Attachment Tags."
1778
  msgstr ""
1779
 
1780
+ #: includes/class-mla-options.php:465 includes/class-mla-settings.php:1358
1781
  msgid "Where-used Reporting"
1782
  msgstr ""
1783
 
1784
+ #: includes/class-mla-options.php:470
1785
  msgid "Exclude Revisions"
1786
  msgstr ""
1787
 
1788
+ #: includes/class-mla-options.php:473
1789
  msgid "Check this option to exclude revisions from where-used reporting."
1790
  msgstr ""
1791
 
1792
+ #: includes/class-mla-options.php:477
1793
  msgid "Where-used database access tuning"
1794
  msgstr ""
1795
 
1796
+ #: includes/class-mla-options.php:486 includes/class-mla-options.php:495
1797
  msgid "Enabled"
1798
  msgstr ""
1799
 
1800
+ #: includes/class-mla-options.php:487
1801
  msgid "Search database posts and pages for Featured Image attachments."
1802
  msgstr ""
1803
 
1804
+ #: includes/class-mla-options.php:495
1805
  msgid "Base"
1806
  msgstr ""
1807
 
1808
+ #: includes/class-mla-options.php:496
1809
  msgid ""
1810
  "Search database posts and pages for attachments embedded in content."
1811
  "<br>&nbsp;&nbsp;Base = ignore intermediate size suffixes; use path, base "
1812
  "name and extension only."
1813
  msgstr ""
1814
 
1815
+ #: includes/class-mla-options.php:504 includes/class-mla-options.php:513
1816
  msgid "Dynamic"
1817
  msgstr ""
1818
 
1819
+ #: includes/class-mla-options.php:504 includes/class-mla-options.php:513
1820
  msgid "Cached"
1821
  msgstr ""
1822
 
1823
+ #: includes/class-mla-options.php:505
1824
  msgid ""
1825
  "Search database posts and pages for [gallery] shortcode results.<br>&nbsp;"
1826
  "&nbsp;Dynamic = once every page load, Cached = once every login, Disabled = "
1827
  "never.<br>&nbsp;&nbsp;Refresh = update references, then set to Cached."
1828
  msgstr ""
1829
 
1830
+ #: includes/class-mla-options.php:514
1831
  msgid ""
1832
  "Search database posts and pages for [mla_gallery] shortcode results."
1833
  "<br>&nbsp;&nbsp;Dynamic = once every page load, Cached = once every login, "
1835
  "Cached."
1836
  msgstr ""
1837
 
1838
+ #: includes/class-mla-options.php:518 includes/class-mla-settings.php:1358
1839
  msgid "Taxonomy Support"
1840
  msgstr ""
1841
 
1842
+ #: includes/class-mla-options.php:523
1843
  msgid "Compute Attachments Column"
1844
  msgstr ""
1845
 
1846
+ #: includes/class-mla-options.php:526
1847
  msgid ""
1848
  "Check this option to calculate attachments per term in the Attachments "
1849
  "Column."
1850
  msgstr ""
1851
 
1852
+ #: includes/class-mla-options.php:530
1853
  msgid ""
1854
  "Check the \"<strong>Support</strong>\" box to add the taxonomy to the "
1855
  "Assistant and the Edit Media screen."
1856
  msgstr ""
1857
 
1858
+ #: includes/class-mla-options.php:531
1859
  msgid ""
1860
  "Check the \"<strong>Inline Edit</strong>\" box to display the taxonomy in "
1861
  "the Quick Edit and Bulk Edit areas."
1862
  msgstr ""
1863
 
1864
+ #: includes/class-mla-options.php:532
1865
  msgid ""
1866
  "Check the \"<strong>Term Search</strong>\" box to add the taxonomy to the "
1867
  "\"Search Media/Terms\" list."
1868
  msgstr ""
1869
 
1870
+ #: includes/class-mla-options.php:533 includes/class-mla-options.php:714
1871
  #: includes/class-mla-settings.php:1390 includes/class-mla-settings.php:1391
1872
  msgid "For complete documentation"
1873
  msgstr ""
1874
 
1875
+ #: includes/class-mla-options.php:533 includes/class-mla-options.php:714
1876
  #: includes/class-mla-settings.php:1390 includes/class-mla-settings.php:1391
1877
  msgid "click here"
1878
  msgstr ""
1879
 
1880
+ #: includes/class-mla-options.php:535
1881
  msgid ""
1882
  "Check the \"<strong>Checklist</strong>\" box to enable the checklist-style "
1883
  "meta box for a flat taxonomy."
1884
  msgstr ""
1885
 
1886
+ #: includes/class-mla-options.php:536
1887
  msgid ""
1888
  "You must also check the <strong>\"Enable enhanced checklist taxonomies\"</"
1889
  "strong> box below to enable this feature."
1890
  msgstr ""
1891
 
1892
+ #: includes/class-mla-options.php:537
1893
  msgid ""
1894
  "Check the \"<strong>Checked On Top</strong>\" box to moved checked terms to "
1895
  "the top of the checklist-style meta box."
1896
  msgstr ""
1897
 
1898
+ #: includes/class-mla-options.php:538
1899
  msgid ""
1900
  "Use the \"<strong>List Filter</strong>\" option to select the taxonomy on "
1901
  "which to filter the Assistant table listing."
1902
  msgstr ""
1903
 
1904
+ #: includes/class-mla-options.php:564
1905
  msgid "Media/Assistant Screen Options"
1906
  msgstr ""
1907
 
1908
+ #: includes/class-mla-options.php:569
1909
  msgid "Admin Menu Options"
1910
  msgstr ""
1911
 
1912
+ #: includes/class-mla-options.php:574
1913
  msgid "Page Title"
1914
  msgstr ""
1915
 
1916
+ #: includes/class-mla-options.php:576 includes/class-mla-settings.php:466
1917
+ #: includes/class-mla-settings.php:3198 includes/class-mla-settings.php:3220
1918
  msgid "Media Library Assistant"
1919
  msgstr ""
1920
 
1921
+ #: includes/class-mla-options.php:578
1922
  msgid "Enter the title for the Media/Assistant submenu page"
1923
  msgstr ""
1924
 
1925
+ #: includes/class-mla-options.php:582
1926
  msgid "Menu Title"
1927
  msgstr ""
1928
 
1929
+ #: includes/class-mla-options.php:584
1930
  msgid "Assistant"
1931
  msgstr ""
1932
 
1933
+ #: includes/class-mla-options.php:586
1934
  msgid "Enter the title for the Media/Assistant submenu entry"
1935
  msgstr ""
1936
 
1937
+ #: includes/class-mla-options.php:590
1938
  msgid "Submenu Order"
1939
  msgstr ""
1940
 
1941
+ #: includes/class-mla-options.php:594
1942
  msgid ""
1943
  "Enter the position of the Media/Assistant submenu entry.<br>&nbsp;&nbsp;0 = "
1944
  "natural order (at bottom),&nbsp;&nbsp;&nbsp;&nbsp;1 - 4 = at top<br>&nbsp;"
1946
  "\""
1947
  msgstr ""
1948
 
1949
+ #: includes/class-mla-options.php:598
1950
  msgid "Display Media/Library"
1951
  msgstr ""
1952
 
1953
+ #: includes/class-mla-options.php:601
1954
  msgid ""
1955
  "Check/uncheck this option to display/remove the WordPress Media/Library "
1956
  "submenu entry."
1957
  msgstr ""
1958
 
1959
+ #: includes/class-mla-options.php:605
1960
  msgid "Table Defaults"
1961
  msgstr ""
1962
 
1963
+ #: includes/class-mla-options.php:610
1964
  msgid "Order By"
1965
  msgstr ""
1966
 
1967
+ #: includes/class-mla-options.php:614 includes/class-mla-options.php:816
1968
  msgid "Title/Name"
1969
  msgstr ""
1970
 
1971
+ #: includes/class-mla-options.php:615
1972
  msgid "Select the column for the sort order of the Assistant table listing."
1973
  msgstr ""
1974
 
1975
+ #: includes/class-mla-options.php:619
1976
  msgid "Order"
1977
  msgstr ""
1978
 
1979
+ #: includes/class-mla-options.php:623
1980
  msgid "Ascending"
1981
  msgstr ""
1982
 
1983
+ #: includes/class-mla-options.php:623
1984
  msgid "Descending"
1985
  msgstr ""
1986
 
1987
+ #: includes/class-mla-options.php:624 includes/class-mla-options.php:826
1988
  msgid "Choose the sort order."
1989
  msgstr ""
1990
 
1991
+ #: includes/class-mla-options.php:628
1992
  msgid "Views Width"
1993
  msgstr ""
1994
 
1995
+ #: includes/class-mla-options.php:632
1996
  msgid "Enter the width for the views list, in pixels (px) or percent (%)"
1997
  msgstr ""
1998
 
1999
+ #: includes/class-mla-options.php:636
2000
  msgid "Icon Size"
2001
  msgstr ""
2002
 
2003
+ #: includes/class-mla-options.php:640
2004
  msgid "Enter the size of the thumbnail/icon images, in pixels"
2005
  msgstr ""
2006
 
2007
+ #: includes/class-mla-options.php:644
2008
  msgid "Bulk Chunk Size"
2009
  msgstr ""
2010
 
2011
+ #: includes/class-mla-options.php:648
2012
  msgid "Enter the size of the Bulk Edit and Map All processing chunks"
2013
  msgstr ""
2014
 
2015
+ #: includes/class-mla-options.php:652
2016
  msgid "Taxonomy Filter parameters"
2017
  msgstr ""
2018
 
2019
+ #: includes/class-mla-options.php:657
2020
  msgid "Maximum Depth"
2021
  msgstr ""
2022
 
2023
+ #: includes/class-mla-options.php:661
2024
  msgid ""
2025
  "Enter the number of levels displayed for hierarchial taxonomies; enter zero "
2026
  "for no limit."
2027
  msgstr ""
2028
 
2029
+ #: includes/class-mla-options.php:665
2030
  msgid "Include Children"
2031
  msgstr ""
2032
 
2033
+ #: includes/class-mla-options.php:668
2034
  msgid ""
2035
  "Check/uncheck this option to include/exclude children for hierarchical "
2036
  "taxonomies."
2037
  msgstr ""
2038
 
2039
+ #: includes/class-mla-options.php:672
2040
  msgid "Search Media Defaults"
2041
  msgstr ""
2042
 
2043
+ #: includes/class-mla-options.php:677
2044
  msgid "Display Search Controls"
2045
  msgstr ""
2046
 
2047
+ #: includes/class-mla-options.php:680 includes/class-mla-options.php:787
2048
  msgid ""
2049
  "Check/uncheck this option to display/hide the and/or connector and search "
2050
  "fields controls."
2051
  msgstr ""
2052
 
2053
+ #: includes/class-mla-options.php:684
2054
  msgid ""
2055
  "Use these controls to set defaults for the and/or connector and search "
2056
  "fields controls.<br>These defaults will be used for the Search Media boxes "
2057
  "on both the Media/Assistant submenu<br>and the Media Manager Modal Window."
2058
  msgstr ""
2059
 
2060
+ #: includes/class-mla-options.php:697
2061
  msgid "Media/Edit Media Enhancements"
2062
  msgstr ""
2063
 
2064
+ #: includes/class-mla-options.php:702
2065
+ msgid "Enable &quot;enhanced checklist&quot; taxonomies"
2066
  msgstr ""
2067
 
2068
+ #: includes/class-mla-options.php:705
2069
  msgid ""
2070
  "Check this option to enable the \"? Search\" feature for hierarchical "
2071
  "taxonomies, e.g., Att. Categories.<br>&nbsp;&nbsp;This option also enables "
2072
  "the \"checklist-style\" support for flat taxonomies, e.g., Att. Tags."
2073
  msgstr ""
2074
 
2075
+ #: includes/class-mla-options.php:709
2076
  msgid "Enable Edit Media additional meta boxes"
2077
  msgstr ""
2078
 
2079
+ #: includes/class-mla-options.php:712
2080
  msgid ""
2081
  "Check this option to add \"Parent Info\", \"Menu Order\", \"Attachment "
2082
  "Metadata\" and four \"where-used\" meta boxes to the Edit Media screen."
2083
  msgstr ""
2084
 
2085
+ #: includes/class-mla-options.php:713
2086
  msgid "You can also use Filters to customize the meta boxes."
2087
  msgstr ""
2088
 
2089
+ #: includes/class-mla-options.php:718
2090
  msgid "Media/Add New Enhancements"
2091
  msgstr ""
2092
 
2093
+ #: includes/class-mla-options.php:723
2094
+ msgid "Enable &quot;bulk edit&quot; area"
2095
  msgstr ""
2096
 
2097
+ #: includes/class-mla-options.php:726
2098
  msgid ""
2099
  "Check this option to enable the \"Bulk Edit area\" feature on the Media/Add "
2100
  "New screen."
2101
  msgstr ""
2102
 
2103
+ #: includes/class-mla-options.php:730
2104
  msgid "Media Manager/Media Grid Enhancements"
2105
  msgstr ""
2106
 
2107
+ #: includes/class-mla-options.php:735
2108
  msgid "Enable Media Grid Enhancements"
2109
  msgstr ""
2110
 
2111
+ #: includes/class-mla-options.php:738
2112
  msgid ""
2113
  "Check/uncheck this option to enable/disable Media Library Grid View "
2114
  "Enhancements."
2115
  msgstr ""
2116
 
2117
+ #: includes/class-mla-options.php:742
2118
  msgid "Enable Media Manager Enhancements"
2119
  msgstr ""
2120
 
2121
+ #: includes/class-mla-options.php:745
2122
  msgid ""
2123
  "Check/uncheck this option to enable/disable Media Manager Modal Window "
2124
  "Enhancements."
2125
  msgstr ""
2126
 
2127
+ #: includes/class-mla-options.php:749
2128
  msgid "Media Manager Enhanced MIME Type filter"
2129
  msgstr ""
2130
 
2131
+ #: includes/class-mla-options.php:752
2132
  msgid ""
2133
  "Check this option to filter by more MIME Types, e.g., text, applications."
2134
  msgstr ""
2135
 
2136
+ #: includes/class-mla-options.php:756
2137
  msgid "Media Manager Month and Year filter"
2138
  msgstr ""
2139
 
2140
+ #: includes/class-mla-options.php:759
2141
  msgid "Check this option to filter by month and year uploaded."
2142
  msgstr ""
2143
 
2144
+ #: includes/class-mla-options.php:763
2145
  msgid "Media Manager Category/Tag filter"
2146
  msgstr ""
2147
 
2148
+ #: includes/class-mla-options.php:766
2149
  msgid "Check this option to filter by taxonomy terms."
2150
  msgstr ""
2151
 
2152
+ #: includes/class-mla-options.php:770
2153
  msgid "Media Manager Terms Search popup"
2154
  msgstr ""
2155
 
2156
+ #: includes/class-mla-options.php:773
2157
  msgid "Check this option to enable the \"Terms Search\" popup window."
2158
  msgstr ""
2159
 
2160
+ #: includes/class-mla-options.php:777
2161
  msgid "Media Manager Enhanced Search Media box"
2162
  msgstr ""
2163
 
2164
+ #: includes/class-mla-options.php:780
2165
  msgid "Check this option to enable search box enhancements."
2166
  msgstr ""
2167
 
2168
+ #: includes/class-mla-options.php:784
2169
  msgid "Media Manager Enhanced Search Media Controls"
2170
  msgstr ""
2171
 
2172
+ #: includes/class-mla-options.php:791
2173
  msgid "Media Manager Checklist meta boxes"
2174
  msgstr ""
2175
 
2176
+ #: includes/class-mla-options.php:794
2177
  msgid ""
2178
  "Check this option to enable MLA-enhanced meta boxes in the \"ATTACHMENT "
2179
  "DETAILS\" pane.<br>&nbsp;&nbsp;This option is for any taxonomy that uses a "
2180
+ "<strong>\"checklist-style\"</strong> meta box."
2181
  msgstr ""
2182
 
2183
+ #: includes/class-mla-options.php:798
2184
  msgid "Media Manager Flat meta boxes"
2185
  msgstr ""
2186
 
2187
+ #: includes/class-mla-options.php:801
2188
  msgid ""
2189
  "Check this option to enable MLA-enhanced meta boxes in the \"ATTACHMENT "
2190
  "DETAILS\" pane.<br>&nbsp;&nbsp;This option is for <strong>flat taxonomies</"
2192
  "style\" meta box."
2193
  msgstr ""
2194
 
2195
+ #: includes/class-mla-options.php:805
2196
  msgid "Media Manager auto-fill meta boxes"
2197
  msgstr ""
2198
 
2199
+ #: includes/class-mla-options.php:808
2200
  msgid ""
2201
  "Check this option to automatically fill MLA-enhanced meta boxes in the "
2202
  "\"ATTACHMENT DETAILS\" pane<br>&nbsp;&nbsp;when the item is selected."
2203
  msgstr ""
2204
 
2205
+ #: includes/class-mla-options.php:812
2206
  msgid "Media Manager Order By"
2207
  msgstr ""
2208
 
2209
+ #: includes/class-mla-options.php:816 includes/class-mla-options.php:825
2210
+ #: includes/class-mla-options.php:840 includes/class-mla-options.php:854
2211
+ #: includes/class-mla-options.php:868 includes/class-mla-settings.php:1440
2212
  msgid "Media Manager Default"
2213
  msgstr ""
2214
 
2215
+ #: includes/class-mla-options.php:817
2216
  msgid ""
2217
  "If you want to override the Media Manager default,<br>&nbsp;&nbsp;select a "
2218
  "column for the sort order of the Media Library listing."
2219
  msgstr ""
2220
 
2221
+ #: includes/class-mla-options.php:821
2222
  msgid "Media Manager Order"
2223
  msgstr ""
2224
 
2225
+ #: includes/class-mla-options.php:830
2226
  msgid "Attachment Display Settings"
2227
  msgstr ""
2228
 
2229
+ #: includes/class-mla-options.php:835 includes/class-mla-options.php:837
2230
  msgid "Alignment"
2231
  msgstr ""
2232
 
2233
  #. translators: 1: option name, e.g., Alignment, Link To or Size
2234
+ #: includes/class-mla-options.php:837 includes/class-mla-options.php:851
2235
+ #: includes/class-mla-options.php:865
2236
  #, php-format
2237
  msgid ""
2238
  "Select a value for the default %1$s option in the Attachment Display "
2239
  "Settings."
2240
  msgstr ""
2241
 
2242
+ #: includes/class-mla-options.php:840
2243
  msgid "Left"
2244
  msgstr ""
2245
 
2246
+ #: includes/class-mla-options.php:840
2247
  msgid "Center"
2248
  msgstr ""
2249
 
2250
+ #: includes/class-mla-options.php:840
2251
  msgid "Right"
2252
  msgstr ""
2253
 
2254
+ #: includes/class-mla-options.php:849 includes/class-mla-options.php:851
2255
  msgid "Link To"
2256
  msgstr ""
2257
 
2258
+ #: includes/class-mla-options.php:854
2259
  msgid "Media File"
2260
  msgstr ""
2261
 
2262
+ #: includes/class-mla-options.php:854
2263
  msgid "Attachment Page"
2264
  msgstr ""
2265
 
2266
+ #: includes/class-mla-options.php:854
2267
  msgid "Custom URL"
2268
  msgstr ""
2269
 
2270
+ #: includes/class-mla-options.php:863 includes/class-mla-options.php:865
2271
  msgid "Size"
2272
  msgstr ""
2273
 
2274
+ #: includes/class-mla-options.php:868
2275
  #: includes/class-mla-thumbnail-generation.php:389
2276
  #: includes/class-mla-thumbnail-generation.php:436
2277
  msgid "Thumbnail"
2278
  msgstr ""
2279
 
2280
+ #: includes/class-mla-options.php:868
2281
  msgid "Medium"
2282
  msgstr ""
2283
 
2284
+ #: includes/class-mla-options.php:868
2285
  msgid "Large"
2286
  msgstr ""
2287
 
2288
+ #: includes/class-mla-options.php:868
2289
  msgid "Full Size"
2290
  msgstr ""
2291
 
2292
+ #: includes/class-mla-options.php:877
2293
  msgid "Default [mla_gallery] Templates and Settings"
2294
  msgstr ""
2295
 
2296
+ #: includes/class-mla-options.php:882 includes/class-mla-options.php:888
2297
+ #: includes/class-mla-options.php:926 includes/class-mla-options.php:932
2298
+ #: includes/class-mla-settings.php:3328 includes/class-mla-settings.php:3339
2299
+ #: includes/class-mla-settings.php:3345 includes/class-mla-settings.php:3349
2300
+ #: includes/class-mla-settings.php:3377 includes/class-mla-settings.php:3388
2301
  msgid "Style Template"
2302
  msgstr ""
2303
 
2304
  #. translators: 1: template type 2: shortcode
2305
+ #: includes/class-mla-options.php:888 includes/class-mla-options.php:898
2306
+ #: includes/class-mla-options.php:932 includes/class-mla-options.php:942
2307
  #, php-format
2308
  msgid "Select the default %1$s for your %2$s shortcodes."
2309
  msgstr ""
2310
 
2311
+ #: includes/class-mla-options.php:892 includes/class-mla-options.php:936
2312
  msgid "Markup Template"
2313
  msgstr ""
2314
 
2315
+ #: includes/class-mla-options.php:898 includes/class-mla-options.php:942
2316
+ #: includes/class-mla-settings.php:3417 includes/class-mla-settings.php:3430
2317
+ #: includes/class-mla-settings.php:3436 includes/class-mla-settings.php:3440
2318
+ #: includes/class-mla-settings.php:3509
2319
  msgid "markup template"
2320
  msgstr ""
2321
 
2322
+ #: includes/class-mla-options.php:902 includes/class-mla-options.php:946
2323
  msgid "Default columns"
2324
  msgstr ""
2325
 
2326
+ #: includes/class-mla-options.php:906
2327
  msgid ""
2328
  "Enter the number of [mla_tag_cloud] columns; must be a positive integer."
2329
  msgstr ""
2330
 
2331
+ #: includes/class-mla-options.php:910 includes/class-mla-options.php:954
2332
  msgid "Default mla_margin"
2333
  msgstr ""
2334
 
2335
+ #: includes/class-mla-options.php:914 includes/class-mla-options.php:958
2336
  msgid ""
2337
  "Enter the CSS \"margin\" property value, in length (px, em, pt, etc.), "
2338
  "percent (%), \"auto\" or \"inherit\".<br>&nbsp;&nbsp;Enter \"none\" to "
2339
  "remove the property entirely."
2340
  msgstr ""
2341
 
2342
+ #: includes/class-mla-options.php:918 includes/class-mla-options.php:962
2343
  msgid "Default mla_itemwidth"
2344
  msgstr ""
2345
 
2346
+ #: includes/class-mla-options.php:922 includes/class-mla-options.php:966
2347
  msgid ""
2348
  "Enter the CSS \"width\" property value, in length (px, em, pt, etc.), "
2349
  "percent (%), \"auto\" or \"inherit\".<br>&nbsp;&nbsp;Enter \"calculate"
2353
  "the property entirely."
2354
  msgstr ""
2355
 
2356
+ #: includes/class-mla-options.php:950
2357
  msgid "Enter the number of [mla_gallery] columns; must be a positive integer."
2358
  msgstr ""
2359
 
2360
+ #: includes/class-mla-options.php:970
2361
  msgid "Thumbnail Substitution Support, mla_viewer"
2362
  msgstr ""
2363
 
2364
+ #: includes/class-mla-options.php:975
2365
  msgid "Enable thumbnail substitution"
2366
  msgstr ""
2367
 
2368
+ #: includes/class-mla-options.php:978
2369
  msgid ""
2370
  "Check this option to allow the \"mla_viewer\" to generate thumbnail images "
2371
  "for PDF documents. Thumbnails are generated dynamically, each time the item "
2374
  "strong>"
2375
  msgstr ""
2376
 
2377
+ #: includes/class-mla-options.php:982
2378
  msgid "Enable Featured Images"
2379
  msgstr ""
2380
 
2381
+ #: includes/class-mla-options.php:985
2382
  msgid ""
2383
  "Check this option to extend Featured Image support to all Media Library "
2384
  "items. The Featured Image can be used as a thumbnail image for the item in "
2385
  "an [mla_gallery] display."
2386
  msgstr ""
2387
 
2388
+ #: includes/class-mla-options.php:989
2389
  msgid "Enable Featured Image Generation"
2390
  msgstr ""
2391
 
2392
+ #: includes/class-mla-options.php:992
2393
  msgid ""
2394
  "Check this option to enable the \"Thumbnail\" generation action in the Media/"
2395
  "Assistant submenu Bulk Actions dropdown."
2396
  msgstr ""
2397
 
2398
+ #: includes/class-mla-options.php:996
2399
  msgid "Enable explicit Ghostscript check"
2400
  msgstr ""
2401
 
2402
+ #: includes/class-mla-options.php:999
2403
  msgid ""
2404
  "Check this option to enable the explicit check for Ghostscript support "
2405
  "required for thumbnail generation. If your Ghostscript software is in a non-"
2408
  "leave this option checked unless you know it is safe to turn it off."
2409
  msgstr ""
2410
 
2411
+ #: includes/class-mla-options.php:1003
2412
  msgid "Ghostscript path"
2413
  msgstr ""
2414
 
2415
+ #: includes/class-mla-options.php:1007
2416
  msgid ""
2417
  "If your &ldquo;gs&rdquo; executable is in a non-standard location, enter the "
2418
  "full path and filename here, e.g., &ldquo;/usr/bin/gs&rdquo;. It will "
2419
  "override the search for Ghostscript in other places."
2420
  msgstr ""
2421
 
2422
+ #: includes/class-mla-options.php:1027
2423
  msgid "Enable custom field mapping when adding new media"
2424
  msgstr ""
2425
 
2426
+ #: includes/class-mla-options.php:1030
2427
  msgid ""
2428
  "Check this option to enable mapping when uploading new media (attachments)."
2429
  "<br>&nbsp;&nbsp;Click Save Changes at the bottom of the screen if you change "
2431
  "buttons on the bulk edit, single edit and settings screens."
2432
  msgstr ""
2433
 
2434
+ #: includes/class-mla-options.php:1034
2435
  msgid "Enable custom field mapping when updating media metadata"
2436
  msgstr ""
2437
 
2438
+ #: includes/class-mla-options.php:1037 includes/class-mla-options.php:1061
2439
  msgid ""
2440
  "Check this option to enable mapping when media (attachments) metadata is "
2441
  "regenerated,<br>&nbsp;&nbsp;e.g., when the Media/Edit Media \"Edit Image\" "
2442
  "functions are used."
2443
  msgstr ""
2444
 
2445
+ #: includes/class-mla-options.php:1041
2446
  msgid ""
2447
  "Update the custom field mapping values above, then click Save Changes to "
2448
  "make the updates permanent.<br>You can also make temporary updates and click "
2450
  "saving any rule changes."
2451
  msgstr ""
2452
 
2453
+ #: includes/class-mla-options.php:1051
2454
  msgid "Enable IPTC/EXIF Mapping when adding new media"
2455
  msgstr ""
2456
 
2457
+ #: includes/class-mla-options.php:1054
2458
  msgid ""
2459
  "Check this option to enable mapping when uploading new media (attachments)."
2460
  "<br>&nbsp;&nbsp;Does NOT affect the operation of the \"Map\" buttons on the "
2461
  "bulk edit, single edit and settings screens."
2462
  msgstr ""
2463
 
2464
+ #: includes/class-mla-options.php:1058
2465
  msgid "Enable IPTC/EXIF Mapping when updating media metadata"
2466
  msgstr ""
2467
 
2468
+ #: includes/class-mla-options.php:1065
2469
  msgid ""
2470
  "Update the standard field mapping values above, then click <strong>Save "
2471
  "Changes</strong> to make the updates permanent.<br>You can also make "
2474
  "changes."
2475
  msgstr ""
2476
 
2477
+ #: includes/class-mla-options.php:1075
2478
  msgid ""
2479
  "Update the taxonomy term mapping values above, then click <strong>Save "
2480
  "Changes</strong> or <strong>Map All Attachments, Taxonomy Terms Now</strong>."
2481
  msgstr ""
2482
 
2483
+ #: includes/class-mla-options.php:1085
2484
  msgid ""
2485
  "<strong>Update</strong> individual custom field mapping values above, or "
2486
  "make several updates and click <strong>Save Changes</strong> below to apply "
2491
  "changes."
2492
  msgstr ""
2493
 
2494
+ #: includes/class-mla-options.php:1095
2495
  msgid "IPTC/EXIF Mapping help"
2496
  msgstr ""
2497
 
2498
+ #: includes/class-mla-options.php:1147
2499
  msgid "Enable View and Post MIME Type Support"
2500
  msgstr ""
2501
 
2502
+ #: includes/class-mla-options.php:1150
2503
  msgid ""
2504
  "Check/uncheck this option to enable/disable Post MIME Type Support, then "
2505
  "click <strong>Save Changes</strong> to record the new setting."
2506
  msgstr ""
2507
 
2508
+ #: includes/class-mla-options.php:1159
2509
  msgid "Post MIME Types help."
2510
  msgstr ""
2511
 
2512
+ #: includes/class-mla-options.php:1168 includes/class-mla-options.php:1222
2513
+ #: includes/class-mla-options.php:1231 includes/class-mla-options.php:1240
2514
  msgctxt "post_mime_types_description"
2515
  msgid "Built-in view"
2516
  msgstr ""
2517
 
2518
+ #: includes/class-mla-options.php:1171
2519
  msgctxt "table_view_singular"
2520
  msgid "Image"
2521
  msgstr ""
2522
 
2523
+ #: includes/class-mla-options.php:1172
2524
  msgctxt "table_view_plural"
2525
  msgid "Images"
2526
  msgstr ""
2527
 
2528
+ #: includes/class-mla-options.php:1177
2529
  msgctxt "post_mime_types_description"
2530
  msgid "All image subtypes"
2531
  msgstr ""
2532
 
2533
+ #: includes/class-mla-options.php:1180
2534
  msgctxt "table_view_singular"
2535
  msgid "Audio"
2536
  msgstr ""
2537
 
2538
+ #: includes/class-mla-options.php:1181
2539
  msgctxt "table_view_plural"
2540
  msgid "Audio"
2541
  msgstr ""
2542
 
2543
+ #: includes/class-mla-options.php:1186
2544
  msgctxt "post_mime_types_description"
2545
  msgid "All audio subtypes"
2546
  msgstr ""
2547
 
2548
+ #: includes/class-mla-options.php:1189
2549
  msgctxt "table_view_singular"
2550
  msgid "Video"
2551
  msgstr ""
2552
 
2553
+ #: includes/class-mla-options.php:1190
2554
  msgctxt "table_view_plural"
2555
  msgid "Video"
2556
  msgstr ""
2557
 
2558
+ #: includes/class-mla-options.php:1195
2559
  msgctxt "post_mime_types_description"
2560
  msgid "All video subtypes"
2561
  msgstr ""
2562
 
2563
+ #: includes/class-mla-options.php:1198
2564
  msgctxt "table_view_singular"
2565
  msgid "Text"
2566
  msgstr ""
2567
 
2568
+ #: includes/class-mla-options.php:1199
2569
  msgctxt "table_view_plural"
2570
  msgid "Text"
2571
  msgstr ""
2572
 
2573
+ #: includes/class-mla-options.php:1204
2574
  msgctxt "post_mime_types_description"
2575
  msgid "All text subtypes"
2576
  msgstr ""
2577
 
2578
+ #: includes/class-mla-options.php:1207
2579
  msgctxt "table_view_singular"
2580
  msgid "Application"
2581
  msgstr ""
2582
 
2583
+ #: includes/class-mla-options.php:1208
2584
  msgctxt "table_view_plural"
2585
  msgid "Applications"
2586
  msgstr ""
2587
 
2588
+ #: includes/class-mla-options.php:1213
2589
  msgctxt "post_mime_types_description"
2590
  msgid "All application subtypes"
2591
  msgstr ""
2592
 
2593
+ #: includes/class-mla-options.php:1217
2594
  msgctxt "table_view_plural"
2595
  msgid "Unattached"
2596
  msgstr ""
2597
 
2598
+ #: includes/class-mla-options.php:1225
2599
  msgctxt "table_view_singular"
2600
  msgid "Attached"
2601
  msgstr ""
2602
 
2603
+ #: includes/class-mla-options.php:1226
2604
  msgctxt "table_view_plural"
2605
  msgid "Attached"
2606
  msgstr ""
2607
 
2608
+ #: includes/class-mla-options.php:1234
2609
  msgctxt "table_view_singular"
2610
  msgid "Trash"
2611
  msgstr ""
2612
 
2613
+ #: includes/class-mla-options.php:1235
2614
  msgctxt "table_view_plural"
2615
  msgid "Trash"
2616
  msgstr ""
2617
 
2618
+ #: includes/class-mla-options.php:1246
2619
  msgid "Enable Upload MIME Type Support"
2620
  msgstr ""
2621
 
2622
+ #: includes/class-mla-options.php:1249
2623
  msgid ""
2624
  "Check/uncheck this option to enable/disable Upload MIME Type Support, then "
2625
  "click <strong>Save Changes</strong> to record the new setting."
2626
  msgstr ""
2627
 
2628
+ #: includes/class-mla-options.php:1258
2629
  msgid "Upload MIME Types help."
2630
  msgstr ""
2631
 
2632
+ #: includes/class-mla-options.php:1263
2633
  msgid "Enable MLA File Type Icons Support"
2634
  msgstr ""
2635
 
2636
+ #: includes/class-mla-options.php:1266
2637
  msgid ""
2638
  "Check/uncheck this option to enable/disable MLA File Type Icons Support, "
2639
  "then click <strong>Save Changes</strong> to record the new setting."
2640
  msgstr ""
2641
 
2642
+ #: includes/class-mla-options.php:1270
2643
  msgid "Display Limit"
2644
  msgstr ""
2645
 
2646
+ #: includes/class-mla-options.php:1274
2647
  msgid ""
2648
  "Enter the maximum number of debug log characters to display; enter zero or "
2649
  "leave blank for no limit."
2650
  msgstr ""
2651
 
2652
+ #: includes/class-mla-options.php:1278
2653
+ msgid "Debug File"
2654
+ msgstr ""
2655
+
2656
+ #: includes/class-mla-options.php:1282
2657
+ msgid ""
2658
+ "Enter the name of an alternate, MLA-specific debug log file; leave blank to "
2659
+ "use the PHP error_log."
2660
+ msgstr ""
2661
+
2662
+ #: includes/class-mla-options.php:1334 includes/class-mla-options.php:1356
2663
+ #: includes/class-mla-options.php:1398
2664
  msgid "no templates exist"
2665
  msgstr ""
2666
 
2667
+ #: includes/class-mla-options.php:1342
2668
  msgid "not found"
2669
  msgstr ""
2670
 
2671
  #. translators: 1: ERROR tag 2: option name 3: action, e.g., update, delete, reset
2672
+ #: includes/class-mla-options.php:1748 includes/class-mla-options.php:1925
2673
+ #: includes/class-mla-options.php:2001 includes/class-mla-options.php:3789
2674
+ #: includes/class-mla-options.php:5239
2675
  #, php-format
2676
  msgid "%1$s: Custom %2$s unknown action \"%3$s\""
2677
  msgstr ""
2678
 
2679
+ #: includes/class-mla-options.php:1839
2680
  msgid "Support"
2681
  msgstr ""
2682
 
2683
+ #: includes/class-mla-options.php:1840
2684
  msgid "Inline Edit"
2685
  msgstr ""
2686
 
2687
+ #: includes/class-mla-options.php:1841
2688
  msgid "Term Search"
2689
  msgstr ""
2690
 
2691
+ #: includes/class-mla-options.php:1842
2692
  msgid "Checklist"
2693
  msgstr ""
2694
 
2695
+ #: includes/class-mla-options.php:1843
2696
  msgid "Checked On Top"
2697
  msgstr ""
2698
 
2699
+ #: includes/class-mla-options.php:1844
2700
  msgid "List Filter"
2701
  msgstr ""
2702
 
2703
+ #: includes/class-mla-options.php:1845
2704
  msgid "Taxonomy"
2705
  msgstr ""
2706
 
2707
  #. translators: 1: taxonomy name
2708
+ #: includes/class-mla-options.php:1864
2709
  #, php-format
2710
  msgid "List Filter ignored; %1$s not supported."
2711
  msgstr ""
2712
 
2713
  #. translators: 1: taxonomy name
2714
+ #: includes/class-mla-options.php:1871
2715
  #, php-format
2716
  msgid "Inline Edit ignored; %1$s not supported."
2717
  msgstr ""
2718
 
2719
  #. translators: 1: taxonomy name
2720
+ #: includes/class-mla-options.php:1879
2721
  #, php-format
2722
  msgid "Term Search ignored; %1$s not supported."
2723
  msgstr ""
2724
 
2725
  #. translators: 1: taxonomy name
2726
+ #: includes/class-mla-options.php:1889
2727
  #, php-format
2728
  msgid "Checklist ignored; %1$s not supported."
2729
  msgstr ""
2730
 
2731
  #. translators: 1: taxonomy name
2732
+ #: includes/class-mla-options.php:1897
2733
  #, php-format
2734
  msgid "Checked On Top ignored; %1$s not supported."
2735
  msgstr ""
2736
 
2737
  #. translators: 1: option name, e.g., taxonomy_support
2738
+ #: includes/class-mla-options.php:1915 includes/class-mla-options.php:1991
2739
  #, php-format
2740
  msgid "Update custom %1$s"
2741
  msgstr ""
2742
 
2743
  #. translators: 1: option name, e.g., taxonomy_support
2744
+ #: includes/class-mla-options.php:1922 includes/class-mla-options.php:1998
2745
+ #: includes/class-mla-options.php:5232
2746
  #, php-format
2747
  msgid "Reset custom %1$s"
2748
  msgstr ""
2749
 
2750
+ #: includes/class-mla-options.php:1951
2751
  #: includes/mla-main-search-box-template.php:46
2752
  #: includes/mla-media-modal-js-template.php:31
2753
  msgid "and"
2754
  msgstr ""
2755
 
2756
+ #: includes/class-mla-options.php:1953
2757
  #: includes/mla-main-search-box-template.php:48
2758
  #: includes/mla-media-modal-js-template.php:35
2759
  msgid "or"
2760
  msgstr ""
2761
 
2762
+ #: includes/class-mla-options.php:1958 includes/class-mla-settings.php:2407
2763
  #: includes/class-mla-settings.php:2440 includes/class-mla-settings.php:2466
2764
  #: includes/class-mla-settings.php:2501 includes/class-mla-settings.php:2558
2765
  #: includes/class-mla-settings.php:2608
2768
  msgid "Name"
2769
  msgstr ""
2770
 
2771
+ #: includes/class-mla-options.php:1970
2772
  #: includes/mla-main-search-box-template.php:55
2773
  #: includes/mla-media-modal-js-template.php:61
2774
  msgid "Terms"
2775
  msgstr ""
2776
 
2777
+ #: includes/class-mla-options.php:3124 includes/class-mla-options.php:3253
2778
+ #: includes/class-mla-options.php:4265 includes/class-mla-options.php:4296
2779
  #: includes/class-mla-settings.php:1838
2780
  msgid "None (select a value)"
2781
  msgstr ""
2782
 
2783
+ #: includes/class-mla-options.php:3260
2784
  msgid "Metadata (see below)"
2785
  msgstr ""
2786
 
2787
+ #: includes/class-mla-options.php:3267
2788
  msgid "Template (see below)"
2789
  msgstr ""
2790
 
2791
  #. translators: 1: ERROR tag 2: custom field name
2792
+ #: includes/class-mla-options.php:3335 includes/class-mla-options.php:4573
2793
  #, php-format
2794
  msgid "%1$s: New field %2$s already exists."
2795
  msgstr ""
2796
 
2797
  #. translators: 1: custom field name
2798
+ #: includes/class-mla-options.php:3340 includes/class-mla-options.php:4578
2799
  #, php-format
2800
  msgid "Adding new field %1$s."
2801
  msgstr ""
2802
 
2803
  #. translators: 1: custom field name
2804
+ #: includes/class-mla-options.php:3348 includes/class-mla-options.php:4586
2805
  #, php-format
2806
  msgid "Adding new rule for %1$s."
2807
  msgstr ""
2808
 
2809
  #. translators: 1: custom field name
2810
+ #: includes/class-mla-options.php:3374 includes/class-mla-options.php:4447
2811
+ #: includes/class-mla-options.php:4612
2812
  #, php-format
2813
  msgid "Deleting rule for %1$s."
2814
  msgstr ""
2815
 
2816
  #. translators: 1: custom field name 2: attribute 3: old value 4: new value
2817
+ #: includes/class-mla-options.php:3397 includes/class-mla-options.php:3418
2818
+ #: includes/class-mla-options.php:3468 includes/class-mla-options.php:3475
2819
+ #: includes/class-mla-options.php:4363 includes/class-mla-options.php:4370
2820
+ #: includes/class-mla-options.php:4377 includes/class-mla-options.php:4472
2821
+ #: includes/class-mla-options.php:4479 includes/class-mla-options.php:4514
2822
+ #: includes/class-mla-options.php:4521 includes/class-mla-options.php:4622
2823
+ #: includes/class-mla-options.php:4629 includes/class-mla-options.php:4664
2824
+ #: includes/class-mla-options.php:4671
2825
  #, php-format
2826
  msgid "%1$s changing %2$s from %3$s to %4$s."
2827
  msgstr ""
2828
 
2829
+ #: includes/class-mla-options.php:3397 includes/class-mla-options.php:3746
2830
  msgid "Data Source"
2831
  msgstr ""
2832
 
2833
+ #: includes/class-mla-options.php:3403 includes/class-mla-options.php:4397
2834
+ #: includes/class-mla-options.php:4499 includes/class-mla-options.php:4649
2835
  msgid "Replace to Keep"
2836
  msgstr ""
2837
 
2838
+ #: includes/class-mla-options.php:3406 includes/class-mla-options.php:4400
2839
+ #: includes/class-mla-options.php:4502 includes/class-mla-options.php:4652
2840
  msgid "Keep to Replace"
2841
  msgstr ""
2842
 
2843
  #. translators: 1: custom field name 2: attribute 3: old value 'to' new value
2844
+ #: includes/class-mla-options.php:3411 includes/class-mla-options.php:3432
2845
+ #: includes/class-mla-options.php:3446 includes/class-mla-options.php:3460
2846
+ #: includes/class-mla-options.php:3489 includes/class-mla-options.php:4391
2847
+ #: includes/class-mla-options.php:4405 includes/class-mla-options.php:4493
2848
+ #: includes/class-mla-options.php:4507 includes/class-mla-options.php:4643
2849
+ #: includes/class-mla-options.php:4657 includes/class-mla-options.php:4685
2850
  #, php-format
2851
  msgid "%1$s changing %2$s value from %3$s."
2852
  msgstr ""
2853
 
2854
+ #: includes/class-mla-options.php:3411 includes/class-mla-options.php:3747
2855
+ #: includes/class-mla-options.php:4405 includes/class-mla-options.php:4507
2856
+ #: includes/class-mla-options.php:4657 includes/class-mla-options.php:4811
2857
+ #: includes/class-mla-options.php:4897 includes/class-mla-options.php:5130
2858
  msgid "Existing Text"
2859
  msgstr ""
2860
 
2861
+ #: includes/class-mla-options.php:3418 includes/class-mla-options.php:3748
2862
+ #: includes/class-mla-options.php:4664 includes/class-mla-options.php:4959
2863
+ #: includes/class-mla-options.php:5054 includes/class-mla-options.php:5100
2864
  msgid "Format"
2865
  msgstr ""
2866
 
2867
+ #: includes/class-mla-options.php:3424 includes/class-mla-options.php:3438
2868
+ #: includes/class-mla-options.php:3452 includes/class-mla-options.php:3481
2869
+ #: includes/class-mla-options.php:4677
2870
  msgid "unchecked to checked"
2871
  msgstr ""
2872
 
2873
+ #: includes/class-mla-options.php:3427 includes/class-mla-options.php:3441
2874
+ #: includes/class-mla-options.php:3455 includes/class-mla-options.php:3484
2875
+ #: includes/class-mla-options.php:4680
2876
  msgid "checked to unchecked"
2877
  msgstr ""
2878
 
2879
+ #: includes/class-mla-options.php:3432 includes/class-mla-options.php:3749
2880
  msgid "MLA Column"
2881
  msgstr ""
2882
 
2883
+ #: includes/class-mla-options.php:3468
2884
  msgid "Metavalue name"
2885
  msgstr ""
2886
 
2887
+ #: includes/class-mla-options.php:3475 includes/class-mla-options.php:3583
2888
+ #: includes/class-mla-options.php:3682 includes/class-mla-options.php:3726
2889
+ #: includes/class-mla-options.php:4671 includes/class-mla-options.php:4966
2890
+ #: includes/class-mla-options.php:5061 includes/class-mla-options.php:5107
2891
  msgid "Option"
2892
  msgstr ""
2893
 
2894
+ #: includes/class-mla-options.php:3489 includes/class-mla-options.php:3595
2895
+ #: includes/class-mla-options.php:3694 includes/class-mla-options.php:3738
2896
+ #: includes/class-mla-options.php:4685 includes/class-mla-options.php:4978
2897
+ #: includes/class-mla-options.php:5073 includes/class-mla-options.php:5119
2898
  msgid "Delete NULL values"
2899
  msgstr ""
2900
 
2901
+ #: includes/class-mla-options.php:3528 includes/class-mla-options.php:4909
2902
  msgid "No Custom Field Mapping Rules Defined"
2903
  msgstr ""
2904
 
2905
+ #: includes/class-mla-options.php:3569 includes/class-mla-options.php:3668
2906
+ #: includes/class-mla-options.php:3712 includes/class-mla-options.php:4786
2907
+ #: includes/class-mla-options.php:4836 includes/class-mla-options.php:4956
2908
+ #: includes/class-mla-options.php:5051 includes/class-mla-options.php:5097
2909
  #: includes/class-mla-thumbnail-generation.php:431
2910
  msgid "Keep"
2911
  msgstr ""
2912
 
2913
+ #: includes/class-mla-options.php:3573 includes/class-mla-options.php:3672
2914
+ #: includes/class-mla-options.php:3716 includes/class-mla-options.php:4961
2915
+ #: includes/class-mla-options.php:5056 includes/class-mla-options.php:5102
2916
  msgid "Native"
2917
  msgstr ""
2918
 
2919
+ #: includes/class-mla-options.php:3575 includes/class-mla-options.php:3674
2920
+ #: includes/class-mla-options.php:3718 includes/class-mla-options.php:4963
2921
+ #: includes/class-mla-options.php:5058 includes/class-mla-options.php:5104
2922
  msgid "Commas"
2923
  msgstr ""
2924
 
2925
+ #: includes/class-mla-options.php:3577 includes/class-mla-options.php:3676
2926
+ #: includes/class-mla-options.php:3720 includes/class-mla-options.php:4965
2927
+ #: includes/class-mla-options.php:5060 includes/class-mla-options.php:5106
2928
  msgid "Raw"
2929
  msgstr ""
2930
 
2931
+ #: includes/class-mla-options.php:3585 includes/class-mla-options.php:3684
2932
+ #: includes/class-mla-options.php:3728 includes/class-mla-options.php:4968
2933
+ #: includes/class-mla-options.php:5063 includes/class-mla-options.php:5109
2934
  msgid "Text"
2935
  msgstr ""
2936
 
2937
+ #: includes/class-mla-options.php:3587 includes/class-mla-options.php:3686
2938
+ #: includes/class-mla-options.php:3730 includes/class-mla-options.php:4970
2939
+ #: includes/class-mla-options.php:5065 includes/class-mla-options.php:5111
2940
  msgid "Single"
2941
  msgstr ""
2942
 
2943
+ #: includes/class-mla-options.php:3589 includes/class-mla-options.php:3688
2944
+ #: includes/class-mla-options.php:3732 includes/class-mla-options.php:4972
2945
+ #: includes/class-mla-options.php:5067 includes/class-mla-options.php:5113
2946
  msgid "Export"
2947
  msgstr ""
2948
 
2949
+ #: includes/class-mla-options.php:3591 includes/class-mla-options.php:3690
2950
+ #: includes/class-mla-options.php:3734 includes/class-mla-options.php:4974
2951
+ #: includes/class-mla-options.php:5069 includes/class-mla-options.php:5115
2952
  msgid "Array"
2953
  msgstr ""
2954
 
2955
+ #: includes/class-mla-options.php:3593 includes/class-mla-options.php:3692
2956
+ #: includes/class-mla-options.php:3736 includes/class-mla-options.php:4976
2957
+ #: includes/class-mla-options.php:5071 includes/class-mla-options.php:5117
2958
  msgid "Multi"
2959
  msgstr ""
2960
 
2961
+ #: includes/class-mla-options.php:3596 includes/class-mla-options.php:4979
2962
  msgid "Delete Rule"
2963
  msgstr ""
2964
 
2965
+ #: includes/class-mla-options.php:3597 includes/class-mla-options.php:4980
2966
  msgid "Delete Rule AND Field"
2967
  msgstr ""
2968
 
2969
+ #: includes/class-mla-options.php:3598 includes/class-mla-options.php:4981
2970
  msgid "Update Rule"
2971
  msgstr ""
2972
 
2973
+ #: includes/class-mla-options.php:3599 includes/class-mla-options.php:4982
2974
  #: includes/class-mla-settings.php:730 includes/class-mla-settings.php:861
2975
  msgid "Map All Attachments"
2976
  msgstr ""
2977
 
2978
+ #: includes/class-mla-options.php:3663 includes/class-mla-options.php:5040
2979
  msgid "Add a new Mapping Rule"
2980
  msgstr ""
2981
 
2982
+ #: includes/class-mla-options.php:3695 includes/class-mla-options.php:5074
2983
  msgid "Add Rule"
2984
  msgstr ""
2985
 
2986
+ #: includes/class-mla-options.php:3696 includes/class-mla-options.php:5075
2987
  msgid "Add Rule and Map All Attachments"
2988
  msgstr ""
2989
 
2990
+ #: includes/class-mla-options.php:3707 includes/class-mla-options.php:5086
2991
  msgid "Add a new Field and Mapping Rule"
2992
  msgstr ""
2993
 
2994
+ #: includes/class-mla-options.php:3739 includes/class-mla-options.php:5120
2995
  msgid "Add Field"
2996
  msgstr ""
2997
 
2998
+ #: includes/class-mla-options.php:3740 includes/class-mla-options.php:5121
2999
  msgid "Add Field and Map All Attachments"
3000
  msgstr ""
3001
 
3002
+ #: includes/class-mla-options.php:3745 includes/class-mla-options.php:4363
3003
+ #: includes/class-mla-options.php:4807 includes/class-mla-options.php:4893
3004
+ #: includes/class-mla-options.php:5126
3005
  msgid "Field Title"
3006
  msgstr ""
3007
 
3008
+ #: includes/class-mla-options.php:3770
3009
  msgid "Custom field mapping rules updated."
3010
  msgstr ""
3011
 
3012
+ #: includes/class-mla-options.php:3772
3013
  msgid "Custom field mapping rules update failed."
3014
  msgstr ""
3015
 
3016
+ #: includes/class-mla-options.php:3775 includes/class-mla-settings.php:775
3017
  #: includes/class-mla-settings.php:781
3018
  msgid "Custom field no mapping rule changes detected."
3019
  msgstr ""
3020
 
3021
+ #: includes/class-mla-options.php:3783
3022
  msgid "Custom field mapping settings saved."
3023
  msgstr ""
3024
 
3025
+ #: includes/class-mla-options.php:3785
3026
  msgid "Custom field mapping settings reset failed."
3027
  msgstr ""
3028
 
3029
  #. translators: 1: ERROR tag 2: custom field name
3030
+ #: includes/class-mla-options.php:4351
3031
  #, php-format
3032
  msgid "%1$s: No old values for %2$s."
3033
  msgstr ""
3034
 
3035
+ #: includes/class-mla-options.php:4370 includes/class-mla-options.php:4472
3036
+ #: includes/class-mla-options.php:4622 includes/class-mla-options.php:4808
3037
+ #: includes/class-mla-options.php:4894 includes/class-mla-options.php:5127
3038
  msgid "IPTC Value"
3039
  msgstr ""
3040
 
3041
+ #: includes/class-mla-options.php:4377 includes/class-mla-options.php:4479
3042
+ #: includes/class-mla-options.php:4629
3043
  msgid "EXIF Value"
3044
  msgstr ""
3045
 
3046
+ #: includes/class-mla-options.php:4383 includes/class-mla-options.php:4485
3047
+ #: includes/class-mla-options.php:4635
3048
  msgid "EXIF to IPTC"
3049
  msgstr ""
3050
 
3051
+ #: includes/class-mla-options.php:4386 includes/class-mla-options.php:4488
3052
+ #: includes/class-mla-options.php:4638
3053
  msgid "IPTC to EXIF"
3054
  msgstr ""
3055
 
3056
+ #: includes/class-mla-options.php:4391 includes/class-mla-options.php:4493
3057
+ #: includes/class-mla-options.php:4643 includes/class-mla-options.php:4810
3058
+ #: includes/class-mla-options.php:4896 includes/class-mla-options.php:5129
3059
  msgid "Priority"
3060
  msgstr ""
3061
 
3062
+ #: includes/class-mla-options.php:4514 includes/class-mla-options.php:4898
3063
  msgid "Delimiter(s)"
3064
  msgstr ""
3065
 
3066
+ #: includes/class-mla-options.php:4782 includes/class-mla-options.php:4832
3067
+ #: includes/class-mla-options.php:4952 includes/class-mla-options.php:5047
3068
+ #: includes/class-mla-options.php:5093
3069
  msgid "IPTC"
3070
  msgstr ""
3071
 
3072
+ #: includes/class-mla-options.php:4784 includes/class-mla-options.php:4834
3073
+ #: includes/class-mla-options.php:4954 includes/class-mla-options.php:5049
3074
+ #: includes/class-mla-options.php:5095
3075
  msgid "EXIF"
3076
  msgstr ""
3077
 
3078
+ #: includes/class-mla-options.php:4809 includes/class-mla-options.php:4895
3079
+ #: includes/class-mla-options.php:5128
3080
  msgid "EXIF/Template Value"
3081
  msgstr ""
3082
 
3083
  #. translators: 1: ERROR tag 2: option name
3084
+ #: includes/class-mla-options.php:5138
3085
  #, php-format
3086
  msgid "%1$s: Render unknown custom %2$s."
3087
  msgstr ""
3088
 
3089
  #. translators: 1: ERROR tag 2: option name
3090
+ #: includes/class-mla-options.php:5182
3091
  #, php-format
3092
  msgid "%1$s: Update/delete unknown custom %2$s."
3093
  msgstr ""
3094
 
3095
+ #: includes/class-mla-options.php:5188
3096
  msgid "IPTC/EXIF mapping settings updated."
3097
  msgstr ""
3098
 
3099
+ #: includes/class-mla-options.php:5190
3100
  msgid "IPTC/EXIF settings update failed."
3101
  msgstr ""
3102
 
3103
+ #: includes/class-mla-options.php:5193 includes/class-mla-settings.php:909
3104
  #: includes/class-mla-settings.php:915
3105
  msgid "IPTC/EXIF no mapping changes detected."
3106
  msgstr ""
3107
 
3108
  #. translators: 1: field type
3109
+ #: includes/class-mla-options.php:5204 includes/class-mla-options.php:5214
3110
+ #: includes/class-mla-options.php:5224 includes/class-mla-settings.php:3515
3111
  #, php-format
3112
  msgid "%1$s settings saved."
3113
  msgstr ""
3114
 
3115
+ #: includes/class-mla-options.php:5204 includes/class-mla-options.php:5207
3116
+ #: includes/class-mla-settings.php:3760 includes/class-mla-settings.php:3799
3117
+ #: includes/class-mla-settings.php:3802
3118
  msgid "Standard field"
3119
  msgstr ""
3120
 
3121
  #. translators: 1: ERROR tag 2: field type
3122
+ #: includes/class-mla-options.php:5207 includes/class-mla-options.php:5217
3123
+ #: includes/class-mla-options.php:5227
3124
  #, php-format
3125
  msgid "%1$s: IPTC/EXIF %2$s settings update failed."
3126
  msgstr ""
3127
 
3128
+ #: includes/class-mla-options.php:5214 includes/class-mla-options.php:5217
3129
+ #: includes/class-mla-settings.php:3831 includes/class-mla-settings.php:3870
3130
+ #: includes/class-mla-settings.php:3873
3131
  msgid "Taxonomy term"
3132
  msgstr ""
3133
 
3134
+ #: includes/class-mla-options.php:5224 includes/class-mla-options.php:5227
3135
+ #: includes/class-mla-settings.php:3660 includes/class-mla-settings.php:3663
3136
+ #: includes/class-mla-settings.php:3917 includes/class-mla-settings.php:3956
3137
+ #: includes/class-mla-settings.php:3959
3138
  msgid "Custom field"
3139
  msgstr ""
3140
 
3141
  #. translators: 1: ERROR tag 2: option name, e.g., taxonomy_support
3142
+ #: includes/class-mla-options.php:5235
3143
  #, php-format
3144
  msgid "%1$s: Reset unknown custom %2$s"
3145
  msgstr ""
3146
 
3147
+ #: includes/class-mla-polylang-support.php:270
3148
  msgid "ERROR: No post ID found"
3149
  msgstr ""
3150
 
3151
+ #: includes/class-mla-polylang-support.php:371
3152
  msgid "Error while saving the translations."
3153
  msgstr ""
3154
 
3155
+ #: includes/class-mla-polylang-support.php:372
3156
  msgid "Remove From Bulk Translate"
3157
  msgstr ""
3158
 
3159
+ #: includes/class-mla-polylang-support.php:374
3160
  msgid "Bulk Translate items"
3161
  msgstr ""
3162
 
3163
+ #: includes/class-mla-polylang-support.php:375
3164
  msgid "Add new"
3165
  msgstr ""
3166
 
3167
+ #: includes/class-mla-polylang-support.php:1486
3168
+ #: includes/class-mla-polylang-support.php:1825
 
 
 
 
 
3169
  #: includes/class-mla-thumbnail-generation.php:466
3170
  msgid "Bulk Translations"
3171
  msgstr ""
3172
 
3173
+ #: includes/class-mla-polylang-support.php:1510
3174
  msgid "Translate"
3175
  msgstr ""
3176
 
3177
+ #: includes/class-mla-polylang-support.php:1626
3178
  msgid "All Languages"
3179
  msgstr ""
3180
 
3181
+ #: includes/class-mla-polylang-support.php:1633
3182
+ #: includes/class-mla-polylang-support.php:1890
3183
+ #: includes/class-mla-polylang-support.php:2016
3184
  msgid "Quick Translate"
3185
  msgstr ""
3186
 
3187
+ #: includes/class-mla-polylang-support.php:1637
3188
  msgid "Set Language"
3189
  msgstr ""
3190
 
3191
+ #: includes/class-mla-polylang-support.php:1638
3192
+ #: includes/class-mla-polylang-support.php:2023
3193
  msgid "Bulk Translate"
3194
  msgstr ""
3195
 
3196
+ #: includes/class-mla-polylang-support.php:1639
3197
  msgid "Add or Modify Translation"
3198
  msgstr ""
3199
 
3200
+ #: includes/class-mla-polylang-support.php:1640
3201
+ #: includes/class-mla-polylang-support.php:1691
3202
+ #: includes/class-mla-polylang-support.php:1962
3203
+ #: includes/class-mla-wpml-support.php:1212
3204
+ #: includes/class-mla-wpml-support.php:1717
3205
  msgid "Language"
3206
  msgstr ""
3207
 
3208
+ #: includes/class-mla-polylang-support.php:1642
3209
  #: includes/class-mla-thumbnail-generation.php:437
3210
  msgid "Options"
3211
  msgstr ""
3212
 
3213
+ #: includes/class-mla-polylang-support.php:1890
3214
  msgid "Translate this item inline"
3215
  msgstr ""
3216
 
3217
+ #: includes/class-mla-polylang-support.php:1997
3218
+ #: includes/class-mla-polylang-support.php:2086
3219
+ #: includes/class-mla-wpml-support.php:1247
3220
+ #: includes/class-mla-wpml-support.php:1322
3221
  msgid "Media/Assistant submenu table"
3222
  msgstr ""
3223
 
3224
+ #: includes/class-mla-polylang-support.php:2002
3225
+ #: includes/class-mla-wpml-support.php:1252
3226
  msgid "Language Column"
3227
  msgstr ""
3228
 
3229
+ #: includes/class-mla-polylang-support.php:2005
3230
+ #: includes/class-mla-wpml-support.php:1255
3231
  msgid ""
3232
  "Check this option to add a Language column to the Media/Assistant submenu "
3233
  "table."
3234
  msgstr ""
3235
 
3236
+ #: includes/class-mla-polylang-support.php:2009
3237
+ #: includes/class-mla-wpml-support.php:1259
3238
  msgid "Translations Column"
3239
  msgstr ""
3240
 
3241
+ #: includes/class-mla-polylang-support.php:2012
3242
+ #: includes/class-mla-wpml-support.php:1262
3243
  msgid ""
3244
  "Check this option to add a Translation Status column to the Media/Assistant "
3245
  "submenu table."
3246
  msgstr ""
3247
 
3248
+ #: includes/class-mla-polylang-support.php:2019
3249
  msgid ""
3250
  "Check this option to add a Quick Translate rollover action to the Media/"
3251
  "Assistant submenu table."
3252
  msgstr ""
3253
 
3254
+ #: includes/class-mla-polylang-support.php:2026
3255
  msgid ""
3256
  "Check this option to add \"Translate\" to the \"Bulk Actions\" control on "
3257
  "the Media/Assistant submenu table."
3258
  msgstr ""
3259
 
3260
+ #: includes/class-mla-polylang-support.php:2030
3261
+ #: includes/class-mla-polylang-support.php:2086
3262
+ #: includes/class-mla-wpml-support.php:1266
3263
+ #: includes/class-mla-wpml-support.php:1322
3264
  msgid "Term Management"
3265
  msgstr ""
3266
 
3267
+ #: includes/class-mla-polylang-support.php:2035
3268
+ #: includes/class-mla-wpml-support.php:1271
3269
  msgid "Term Assignment"
3270
  msgstr ""
3271
 
3272
+ #: includes/class-mla-polylang-support.php:2038
3273
+ #: includes/class-mla-wpml-support.php:1274
3274
  msgid ""
3275
  "Check this option to assign language-specific terms when items are updated."
3276
  msgstr ""
3277
 
3278
+ #: includes/class-mla-polylang-support.php:2042
3279
+ #: includes/class-mla-wpml-support.php:1278
3280
  msgid "Term Synchronization"
3281
  msgstr ""
3282
 
3283
+ #: includes/class-mla-polylang-support.php:2045
3284
+ #: includes/class-mla-wpml-support.php:1281
3285
  msgid ""
3286
  "Check this option to synchronize common terms among all item translations."
3287
  msgstr ""
3288
 
3289
+ #: includes/class-mla-polylang-support.php:2084
3290
+ #: includes/class-mla-wpml-support.php:1320
3291
  msgid "Language Options"
3292
  msgstr ""
3293
 
3294
  #. translators: 1: - 4: page subheader values
3295
+ #: includes/class-mla-polylang-support.php:2086
3296
  #, php-format
3297
  msgid ""
3298
  "In this tab you can find a number of options for controlling Polylang-"
3302
  msgstr ""
3303
 
3304
  #. translators: 1: Documentation hyperlink
3305
+ #: includes/class-mla-polylang-support.php:2088
3306
+ #: includes/class-mla-wpml-support.php:1324
3307
  #, php-format
3308
  msgid ""
3309
  "You can find more information about multilingual features in the %1$s "
3310
  "section of the Documentation."
3311
  msgstr ""
3312
 
3313
+ #: includes/class-mla-polylang-support.php:2088
3314
+ #: includes/class-mla-wpml-support.php:1324
3315
  msgid "Language Options documentation"
3316
  msgstr ""
3317
 
3318
+ #: includes/class-mla-polylang-support.php:2088
3319
+ #: includes/class-mla-wpml-support.php:1324
3320
  msgid "WPML &amp; Polylang Multilingual Support; the MLA Language Tab"
3321
  msgstr ""
3322
 
3323
+ #: includes/class-mla-polylang-support.php:2090
3324
  #: includes/class-mla-settings.php:1359 includes/class-mla-settings.php:1717
3325
  #: includes/class-mla-settings.php:1770 includes/class-mla-settings.php:2186
3326
  #: includes/class-mla-settings.php:2236 includes/class-mla-settings.php:2324
3327
  #: includes/class-mla-settings.php:2766 includes/class-mla-settings.php:2769
3328
  #: includes/class-mla-settings.php:2908 includes/class-mla-settings.php:2910
3329
+ #: includes/class-mla-settings.php:3178 includes/class-mla-settings.php:3180
3330
+ #: includes/class-mla-wpml-support.php:1326
3331
  msgid "Save Changes"
3332
  msgstr ""
3333
 
3334
+ #: includes/class-mla-polylang-support.php:2091
3335
+ #: includes/class-mla-wpml-support.php:1327
3336
  msgid "Delete Language options and restore default settings"
3337
  msgstr ""
3338
 
3339
+ #: includes/class-mla-polylang-support.php:2094
3340
  #: includes/class-mla-settings.php:1098 includes/class-mla-settings.php:1364
3341
  #: includes/class-mla-settings.php:2319
3342
+ #: includes/class-mla-wpml-support.php:1330
3343
  msgid "Go to Top"
3344
  msgstr ""
3345
 
3346
+ #: includes/class-mla-polylang-support.php:2131
3347
+ #: includes/class-mla-wpml-support.php:1367
3348
  msgid "Language settings saved."
3349
  msgstr ""
3350
 
3351
  #. translators: 1: option name
3352
+ #: includes/class-mla-polylang-support.php:2162
3353
+ #: includes/class-mla-settings.php:4136
3354
+ #: includes/class-mla-wpml-support.php:1398
3355
  #, php-format
3356
  msgctxt "message_list"
3357
  msgid "delete_option \"%1$s\""
3358
  msgstr ""
3359
 
3360
+ #: includes/class-mla-polylang-support.php:2170
3361
+ #: includes/class-mla-wpml-support.php:1406
3362
  msgid "Language settings reset to default values."
3363
  msgstr ""
3364
 
3379
  msgstr ""
3380
 
3381
  #: includes/class-mla-settings.php:466 includes/class-mla-settings.php:979
3382
+ #: includes/class-mla-settings.php:3221
3383
  msgid "Settings"
3384
  msgstr ""
3385
 
3440
  msgid "Uploads"
3441
  msgstr ""
3442
 
3443
+ #: includes/class-mla-settings.php:1252 includes/class-mla-settings.php:3515
3444
+ #: includes/class-mla-settings.php:3518
3445
  msgid "MLA Gallery"
3446
  msgstr ""
3447
 
3495
  msgid "Donate to FTJ"
3496
  msgstr ""
3497
 
3498
+ #: includes/class-mla-settings.php:1367 includes/class-mla-settings.php:3213
3499
  msgid "Donate"
3500
  msgstr ""
3501
 
3688
  msgstr ""
3689
 
3690
  #: includes/class-mla-settings.php:1882 includes/class-mla-settings.php:2246
3691
+ #: includes/class-mla-upload-list-table.php:515
3692
  msgid "Inactive"
3693
  msgstr ""
3694
 
3770
  msgstr ""
3771
 
3772
  #: includes/class-mla-settings.php:2260
3773
+ #: includes/class-mla-upload-list-table.php:517
3774
  msgid "Active"
3775
  msgstr ""
3776
 
4045
  msgstr ""
4046
 
4047
  #. translators: 1: ERROR tag 2: file type 3: file name 4: error message
4048
+ #: includes/class-mla-settings.php:3077
4049
  #, php-format
4050
  msgid "%1$s: Reseting the %2$s file ( %3$s ) \"%4$s\"."
4051
  msgstr ""
4052
 
4053
+ #: includes/class-mla-settings.php:3077 includes/class-mla-settings.php:3118
4054
+ #: includes/class-mla-settings.php:3141 includes/class-mla-settings.php:3151
4055
+ #: includes/class-mla-settings.php:3173
4056
  msgid "Error Log"
4057
  msgstr ""
4058
 
4059
  #. translators: 1: ERROR tag 2: file type 3: file name 4: error message
4060
+ #: includes/class-mla-settings.php:3118
4061
  #, php-format
4062
  msgid "%1$s: Reading the %2$s file ( %3$s ) \"%4$s\"."
4063
  msgstr ""
4064
 
4065
  #. translators: 1: file name
4066
+ #: includes/class-mla-settings.php:3128
4067
  #, php-format
4068
  msgid "Error log file (%1$s) not found; click Reset to create it."
4069
  msgstr ""
4070
 
4071
+ #: includes/class-mla-settings.php:3151
4072
  msgid "Reset"
4073
  msgstr ""
4074
 
4075
+ #: includes/class-mla-settings.php:3168 includes/class-mla-settings.php:3180
4076
  msgid "Debug Options"
4077
  msgstr ""
4078
 
4079
+ #: includes/class-mla-settings.php:3171
4080
+ msgid "Debug Settings"
4081
+ msgstr ""
4082
+
4083
  #. translators: 1: "Save Changes"
4084
+ #: includes/class-mla-settings.php:3180
4085
  #, php-format
4086
  msgid "Click %1$s to update the %2$s."
4087
  msgstr ""
4088
 
4089
+ #: includes/class-mla-settings.php:3199
4090
  msgid "You do not have permission to manage plugin settings."
4091
  msgstr ""
4092
 
4093
+ #: includes/class-mla-settings.php:3233
4094
  msgid "Cannot render content tab"
4095
  msgstr ""
4096
 
4097
+ #: includes/class-mla-settings.php:3236
4098
  msgid "Unknown content tab"
4099
  msgstr ""
4100
 
4101
  #. translators: 1: template type 2: template name
4102
+ #: includes/class-mla-settings.php:3328 includes/class-mla-settings.php:3417
4103
  #, php-format
4104
  msgctxt "message_list"
4105
  msgid "Deleting %1$s \"%2$s\"."
4106
  msgstr ""
4107
 
4108
  #. translators: 1: ERROR tag 2: template name 3: template type
4109
+ #: includes/class-mla-settings.php:3339 includes/class-mla-settings.php:3430
4110
  #, php-format
4111
  msgid "%1$s: Reserved name \"%2$s\", new %3$s discarded."
4112
  msgstr ""
4113
 
4114
  #. translators: 1: ERROR tag 2: template name 3: template type
4115
+ #: includes/class-mla-settings.php:3345 includes/class-mla-settings.php:3436
4116
  #, php-format
4117
  msgid "%1$s: Duplicate name \"%2$s\", new %3$s discarded."
4118
  msgstr ""
4119
 
4120
  #. translators: 1: template type 2: template name
4121
+ #: includes/class-mla-settings.php:3349 includes/class-mla-settings.php:3440
4122
  #, php-format
4123
  msgctxt "message_list"
4124
  msgid "Adding new %1$s \"%2$s\"."
4125
  msgstr ""
4126
 
4127
  #. translators: 1: ERROR tag 2: element name 3: old value
4128
+ #: includes/class-mla-settings.php:3359 includes/class-mla-settings.php:3450
4129
  #, php-format
4130
  msgid "%1$s: Blank %2$s, reverting to \"%3$s\"."
4131
  msgstr ""
4132
 
4133
+ #: includes/class-mla-settings.php:3359 includes/class-mla-settings.php:3366
4134
+ #: includes/class-mla-settings.php:3370
4135
  msgid "style template name"
4136
  msgstr ""
4137
 
4138
  #. translators: 1: ERROR tag 2: element name 3: new value 4: old value
4139
+ #: includes/class-mla-settings.php:3366 includes/class-mla-settings.php:3457
4140
  #, php-format
4141
  msgid "%1$s: Duplicate new %2$s \"%3$s\", reverting to \"%4$s\"."
4142
  msgstr ""
4143
 
4144
  #. translators: 1: element name 2: old_value 3: new_value
4145
+ #: includes/class-mla-settings.php:3370 includes/class-mla-settings.php:3461
4146
  #, php-format
4147
  msgctxt "message_list"
4148
  msgid "Changing %1$s from \"%2$s\" to \"%3$s\""
4149
  msgstr ""
4150
 
4151
  #. translators: 1: template type 2: template name
4152
+ #: includes/class-mla-settings.php:3377
4153
  #, php-format
4154
  msgctxt "message_list"
4155
  msgid "Updating contents of %1$s \"%2$s\"."
4156
  msgstr ""
4157
 
4158
  #. translators: 1: ERROR tag 2: template type
4159
+ #: includes/class-mla-settings.php:3388 includes/class-mla-settings.php:3509
4160
  #, php-format
4161
  msgid "%1$s: Update of %2$s failed."
4162
  msgstr ""
4163
 
4164
+ #: includes/class-mla-settings.php:3450 includes/class-mla-settings.php:3457
4165
+ #: includes/class-mla-settings.php:3461
4166
  msgid "markup template name"
4167
  msgstr ""
4168
 
4169
  #. translators: 1: template name
4170
+ #: includes/class-mla-settings.php:3469
4171
  #, php-format
4172
  msgctxt "message_list"
4173
  msgid "Updating open markup for \"%1$s\"."
4174
  msgstr ""
4175
 
4176
  #. translators: 1: template name
4177
+ #: includes/class-mla-settings.php:3475
4178
  #, php-format
4179
  msgctxt "message_list"
4180
  msgid "Updating row open markup for \"%1$s\"."
4181
  msgstr ""
4182
 
4183
  #. translators: 1: template name
4184
+ #: includes/class-mla-settings.php:3481
4185
  #, php-format
4186
  msgctxt "message_list"
4187
  msgid "Updating item markup for \"%1$s\"."
4188
  msgstr ""
4189
 
4190
  #. translators: 1: template name
4191
+ #: includes/class-mla-settings.php:3487
4192
  #, php-format
4193
  msgctxt "message_list"
4194
  msgid "Updating row close markup for \"%1$s\"."
4195
  msgstr ""
4196
 
4197
  #. translators: 1: template name
4198
+ #: includes/class-mla-settings.php:3493
4199
  #, php-format
4200
  msgctxt "message_list"
4201
  msgid "Updating close markup for \"%1$s\"."
4202
  msgstr ""
4203
 
4204
  #. translators: 1: field type
4205
+ #: includes/class-mla-settings.php:3518
4206
  #, php-format
4207
  msgid "%1$s no changes detected."
4208
  msgstr ""
4209
 
4210
+ #: includes/class-mla-settings.php:3553
4211
  msgid "View settings saved."
4212
  msgstr ""
4213
 
4214
+ #: includes/class-mla-settings.php:3587
4215
  msgid "Upload MIME Type settings saved."
4216
  msgstr ""
4217
 
4218
+ #: includes/class-mla-settings.php:3630
4219
  msgid "No custom field mapping rules to process."
4220
  msgstr ""
4221
 
4222
  #. translators: 1: field type 2: examined count 3: updated count
4223
+ #: includes/class-mla-settings.php:3660 includes/class-mla-settings.php:3799
4224
+ #: includes/class-mla-settings.php:3870 includes/class-mla-settings.php:3956
4225
  #, php-format
4226
  msgid "%1$s mapping completed; %2$d attachment(s) examined, %3$d updated."
4227
  msgstr ""
4228
 
4229
  #. translators: 1: field type 2: examined count
4230
+ #: includes/class-mla-settings.php:3663 includes/class-mla-settings.php:3802
4231
+ #: includes/class-mla-settings.php:3873 includes/class-mla-settings.php:3959
4232
  #, php-format
4233
  msgid ""
4234
  "%1$s mapping completed; %2$d attachment(s) examined, no changes detected."
4235
  msgstr ""
4236
 
4237
  #. translators: 1: number of attachments
4238
+ #: includes/class-mla-settings.php:3694
4239
  #, php-format
4240
  msgid "%s attachment"
4241
  msgid_plural "%s attachments"
4243
  msgstr[1] ""
4244
 
4245
  #. translators: 1: singular/plural number of attachments
4246
+ #: includes/class-mla-settings.php:3696
4247
  #, php-format
4248
  msgid "Deleted custom field value from %1$s."
4249
  msgstr ""
4250
 
4251
+ #: includes/class-mla-settings.php:3699
4252
  msgid "No attachments contained this custom field."
4253
  msgstr ""
4254
 
4255
  #. translators: 1: ERROR tag 2: field type
4256
+ #: includes/class-mla-settings.php:3760 includes/class-mla-settings.php:3831
4257
+ #: includes/class-mla-settings.php:3917
4258
  #, php-format
4259
  msgid "%1$s: No %2$s settings to process."
4260
  msgstr ""
4261
 
4262
+ #: includes/class-mla-settings.php:3790 includes/class-mla-settings.php:3861
4263
+ #: includes/class-mla-settings.php:3947
4264
  msgid "updated."
4265
  msgstr ""
4266
 
4267
  #. translators: 1: reference type, e.g., Gallery in
4268
+ #: includes/class-mla-settings.php:4052 includes/class-mla-settings.php:4062
4269
  #, php-format
4270
  msgctxt "message_list"
4271
  msgid "%1$s - references updated."
4272
  msgstr ""
4273
 
4274
+ #: includes/class-mla-settings.php:4105
4275
  msgid "General settings saved."
4276
  msgstr ""
4277
 
4278
+ #: includes/class-mla-settings.php:4144
4279
  msgid "General settings reset to default values."
4280
  msgstr ""
4281
 
4282
+ #: includes/class-mla-settings.php:4186
4283
  msgid "select settings"
4284
  msgstr ""
4285
 
4286
+ #: includes/class-mla-settings.php:4206
4287
  msgid "Import ALL Settings"
4288
  msgstr ""
4289
 
4290
+ #: includes/class-mla-settings.php:4231
4291
  msgctxt "message_list"
4292
  msgid "exported"
4293
  msgstr ""
4294
 
4295
+ #: includes/class-mla-settings.php:4233
4296
  msgctxt "message_list"
4297
  msgid "skipped"
4298
  msgstr ""
4299
 
4300
+ #: includes/class-mla-settings.php:4240
4301
  msgid "ALL settings exported."
4302
  msgstr ""
4303
 
4304
  #. translators: 1: ERROR tag 2: backup directory name
4305
+ #: includes/class-mla-settings.php:4251
4306
  #, php-format
4307
  msgid "%1$s: The settings directory ( %2$s ) cannot be created."
4308
  msgstr ""
4309
 
4310
  #. translators: 1: ERROR tag 2: backup directory name
4311
+ #: includes/class-mla-settings.php:4255
4312
  #, php-format
4313
  msgid "%1$s: The settings directory ( %2$s ) is not writable."
4314
  msgstr ""
4315
 
4316
  #. translators: 1: ERROR tag 2: backup file name
4317
+ #: includes/class-mla-settings.php:4266
4318
  #, php-format
4319
  msgid "%1$s: The settings file ( %2$s ) could not be opened."
4320
  msgstr ""
4321
 
4322
  #. translators: 1: ERROR tag 2: PHP error information
4323
+ #: includes/class-mla-settings.php:4273
4324
  #, php-format
4325
  msgctxt "error_log"
4326
  msgid "%1$s: _export_settings $error_info = \"%2$s\"."
4327
  msgstr ""
4328
 
4329
  #. translators: 1: ERROR tag 2: backup file name 3: error message
4330
+ #: includes/class-mla-settings.php:4282
4331
  #, php-format
4332
  msgid "%1$s: Writing the settings file ( %2$s ) \"%3$s\"."
4333
  msgstr ""
4334
 
4335
  #. translators: 1: number of option settings
4336
+ #: includes/class-mla-settings.php:4288
4337
  #, php-format
4338
  msgid "Settings exported; %1$s settings recorded."
4339
  msgstr ""
4340
 
4341
+ #: includes/class-mla-settings.php:4306
4342
  msgid "No settings imported."
4343
  msgstr ""
4344
 
4345
+ #: includes/class-mla-settings.php:4315
4346
  msgid "Please select an import settings file from the dropdown list."
4347
  msgstr ""
4348
 
4349
+ #: includes/class-mla-settings.php:4319
4350
  msgid "The import settings dropdown selection is missing."
4351
  msgstr ""
4352
 
4353
  #. translators: 1: ERROR tag 2: PHP error information
4354
+ #: includes/class-mla-settings.php:4327
4355
  #, php-format
4356
  msgctxt "error_log"
4357
  msgid "%1$s: _import_settings $error_info = \"%2$s\"."
4358
  msgstr ""
4359
 
4360
  #. translators: 1: ERROR tag 2: backup file name 3: error message
4361
+ #: includes/class-mla-settings.php:4336
4362
  #, php-format
4363
  msgid "%1$s: Reading the settings file ( %2$s ) \"%3$s\"."
4364
  msgstr ""
4365
 
4366
+ #: includes/class-mla-settings.php:4346
4367
  msgctxt "message_list"
4368
  msgid "updated"
4369
  msgstr ""
4370
 
4371
+ #: includes/class-mla-settings.php:4349
4372
  msgctxt "message_list"
4373
  msgid "unchanged"
4374
  msgstr ""
4375
 
4376
  #. translators: 1: number of option settings updated 2: number of option settings unchanged
4377
+ #: includes/class-mla-settings.php:4354
4378
  #, php-format
4379
  msgid "Settings imported; %1$s updated, %2$s unchanged."
4380
  msgstr ""
4500
  #: includes/class-mla-thumbnail-generation.php:89
4501
  #: includes/class-mla-thumbnail-generation.php:91
4502
  #: includes/class-mla-thumbnail-generation.php:421
 
4503
  msgid "Generate Thumbnails"
4504
  msgstr ""
4505
 
4594
  msgid "Suffix"
4595
  msgstr ""
4596
 
4597
+ #: includes/class-mla-upload-list-table.php:184
4598
  #: includes/class-mla-upload-optional-list-table.php:167
4599
  msgctxt "list_table_column"
4600
  msgid "Extension"
4601
  msgstr ""
4602
 
4603
+ #: includes/class-mla-upload-list-table.php:186
4604
  msgctxt "list_table_column"
4605
  msgid "Icon Type"
4606
  msgstr ""
4607
 
4608
+ #: includes/class-mla-upload-list-table.php:187
4609
  msgctxt "list_table_column"
4610
  msgid "Source"
4611
  msgstr ""
4612
 
4613
+ #: includes/class-mla-upload-list-table.php:188
4614
  msgctxt "list_table_column"
4615
  msgid "Status"
4616
  msgstr ""
4617
 
4618
+ #: includes/class-mla-upload-list-table.php:189
4619
  #: includes/class-mla-upload-optional-list-table.php:169
4620
  msgctxt "list_table_column"
4621
  msgid "WordPress Type"
4622
  msgstr ""
4623
 
4624
+ #: includes/class-mla-upload-list-table.php:190
4625
  #: includes/class-mla-upload-optional-list-table.php:170
4626
  msgctxt "list_table_column"
4627
  msgid "MLA Type"
4628
  msgstr ""
4629
 
4630
+ #: includes/class-mla-upload-list-table.php:191
4631
  msgctxt "list_table_column"
4632
  msgid "Std. Source"
4633
  msgstr ""
4634
 
4635
+ #: includes/class-mla-upload-list-table.php:192
4636
  msgctxt "list_table_column"
4637
  msgid "Std. Icon Type"
4638
  msgstr ""
4639
 
4640
+ #: includes/class-mla-upload-list-table.php:412
4641
+ #: includes/class-mla-view-list-table.php:357
4642
  msgid "Revert to standard item"
4643
  msgstr ""
4644
 
4645
+ #: includes/class-mla-upload-list-table.php:412
4646
+ #: includes/class-mla-view-list-table.php:357
4647
  msgid "Revert to Standard"
4648
  msgstr ""
4649
 
4650
+ #: includes/class-mla-upload-list-table.php:711
4651
  msgid "Delete/Revert Custom"
4652
  msgstr ""
4653
 
4689
  msgid "Order"
4690
  msgstr ""
4691
 
4692
+ #: includes/class-mla-wpml-support.php:395
4693
  msgid "Duplicate translation created; update as desired."
4694
  msgstr ""
4695
 
4696
  #. translators: 1: - 4: page subheader values
4697
+ #: includes/class-mla-wpml-support.php:1322
4698
  #, php-format
4699
  msgid ""
4700
  "In this tab you can find a number of options for controlling WPML-specific "
4702
  "\"Save Changes\" at the bottom of the tab to save any changes you make."
4703
  msgstr ""
4704
 
4705
+ #: includes/class-mla-wpml-support.php:1824
4706
+ #: includes/class-mla-wpml-support.php:1830
4707
  #, php-format
4708
  msgid "Edit the %s translation"
4709
  msgstr ""
4710
 
4711
+ #: includes/class-mla-wpml-support.php:1836
4712
  #, php-format
4713
  msgid "Add translation to %s"
4714
  msgstr ""
languages/media-library-assistant-nl_NL.mo CHANGED
Binary file
languages/tpls/nl_NL/help-for-edit-attachment_category.tpl ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>U kunt Attachment Categorie&euml;n gebruiken om secties op uw site te defini&euml;ren van groep gerelateerde attachments. De default is &#8220;geen&#8221;, d.w.z., de attachment is niet gerelateerd met enige categorie.</p>
4
+ <p>Wat is het verschil tussen categorie&euml;n en tags? Gewoonlijk zijn tags ad-hoc sleutelwoorden die belangrijke informatie aangeven over uw attachment (namen, onderwerpen, etc.) die wel of niet van toepassing kunnen zijn op andere attachments, terwijl categorie&euml;n voor-gedefinieerde secties zijn. Als u uw site beschouwt als een boek dan zijn de categorie&euml;n de Inhoudsopgave en de tags de termen in de index.</p>
5
+ <p>U kunt de manier waarop dit scherm getoond wordt wijzigen in de Scherminstellingen tab door de waarde van Aantal items per pagina te wijzigen en aan te geven welke kolommen getoond of verborgen moeten worden.</p>
6
+ <!-- template="mla-adding-categories" -->
7
+ <!-- title="Categorie&euml;n toevoegen" order="20" -->
8
+ <p>Als u een nieuwe categorie toevoegt op dit scherm, dan moet u de volgende velden vullen:</p>
9
+ <ul>
10
+ <li><strong>Naam</strong> - De naam die getoond wordt op de site.</li>
11
+ <li><strong>Slug</strong> - De &#8220;slug&#8221; is de URL-vriendelijke versie van de naam. De waarde is meestal alleen kleine letters en bevat alleen letters, cijfers en streepjes.</li>
12
+ <li><strong>Hoofd</strong> - Categorie&euml;n, in tegenstelling tot tags, kunnen een hierarchie hebben. U kunt bijvoorbeeld een categorie Landschap hebben, en daaronder subcategorie&euml;n voor Bergen en Strand. Allemaal optioneel. Om een subcategorie aan te maken, kunt u gewoon een andere categorie kiezen uit de Hoofd dropdown.</li>
13
+ <li><strong>Beschrijving</strong> - De beschrijving is standaard niet prominent maar wordt door sommige thema's getoond.</li>
14
+ </ul>
15
+ <!-- template="mla-attachments-column" -->
16
+ <!-- title="Attachments Kolom" order="30" -->
17
+ <p>De &#8220;Attachments&#8221; kolom aan de rechterkant geeft u het aantal van attachments die geassocieerd zijn met elke categorie. U kunt op het aantal klikken om een lijst te krijgen van alle attachments in die categorie. De kopregel van de list pagina(s) zal de categorie tonen die u heeft geselecteerd.</p>
18
+ <!-- template="sidebar" -->
19
+ <p><strong>Voor meer informatie:</strong></p>
20
+ <p><a href="http://codex.wordpress.org/Posts_Categories_Screen" target="_blank">Documentatie over Categorie&euml;n</a></p>
21
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
languages/tpls/nl_NL/help-for-edit-attachment_tag.tpl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>U kunt sleutelwoorden toekennen aan uw attachments door <strong>Attachment Tags</strong>. In tegenstelling tot categorie&euml;n, hebben tags geen hierarchie, hetgeen betekent dat er geen relatie is tussen tags.</p>
4
+ <p>Wat is het verschil tussen categorie&euml;n en tags? Gewoonlijk zijn tags ad-hoc sleutelwoorden die belangrijke informatie aangeven over uw attachment (namen, onderwerpen, etc.) die wel of niet van toepassing kunnen zijn op andere attachments, terwijl categorie&euml;n voor-gedefinieerde secties zijn. Als u uw site beschouwt als een boek dan zijn de categorie&euml;n de Inhoudsopgave en de tags de termen in de index.</p>
5
+ <p>U kunt de manier waarop dit scherm getoond wordt wijzigen in de Scherminstellingen tab door de waarde van Aantal items per pagina te wijzigen en aan te geven welke kolommen getoond of verborgen moeten worden.</p>
6
+ <!-- template="mla-adding-tags" -->
7
+ <!-- title="Tags toevoegen" order="20" -->
8
+ <p>Als u een nieuwe tag toevoegt op dit scherm, dan moet u de volgende velden vullen:</p>
9
+ <ul>
10
+ <li><strong>Naam</strong> - De naam die getoond wordt op de site.</li>
11
+ <li><strong>Slug</strong> - De &#8220;slug&#8221; is de URL-vriendelijke versie van de naam. De waarde is meestal alleen kleine letters en bevat alleen letters, cijfers en streepjes.</li>
12
+ <li><strong>Beschrijving</strong> - De beschrijving is standaard niet prominent maar wordt door sommige thema's getoond.</li>
13
+ </ul>
14
+ <!-- template="mla-attachments-column" -->
15
+ <!-- title="Attachments Kolom" order="30" -->
16
+ <p>De &#8220;Attachments&#8221; kolom aan de rechterkant geeft u het aantal van attachments die geassocieerd zijn met elke tag. U kunt op het aantal klikken om een lijst te krijgen van alle attachments met die tag. De kopregel van de list pagina(s) zal de tag tonen die u heeft geselecteerd.</p>
17
+ <!-- template="sidebar" -->
18
+ <p><strong>Voor meer informatie:</strong></p>
19
+ <p><a href="http://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentatie over Tags</a></p>
20
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
languages/tpls/nl_NL/help-for-edit-flat-taxonomy.tpl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>U kunt sleutelwoorden toekennen aan uw attachments door <strong>tags</strong>. In tegenstelling tot categorie&euml;n, hebben tags geen hierarchie, hetgeen betekent dat er geen relatie is tussen tags.</p>
4
+ <p>Wat is het verschil tussen categorie&euml;n en tags? Gewoonlijk zijn tags ad-hoc sleutelwoorden die belangrijke informatie aangeven over uw attachment (namen, onderwerpen, etc.) die wel of niet van toepassing kunnen zijn op andere attachments, terwijl categorie&euml;n voor-gedefinieerde secties zijn. Als u uw site beschouwt als een boek dan zijn de categorie&euml;n de Inhoudsopgave en de tags de termen in de index.</p>
5
+ <p>U kunt de manier waarop dit scherm getoond wordt wijzigen in de Scherminstellingen tab door de waarde van Aantal items per pagina te wijzigen en aan te geven welke kolommen getoond of verborgen moeten worden.</p>
6
+ <!-- template="mla-adding-tags" -->
7
+ <!-- title="Tags toevoegen" order="20" -->
8
+ <p>Als u een nieuwe tag toevoegt op dit scherm, dan moet u de volgende velden vullen:</p>
9
+ <ul>
10
+ <li><strong>Naam</strong> - De naam die getoond wordt op de site.</li>
11
+ <li><strong>Slug</strong> - De &#8220;slug&#8221; is de URL-vriendelijke versie van de naam. De waarde is meestal alleen kleine letters en bevat alleen letters, cijfers en streepjes.</li>
12
+ <li><strong>Beschrijving</strong> - De beschrijving is standaard niet prominent maar wordt door sommige thema's getoond.</li>
13
+ </ul>
14
+ <!-- template="mla-attachments-column" -->
15
+ <!-- title="Attachments Kolom" order="30" -->
16
+ <p>De &#8220;Attachments&#8221; kolom aan de rechterkant geeft u het aantal van attachments die geassocieerd zijn met elke tag. U kunt op het aantal klikken om een lijst te krijgen van alle attachments met die tag. De kopregel van de list pagina(s) zal de tag tonen die u heeft geselecteerd.</p>
17
+ <!-- template="sidebar" -->
18
+ <p><strong>Voor meer informatie:</strong></p>
19
+ <p><a href="http://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentatie over Tags</a></p>
20
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
languages/tpls/nl_NL/help-for-edit-hierarchical-taxonomy.tpl ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>U kunt <strong>categorie&euml;n</strong> gebruiken om secties op uw site te defini&euml;ren van groep gerelateerde attachments. De default is &#8220;geen&#8221;, d.w.z., de attachment is niet gerelateerd met enige categorie.</p>
4
+ <p>Wat is het verschil tussen categorie&euml;n en tags? Gewoonlijk zijn tags ad-hoc sleutelwoorden die belangrijke informatie aangeven over uw attachment (namen, onderwerpen, etc.) die wel of niet van toepassing kunnen zijn op andere attachments, terwijl categorie&euml;n voor-gedefinieerde secties zijn. Als u uw site beschouwt als een boek dan zijn de categorie&euml;n de Inhoudsopgave en de tags de termen in de index.</p>
5
+ <p>U kunt de manier waarop dit scherm getoond wordt wijzigen in de Scherminstellingen tab door de waarde van Aantal items per pagina te wijzigen en aan te geven welke kolommen getoond of verborgen moeten worden.</p>
6
+ <!-- template="mla-adding-categories" -->
7
+ <!-- title="Categorie&euml;n toevoegen" order="20" -->
8
+ <p>Als u een nieuwe categorie toevoegt op dit scherm, dan moet u de volgende velden vullen:</p>
9
+ <ul>
10
+ <li><strong>Naam</strong> - De naam die getoond wordt op de site.</li>
11
+ <li><strong>Slug</strong> - De &#8220;slug&#8221; is de URL-vriendelijke versie van de naam. De waarde is meestal alleen kleine letters en bevat alleen letters, cijfers en streepjes.</li>
12
+ <li><strong>Hoofd</strong> - Categorie&euml;n, in tegenstelling tot tags, kunnen een hierarchie hebben. U kunt bijvoorbeeld een categorie Landschap hebben, en daaronder subcategorie&euml;n voor Bergen en Strand. Allemaal optioneel. Om een subcategorie aan te maken, kunt u gewoon een andere categorie kiezen uit de Hoofd dropdown.</li>
13
+ <li><strong>Beschrijving</strong> - De beschrijving is standaard niet prominent maar wordt door sommige thema's getoond.</li>
14
+ </ul>
15
+ <!-- template="mla-attachments-column" -->
16
+ <!-- title="Attachments Kolom" order="30" -->
17
+ <p>De &#8220;Attachments&#8221; kolom aan de rechterkant geeft u het aantal van attachments die geassocieerd zijn met elke categorie. U kunt op het aantal klikken om een lijst te krijgen van alle attachments in die categorie. De kopregel van de list pagina(s) zal de categorie tonen die u heeft geselecteerd.</p>
18
+ <!-- template="sidebar" -->
19
+ <p><strong>Voor meer informatie:</strong></p>
20
+ <p><a href="http://codex.wordpress.org/Posts_Categories_Screen" target="_blank">Documentatie over Categorie&euml;n</a></p>
21
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
languages/tpls/nl_NL/help-for-edit_attachment.tpl ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="MLA Uitbreidingen" order="10" -->
3
+ <p>Media Library Assistant voegt verschillende uitbreidingen toe aan het Media Bewerken scherm:</p>
4
+ <ul>
5
+ <li>
6
+ Toont Laatst Bijgewerkt datum en tijd
7
+ </li>
8
+ <li>
9
+ Ondersteunt koppelen van Custom Velden en IPTC/EXIF metadata voor deze attachment
10
+ </li>
11
+ <li>
12
+ Ondersteunt Custom velden, die <code>[mla_gallery]</code> kan gebruiken voor query en display
13
+ </li>
14
+ <li>
15
+ Ondersteunt Parent Info en Menu Volgorde
16
+ </li>
17
+ <li>
18
+ Toont Afbeelding Metadata
19
+ </li>
20
+ <li>
21
+ Toont waar-gebruikt informatie; Komt voor in, Toegevoegd aan, Galerij in en MLA Galerij in
22
+ </li>
23
+ </ul>
24
+ <p>Vergeet niet de &#8220;Bijwerken&#8221; knop te klikken om de wijzigingen op te slaan.</p>
25
+ <!-- template="mla-taxonomies" -->
26
+ <!-- title="Taxonomie&euml;n" order="20" -->
27
+ <p>Als er custom taxonomie&euml;n geregistreerd zijn, zoals &#8220;Attachment Categorie&euml;n&#8221; of &#8220;Attachment Tags&#8221;, voor attachments dan verschijnen deze aan de rechterkant van dit scherm. U kunt termen toevoegen of verwijderen van alle getoonde taxonomie&euml;n. Wijzigingen worden pas opgeslagen als u de &#8220;Bijwerken&#8221; knop klikt van de attachment.</p>
28
+ <!-- template="mla-parent-info" -->
29
+ <!-- title="Parent Informatie" order="30" -->
30
+ <p>Het &#8220;Parent Informatie&#8221; veld toont het Post ID, type en titel van het bericht of pagina waaraan het item is gekoppeld. Daarin zal &#8220;0 (ongekoppeld)&#8221; staan wanneer er geen bericht of pagina is.</p>
31
+ <p>U kunt het bericht of de pagina waaraan het item gekoppeld is wijzigen door de Post ID waarde te veranderen en de &#8220;Bijwerken&#8221; knop te klikken. Wijziging van de Post ID waarde naar nul (0) zal het item &#8220;ontkoppelen&#8221;.</p>
32
+ <!-- template="mla-mapping-actions" -->
33
+ <!-- title="Metadata Koppelen" order="40" -->
34
+ <p>De &#8220;Vertaal Custom Veld Metadata&#8221; en &#8220;Vertaal IPTC/EXIF Metadata&#8221; links laten u attachment waarden aanmaken of bijwerken door het toepassen van de regels die u definieert op de Media Library Assistant Instellingen pagina. De links zijn te vinden in de &#8220;Save&#8221; meta box aan de rechterbovenkant van het scherm, net onder de Laatst gewijzigd informatie.</p>
35
+ <p>Als u op 1 van de 2 links klikt, worden alle vertaalregels voor dat type metadata toegepast op de attachment die u aan het editten bent. De wijzigingen worden direct toegepast; u hoeft de &#8220;Bijwerken&#8221; knop niet te klikken om ze permanent te maken.</p>
languages/tpls/nl_NL/help-for-media_page_mla-menu.tpl ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>Alle bestanden die u heeft ge&uuml;pload worden getoond in het Media/Assistant submenu, gesorteerd op Titel. U kunt de sorteervolgorde wijzigen door op &eacute;&eacute;n van de blauwe kolomnamen te klikken. U kunt de default sorteervolgorde wijzigen op het Instellingen scherm.</p>
4
+ <p>U kunt de Scherminstellingen tab gebruiken om de de manier waarop dit scherm getoond wordt, te wijzigen. U kunt elke combinatie van kolommen kiezen. U kunt ook kiezen hoeveel items op elke pagina getoond worden.</p>
5
+ <p>U kunt de lijst verkleinen op bestandstype/status door de tekstlinkfilters te gebruiken bovenaan het scherm. U kunt ook de lijst verder verkleinen op maandbasis door het dropdown menu te gebruiken boven de media lijst.</p>
6
+ <p>Als u taxonomie ondersteuning geselecteerd heeft, bijv. &#8220;Gekopp. Categorie&euml;n&#8221;, kunt u de lijst filteren door &#8220;Alle Categorie&euml;n&#8221;, &#8220;Geen Categorie&euml;n&#8221; of een specifieke categorie in de drop down lijst te kiezen. Als u een categorie kiest die kinder categorie&euml;n onder zich heeft, zullen attachments in deze kinder categorie&euml;n ook verschijnen in de gefilterde lijst. U kunt de taxonomie waarop u wilt filteren selecteren op de Instellingen pagina.</p>
7
+ <p><strong>OPMERKING:</strong> Maand en categorie filters zijn &#8220;sticky&#8221;, d.w.z. dat zij actief blijven als u het scherm hersorteert of het bestandstype/status wijzigt.</p>
8
+ <!-- template="mla-where-used" -->
9
+ <!-- title="Waar-gebruikt Vermelding" order="20" -->
10
+ <p>De &#8220;waar-gebruikt&#8221; kolommen (Komt voor in, Toegevoegd aan, Galerij in, MLA Galerij in) zijn buitengewoon krachtig voor het beheer van uw attachments. Zij helpen u bij het vinden van Media Library items die niet langer gebruikt worden.
11
+ </p>
12
+ <p>
13
+ De "<strong>(FOUTIEVE PARENT)</strong>" notatie betekent dat het item gekoppeld is (i.e. het <code>post_parent</code> database veld is niet nul), maar of het parent ID is van een bericht of pagina welke verwijderd is of het parent ID bestaat maar de attachment wordt niet gebruikt als Gekoppelde Afbeelding, is niet toegevoegd aan de body van het bericht of de pagina en is niet gebruikt binnen een <code>[gallery]</code> of <code>[mla_gallery]</code> shortcode in dat bericht of pagina. Er bestaan enkele problemen met het <code>post_parent</code> veld; bijvoorbeeld, als u de "Gekoppelde Afbeelding" voor een bericht wijzigt wordt de <code>post_parent</code> niet altijd bijgewerkt. Er zijn ook enkele andere manieren om een item te gebruiken waarnaar MLA nog niet zoekt. Bijvoorbeeld, een andere plugin die een andere shortcode gebruikt dan [gallery] of [mla_gallery].
14
+ </p>
15
+ <p>
16
+ De "<strong>(ONGEBRUIKT)</strong>" notatie betekent dat de MLA zoekopdracht een bestaande parent voor het item vond maar dat de parent het item niet als Gekoppelde Afbeelding gebruikt, het niet gebruikt in de body en niet aanwezig is in een <code>[gallery]</code> of <code>[mla_gallery]</code> shortcode.
17
+ </p>
18
+ <p>
19
+ De "<strong>(WEES)</strong>" notatie betekent dat de MLA zoekopdracht geen <strong>enkel</strong> bericht of pagina vond die dit item gebruikt als Gekoppelde Afbeelding, niet is gebruikt in de body van <strong>enig</strong> bericht of pagina en niet is gebruikt in <strong>enig</strong> <code>[gallery]</code> of <code>[mla_gallery]</code> shortcode.
20
+ </p>
21
+ <p>
22
+ Er zijn vier waar-gebruikt vermeldingen en u kunt deze aan of uit zetten op de Instellingen/Media Library Assistant Algemeen tab. Als &eacute;&eacute;n of meer van de vermeldingen uitgezet zijn, zult u "<strong>(ONGEBRUIKT?)</strong>" of "<strong>(WEES?)</strong>" zien in de vermeldingen. Het vraagteken betekent dat het item gebruikt kan zijn op een manier waarop nu niet getest wordt. Als alle vermeldingen uitgezet zijn dan zult u "<strong>(GEEN REFERENTIE TESTEN)</strong>" zien als een herinnering.
23
+ </p>
24
+ <!-- template="mla-featured-inserted" -->
25
+ <!-- title="Komt voor in/Toegevoegd aan" order="30" -->
26
+ <p>De &#8220;Komt voor in&#8221; en &#8220;Toegevoegd aan&#8221; kolommen zijn ook krachtig voor het beheer van uw attachments. Zij tonen u waar elke attachment is gebruikt in een bericht of pagina als een &#8220;Gekoppelde Afbeelding&#8221; of als een afbeelding of link in de tekst.</p>
27
+ <p>U kunt ook de informatie in de &#8220;Titel/Naam&#8221; kolom gebruiken om &#8220;Wees&#8221; items te vinden die niet gebruikt worden in een bericht of pagina en items te vinden met een &#8220;Slechte Parent&#8221; (een parent die geen enkele referentie bevat naar het item) of een &#8220;Foutieve Parent&#8221; (een parent die niet bestaat).</p>
28
+ <p>Als performance een issue is, kunt u op de Instellingen pagina deze kolommen uitschakelen.</p>
29
+ <!-- template="mla-gallery-in" -->
30
+ <!-- title="Galerij/MLA Galerij" order="40" -->
31
+ <p>De &#8220;Galerij in&#8221; en &#8220;MLA Galerij in&#8221; kolommen zijn tevens krachtig voor het beheer van uw attachments. Zij tonen u waar elke attachment is gebruikt in een <code>[gallery]</code> of <code>[mla_gallery]</code> shortcode in een bericht of pagina. Deze kolommen gebruiken <strong>niet</strong> de post_parent (gekoppeld aan) status van het item; zij voeren de shortcode werkelijk uit en beoordelen de attachments in het resultaat.</p>
32
+ <p>U kunt ook de informatie in de &#8220;Titel/Naam&#8221; kolom gebruiken om &#8220;Wees&#8221; items te vinden die niet gebruikt worden in een bericht of pagina en items te vinden met een &#8220;Slechte Parent&#8221; (een parent die geen enkele referentie bevat naar het item) of een &#8220;Foutieve Parent&#8221; (een parent die niet bestaat).</p>
33
+ <p>Als performance een issue is, kunt u op de Instellingen pagina deze kolommen uitschakelen. U kunt ook de instellingen aanpassen zodat de resultaten opgeslagen worden in de cache gedurende vijftien minuten tussen updates. De resultaten worden automatisch bijgewerkt als er een bericht, pagina of attachment wordt toegevoegd of bijgewerkt.</p>
34
+ <!-- template="mla-categories-tags" -->
35
+ <!-- title="Taxonomie Ondersteuning" order="50" -->
36
+ <p>De &#8220;taxonomie&#8221; kolommen helpen u de attachments te groeperen op onderwerp en sleutelwoord waarden. De kolommen tonen de categorie&euml;n en tags die gekoppeld zijn aan het item. U kunt op de getoonde waarden klikken om een lijst van alle items te krijgen die gekoppeld zijn aan die waarde.</p>
37
+ <p>De Media Library Assistant levert twee voor-gedefinieerde taxonomie&euml;n, &#8220;Gekopp. Categorie&euml;n&#8221; en &#8220;Gekopp. Tags&#8221; die geactiveerd zijn als default. U kunt ondersteuning uit- of aanzetten voor een geregistreerde taxonomie op het Instellingen scherm. De standaard WordPress Categorie&euml;n en Tags maar ook elke custom taxonomie kunnen worden ondersteund.</p>
38
+ <p>Als u ondersteuning toevoegt voor een taxonomie dan wordt deze zichtbaar op het hoofdscherm. Als u de kolom wilt verbergen kan dat eenvoudig via de Scherminstellingen en het deselecteren ervan.</p>
39
+ <p>Ondersteunde taxonomie&euml;n verschijnen ook als submenus onder het Media menu aan de linkerkant van het scherm. U kunt de taxonomie termen wijzigen door deze submenus te klikken. De taxonomie wijzig schermen bevatten een &#8220;Attachments&#8221; kolom welke het aantal attachment objecten aangeeft voor elke term. U kunt een gefilterde lijst tonen door het aantal in deze kolom te klikken.</p>
40
+ <!-- template="mla-custom-fields" -->
41
+ <!-- title="Custom Velden" order="60" -->
42
+ <p>U kunt sorteerbare kolommen toevoegen aan het Media/Assistant submenu via de Custom Velden tab op de Instellingen pagina. Daar kunt u regels defini&euml;ren die attachment metadata zoals bestandsgrootte koppelen aan WordPress custom velden. Met de &#8220;MLA Kolom&#8221; keuze optie bij elke regel kunt u kiezen welke regels actief zullen zijn op het scherm.</p>
43
+ <!-- template="mla-search-media" -->
44
+ <!-- title="Zoek Media" order="70" -->
45
+ <p>De &#8220;Zoek Media&#8221; optie ondersteunt een sleutelwoord zoekopdracht binnen verschillende attachment velden; typ woorden en/of zinsdelen in het veld, gescheiden door spaties. Klik de Zoek Media knop voor een schrijfwijze ongevoelige "SQL LIKE" zoekopdracht. Elk sleutelwoord in de totale zoekopdracht wordt apart getest, dus de volgorde van de zoekwoorden hoeft niet gelijk te zijn aan de volgorde in de tekst. Bijvoorbeeld, zoeken op "vriend" en "beste" zal ook "Beste Vriend" opleveren. Als u aanhalingstekens om de zoekgegevens zet dan is de woordvolgorde wel belangrijk voor het zoekresultaat (en spaties tussen woorden moeten dan ook gelijk zijn). U kunt ook delen van woorden zoeken, bijv., "rien" zal ook "vriend" opleveren.</p>
46
+ <p>Als u de termen ingetoetst heeft die u wilt, gebruik dan de opties onder het veld om uw zoekopdracht te verfijnen. U kunt kiezen welke combinatie gebruikt wordt; "of" betekent dat elke term gevonden mag worden, "en" betekent dat alle termen tegelijk gevonden moeten worden. Gebruik de keuze-opties om de zoekopdracht breder te maken met meer velden in de database. De "Termen" keuze-optie breidt de zoekopdracht uit met het naam veld van de taxonomie&euml;n die ingesteld zijn op de Instellingen/Media Library Assistant Algemeen tab.</p>
47
+ <p>Als u alleen een getal opgeeft. wordt dit ge&iuml;nterpreteerd als een zoekopdracht naar attachment ID of parent ID (post_parent). Dit is een toevoeging op de normale zoekmogelijkheden in de tekst velden, bijv., titel.</p>
48
+ <!-- template="mla-terms-search" -->
49
+ <!-- title="Termen Zoeken" order="80" -->
50
+ <p>De &#8220;Termen Zoeken&#8221; mogelijkheden laten u het Media/Assistant submenu en de Media Manager Modal Window filteren door het vinden van een of meer zinsdelen in het Naam veld of taxonomie termen. Er zijn twee manieren om van deze mogelijkheid gebruik te maken:
51
+ </p>
52
+ <ol>
53
+ <li>Kies de "Termen" optie onder de "Zoek Media" knop in het Media/Assistant submenu of de Media Manager toolbar. De zinsdelen die u intypt worden getoetst met zowel taxonomie term namen als elk ander veld dat u gekozen heeft.</li>
54
+ <li>Klik de "Termen Zoeken" knop naast de termen filter dropdown. Dit zorgt voor het tonen van de "Zoek Termen" popup met verschillende toegevoegde opties om uw zoekopdracht nog meer te verfijnen. Deze worden beschreven op de Instellingen/Media Library Assistant <a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#terms_search" target="_blank">Documentatie tab</a>.</li>
55
+ </ol>
56
+ <p>U kunt selecteren welke taxonomie&euml;n gebruikt worden in de zoekopdracht door uw keuze(s) op te geven op de Instellingen/Media Library Assistant Algemeen tab.</p>
57
+ <!-- template="mla-bulk-actions" -->
58
+ <!-- title="&quot;Bulk&quot; Acties" order="90" -->
59
+ <p>De &#8220;Acties&#8221; dropdown werkt samen met de keuze-optie kolom en maakt het mogelijk om wijzigingen aan te brengen op meer dan &eacute;&eacute;n item tegelijk. Klik de keuze-optie in de kolom titel om alle items op de pagina te selecteren, of klik de keuze-optie voor een regel om de items individueel te selecteren.</p>
60
+ <p>Als u eenmaal de items geselecteerd heeft die u wilt, kies daarna een actie in de dropdown lijst en klik Uitvoeren om deze actie uit te voeren op de geselecteerde items. De mogelijke acties zullen vari&euml;ren al naar gelang het bestandstype/status dat u gekozen heeft.</p>
61
+ <p>Als u Prullenbak ondersteuning geactiveerd heeft voor media (definieer MEDIA_TRASH in wp-config.php) kunt u acties gebruiken om items te verschuiven van en naar de Prullenbak of het permanent verwijderen.</p>
62
+ <p>Als u Wijzig gebruikt, kunt u de metadata (auteur, parent, taxonomie termen) in &eacute;&eacute;n keer wijzigen voor alle geselecteerde attachments. Om een attachment te verwijderen uit de groepering, klik daarvoor de x direct naast de naam in de linker kolom van het Wijzig gebied.</p>
63
+ <p>Wijzig ondersteuning voor taxonomie termen maakt het mogelijk om termen <strong>toe te voegen, te verwijderen of volledig te vervangen</strong> voor de geselecteerde attachments. Onder elk taxonomie wijzig veld bevinden zich drie radio buttons waarmee de gewenste actie gekozen kan worden.</p>
64
+ <p>De taxonomie&euml;n die verschijnen in het Wijzig gebied kunnen een deelverzameling zijn van de taxonomie&euml;n ondersteund op het wijzig scherm van een enkel item. U kunt kiezen welke taxonomie&euml;n verschijnen door uw keuze(s) aan te geven op de Instellingen/Media Library Assistant Algemeen tab.</p>
65
+ <p>U kunt de Titel, Onderschrift, Omschrijving en ALT Tekst waarden wijzigen voor alle geselecteerde attachments. U kunt een <a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#mla_template_parameters" target="_blank">Content Template</a> gebruiken om de waarden te customisen gebaseerd op attachment-specifieke data sources. U kunt ook de waarde van een veld verwijderen door gebruikmaking van de speciale <code>template:[+empty+]</code> waarde.</p>
66
+ <!-- template="mla-available-actions" -->
67
+ <!-- title="Mogelijke Acties" order="100" -->
68
+ <p>De muis boven een rij bewegen toont actie links zoals Wijzig, Snel Wijzig, Prullenbak en Verwijder Permanent. Klikken van Wijzig toont een eenvoudig scherm waarin de metadata van dit bestand gewijzigd kunnen worden. Klikken van Prullenbak stopt het bestand in de prullenbak maar zal de berichten of pagina's waaraan het is gekoppeld niet be&iuml;nvloeden. Klikken van Verwijder Permanent wist het bestand van de media bibliotheek (en ook van elke post waaraan het momenteel gekoppeld is). Klikken van Snel Wijzig toont een formulier voor het wijzigen van de metadata van het bestand zonder dat het menuscherm verlaten wordt.</p>
69
+ <p>De taxonomie&euml;n die verschijnen in het Wijzig gebied kunnen een deelverzameling zijn van de taxonomie&euml;n ondersteund op het wijzig scherm van een enkel item. U kunt kiezen welke taxonomie&euml;n verschijnen door uw keuze(s) aan te geven op de Instellingen/Media Library Assistant Algemeen tab.</p>
70
+ <!-- template="mla-attaching-files" -->
71
+ <!-- title="Koppelen Bestanden" order="110" -->
72
+ <p>Als een media bestand niet gekoppeld is aan een post, zult u (ongekoppeld) zien in de Gekoppeld Aan kolom. U kunt op "Zet Parent" klikken in de "Gekoppeld aan" kolom, of klikken op Wijzig of Snel Wijzig actie om het bestand te koppelen aan een Parent ID. De "Selecteer Parent" popup vereenvoudigt het vinden van de juiste parent voor uw attachment.</p>
73
+ <p>U kunt meer informatie over de Selecteer Parent popup op de Instellingen/Media Library Assistant <a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#select_parent" target="_blank">Documentatie tab</a>.
74
+ <!-- template="sidebar" -->
75
+ <p><strong>Voor meer informatie:</strong></p>
76
+ <p><a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#terms_search" target="_blank">MLA Documentatie voor Zoek Termen</a></p>
77
+ <p><a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#select_parent" target="_blank">MLA Documentatie voor de Selecteer Parent popup</a></p>
78
+ <p><a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#mla_template_parameters" target="_blank">MLA Documentatie voor Content Templates</a></p>
79
+ <p><a href="http://codex.wordpress.org/Media_Library_Screen" target="_blank">Codex documentatie over Media Bibliotheek</a></p>
80
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
languages/tpls/nl_NL/help-for-settings_page_mla-settings-menu-upload-edit.tpl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>Dit scherm maakt het mogelijk alle velden geassocieerd met een Upload MIME Type te zien en ze te wijzigen. Hints en helpinformatie verschijnen onder sommige velden.</p>
4
+ <p>Denk eraan om de &#8220;Bijwerken&#8221; knop te klikken om uw werk op te slaan. U kunt ook de &#8220;Cancel&#8221; knop klikken om alle wijzigingen te negeren.</p>
5
+ <!-- template="sidebar" -->
6
+ <p><strong>Voor meer informatie:</strong></p>
7
+ <p><a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#mla_uploads" target="_blank">Documentatie over Upload MIME Typen</a></p>
8
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
languages/tpls/nl_NL/help-for-settings_page_mla-settings-menu-upload-optional.tpl ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>Aan de Bekende Bestandsextensie/MIME Type Associaties lijst kunnen "Upload MIME Types" toegevoegd worden vanuit meer dan 1.500 bestaande associatie paren. Er kunnen verschillende MIME Type waarden bestaan voor een bepaalde bestandsextensie. Bijvoorbeeld, de ".dif" extensie is een video formaat maar ook een data uitwissel formaat (probeer maar). </p>
4
+ <p>Alle Bestandsextensie/MIME Type Associaties worden getoond, gesorteerd op bestandsextensie veld. U kunt de volgorde veranderen door op &eacute;&eacute;n van de blauwe kolomnamen te klikken.</p>
5
+ <p>U kunt de Scherminstellingen tab gebruiken om te bepalen hoeveel items er op elke pagina getoond worden.</p>
6
+ <p>U kunt de lijst filteren door een sleutelwoord of tekstdeel in het veld in de rechterbovenhoek te toetsen en vervolgens "Zoek Typen" te klikken. <strong>OPMERKING:</strong> De "Zoek Typen" filter is &#8220;sticky&#8221;, d.w.z., de waarde blijft actief als u de display hersorteert, items bewerkt, etc. Om dit ongedaan te maken, wis de tekst en klik "Zoek Typen".</p>
7
+ <p>Als uw zoek sleutelwoord begint met een punt ("."), bijv., ".dif", zal de zoekopdracht beperkt worden tot de Extensie waarden. Voor alle andere zoekwaarden zal de zoekopdracht alle kolomwaarden omvatten.</p>
8
+ <!-- template="mla-types" -->
9
+ <!-- title="De Type Kolommen" order="20" -->
10
+ <p>De drie MIME Type kolommen tonen waar de extensie/MIME Type associaties vandaan komen:</p>
11
+ <ul>
12
+ <li><strong>MIME</strong>: Alle bekende typen geassocieerd met deze bestandsextensie.</li>
13
+ <li><strong>WordPress</strong>: WordPress definieert een basisset van extensies en geassocieerde MIME typen, en deze lijst wijzigt met nieuwe WordPress releases. Dit zijn de "offici&euml;le" items.</li>
14
+ <li><strong>MLA</strong>: Media Library Assistant voegt verscheidene extensie/type items toe, gebaseerd op de meest populaire items gevonden in andere plugins en websites.</li>
15
+ </ul>
16
+ <p>De "WordPress" en "MLA" waarden zijn meestal leeg. Als er meerdere MIME waarden voor een bepaalde extensie zijn, dan zullen de "WordPress" en "MLA" waarden gelijk zijn.</p>
17
+ <!-- template="mla-bulk-actions" -->
18
+ <!-- title="&quot;Bulk&quot; Acties" order="30" -->
19
+ <p>De &#8220;Acties&#8221; dropdown werkt samen met de keuze-optie kolom en maakt het mogelijk om wijzigingen aan te brengen op meer dan &eacute;&eacute;n item tegelijk. Klik de keuze-optie in de kolom titel om alle items op de pagina te selecteren, of klik de keuze-optie voor een regel om de items individueel te selecteren.</p>
20
+ <p>Als u eenmaal de items geselecteerd heeft die u wilt, kies daarna een actie in de dropdown lijst en klik Uitvoeren om deze actie uit te voeren op de geselecteerde items. De mogelijke acties zullen vari&euml;ren al naar gelang het bestandstype/status dat u gekozen heeft.</p>
21
+ <!-- template="mla-available-actions" -->
22
+ <!-- title="Mogelijke Acties" order="40" -->
23
+ <p>De muis boven een rij bewegen toont actie links zoals Selecteer. Klikken op "Selecteer" zal de extensie , MIME Type en Omschrijving waarden in die rij kopi&euml;ren naar de Uploads lijst, waarbij een nieuw custom item aangemaakt wordt of een bestaande kern/mla item geconverteerd wordt naar custom met de nieuwe waarden.</p>
24
+ <!-- template="sidebar" -->
25
+ <p><strong>Voor meer informatie:</strong></p>
26
+ <p><a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#mla_optional_uploads" target="_blank">MLA Documentatie over Zoeken naar Upload MIME Typen</a></p>
27
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
languages/tpls/nl_NL/help-for-settings_page_mla-settings-menu-view-edit.tpl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>Dit scherm maakt het mogelijk alle velden geassocieerd met een View te zien en ze te wijzigen. Hints en helpinformatie verschijnt onder sommige velden.</p>
4
+ <p>Denk eraan om de &#8220;Bijwerken&#8221; knop te klikken om uw werk op te slaan. U kunt ook de &#8220;Cancel&#8221; knop klikken om alle wijzigingen te negeren.</p>
5
+ <!-- template="sidebar" -->
6
+ <p><strong>Voor meer informatie:</strong></p>
7
+ <p><a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#mla_views" target="_blank">MLA Documentatie over MIME Type Views</a></p>
8
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
languages/tpls/nl_NL/help-for-settings_page_mla-settings-menu-view.tpl ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>Met de Views tab kunt u de lijst van "Post MIME Typen" beheren die gebruikt worden voor de views van de Media/Bibliotheek en Media/Assistant submenu tabellen, evenals het "Voeg Media Toe" media items filter. Verder laat MLA u meer complexe "Tabel Views" defini&euml;ren voor de Media/Assistant submenu tabel door gebruikmaking van meerdere MIME typen en/of wildcard specificaties in &eacute;&eacute;n kolom.</p>
4
+ <p>Alle Post MIME Type Views worden getoond in de tabel aan de rechterkant, gesorteerd op het Slug veld. U kunt de sorteervolgorde wijzigen door &eacute;&eacute;n van de blauwe kolomnamen te klikken.</p>
5
+ <p>U kunt de Scherminstellingen tab gebruiken om de manier van tonen op het scherm te wijzigen. U kunt elke combinatie van kolommen kiezen die beschikbaar zijn. U kunt ook kiezen hoeveel items er per pagina mogen verschijnen.</p>
6
+ <p>U kunt de lijst filteren door een sleutelwoord of tekstdeel in het veld in de rechterbovenhoek te toetsen en vervolgens "Zoek Typen" te klikken. <strong>OPMERKING:</strong> De "Zoek Typen" filter is &#8220;sticky&#8221;, d.w.z., de waarde blijft actief als u de display hersorteert, items bewerkt, etc. Om dit ongedaan te maken, wis de tekst en klik "Zoek Typen" of klik op de "Views" tab.</p>
7
+ <!-- template="mla-bulk-actions" -->
8
+ <!-- title="&quot;Bulk&quot; Acties" order="20" -->
9
+ <p>De &#8220;Acties&#8221; dropdown werkt samen met de keuze-optie kolom en maakt het mogelijk om wijzigingen aan te brengen op meer dan &eacute;&eacute;n item tegelijk. Klik de keuze-optie in de kolom titel om alle items op de pagina te selecteren, of klik de keuze-optie voor een regel om de items individueel te selecteren.</p>
10
+ <p>Als u eenmaal de items geselecteerd heeft die u wilt, kies daarna een actie in de dropdown lijst en klik Uitvoeren om deze actie uit te voeren op de geselecteerde items.</p>
11
+ <p>Als u Bulk Wijzig gebruikt, kunt u sommige waarden tegelijk wijzigen (Post MIME, Tabel View en Menu Volgorde) voor alle geseselecteerde items. Om een item uit de groep te halen, kunt u de x naast de naam klikken in de linkerkolom in het Bulk Wijzig gebied.</p>
12
+ <!-- template="mla-available-actions" -->
13
+ <!-- title="Mogelijke Acties" order="30" -->
14
+ <p>De muis boven de Slug kolom bewegen toont actie links zoals Wijzig, Snel Wijzig en Verwijder Permanent. Klikken van Wijzig toont een eenvoudig scherm om individuele metadata te wijzigen. Klikken van Verwijder Permanent zal het item verwijderen van de Views lijst. Klikken van Snel Wijzig toont een formulier waarin de metadata van het item gewijzigd kunnen worden zonder dat het hoofdscherm verlaten hoeft te worden.</p>
15
+ <!-- template="mla-add-new" -->
16
+ <!-- title="Voeg Nieuwe View Toe="4" -->
17
+ <p>De linkerkant van het scherm bevat alle velden die u nodig heeft om een nieuw item voor de lijst te defini&euml;ren. Slug is verplicht; de andere velden niet of krijgen default waarden. Er is meer informatie zichtbaar onder elk veld.</p>
18
+ <p><strong>OPMERKING:</strong> Om uw werk op te slaan en het item toe te voegen, kunt u naar beneden scrollen en "Voeg View Toe" klikken.</p>
19
+ <!-- template="mla-save-changes" -->
20
+ <!-- title="Deactiveer/Activeer Views" order="50" -->
21
+ <p>Als u een andere plugin of mechanisme hebt voor het behandelen van Post MIME Type items, kunt u de MLA support volledig deactieveren. Wis het keuzevak in de linkeronderhoek van het scherm en klik "Sla Wijzigingen Op". De Views tabel zal vervangen worden door een "gedeactiveerd" scherm en een keuzevak waarmee u MLA support weer mee kunt activeren als u dat wilt.</p>
22
+ <!-- template="sidebar" -->
23
+ <p><strong>Voor meer informatie:</strong></p>
24
+ <p><a href="[+settingsURL+]?page=mla-settings-menu-documentation&mla_tab=documentation#mla_views" target="_blank">MLA Documentatie over MIME Type Views</a></p>
25
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
languages/tpls/nl_NL/help-for-single_item_edit_display.tpl ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- template="mla-overview" -->
2
+ <!-- title="Overzicht" order="10" -->
3
+ <p>Dit scherm maakt het mogelijk veel van de velden geassocieerd met een attachment te zien en de meesten ervan te wijzigen. Velden die niet wijzigbaar zijn hebben een lichtgrijze achtergrond; velden die gewijzigd kunnen worden hebben een witte achtergrond. Hints en helpinformatie verschijnen onder sommige velden.</p>
4
+ <p>Denk eraan om de &#8220;Bijwerken&#8221; knop te klikken om uw werk op te slaan. U kunt ook de &#8220;Cancel&#8221; knop klikken om alle wijzigingen te negeren.</p>
5
+ <!-- template="mla-taxonomies" -->
6
+ <!-- title="Taxonomie&euml;n" order="20" -->
7
+ <p>Als er custom taxonomie&euml;n bestaan, zoals &#8220;Attachment Categorie&euml;n&#8221; of &#8220;Attachment Tags&#8221;, voor attachments dan zullen deze verschijnen in de kolom aan de rechterkant van dit scherm. U kunt termen toevoegen of verwijderen van elke taxonomie die getoond wordt. Wijzigingen worden pas opgeslagen als u de &#8220;Bijwerken&#8221; knop klikt van de attachment.</p>
8
+ <!-- template="mla-parent-info" -->
9
+ <!-- title="Parent Info" order="30" -->
10
+ <p>Het &#8220;Parent Info&#8221; veld toont de Post ID, type en titel van het bericht of de pagina waaraan het item gekoppeld is. Het zal &#8220;0 (ongekoppeld)&#8221; tonen als er geen parent bericht of pagina is.</p>
11
+ <p>U kunt het bericht of de pagina waaraan het item gekoppeld is wijzigen door de Post ID waarde te veranderen en de &#8220;Bijwerken&#8221; knop te klikken. Wijziging van de Post ID naar nul (0) zal het item &#8220;ontkoppelen&#8221;.</p>
12
+ <!-- template="sidebar" -->
13
+ <p><strong>Voor meer informatie:</strong></p>
14
+ <p><a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentatie over Wijzigen Media</a></p>
15
+ <p><a href="http://wordpress.org/support/plugin/media-library-assistant" target="_blank">MLA Support Forum</a></p>
phpDocs/classes/MLA.html CHANGED
@@ -63,18 +63,20 @@
63
  <li class="method public "><a href="#mla_admin_enqueue_scripts_action" title="mla_admin_enqueue_scripts_action :: Load the plugin's Style Sheet and Javascript files"><span class="description">Load the plugin's Style Sheet and Javascript files</span><pre>mla_admin_enqueue_scripts_action()</pre></a></li>
64
  <li class="method public "><a href="#mla_admin_init_action" title="mla_admin_init_action :: Load the plugin's Ajax handler or process Edit Media update actions"><span class="description">Load the plugin's Ajax handler or process Edit Media update actions</span><pre>mla_admin_init_action()</pre></a></li>
65
  <li class="method public "><a href="#mla_admin_menu_action" title="mla_admin_menu_action :: Add the submenu pages"><span class="description">Add the submenu pages</span><pre>mla_admin_menu_action()</pre></a></li>
 
66
  <li class="method public "><a href="#mla_authors_dropdown" title="mla_authors_dropdown :: Get the edit Authors dropdown box, if user has suitable permissions"><span class="description">Get the edit Authors dropdown box, if user has suitable permissions</span><pre>mla_authors_dropdown()</pre></a></li>
67
  <li class="method public "><a href="#mla_clear_filter_by" title="mla_clear_filter_by :: Clear the Media/Assistant submenu Filter-by variables"><span class="description">Clear the Media/Assistant submenu Filter-by variables</span><pre>mla_clear_filter_by()</pre></a></li>
68
  <li class="method public "><a href="#mla_debug_add" title="mla_debug_add :: Add a debug message to the collection"><span class="description">Add a debug message to the collection</span><pre>mla_debug_add()</pre></a></li>
69
  <li class="method public "><a href="#mla_debug_content" title="mla_debug_content :: Get debug information without clearing the buffer"><span class="description">Get debug information without clearing the buffer</span><pre>mla_debug_content()</pre></a></li>
 
70
  <li class="method public "><a href="#mla_debug_flush" title="mla_debug_flush :: Flush debug information and clear buffer"><span class="description">Flush debug information and clear buffer</span><pre>mla_debug_flush()</pre></a></li>
71
- <li class="method public "><a href="#mla_debug_mode" title="mla_debug_mode :: Set debug information collection mode"><span class="description">Set debug information collection mode</span><pre>mla_debug_mode()</pre></a></li>
72
  <li class="method public "><a href="#mla_find_posts_ajax_action" title='mla_find_posts_ajax_action :: Ajax handler to fetch candidates for the "Set Parent" popup window'><span class="description">Ajax handler to fetch candidates for the "Set Parent" popup window</span><pre>mla_find_posts_ajax_action()</pre></a></li>
73
  <li class="method public "><a href="#mla_inline_edit_ajax_action" title="mla_inline_edit_ajax_action :: Ajax handler for inline editing"><span class="description">Ajax handler for inline editing</span><pre>mla_inline_edit_ajax_action()</pre></a></li>
74
  <li class="method public "><a href="#mla_load_media_action" title="mla_load_media_action :: Redirect to Media/Assistant if Media/Library is hidden"><span class="description">Redirect to Media/Assistant if Media/Library is hidden</span><pre>mla_load_media_action()</pre></a></li>
75
  <li class="method public "><a href="#mla_name_conflict_reporting_action" title="mla_name_conflict_reporting_action :: Displays name conflict error messages at the top of the Dashboard"><span class="description">Displays name conflict error messages at the top of the Dashboard</span><pre>mla_name_conflict_reporting_action()</pre></a></li>
76
  <li class="method public "><a href="#mla_parent_file_filter" title="mla_parent_file_filter :: Cleanup menus for Edit Tags/Categories page"><span class="description">Cleanup menus for Edit Tags/Categories page</span><pre>mla_parent_file_filter()</pre></a></li>
77
- <li class="method public "><a href="#mla_plugins_loaded_action" title="mla_plugins_loaded_action :: Load a plugin text domain"><span class="description">Load a plugin text domain</span><pre>mla_plugins_loaded_action()</pre></a></li>
78
  <li class="method public "><a href="#mla_prepare_bulk_edits" title="mla_prepare_bulk_edits :: Prepare Bulk Edit field-level updates"><span class="description">Prepare Bulk Edit field-level updates</span><pre>mla_prepare_bulk_edits()</pre></a></li>
79
  <li class="method public "><a href="#mla_process_bulk_action" title="mla_process_bulk_action :: Process bulk action for one or more attachments"><span class="description">Process bulk action for one or more attachments</span><pre>mla_process_bulk_action()</pre></a></li>
80
  <li class="method public "><a href="#mla_render_admin_page" title='mla_render_admin_page :: Render the "Assistant" subpage in the Media section, using the list_table package'><span class="description">Render the "Assistant" subpage in the Media section, using the list_table package</span><pre>mla_render_admin_page()</pre></a></li>
@@ -87,6 +89,7 @@
87
  <li class="method private "><a href="#_bulk_edit_ajax_handler" title="_bulk_edit_ajax_handler :: Ajax handler for bulk editing and mapping"><span class="description">Ajax handler for bulk editing and mapping</span><pre>_bulk_edit_ajax_handler()</pre></a></li>
88
  <li class="method private "><a href="#_compose_post_type_select" title="_compose_post_type_select :: Compose a Post Type Options list with current selection"><span class="description">Compose a Post Type Options list with current selection</span><pre>_compose_post_type_select()</pre></a></li>
89
  <li class="method private "><a href="#_current_bulk_action" title="_current_bulk_action :: Get the current action selected from the bulk actions dropdown"><span class="description">Get the current action selected from the bulk actions dropdown</span><pre>_current_bulk_action()</pre></a></li>
 
90
  <li class="method private "><a href="#_delete_single_item" title="_delete_single_item :: Delete a single item permanently"><span class="description">Delete a single item permanently</span><pre>_delete_single_item()</pre></a></li>
91
  <li class="method private "><a href="#_process_bulk_value" title="_process_bulk_value :: Process bulk edit area fields, which may contain a Content Template"><span class="description">Process bulk edit area fields, which may contain a Content Template</span><pre>_process_bulk_value()</pre></a></li>
92
  <li class="method private "><a href="#_process_mla_download_file" title="_process_mla_download_file :: Process secure file download"><span class="description">Process secure file download</span><pre>_process_mla_download_file()</pre></a></li>
@@ -95,6 +98,7 @@
95
  <li class="nav-header">
96
  <i class="icon-custom icon-property"></i> Properties</li>
97
  <li class="nav-header private">» Private</li>
 
98
  <li class="property private "><a href="#%24mla_debug_messages" title="$mla_debug_messages :: Accumulates debug messages"><span class="description">Accumulates debug messages</span><pre>$mla_debug_messages</pre></a></li>
99
  <li class="property private "><a href="#%24mla_debug_mode" title="$mla_debug_mode :: Debug information collection mode"><span class="description">Debug information collection mode</span><pre>$mla_debug_mode</pre></a></li>
100
  <li class="property private "><a href="#%24mla_language_support_error_messages" title="$mla_language_support_error_messages :: Accumulates error messages from name conflict tests"><span class="description">Accumulates error messages from name conflict tests</span><pre>$mla_language_support_error_messages</pre></a></li>
@@ -228,6 +232,18 @@ add settings link in the Plugins section entry for MLA.</p></p>
228
  </tr></table>
229
  </div></div>
230
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
231
  <a name="mla_authors_dropdown" id="mla_authors_dropdown"></a><div class="element clickable method public mla_authors_dropdown" data-toggle="collapse" data-target=".mla_authors_dropdown .collapse">
232
  <h2>Get the edit Authors dropdown box, if user has suitable permissions</h2>
233
  <pre>mla_authors_dropdown(integer $author, string $name, string $class) : string | false</pre>
@@ -318,6 +334,27 @@ add settings link in the Plugins section entry for MLA.</p></p>
318
  <code>boolean</code>true if success else false</div>
319
  </div></div>
320
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  <a name="mla_debug_flush" id="mla_debug_flush"></a><div class="element clickable method public mla_debug_flush" data-toggle="collapse" data-target=".mla_debug_flush .collapse">
322
  <h2>Flush debug information and clear buffer</h2>
323
  <pre>mla_debug_flush(string $destination, boolean $stop_collecting) : string</pre>
@@ -343,8 +380,8 @@ add settings link in the Plugins section entry for MLA.</p></p>
343
  </div></div>
344
  </div>
345
  <a name="mla_debug_mode" id="mla_debug_mode"></a><div class="element clickable method public mla_debug_mode" data-toggle="collapse" data-target=".mla_debug_mode .collapse">
346
- <h2>Set debug information collection mode</h2>
347
- <pre>mla_debug_mode(string $mode) : boolean</pre>
348
  <div class="labels"></div>
349
  <div class="row collapse"><div class="detail-description">
350
  <p class="long_description"></p>
@@ -355,11 +392,11 @@ add settings link in the Plugins section entry for MLA.</p></p>
355
  <h3>Parameters</h3>
356
  <div class="subelement argument">
357
  <h4>$mode</h4>
358
- <code>string</code><p>Collection mode: 'buffer' (default), 'console', 'log' or 'none'</p>
359
  </div>
360
  <h3>Returns</h3>
361
  <div class="subelement response">
362
- <code>boolean</code>true if success else false</div>
363
  </div></div>
364
  </div>
365
  <a name="mla_find_posts_ajax_action" id="mla_find_posts_ajax_action"></a><div class="element clickable method public mla_find_posts_ajax_action" data-toggle="collapse" data-target=".mla_find_posts_ajax_action .collapse">
@@ -432,7 +469,7 @@ Adds filters for post type and pagination.</p></p>
432
  </div></div>
433
  </div>
434
  <a name="mla_plugins_loaded_action" id="mla_plugins_loaded_action"></a><div class="element clickable method public mla_plugins_loaded_action" data-toggle="collapse" data-target=".mla_plugins_loaded_action .collapse">
435
- <h2>Load a plugin text domain</h2>
436
  <pre>mla_plugins_loaded_action() : void</pre>
437
  <div class="labels"></div>
438
  <div class="row collapse"><div class="detail-description">
@@ -661,6 +698,22 @@ Defined as public because it's an action.</p></p>
661
  <code>string</code><code>false</code>The action name or False if no action was selected</div>
662
  </div></div>
663
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
664
  <a name="_delete_single_item" id="_delete_single_item"></a><div class="element clickable method private _delete_single_item" data-toggle="collapse" data-target="._delete_single_item .collapse">
665
  <h2>Delete a single item permanently</h2>
666
  <pre>_delete_single_item(array $post_id) : array</pre>
@@ -754,6 +807,18 @@ Defined as public because it's an action.</p></p>
754
  </div>
755
  <h3>
756
  <i class="icon-custom icon-property"></i> Properties</h3>
 
 
 
 
 
 
 
 
 
 
 
 
757
  <a name="%24mla_debug_messages" id="$mla_debug_messages"> </a><div class="element clickable property private $mla_debug_messages" data-toggle="collapse" data-target=".$mla_debug_messages .collapse">
758
  <h2>Accumulates debug messages</h2>
759
  <pre>$mla_debug_messages : string</pre>
@@ -771,7 +836,7 @@ Defined as public because it's an action.</p></p>
771
  <pre>$mla_debug_mode : string</pre>
772
  <div class="labels"></div>
773
  <div class="row collapse"><div class="detail-description">
774
- <p class="long_description"></p>
775
  <table class="table table-bordered"><tr>
776
  <th>since</th>
777
  <td>2.12</td>
@@ -1027,7 +1092,7 @@ Defined as public because it's an action.</p></p>
1027
  <div class="row"><footer class="span12">
1028
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1029
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1030
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
1031
  </div>
1032
  </body>
1033
  </html>
63
  <li class="method public "><a href="#mla_admin_enqueue_scripts_action" title="mla_admin_enqueue_scripts_action :: Load the plugin's Style Sheet and Javascript files"><span class="description">Load the plugin's Style Sheet and Javascript files</span><pre>mla_admin_enqueue_scripts_action()</pre></a></li>
64
  <li class="method public "><a href="#mla_admin_init_action" title="mla_admin_init_action :: Load the plugin's Ajax handler or process Edit Media update actions"><span class="description">Load the plugin's Ajax handler or process Edit Media update actions</span><pre>mla_admin_init_action()</pre></a></li>
65
  <li class="method public "><a href="#mla_admin_menu_action" title="mla_admin_menu_action :: Add the submenu pages"><span class="description">Add the submenu pages</span><pre>mla_admin_menu_action()</pre></a></li>
66
+ <li class="method public "><a href="#mla_admin_print_styles_action" title="mla_admin_print_styles_action :: Print optional in-lne styles for Media/Assistant submenu table"><span class="description">Print optional in-lne styles for Media/Assistant submenu table</span><pre>mla_admin_print_styles_action()</pre></a></li>
67
  <li class="method public "><a href="#mla_authors_dropdown" title="mla_authors_dropdown :: Get the edit Authors dropdown box, if user has suitable permissions"><span class="description">Get the edit Authors dropdown box, if user has suitable permissions</span><pre>mla_authors_dropdown()</pre></a></li>
68
  <li class="method public "><a href="#mla_clear_filter_by" title="mla_clear_filter_by :: Clear the Media/Assistant submenu Filter-by variables"><span class="description">Clear the Media/Assistant submenu Filter-by variables</span><pre>mla_clear_filter_by()</pre></a></li>
69
  <li class="method public "><a href="#mla_debug_add" title="mla_debug_add :: Add a debug message to the collection"><span class="description">Add a debug message to the collection</span><pre>mla_debug_add()</pre></a></li>
70
  <li class="method public "><a href="#mla_debug_content" title="mla_debug_content :: Get debug information without clearing the buffer"><span class="description">Get debug information without clearing the buffer</span><pre>mla_debug_content()</pre></a></li>
71
+ <li class="method public "><a href="#mla_debug_file" title="mla_debug_file :: Get/Set debug information collection output file for mode = 'log'"><span class="description">Get/Set debug information collection output file for mode = 'log'</span><pre>mla_debug_file()</pre></a></li>
72
  <li class="method public "><a href="#mla_debug_flush" title="mla_debug_flush :: Flush debug information and clear buffer"><span class="description">Flush debug information and clear buffer</span><pre>mla_debug_flush()</pre></a></li>
73
+ <li class="method public "><a href="#mla_debug_mode" title="mla_debug_mode :: Get/Set debug information collection mode"><span class="description">Get/Set debug information collection mode</span><pre>mla_debug_mode()</pre></a></li>
74
  <li class="method public "><a href="#mla_find_posts_ajax_action" title='mla_find_posts_ajax_action :: Ajax handler to fetch candidates for the "Set Parent" popup window'><span class="description">Ajax handler to fetch candidates for the "Set Parent" popup window</span><pre>mla_find_posts_ajax_action()</pre></a></li>
75
  <li class="method public "><a href="#mla_inline_edit_ajax_action" title="mla_inline_edit_ajax_action :: Ajax handler for inline editing"><span class="description">Ajax handler for inline editing</span><pre>mla_inline_edit_ajax_action()</pre></a></li>
76
  <li class="method public "><a href="#mla_load_media_action" title="mla_load_media_action :: Redirect to Media/Assistant if Media/Library is hidden"><span class="description">Redirect to Media/Assistant if Media/Library is hidden</span><pre>mla_load_media_action()</pre></a></li>
77
  <li class="method public "><a href="#mla_name_conflict_reporting_action" title="mla_name_conflict_reporting_action :: Displays name conflict error messages at the top of the Dashboard"><span class="description">Displays name conflict error messages at the top of the Dashboard</span><pre>mla_name_conflict_reporting_action()</pre></a></li>
78
  <li class="method public "><a href="#mla_parent_file_filter" title="mla_parent_file_filter :: Cleanup menus for Edit Tags/Categories page"><span class="description">Cleanup menus for Edit Tags/Categories page</span><pre>mla_parent_file_filter()</pre></a></li>
79
+ <li class="method public "><a href="#mla_plugins_loaded_action" title="mla_plugins_loaded_action :: Load a plugin text domain and alternate debug file"><span class="description">Load a plugin text domain and alternate debug file</span><pre>mla_plugins_loaded_action()</pre></a></li>
80
  <li class="method public "><a href="#mla_prepare_bulk_edits" title="mla_prepare_bulk_edits :: Prepare Bulk Edit field-level updates"><span class="description">Prepare Bulk Edit field-level updates</span><pre>mla_prepare_bulk_edits()</pre></a></li>
81
  <li class="method public "><a href="#mla_process_bulk_action" title="mla_process_bulk_action :: Process bulk action for one or more attachments"><span class="description">Process bulk action for one or more attachments</span><pre>mla_process_bulk_action()</pre></a></li>
82
  <li class="method public "><a href="#mla_render_admin_page" title='mla_render_admin_page :: Render the "Assistant" subpage in the Media section, using the list_table package'><span class="description">Render the "Assistant" subpage in the Media section, using the list_table package</span><pre>mla_render_admin_page()</pre></a></li>
89
  <li class="method private "><a href="#_bulk_edit_ajax_handler" title="_bulk_edit_ajax_handler :: Ajax handler for bulk editing and mapping"><span class="description">Ajax handler for bulk editing and mapping</span><pre>_bulk_edit_ajax_handler()</pre></a></li>
90
  <li class="method private "><a href="#_compose_post_type_select" title="_compose_post_type_select :: Compose a Post Type Options list with current selection"><span class="description">Compose a Post Type Options list with current selection</span><pre>_compose_post_type_select()</pre></a></li>
91
  <li class="method private "><a href="#_current_bulk_action" title="_current_bulk_action :: Get the current action selected from the bulk actions dropdown"><span class="description">Get the current action selected from the bulk actions dropdown</span><pre>_current_bulk_action()</pre></a></li>
92
+ <li class="method private "><a href="#_debug_log" title="_debug_log :: Write a debug message to the appropriate log file"><span class="description">Write a debug message to the appropriate log file</span><pre>_debug_log()</pre></a></li>
93
  <li class="method private "><a href="#_delete_single_item" title="_delete_single_item :: Delete a single item permanently"><span class="description">Delete a single item permanently</span><pre>_delete_single_item()</pre></a></li>
94
  <li class="method private "><a href="#_process_bulk_value" title="_process_bulk_value :: Process bulk edit area fields, which may contain a Content Template"><span class="description">Process bulk edit area fields, which may contain a Content Template</span><pre>_process_bulk_value()</pre></a></li>
95
  <li class="method private "><a href="#_process_mla_download_file" title="_process_mla_download_file :: Process secure file download"><span class="description">Process secure file download</span><pre>_process_mla_download_file()</pre></a></li>
98
  <li class="nav-header">
99
  <i class="icon-custom icon-property"></i> Properties</li>
100
  <li class="nav-header private">» Private</li>
101
+ <li class="property private "><a href="#%24mla_debug_file" title="$mla_debug_file :: Debug information output file for mode = 'log'"><span class="description">Debug information output file for mode = 'log'</span><pre>$mla_debug_file</pre></a></li>
102
  <li class="property private "><a href="#%24mla_debug_messages" title="$mla_debug_messages :: Accumulates debug messages"><span class="description">Accumulates debug messages</span><pre>$mla_debug_messages</pre></a></li>
103
  <li class="property private "><a href="#%24mla_debug_mode" title="$mla_debug_mode :: Debug information collection mode"><span class="description">Debug information collection mode</span><pre>$mla_debug_mode</pre></a></li>
104
  <li class="property private "><a href="#%24mla_language_support_error_messages" title="$mla_language_support_error_messages :: Accumulates error messages from name conflict tests"><span class="description">Accumulates error messages from name conflict tests</span><pre>$mla_language_support_error_messages</pre></a></li>
232
  </tr></table>
233
  </div></div>
234
  </div>
235
+ <a name="mla_admin_print_styles_action" id="mla_admin_print_styles_action"></a><div class="element clickable method public mla_admin_print_styles_action" data-toggle="collapse" data-target=".mla_admin_print_styles_action .collapse">
236
+ <h2>Print optional in-lne styles for Media/Assistant submenu table</h2>
237
+ <pre>mla_admin_print_styles_action() </pre>
238
+ <div class="labels"></div>
239
+ <div class="row collapse"><div class="detail-description">
240
+ <p class="long_description"></p>
241
+ <table class="table table-bordered"><tr>
242
+ <th>since</th>
243
+ <td>2.13</td>
244
+ </tr></table>
245
+ </div></div>
246
+ </div>
247
  <a name="mla_authors_dropdown" id="mla_authors_dropdown"></a><div class="element clickable method public mla_authors_dropdown" data-toggle="collapse" data-target=".mla_authors_dropdown .collapse">
248
  <h2>Get the edit Authors dropdown box, if user has suitable permissions</h2>
249
  <pre>mla_authors_dropdown(integer $author, string $name, string $class) : string | false</pre>
334
  <code>boolean</code>true if success else false</div>
335
  </div></div>
336
  </div>
337
+ <a name="mla_debug_file" id="mla_debug_file"></a><div class="element clickable method public mla_debug_file" data-toggle="collapse" data-target=".mla_debug_file .collapse">
338
+ <h2>Get/Set debug information collection output file for mode = 'log'</h2>
339
+ <pre>mla_debug_file(string $file) : string</pre>
340
+ <div class="labels"></div>
341
+ <div class="row collapse"><div class="detail-description">
342
+ <p class="long_description"><p>Note that WP_CONTENT_DIR will be pre-pended to the value, and a slash
343
+ will be added to the front of the value if necessary.</p></p>
344
+ <table class="table table-bordered"><tr>
345
+ <th>since</th>
346
+ <td>2.14</td>
347
+ </tr></table>
348
+ <h3>Parameters</h3>
349
+ <div class="subelement argument">
350
+ <h4>$file</h4>
351
+ <code>string</code><p>Optional. The (optional path and) file name, relative to WP_CONTENT_DIR, or false/empty string to clear the value.</p>
352
+ </div>
353
+ <h3>Returns</h3>
354
+ <div class="subelement response">
355
+ <code>string</code>The previous file value, i.e., before the update, relative to WP_CONTENT_DIR</div>
356
+ </div></div>
357
+ </div>
358
  <a name="mla_debug_flush" id="mla_debug_flush"></a><div class="element clickable method public mla_debug_flush" data-toggle="collapse" data-target=".mla_debug_flush .collapse">
359
  <h2>Flush debug information and clear buffer</h2>
360
  <pre>mla_debug_flush(string $destination, boolean $stop_collecting) : string</pre>
380
  </div></div>
381
  </div>
382
  <a name="mla_debug_mode" id="mla_debug_mode"></a><div class="element clickable method public mla_debug_mode" data-toggle="collapse" data-target=".mla_debug_mode .collapse">
383
+ <h2>Get/Set debug information collection mode</h2>
384
+ <pre>mla_debug_mode(string $mode) : string</pre>
385
  <div class="labels"></div>
386
  <div class="row collapse"><div class="detail-description">
387
  <p class="long_description"></p>
392
  <h3>Parameters</h3>
393
  <div class="subelement argument">
394
  <h4>$mode</h4>
395
+ <code>string</code><p>Optional. New collection mode: 'none' (default), 'buffer', 'console' or 'log'</p>
396
  </div>
397
  <h3>Returns</h3>
398
  <div class="subelement response">
399
+ <code>string</code>The previous mode value, i.e., before the update</div>
400
  </div></div>
401
  </div>
402
  <a name="mla_find_posts_ajax_action" id="mla_find_posts_ajax_action"></a><div class="element clickable method public mla_find_posts_ajax_action" data-toggle="collapse" data-target=".mla_find_posts_ajax_action .collapse">
469
  </div></div>
470
  </div>
471
  <a name="mla_plugins_loaded_action" id="mla_plugins_loaded_action"></a><div class="element clickable method public mla_plugins_loaded_action" data-toggle="collapse" data-target=".mla_plugins_loaded_action .collapse">
472
+ <h2>Load a plugin text domain and alternate debug file</h2>
473
  <pre>mla_plugins_loaded_action() : void</pre>
474
  <div class="labels"></div>
475
  <div class="row collapse"><div class="detail-description">
698
  <code>string</code><code>false</code>The action name or False if no action was selected</div>
699
  </div></div>
700
  </div>
701
+ <a name="_debug_log" id="_debug_log"></a><div class="element clickable method private _debug_log" data-toggle="collapse" data-target="._debug_log .collapse">
702
+ <h2>Write a debug message to the appropriate log file</h2>
703
+ <pre>_debug_log(string $message) </pre>
704
+ <div class="labels"></div>
705
+ <div class="row collapse"><div class="detail-description">
706
+ <p class="long_description"></p>
707
+ <table class="table table-bordered"><tr>
708
+ <th>since</th>
709
+ <td>2.14</td>
710
+ </tr></table>
711
+ <h3>Parameters</h3>
712
+ <div class="subelement argument">
713
+ <h4>$message</h4>
714
+ <code>string</code><p>Message text</p></div>
715
+ </div></div>
716
+ </div>
717
  <a name="_delete_single_item" id="_delete_single_item"></a><div class="element clickable method private _delete_single_item" data-toggle="collapse" data-target="._delete_single_item .collapse">
718
  <h2>Delete a single item permanently</h2>
719
  <pre>_delete_single_item(array $post_id) : array</pre>
807
  </div>
808
  <h3>
809
  <i class="icon-custom icon-property"></i> Properties</h3>
810
+ <a name="%24mla_debug_file" id="$mla_debug_file"> </a><div class="element clickable property private $mla_debug_file" data-toggle="collapse" data-target=".$mla_debug_file .collapse">
811
+ <h2>Debug information output file for mode = 'log'</h2>
812
+ <pre>$mla_debug_file : string</pre>
813
+ <div class="labels"></div>
814
+ <div class="row collapse"><div class="detail-description">
815
+ <p class="long_description"></p>
816
+ <table class="table table-bordered"><tr>
817
+ <th>since</th>
818
+ <td>2.14</td>
819
+ </tr></table>
820
+ </div></div>
821
+ </div>
822
  <a name="%24mla_debug_messages" id="$mla_debug_messages"> </a><div class="element clickable property private $mla_debug_messages" data-toggle="collapse" data-target=".$mla_debug_messages .collapse">
823
  <h2>Accumulates debug messages</h2>
824
  <pre>$mla_debug_messages : string</pre>
836
  <pre>$mla_debug_mode : string</pre>
837
  <div class="labels"></div>
838
  <div class="row collapse"><div class="detail-description">
839
+ <p class="long_description"><p>Collection mode: 'buffer', 'console', 'log' or 'none' (default).</p></p>
840
  <table class="table table-bordered"><tr>
841
  <th>since</th>
842
  <td>2.12</td>
1092
  <div class="row"><footer class="span12">
1093
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1094
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1095
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
1096
  </div>
1097
  </body>
1098
  </html>
phpDocs/classes/MLAData.html CHANGED
@@ -1911,7 +1911,7 @@ ALT Text and custom field columns.</p></p>
1911
  <div class="row"><footer class="span12">
1912
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1913
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1914
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
1915
  </div>
1916
  </body>
1917
  </html>
1911
  <div class="row"><footer class="span12">
1912
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1913
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1914
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
1915
  </div>
1916
  </body>
1917
  </html>
phpDocs/classes/MLAEdit.html CHANGED
@@ -513,7 +513,7 @@ The array is built once each page load and cached for subsequent calls.</p></p>
513
  <div class="row"><footer class="span12">
514
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
515
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
516
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
517
  </div>
518
  </body>
519
  </html>
513
  <div class="row"><footer class="span12">
514
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
515
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
516
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
517
  </div>
518
  </body>
519
  </html>
phpDocs/classes/MLAImageProcessor.html CHANGED
@@ -326,7 +326,7 @@ optional $_REQUEST parameters are:
326
  <div class="row"><footer class="span12">
327
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
328
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
329
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
330
  </div>
331
  </body>
332
  </html>
326
  <div class="row"><footer class="span12">
327
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
328
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
329
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
330
  </div>
331
  </body>
332
  </html>
phpDocs/classes/MLAMime.html CHANGED
@@ -69,6 +69,7 @@
69
  <li class="method public "><a href="#mla_get_core_icon_type" title="mla_get_core_icon_type :: Retrieve a standard icon type, i.e., without MLA filtering"><span class="description">Retrieve a standard icon type, i.e., without MLA filtering</span><pre>mla_get_core_icon_type()</pre></a></li>
70
  <li class="method public "><a href="#mla_get_current_icon_types" title="mla_get_current_icon_types :: Get an array of current Icon Type names"><span class="description">Get an array of current Icon Type names</span><pre>mla_get_current_icon_types()</pre></a></li>
71
  <li class="method public "><a href="#mla_get_icon_type_image" title="mla_get_icon_type_image :: Get an HTML img element representing an attachment icon"><span class="description">Get an HTML img element representing an attachment icon</span><pre>mla_get_icon_type_image()</pre></a></li>
 
72
  <li class="method public "><a href="#mla_get_optional_upload_mime" title="mla_get_optional_upload_mime :: Retrieve an MLA Optional Upload MIME Type given an ID"><span class="description">Retrieve an MLA Optional Upload MIME Type given an ID</span><pre>mla_get_optional_upload_mime()</pre></a></li>
73
  <li class="method public "><a href="#mla_get_post_mime_type" title="mla_get_post_mime_type :: Retrieve an MLA post_mime_type object"><span class="description">Retrieve an MLA post_mime_type object</span><pre>mla_get_post_mime_type()</pre></a></li>
74
  <li class="method public "><a href="#mla_get_post_mime_type_slug" title="mla_get_post_mime_type_slug :: Retrieve an MLA post_mime_type slug given a post_ID"><span class="description">Retrieve an MLA post_mime_type slug given a post_ID</span><pre>mla_get_post_mime_type_slug()</pre></a></li>
@@ -383,6 +384,25 @@ to the file for display purposes.</p>
383
  <code>string</code>HTML img element or empty string on failure.</div>
384
  </div></div>
385
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
386
  <a name="mla_get_optional_upload_mime" id="mla_get_optional_upload_mime"></a><div class="element clickable method public mla_get_optional_upload_mime" data-toggle="collapse" data-target=".mla_get_optional_upload_mime .collapse">
387
  <h2>Retrieve an MLA Optional Upload MIME Type given an ID</h2>
388
  <pre>mla_get_optional_upload_mime(integer $ID) : mixed</pre>
@@ -1288,7 +1308,7 @@ Defined as public because it's a filter.</p></p>
1288
  <div class="row"><footer class="span12">
1289
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1290
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1291
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
1292
  </div>
1293
  </body>
1294
  </html>
69
  <li class="method public "><a href="#mla_get_core_icon_type" title="mla_get_core_icon_type :: Retrieve a standard icon type, i.e., without MLA filtering"><span class="description">Retrieve a standard icon type, i.e., without MLA filtering</span><pre>mla_get_core_icon_type()</pre></a></li>
70
  <li class="method public "><a href="#mla_get_current_icon_types" title="mla_get_current_icon_types :: Get an array of current Icon Type names"><span class="description">Get an array of current Icon Type names</span><pre>mla_get_current_icon_types()</pre></a></li>
71
  <li class="method public "><a href="#mla_get_icon_type_image" title="mla_get_icon_type_image :: Get an HTML img element representing an attachment icon"><span class="description">Get an HTML img element representing an attachment icon</span><pre>mla_get_icon_type_image()</pre></a></li>
72
+ <li class="method public "><a href="#mla_get_icon_type_size" title="mla_get_icon_type_size :: Get an attachment icon height and width"><span class="description">Get an attachment icon height and width</span><pre>mla_get_icon_type_size()</pre></a></li>
73
  <li class="method public "><a href="#mla_get_optional_upload_mime" title="mla_get_optional_upload_mime :: Retrieve an MLA Optional Upload MIME Type given an ID"><span class="description">Retrieve an MLA Optional Upload MIME Type given an ID</span><pre>mla_get_optional_upload_mime()</pre></a></li>
74
  <li class="method public "><a href="#mla_get_post_mime_type" title="mla_get_post_mime_type :: Retrieve an MLA post_mime_type object"><span class="description">Retrieve an MLA post_mime_type object</span><pre>mla_get_post_mime_type()</pre></a></li>
75
  <li class="method public "><a href="#mla_get_post_mime_type_slug" title="mla_get_post_mime_type_slug :: Retrieve an MLA post_mime_type slug given a post_ID"><span class="description">Retrieve an MLA post_mime_type slug given a post_ID</span><pre>mla_get_post_mime_type_slug()</pre></a></li>
384
  <code>string</code>HTML img element or empty string on failure.</div>
385
  </div></div>
386
  </div>
387
+ <a name="mla_get_icon_type_size" id="mla_get_icon_type_size"></a><div class="element clickable method public mla_get_icon_type_size" data-toggle="collapse" data-target=".mla_get_icon_type_size .collapse">
388
+ <h2>Get an attachment icon height and width</h2>
389
+ <pre>mla_get_icon_type_size(string $icon_type) : array</pre>
390
+ <div class="labels"></div>
391
+ <div class="row collapse"><div class="detail-description">
392
+ <p class="long_description"></p>
393
+ <table class="table table-bordered"><tr>
394
+ <th>since</th>
395
+ <td>2.14</td>
396
+ </tr></table>
397
+ <h3>Parameters</h3>
398
+ <div class="subelement argument">
399
+ <h4>$icon_type</h4>
400
+ <code>string</code><p>Icon Type, e.g., audio, video, spreadsheet</p></div>
401
+ <h3>Returns</h3>
402
+ <div class="subelement response">
403
+ <code>array</code>( width, height )</div>
404
+ </div></div>
405
+ </div>
406
  <a name="mla_get_optional_upload_mime" id="mla_get_optional_upload_mime"></a><div class="element clickable method public mla_get_optional_upload_mime" data-toggle="collapse" data-target=".mla_get_optional_upload_mime .collapse">
407
  <h2>Retrieve an MLA Optional Upload MIME Type given an ID</h2>
408
  <pre>mla_get_optional_upload_mime(integer $ID) : mixed</pre>
1308
  <div class="row"><footer class="span12">
1309
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1310
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1311
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
1312
  </div>
1313
  </body>
1314
  </html>
phpDocs/classes/MLAModal.html CHANGED
@@ -515,7 +515,7 @@ and mla_print_media_templates_action</h2>
515
  <div class="row"><footer class="span12">
516
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
517
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
518
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
519
  </div>
520
  </body>
521
  </html>
515
  <div class="row"><footer class="span12">
516
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
517
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
518
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
519
  </div>
520
  </body>
521
  </html>
phpDocs/classes/MLAMutex.html CHANGED
@@ -251,7 +251,7 @@ for the [mla_gallery] mla_viewer=single option</p>
251
  <div class="row"><footer class="span12">
252
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
253
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
254
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
255
  </div>
256
  </body>
257
  </html>
251
  <div class="row"><footer class="span12">
252
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
253
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
254
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
255
  </div>
256
  </body>
257
  </html>
phpDocs/classes/MLAObjects.html CHANGED
@@ -172,7 +172,7 @@ which replaces the "Posts" column with an equivalent "Attachments" column.</h2>
172
  <div class="row"><footer class="span12">
173
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
174
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
175
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
176
  </div>
177
  </body>
178
  </html>
172
  <div class="row"><footer class="span12">
173
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
174
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
175
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
176
  </div>
177
  </body>
178
  </html>
phpDocs/classes/MLAOptions.html CHANGED
@@ -121,6 +121,7 @@ settings are being updated or reset.</span><pre>mla_taxonomy_support()</pre></a>
121
  <li class="constant "><a href="#MLA_BULK_CHUNK_SIZE" title="MLA_BULK_CHUNK_SIZE :: Provides a unique name for the Bulk Update and Map All chunk size option"><span class="description">Provides a unique name for the Bulk Update and Map All chunk size option</span><pre>MLA_BULK_CHUNK_SIZE</pre></a></li>
122
  <li class="constant "><a href="#MLA_COUNT_TERM_ATTACHMENTS" title="MLA_COUNT_TERM_ATTACHMENTS :: Provides a unique name for the taxonomy count Attachments option"><span class="description">Provides a unique name for the taxonomy count Attachments option</span><pre>MLA_COUNT_TERM_ATTACHMENTS</pre></a></li>
123
  <li class="constant "><a href="#MLA_DEBUG_DISPLAY_LIMIT" title="MLA_DEBUG_DISPLAY_LIMIT :: Provides a unique name for the Debug display limit option"><span class="description">Provides a unique name for the Debug display limit option</span><pre>MLA_DEBUG_DISPLAY_LIMIT</pre></a></li>
 
124
  <li class="constant "><a href="#MLA_DEFAULT_ORDER" title="MLA_DEFAULT_ORDER :: Provides a unique name for the default order option"><span class="description">Provides a unique name for the default order option</span><pre>MLA_DEFAULT_ORDER</pre></a></li>
125
  <li class="constant "><a href="#MLA_DEFAULT_ORDERBY" title="MLA_DEFAULT_ORDERBY :: Provides a unique name for the default orderby option"><span class="description">Provides a unique name for the default orderby option</span><pre>MLA_DEFAULT_ORDERBY</pre></a></li>
126
  <li class="constant "><a href="#MLA_EDIT_MEDIA_META_BOXES" title="MLA_EDIT_MEDIA_META_BOXES :: Provides a unique name for the Edit Media additional meta boxes option"><span class="description">Provides a unique name for the Edit Media additional meta boxes option</span><pre>MLA_EDIT_MEDIA_META_BOXES</pre></a></li>
@@ -1411,6 +1412,12 @@ added to the Media Library.</p></p>
1411
  <div class="labels"></div>
1412
  <div class="row collapse"><div class="detail-description"><p class="long_description"></p></div></div>
1413
  </div>
 
 
 
 
 
 
1414
  <a name="MLA_DEFAULT_ORDER" id="MLA_DEFAULT_ORDER"> </a><div class="element clickable constant MLA_DEFAULT_ORDER" data-toggle="collapse" data-target=".MLA_DEFAULT_ORDER .collapse">
1415
  <h2>Provides a unique name for the default order option</h2>
1416
  <pre>MLA_DEFAULT_ORDER </pre>
@@ -1674,7 +1681,7 @@ also controls the ATTACHMENT DETAILS enhancements</h2>
1674
  <div class="row"><footer class="span12">
1675
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1676
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1677
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
1678
  </div>
1679
  </body>
1680
  </html>
121
  <li class="constant "><a href="#MLA_BULK_CHUNK_SIZE" title="MLA_BULK_CHUNK_SIZE :: Provides a unique name for the Bulk Update and Map All chunk size option"><span class="description">Provides a unique name for the Bulk Update and Map All chunk size option</span><pre>MLA_BULK_CHUNK_SIZE</pre></a></li>
122
  <li class="constant "><a href="#MLA_COUNT_TERM_ATTACHMENTS" title="MLA_COUNT_TERM_ATTACHMENTS :: Provides a unique name for the taxonomy count Attachments option"><span class="description">Provides a unique name for the taxonomy count Attachments option</span><pre>MLA_COUNT_TERM_ATTACHMENTS</pre></a></li>
123
  <li class="constant "><a href="#MLA_DEBUG_DISPLAY_LIMIT" title="MLA_DEBUG_DISPLAY_LIMIT :: Provides a unique name for the Debug display limit option"><span class="description">Provides a unique name for the Debug display limit option</span><pre>MLA_DEBUG_DISPLAY_LIMIT</pre></a></li>
124
+ <li class="constant "><a href="#MLA_DEBUG_FILE" title="MLA_DEBUG_FILE :: Provides a unique name for the Debug alternate log file option"><span class="description">Provides a unique name for the Debug alternate log file option</span><pre>MLA_DEBUG_FILE</pre></a></li>
125
  <li class="constant "><a href="#MLA_DEFAULT_ORDER" title="MLA_DEFAULT_ORDER :: Provides a unique name for the default order option"><span class="description">Provides a unique name for the default order option</span><pre>MLA_DEFAULT_ORDER</pre></a></li>
126
  <li class="constant "><a href="#MLA_DEFAULT_ORDERBY" title="MLA_DEFAULT_ORDERBY :: Provides a unique name for the default orderby option"><span class="description">Provides a unique name for the default orderby option</span><pre>MLA_DEFAULT_ORDERBY</pre></a></li>
127
  <li class="constant "><a href="#MLA_EDIT_MEDIA_META_BOXES" title="MLA_EDIT_MEDIA_META_BOXES :: Provides a unique name for the Edit Media additional meta boxes option"><span class="description">Provides a unique name for the Edit Media additional meta boxes option</span><pre>MLA_EDIT_MEDIA_META_BOXES</pre></a></li>
1412
  <div class="labels"></div>
1413
  <div class="row collapse"><div class="detail-description"><p class="long_description"></p></div></div>
1414
  </div>
1415
+ <a name="MLA_DEBUG_FILE" id="MLA_DEBUG_FILE"> </a><div class="element clickable constant MLA_DEBUG_FILE" data-toggle="collapse" data-target=".MLA_DEBUG_FILE .collapse">
1416
+ <h2>Provides a unique name for the Debug alternate log file option</h2>
1417
+ <pre>MLA_DEBUG_FILE </pre>
1418
+ <div class="labels"></div>
1419
+ <div class="row collapse"><div class="detail-description"><p class="long_description"></p></div></div>
1420
+ </div>
1421
  <a name="MLA_DEFAULT_ORDER" id="MLA_DEFAULT_ORDER"> </a><div class="element clickable constant MLA_DEFAULT_ORDER" data-toggle="collapse" data-target=".MLA_DEFAULT_ORDER .collapse">
1422
  <h2>Provides a unique name for the default order option</h2>
1423
  <pre>MLA_DEFAULT_ORDER </pre>
1681
  <div class="row"><footer class="span12">
1682
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1683
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1684
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
1685
  </div>
1686
  </body>
1687
  </html>
phpDocs/classes/MLAPDF.html CHANGED
@@ -378,7 +378,7 @@ The array value is array( number, generation, start, optional /length )</p></p>
378
  <div class="row"><footer class="span12">
379
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
380
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
381
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
382
  </div>
383
  </body>
384
  </html>
378
  <div class="row"><footer class="span12">
379
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
380
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
381
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
382
  </div>
383
  </body>
384
  </html>
phpDocs/classes/MLASettings.html CHANGED
@@ -92,6 +92,7 @@ add settings link in the Plugins section entry for MLA.</span><pre>mla_admin_men
92
  <li class="method private "><a href="#_compose_iptc_exif_tab" title="_compose_iptc_exif_tab :: Compose the IPTC/EXIF tab content for the Settings subpage"><span class="description">Compose the IPTC/EXIF tab content for the Settings subpage</span><pre>_compose_iptc_exif_tab()</pre></a></li>
93
  <li class="method private "><a href="#_compose_mla_gallery_tab" title="_compose_mla_gallery_tab :: Compose the MLA Gallery tab content for the Settings subpage"><span class="description">Compose the MLA Gallery tab content for the Settings subpage</span><pre>_compose_mla_gallery_tab()</pre></a></li>
94
  <li class="method private "><a href="#_compose_optional_upload_tab" title="_compose_optional_upload_tab :: Compose the Optional File Upload MIME Types tab content for the Settings subpage"><span class="description">Compose the Optional File Upload MIME Types tab content for the Settings subpage</span><pre>_compose_optional_upload_tab()</pre></a></li>
 
95
  <li class="method private "><a href="#_compose_settings_tabs" title="_compose_settings_tabs :: Compose the navigation tabs for the Settings subpage"><span class="description">Compose the navigation tabs for the Settings subpage</span><pre>_compose_settings_tabs()</pre></a></li>
96
  <li class="method private "><a href="#_compose_upload_tab" title="_compose_upload_tab :: Compose the File Upload MIME Types tab content for the Settings subpage"><span class="description">Compose the File Upload MIME Types tab content for the Settings subpage</span><pre>_compose_upload_tab()</pre></a></li>
97
  <li class="method private "><a href="#_compose_view_tab" title="_compose_view_tab :: Compose the Post MIME Type Views tab content for the Settings subpage"><span class="description">Compose the Post MIME Type Views tab content for the Settings subpage</span><pre>_compose_view_tab()</pre></a></li>
@@ -710,6 +711,28 @@ in the "public static" array definition itself.</p></p>
710
  <code>array</code>'message' => status/error messages, 'body' => tab content</div>
711
  </div></div>
712
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
713
  <a name="_compose_settings_tabs" id="_compose_settings_tabs"></a><div class="element clickable method private _compose_settings_tabs" data-toggle="collapse" data-target="._compose_settings_tabs .collapse">
714
  <h2>Compose the navigation tabs for the Settings subpage</h2>
715
  <pre>_compose_settings_tabs(string $active_tab) : string</pre>
@@ -1339,7 +1362,7 @@ because Localization calls cannot be placed in the "public static" array definit
1339
  <div class="row"><footer class="span12">
1340
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1341
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1342
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
1343
  </div>
1344
  </body>
1345
  </html>
92
  <li class="method private "><a href="#_compose_iptc_exif_tab" title="_compose_iptc_exif_tab :: Compose the IPTC/EXIF tab content for the Settings subpage"><span class="description">Compose the IPTC/EXIF tab content for the Settings subpage</span><pre>_compose_iptc_exif_tab()</pre></a></li>
93
  <li class="method private "><a href="#_compose_mla_gallery_tab" title="_compose_mla_gallery_tab :: Compose the MLA Gallery tab content for the Settings subpage"><span class="description">Compose the MLA Gallery tab content for the Settings subpage</span><pre>_compose_mla_gallery_tab()</pre></a></li>
94
  <li class="method private "><a href="#_compose_optional_upload_tab" title="_compose_optional_upload_tab :: Compose the Optional File Upload MIME Types tab content for the Settings subpage"><span class="description">Compose the Optional File Upload MIME Types tab content for the Settings subpage</span><pre>_compose_optional_upload_tab()</pre></a></li>
95
+ <li class="method private "><a href="#_compose_settings_row" title="_compose_settings_row :: Compose the Debug tab Debug Settings content for one setting"><span class="description">Compose the Debug tab Debug Settings content for one setting</span><pre>_compose_settings_row()</pre></a></li>
96
  <li class="method private "><a href="#_compose_settings_tabs" title="_compose_settings_tabs :: Compose the navigation tabs for the Settings subpage"><span class="description">Compose the navigation tabs for the Settings subpage</span><pre>_compose_settings_tabs()</pre></a></li>
97
  <li class="method private "><a href="#_compose_upload_tab" title="_compose_upload_tab :: Compose the File Upload MIME Types tab content for the Settings subpage"><span class="description">Compose the File Upload MIME Types tab content for the Settings subpage</span><pre>_compose_upload_tab()</pre></a></li>
98
  <li class="method private "><a href="#_compose_view_tab" title="_compose_view_tab :: Compose the Post MIME Type Views tab content for the Settings subpage"><span class="description">Compose the Post MIME Type Views tab content for the Settings subpage</span><pre>_compose_view_tab()</pre></a></li>
711
  <code>array</code>'message' => status/error messages, 'body' => tab content</div>
712
  </div></div>
713
  </div>
714
+ <a name="_compose_settings_row" id="_compose_settings_row"></a><div class="element clickable method private _compose_settings_row" data-toggle="collapse" data-target="._compose_settings_row .collapse">
715
+ <h2>Compose the Debug tab Debug Settings content for one setting</h2>
716
+ <pre>_compose_settings_row(string $label, string $value) : string</pre>
717
+ <div class="labels"></div>
718
+ <div class="row collapse"><div class="detail-description">
719
+ <p class="long_description"></p>
720
+ <table class="table table-bordered"><tr>
721
+ <th>since</th>
722
+ <td>2.14</td>
723
+ </tr></table>
724
+ <h3>Parameters</h3>
725
+ <div class="subelement argument">
726
+ <h4>$label</h4>
727
+ <code>string</code><p>Display name for the setting</p></div>
728
+ <div class="subelement argument">
729
+ <h4>$value</h4>
730
+ <code>string</code><p>Current value for the setting</p></div>
731
+ <h3>Returns</h3>
732
+ <div class="subelement response">
733
+ <code>string</code>HTML table row markup for the label setting pair</div>
734
+ </div></div>
735
+ </div>
736
  <a name="_compose_settings_tabs" id="_compose_settings_tabs"></a><div class="element clickable method private _compose_settings_tabs" data-toggle="collapse" data-target="._compose_settings_tabs .collapse">
737
  <h2>Compose the navigation tabs for the Settings subpage</h2>
738
  <pre>_compose_settings_tabs(string $active_tab) : string</pre>
1362
  <div class="row"><footer class="span12">
1363
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1364
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1365
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
1366
  </div>
1367
  </body>
1368
  </html>
phpDocs/classes/MLAShortcodes.html CHANGED
@@ -706,7 +706,7 @@ any further logic required to translate those values is contained in the filter.
706
  <div class="row"><footer class="span12">
707
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
708
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
709
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
710
  </div>
711
  </body>
712
  </html>
706
  <div class="row"><footer class="span12">
707
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
708
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
709
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
710
  </div>
711
  </body>
712
  </html>
phpDocs/classes/MLATest.html CHANGED
@@ -60,6 +60,10 @@
60
  <li class="method public "><a href="#initialize" title="initialize :: Initialization function, similar to __construct()"><span class="description">Initialization function, similar to __construct()</span><pre>initialize()</pre></a></li>
61
  <li class="method public "><a href="#min_WordPress_version" title="min_WordPress_version :: Test that your WordPress version is at least that of the $min_version"><span class="description">Test that your WordPress version is at least that of the $min_version</span><pre>min_WordPress_version()</pre></a></li>
62
  <li class="method public "><a href="#min_php_version" title="min_php_version :: Test that your PHP version is at least that of the $min_php_version"><span class="description">Test that your PHP version is at least that of the $min_php_version</span><pre>min_php_version()</pre></a></li>
 
 
 
 
63
  </ul>
64
  </div>
65
  <div class="span8">
@@ -141,6 +145,32 @@ to ensure the plugin can run in the current WordPress envrionment.</p>
141
  <code>string</code>'' if pass else error message</div>
142
  </div></div>
143
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  </div>
145
  </div>
146
  </div>
@@ -148,7 +178,7 @@ to ensure the plugin can run in the current WordPress envrionment.</p>
148
  <div class="row"><footer class="span12">
149
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
150
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
151
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
152
  </div>
153
  </body>
154
  </html>
60
  <li class="method public "><a href="#initialize" title="initialize :: Initialization function, similar to __construct()"><span class="description">Initialization function, similar to __construct()</span><pre>initialize()</pre></a></li>
61
  <li class="method public "><a href="#min_WordPress_version" title="min_WordPress_version :: Test that your WordPress version is at least that of the $min_version"><span class="description">Test that your WordPress version is at least that of the $min_version</span><pre>min_WordPress_version()</pre></a></li>
62
  <li class="method public "><a href="#min_php_version" title="min_php_version :: Test that your PHP version is at least that of the $min_php_version"><span class="description">Test that your PHP version is at least that of the $min_php_version</span><pre>min_php_version()</pre></a></li>
63
+ <li class="nav-header">
64
+ <i class="icon-custom icon-property"></i> Properties</li>
65
+ <li class="property public "><a href="#%24wp_3dot5" title="$wp_3dot5 :: True if WordPress version is 3.5.x"><span class="description">True if WordPress version is 3.5.x</span><pre>$wp_3dot5</pre></a></li>
66
+ <li class="property public "><a href="#%24wp_4dot3_plus" title="$wp_4dot3_plus :: True if WordPress version is 4.3 or newer"><span class="description">True if WordPress version is 4.3 or newer</span><pre>$wp_4dot3_plus</pre></a></li>
67
  </ul>
68
  </div>
69
  <div class="span8">
145
  <code>string</code>'' if pass else error message</div>
146
  </div></div>
147
  </div>
148
+ <h3>
149
+ <i class="icon-custom icon-property"></i> Properties</h3>
150
+ <a name="%24wp_3dot5" id="$wp_3dot5"> </a><div class="element clickable property public $wp_3dot5" data-toggle="collapse" data-target=".$wp_3dot5 .collapse">
151
+ <h2>True if WordPress version is 3.5.x</h2>
152
+ <pre>$wp_3dot5 : boolean</pre>
153
+ <div class="labels"></div>
154
+ <div class="row collapse"><div class="detail-description">
155
+ <p class="long_description"></p>
156
+ <table class="table table-bordered"><tr>
157
+ <th>since</th>
158
+ <td>2.14</td>
159
+ </tr></table>
160
+ </div></div>
161
+ </div>
162
+ <a name="%24wp_4dot3_plus" id="$wp_4dot3_plus"> </a><div class="element clickable property public $wp_4dot3_plus" data-toggle="collapse" data-target=".$wp_4dot3_plus .collapse">
163
+ <h2>True if WordPress version is 4.3 or newer</h2>
164
+ <pre>$wp_4dot3_plus : boolean</pre>
165
+ <div class="labels"></div>
166
+ <div class="row collapse"><div class="detail-description">
167
+ <p class="long_description"></p>
168
+ <table class="table table-bordered"><tr>
169
+ <th>since</th>
170
+ <td>2.13</td>
171
+ </tr></table>
172
+ </div></div>
173
+ </div>
174
  </div>
175
  </div>
176
  </div>
178
  <div class="row"><footer class="span12">
179
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
180
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
181
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
182
  </div>
183
  </body>
184
  </html>
phpDocs/classes/MLATextWidget.html CHANGED
@@ -178,7 +178,7 @@
178
  <div class="row"><footer class="span12">
179
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
180
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
181
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
182
  </div>
183
  </body>
184
  </html>
178
  <div class="row"><footer class="span12">
179
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
180
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
181
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
182
  </div>
183
  </body>
184
  </html>
phpDocs/classes/MLA_Checklist_Walker.html CHANGED
@@ -163,7 +163,7 @@ Class Walker is defined in /wp-includes/class-wp-walker.php.</p></p>
163
  <div class="row"><footer class="span12">
164
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
165
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
166
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
167
  </div>
168
  </body>
169
  </html>
163
  <div class="row"><footer class="span12">
164
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
165
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
166
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
167
  </div>
168
  </body>
169
  </html>
phpDocs/classes/MLA_List_Table.html CHANGED
@@ -60,6 +60,7 @@
60
  <li class="method public "><a href="#__construct" title="__construct :: Initializes some properties from $_REQUEST variables, then
61
  calls the parent constructor to set some default configs."><span class="description">Initializes some properties from $_REQUEST variables, then
62
  calls the parent constructor to set some default configs.</span><pre>__construct()</pre></a></li>
 
63
  <li class="method public "><a href="#column_ID_parent" title="column_ID_parent :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_ID_parent()</pre></a></li>
64
  <li class="method public "><a href="#column_alt_text" title="column_alt_text :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_alt_text()</pre></a></li>
65
  <li class="method public "><a href="#column_attached_to" title="column_attached_to :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_attached_to()</pre></a></li>
@@ -110,10 +111,13 @@ and the value is db column (or other criteria) to sort by.</span><pre>get_sortab
110
  <li class="nav-header protected">» Protected</li>
111
  <li class="method protected "><a href="#_avail_mime_types" title="_avail_mime_types :: Get MIME types with one or more attachments for view preparation"><span class="description">Get MIME types with one or more attachments for view preparation</span><pre>_avail_mime_types()</pre></a></li>
112
  <li class="method protected "><a href="#_build_inline_data" title="_build_inline_data :: Add hidden fields with the data for use in the inline editor"><span class="description">Add hidden fields with the data for use in the inline editor</span><pre>_build_inline_data()</pre></a></li>
113
- <li class="method protected "><a href="#_build_rollover_actions" title="_build_rollover_actions :: Add rollover actions to exactly one of the following displayed columns:
114
- 'ID_parent', 'title_name', 'post_title', 'post_name'"><span class="description">Add rollover actions to exactly one of the following displayed columns:
115
  'ID_parent', 'title_name', 'post_title', 'post_name'</span><pre>_build_rollover_actions()</pre></a></li>
116
  <li class="method protected "><a href="#_format_post_status" title="_format_post_status :: Translate post_status 'future', 'pending', 'draft' and 'trash' to label"><span class="description">Translate post_status 'future', 'pending', 'draft' and 'trash' to label</span><pre>_format_post_status()</pre></a></li>
 
 
 
117
  <li class="nav-header private">» Private</li>
118
  <li class="method private "><a href="#_get_view" title="_get_view :: Returns HTML markup for one view that can be used with this table"><span class="description">Returns HTML markup for one view that can be used with this table</span><pre>_get_view()</pre></a></li>
119
  <li class="nav-header">
@@ -160,7 +164,7 @@ and the value is db column (or other criteria) to sort by.</span><pre>get_sortab
160
  <a name="__construct" id="__construct"></a><div class="element clickable method public __construct" data-toggle="collapse" data-target=".__construct .collapse">
161
  <h2>Initializes some properties from $_REQUEST variables, then
162
  calls the parent constructor to set some default configs.</h2>
163
- <pre>__construct() : void</pre>
164
  <div class="labels"></div>
165
  <div class="row collapse"><div class="detail-description">
166
  <p class="long_description"></p>
@@ -170,6 +174,20 @@ calls the parent constructor to set some default configs.</h2>
170
  </tr></table>
171
  </div></div>
172
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  <a name="column_ID_parent" id="column_ID_parent"></a><div class="element clickable method public column_ID_parent" data-toggle="collapse" data-target=".column_ID_parent .collapse">
174
  <h2>Supply the content for a custom column</h2>
175
  <pre>column_ID_parent(array $item) : string</pre>
@@ -737,7 +755,7 @@ and the value is db column (or other criteria) to sort by.</h2>
737
  </div>
738
  <a name="mla_admin_init_action" id="mla_admin_init_action"></a><div class="element clickable method public mla_admin_init_action" data-toggle="collapse" data-target=".mla_admin_init_action .collapse">
739
  <h2>Adds support for taxonomy and custom field columns</h2>
740
- <pre>mla_admin_init_action() : void</pre>
741
  <div class="labels"></div>
742
  <div class="row collapse"><div class="detail-description">
743
  <p class="long_description"><p>Called in the admin_init action because the list_table object isn't
@@ -807,11 +825,11 @@ created in time to affect the "screen options" setup.</p></p>
807
  </div>
808
  <a name="mla_localize_default_columns_array" id="mla_localize_default_columns_array"></a><div class="element clickable method public mla_localize_default_columns_array" data-toggle="collapse" data-target=".mla_localize_default_columns_array .collapse">
809
  <h2>Builds the $default_columns array with translated source texts.</h2>
810
- <pre>mla_localize_default_columns_array() : void</pre>
811
  <div class="labels"></div>
812
  <div class="row collapse"><div class="detail-description">
813
- <p class="long_description"><p>Called from MLA:mla_plugins_loaded_action because the $default_columns information might be
814
- accessed from "front end" posts/pages.</p></p>
815
  <table class="table table-bordered"><tr>
816
  <th>since</th>
817
  <td>1.71</td>
@@ -885,7 +903,7 @@ is not created in time for the call from screen.php.</p></p>
885
  </div>
886
  <a name="pagination" id="pagination"></a><div class="element clickable method public pagination" data-toggle="collapse" data-target=".pagination .collapse">
887
  <h2>Display the pagination, adding view, search and filter arguments</h2>
888
- <pre>pagination(string $which) : void</pre>
889
  <div class="labels"></div>
890
  <div class="row collapse"><div class="detail-description">
891
  <p class="long_description"></p>
@@ -902,7 +920,7 @@ is not created in time for the call from screen.php.</p></p>
902
  </div>
903
  <a name="prepare_items" id="prepare_items"></a><div class="element clickable method public prepare_items" data-toggle="collapse" data-target=".prepare_items .collapse">
904
  <h2>Prepares the list of items for displaying</h2>
905
- <pre>prepare_items() : void</pre>
906
  <div class="labels"></div>
907
  <div class="row collapse"><div class="detail-description">
908
  <p class="long_description"><p>This is where you prepare your data for display. This method will usually
@@ -988,7 +1006,7 @@ but uses the output of wp_count_attachments() as input.</p></p>
988
  </div></div>
989
  </div>
990
  <a name="_build_rollover_actions" id="_build_rollover_actions"></a><div class="element clickable method protected _build_rollover_actions" data-toggle="collapse" data-target="._build_rollover_actions .collapse">
991
- <h2>Add rollover actions to exactly one of the following displayed columns:
992
  'ID_parent', 'title_name', 'post_title', 'post_name'</h2>
993
  <pre>_build_rollover_actions(object $item, string $column) : array</pre>
994
  <div class="labels"></div>
@@ -1030,6 +1048,86 @@ but uses the output of wp_count_attachments() as input.</p></p>
1030
  <code>string</code>Status label or empty string</div>
1031
  </div></div>
1032
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1033
  <a name="_get_view" id="_get_view"></a><div class="element clickable method private _get_view" data-toggle="collapse" data-target="._get_view .collapse">
1034
  <h2>Returns HTML markup for one view that can be used with this table</h2>
1035
  <pre>_get_view(string $view_slug, string $current_view) : string</pre>
@@ -1193,7 +1291,7 @@ MLA_List_Table::mla_admin_init_action.</p></p>
1193
  <div class="row"><footer class="span12">
1194
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1195
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1196
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
1197
  </div>
1198
  </body>
1199
  </html>
60
  <li class="method public "><a href="#__construct" title="__construct :: Initializes some properties from $_REQUEST variables, then
61
  calls the parent constructor to set some default configs."><span class="description">Initializes some properties from $_REQUEST variables, then
62
  calls the parent constructor to set some default configs.</span><pre>__construct()</pre></a></li>
63
+ <li class="method public "><a href="#ajax_user_can" title="ajax_user_can :: Checks the current user's permissions"><span class="description">Checks the current user's permissions</span><pre>ajax_user_can()</pre></a></li>
64
  <li class="method public "><a href="#column_ID_parent" title="column_ID_parent :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_ID_parent()</pre></a></li>
65
  <li class="method public "><a href="#column_alt_text" title="column_alt_text :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_alt_text()</pre></a></li>
66
  <li class="method public "><a href="#column_attached_to" title="column_attached_to :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_attached_to()</pre></a></li>
111
  <li class="nav-header protected">» Protected</li>
112
  <li class="method protected "><a href="#_avail_mime_types" title="_avail_mime_types :: Get MIME types with one or more attachments for view preparation"><span class="description">Get MIME types with one or more attachments for view preparation</span><pre>_avail_mime_types()</pre></a></li>
113
  <li class="method protected "><a href="#_build_inline_data" title="_build_inline_data :: Add hidden fields with the data for use in the inline editor"><span class="description">Add hidden fields with the data for use in the inline editor</span><pre>_build_inline_data()</pre></a></li>
114
+ <li class="method protected "><a href="#_build_rollover_actions" title="_build_rollover_actions :: Add rollover actions to the current primary column, one of:
115
+ 'ID_parent', 'title_name', 'post_title', 'post_name'"><span class="description">Add rollover actions to the current primary column, one of:
116
  'ID_parent', 'title_name', 'post_title', 'post_name'</span><pre>_build_rollover_actions()</pre></a></li>
117
  <li class="method protected "><a href="#_format_post_status" title="_format_post_status :: Translate post_status 'future', 'pending', 'draft' and 'trash' to label"><span class="description">Translate post_status 'future', 'pending', 'draft' and 'trash' to label</span><pre>_format_post_status()</pre></a></li>
118
+ <li class="method protected "><a href="#_handle_primary_column" title="_handle_primary_column :: Format primary column before/after Wordpress v4.3"><span class="description">Format primary column before/after Wordpress v4.3</span><pre>_handle_primary_column()</pre></a></li>
119
+ <li class="method protected "><a href="#get_default_primary_column_name" title="get_default_primary_column_name :: Get the name of the default primary column."><span class="description">Get the name of the default primary column.</span><pre>get_default_primary_column_name()</pre></a></li>
120
+ <li class="method protected "><a href="#handle_row_actions" title="handle_row_actions :: Generate and display row actions links."><span class="description">Generate and display row actions links.</span><pre>handle_row_actions()</pre></a></li>
121
  <li class="nav-header private">» Private</li>
122
  <li class="method private "><a href="#_get_view" title="_get_view :: Returns HTML markup for one view that can be used with this table"><span class="description">Returns HTML markup for one view that can be used with this table</span><pre>_get_view()</pre></a></li>
123
  <li class="nav-header">
164
  <a name="__construct" id="__construct"></a><div class="element clickable method public __construct" data-toggle="collapse" data-target=".__construct .collapse">
165
  <h2>Initializes some properties from $_REQUEST variables, then
166
  calls the parent constructor to set some default configs.</h2>
167
+ <pre>__construct() </pre>
168
  <div class="labels"></div>
169
  <div class="row collapse"><div class="detail-description">
170
  <p class="long_description"></p>
174
  </tr></table>
175
  </div></div>
176
  </div>
177
+ <a name="ajax_user_can" id="ajax_user_can"></a><div class="element clickable method public ajax_user_can" data-toggle="collapse" data-target=".ajax_user_can .collapse">
178
+ <h2>Checks the current user's permissions</h2>
179
+ <pre>ajax_user_can() : bool</pre>
180
+ <div class="labels"></div>
181
+ <div class="row collapse"><div class="detail-description">
182
+ <p class="long_description"></p>
183
+ <table class="table table-bordered"><tr>
184
+ <th>since</th>
185
+ <td>2.13</td>
186
+ </tr></table>
187
+ <h3>Returns</h3>
188
+ <div class="subelement response"><code>bool</code></div>
189
+ </div></div>
190
+ </div>
191
  <a name="column_ID_parent" id="column_ID_parent"></a><div class="element clickable method public column_ID_parent" data-toggle="collapse" data-target=".column_ID_parent .collapse">
192
  <h2>Supply the content for a custom column</h2>
193
  <pre>column_ID_parent(array $item) : string</pre>
755
  </div>
756
  <a name="mla_admin_init_action" id="mla_admin_init_action"></a><div class="element clickable method public mla_admin_init_action" data-toggle="collapse" data-target=".mla_admin_init_action .collapse">
757
  <h2>Adds support for taxonomy and custom field columns</h2>
758
+ <pre>mla_admin_init_action() </pre>
759
  <div class="labels"></div>
760
  <div class="row collapse"><div class="detail-description">
761
  <p class="long_description"><p>Called in the admin_init action because the list_table object isn't
825
  </div>
826
  <a name="mla_localize_default_columns_array" id="mla_localize_default_columns_array"></a><div class="element clickable method public mla_localize_default_columns_array" data-toggle="collapse" data-target=".mla_localize_default_columns_array .collapse">
827
  <h2>Builds the $default_columns array with translated source texts.</h2>
828
+ <pre>mla_localize_default_columns_array() </pre>
829
  <div class="labels"></div>
830
  <div class="row collapse"><div class="detail-description">
831
+ <p class="long_description"><p>Called from MLA:mla_plugins_loaded_action because the $default_columns information
832
+ might be accessed from "front end" posts/pages.</p></p>
833
  <table class="table table-bordered"><tr>
834
  <th>since</th>
835
  <td>1.71</td>
903
  </div>
904
  <a name="pagination" id="pagination"></a><div class="element clickable method public pagination" data-toggle="collapse" data-target=".pagination .collapse">
905
  <h2>Display the pagination, adding view, search and filter arguments</h2>
906
+ <pre>pagination(string $which) </pre>
907
  <div class="labels"></div>
908
  <div class="row collapse"><div class="detail-description">
909
  <p class="long_description"></p>
920
  </div>
921
  <a name="prepare_items" id="prepare_items"></a><div class="element clickable method public prepare_items" data-toggle="collapse" data-target=".prepare_items .collapse">
922
  <h2>Prepares the list of items for displaying</h2>
923
+ <pre>prepare_items() </pre>
924
  <div class="labels"></div>
925
  <div class="row collapse"><div class="detail-description">
926
  <p class="long_description"><p>This is where you prepare your data for display. This method will usually
1006
  </div></div>
1007
  </div>
1008
  <a name="_build_rollover_actions" id="_build_rollover_actions"></a><div class="element clickable method protected _build_rollover_actions" data-toggle="collapse" data-target="._build_rollover_actions .collapse">
1009
+ <h2>Add rollover actions to the current primary column, one of:
1010
  'ID_parent', 'title_name', 'post_title', 'post_name'</h2>
1011
  <pre>_build_rollover_actions(object $item, string $column) : array</pre>
1012
  <div class="labels"></div>
1048
  <code>string</code>Status label or empty string</div>
1049
  </div></div>
1050
  </div>
1051
+ <a name="_handle_primary_column" id="_handle_primary_column"></a><div class="element clickable method protected _handle_primary_column" data-toggle="collapse" data-target="._handle_primary_column .collapse">
1052
+ <h2>Format primary column before/after Wordpress v4.3</h2>
1053
+ <pre>_handle_primary_column(object $item, string $column_name, string $column_content) : string</pre>
1054
+ <div class="labels"></div>
1055
+ <div class="row collapse"><div class="detail-description">
1056
+ <p class="long_description"><p>For WordPress before 4.3, add rollover actions and inline_data to the
1057
+ first visible column. For 4.3 and later, merge the icon with the primary
1058
+ visible column and add div tags.</p></p>
1059
+ <table class="table table-bordered"><tr>
1060
+ <th>since</th>
1061
+ <td>2.13</td>
1062
+ </tr></table>
1063
+ <h3>Parameters</h3>
1064
+ <div class="subelement argument">
1065
+ <h4>$item</h4>
1066
+ <code>object</code><p>A singular attachment (post) object</p>
1067
+ </div>
1068
+ <div class="subelement argument">
1069
+ <h4>$column_name</h4>
1070
+ <code>string</code><p>Current column name</p></div>
1071
+ <div class="subelement argument">
1072
+ <h4>$column_content</h4>
1073
+ <code>string</code><p>Current column contents</p></div>
1074
+ <h3>Returns</h3>
1075
+ <div class="subelement response">
1076
+ <code>string</code>Complete column content</div>
1077
+ </div></div>
1078
+ </div>
1079
+ <a name="get_default_primary_column_name" id="get_default_primary_column_name"></a><div class="element clickable method protected get_default_primary_column_name" data-toggle="collapse" data-target=".get_default_primary_column_name .collapse">
1080
+ <h2>Get the name of the default primary column.</h2>
1081
+ <pre>get_default_primary_column_name() : string</pre>
1082
+ <div class="labels"></div>
1083
+ <div class="row collapse"><div class="detail-description">
1084
+ <p class="long_description"></p>
1085
+ <table class="table table-bordered">
1086
+ <tr>
1087
+ <th>since</th>
1088
+ <td>2.13</td>
1089
+ </tr>
1090
+ <tr>
1091
+ <th>access</th>
1092
+ <td>protected</td>
1093
+ </tr>
1094
+ </table>
1095
+ <h3>Returns</h3>
1096
+ <div class="subelement response">
1097
+ <code>string</code>Name of the default primary column</div>
1098
+ </div></div>
1099
+ </div>
1100
+ <a name="handle_row_actions" id="handle_row_actions"></a><div class="element clickable method protected handle_row_actions" data-toggle="collapse" data-target=".handle_row_actions .collapse">
1101
+ <h2>Generate and display row actions links.</h2>
1102
+ <pre>handle_row_actions(object $item, string $column_name, string $primary) : string</pre>
1103
+ <div class="labels"></div>
1104
+ <div class="row collapse"><div class="detail-description">
1105
+ <p class="long_description"></p>
1106
+ <table class="table table-bordered">
1107
+ <tr>
1108
+ <th>since</th>
1109
+ <td>2.13</td>
1110
+ </tr>
1111
+ <tr>
1112
+ <th>access</th>
1113
+ <td>protected</td>
1114
+ </tr>
1115
+ </table>
1116
+ <h3>Parameters</h3>
1117
+ <div class="subelement argument">
1118
+ <h4>$item</h4>
1119
+ <code>object</code><p>Attachment being acted upon.</p></div>
1120
+ <div class="subelement argument">
1121
+ <h4>$column_name</h4>
1122
+ <code>string</code><p>Current column name.</p></div>
1123
+ <div class="subelement argument">
1124
+ <h4>$primary</h4>
1125
+ <code>string</code><p>Primary column name.</p></div>
1126
+ <h3>Returns</h3>
1127
+ <div class="subelement response">
1128
+ <code>string</code>Row actions output for media attachments.</div>
1129
+ </div></div>
1130
+ </div>
1131
  <a name="_get_view" id="_get_view"></a><div class="element clickable method private _get_view" data-toggle="collapse" data-target="._get_view .collapse">
1132
  <h2>Returns HTML markup for one view that can be used with this table</h2>
1133
  <pre>_get_view(string $view_slug, string $current_view) : string</pre>
1291
  <div class="row"><footer class="span12">
1292
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1293
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1294
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
1295
  </div>
1296
  </body>
1297
  </html>
phpDocs/classes/MLA_Polylang.html CHANGED
@@ -59,7 +59,10 @@
59
  <i class="icon-custom icon-method"></i> Methods</li>
60
  <li class="method public "><a href="#admin_enqueue_scripts" title="admin_enqueue_scripts :: Load the plugin's Style Sheet and Javascript files"><span class="description">Load the plugin's Style Sheet and Javascript files</span><pre>admin_enqueue_scripts()</pre></a></li>
61
  <li class="method public "><a href="#admin_init" title="admin_init :: Load the plugin's Ajax handler(s)"><span class="description">Load the plugin's Ajax handler(s)</span><pre>admin_init()</pre></a></li>
62
- <li class="method public "><a href="#edit_attachment" title="edit_attachment :: Filters taxonomy updates by language."><span class="description">Filters taxonomy updates by language.</span><pre>edit_attachment()</pre></a></li>
 
 
 
63
  <li class="method public "><a href="#initialize" title="initialize :: Initialization function, similar to __construct()"><span class="description">Initialization function, similar to __construct()</span><pre>initialize()</pre></a></li>
64
  <li class="method public "><a href="#mla_get_options_tablist" title='mla_get_options_tablist :: Adds the "Language" tab to the Settings/Media Library Assistant list'><span class="description">Adds the "Language" tab to the Settings/Media Library Assistant list</span><pre>mla_get_options_tablist()</pre></a></li>
65
  <li class="method public "><a href="#mla_get_terms_clauses" title="mla_get_terms_clauses :: MLA Tag Cloud Query Clauses"><span class="description">MLA Tag Cloud Query Clauses</span><pre>mla_get_terms_clauses()</pre></a></li>
@@ -96,8 +99,6 @@ Media Manager Modal Window ATTACHMENT DETAILS taxonomy</span><pre>mla_media_moda
96
  <li class="method public "><a href="#mla_render_language_tab" title='mla_render_language_tab :: Renders the Settings/Media Library Assistant "Language" tab'><span class="description">Renders the Settings/Media Library Assistant "Language" tab</span><pre>mla_render_language_tab()</pre></a></li>
97
  <li class="method public "><a href="#pll_translate_media" title="pll_translate_media :: Copies taxonomy terms from the source item to the new translated item"><span class="description">Copies taxonomy terms from the source item to the new translated item</span><pre>pll_translate_media()</pre></a></li>
98
  <li class="method public "><a href="#quick_translate" title="quick_translate :: Ajax handler to Quick Translate a single attachment"><span class="description">Ajax handler to Quick Translate a single attachment</span><pre>quick_translate()</pre></a></li>
99
- <li class="method public "><a href="#views_media_page_mla_menu" title="views_media_page_mla_menu :: Views for media page MLA Menu"><span class="description">Views for media page MLA Menu</span><pre>views_media_page_mla_menu()</pre></a></li>
100
- <li class="method public "><a href="#wp_insert_post_empty_content" title='wp_insert_post_empty_content :: Captures "before update" term assignments from the Media/Edit Media screen'><span class="description">Captures "before update" term assignments from the Media/Edit Media screen</span><pre>wp_insert_post_empty_content()</pre></a></li>
101
  <li class="nav-header private">» Private</li>
102
  <li class="method private "><a href="#_add_relevant_term" title="_add_relevant_term :: Adds a term and its translations to $relevant_terms"><span class="description">Adds a term and its translations to $relevant_terms</span><pre>_add_relevant_term()</pre></a></li>
103
  <li class="method private "><a href="#_apply_synch_input" title="_apply_synch_input :: Compute Term Synchronization replacement $tax_inputs"><span class="description">Compute Term Synchronization replacement $tax_inputs</span><pre>_apply_synch_input()</pre></a></li>
@@ -106,7 +107,6 @@ Media Manager Modal Window ATTACHMENT DETAILS taxonomy</span><pre>mla_media_moda
106
  <li class="method private "><a href="#_build_tax_input" title="_build_tax_input :: Build the $tax_input array"><span class="description">Build the $tax_input array</span><pre>_build_tax_input()</pre></a></li>
107
  <li class="method private "><a href="#_get_relevant_term" title="_get_relevant_term :: Finds a $relevant_term (if defined) given a key and (optional) a language"><span class="description">Finds a $relevant_term (if defined) given a key and (optional) a language</span><pre>_get_relevant_term()</pre></a></li>
108
  <li class="method private "><a href="#_get_translation" title="_get_translation :: Find or create an item translation"><span class="description">Find or create an item translation</span><pre>_get_translation()</pre></a></li>
109
- <li class="method private "><a href="#_get_view" title="_get_view :: PolyMLA custom views for the Media/Assistant submenu"><span class="description">PolyMLA custom views for the Media/Assistant submenu</span><pre>_get_view()</pre></a></li>
110
  <li class="method private "><a href="#_reset_language_settings" title="_reset_language_settings :: Delete saved settings, restoring default values"><span class="description">Delete saved settings, restoring default values</span><pre>_reset_language_settings()</pre></a></li>
111
  <li class="method private "><a href="#_save_language_settings" title="_save_language_settings :: Save Language settings to the options table"><span class="description">Save Language settings to the options table</span><pre>_save_language_settings()</pre></a></li>
112
  <li class="method private "><a href="#_update_existing_terms" title="_update_existing_terms :: Update the $existing_terms array"><span class="description">Update the $existing_terms array</span><pre>_update_existing_terms()</pre></a></li>
@@ -187,8 +187,28 @@ Polylang Multilingual plugin</p>
187
  </tr></table>
188
  </div></div>
189
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  <a name="edit_attachment" id="edit_attachment"></a><div class="element clickable method public edit_attachment" data-toggle="collapse" data-target=".edit_attachment .collapse">
191
- <h2>Filters taxonomy updates by language.</h2>
 
192
  <pre>edit_attachment(integer $post_id) </pre>
193
  <div class="labels"></div>
194
  <div class="row collapse"><div class="detail-description">
@@ -640,7 +660,8 @@ for the Quick and Bulk Edit forms.</p></p>
640
  <pre>mla_list_table_prepare_items_total_items(integer $total_items, object $mla_list_table) : integer</pre>
641
  <div class="labels"></div>
642
  <div class="row collapse"><div class="detail-description">
643
- <p class="long_description"><p>A convenient place to add the query argument required for the "attached" custom view.</p></p>
 
644
  <table class="table table-bordered"><tr>
645
  <th>since</th>
646
  <td>2.11</td>
@@ -662,9 +683,9 @@ for the Quick and Bulk Edit forms.</p></p>
662
  <pre>mla_list_table_submenu_arguments(array $submenu_arguments, object $include_filters) : array</pre>
663
  <div class="labels"></div>
664
  <div class="row collapse"><div class="detail-description">
665
- <p class="long_description"><p>Adds a language ('lang') parameter to the URL parameters that will be
666
- retained when the submenu page refreshes.
667
- Maintains the pll_view and list of Bulk Translate items in the URLs for
668
  paging through the results.</p></p>
669
  <table class="table table-bordered"><tr>
670
  <th>since</th>
@@ -812,46 +833,6 @@ Media Manager Modal Window ATTACHMENT DETAILS taxonomy</h2>
812
  </tr></table>
813
  </div></div>
814
  </div>
815
- <a name="views_media_page_mla_menu" id="views_media_page_mla_menu"></a><div class="element clickable method public views_media_page_mla_menu" data-toggle="collapse" data-target=".views_media_page_mla_menu .collapse">
816
- <h2>Views for media page MLA Menu</h2>
817
- <pre>views_media_page_mla_menu(array $views) : array</pre>
818
- <div class="labels"></div>
819
- <div class="row collapse"><div class="detail-description">
820
- <p class="long_description"><p>This filter gives you an opportunity to filter the list of available list table views.</p></p>
821
- <table class="table table-bordered"><tr>
822
- <th>since</th>
823
- <td>2.11</td>
824
- </tr></table>
825
- <h3>Parameters</h3>
826
- <div class="subelement argument">
827
- <h4>$views</h4>
828
- <code>array</code><p>An array of available list table views. format: view_slug => link to the view, with count</p>
829
- </div>
830
- <h3>Returns</h3>
831
- <div class="subelement response">
832
- <code>array</code>updated list table views.</div>
833
- </div></div>
834
- </div>
835
- <a name="wp_insert_post_empty_content" id="wp_insert_post_empty_content"></a><div class="element clickable method public wp_insert_post_empty_content" data-toggle="collapse" data-target=".wp_insert_post_empty_content .collapse">
836
- <h2>Captures "before update" term assignments from the Media/Edit Media screen</h2>
837
- <pre>wp_insert_post_empty_content(bool $maybe_empty, array $postarr) </pre>
838
- <div class="labels"></div>
839
- <div class="row collapse"><div class="detail-description">
840
- <p class="long_description"></p>
841
- <table class="table table-bordered"><tr>
842
- <th>since</th>
843
- <td>2.11</td>
844
- </tr></table>
845
- <h3>Parameters</h3>
846
- <div class="subelement argument">
847
- <h4>$maybe_empty</h4>
848
- <code>bool</code><p>Whether the post should be considered "empty".</p>
849
- </div>
850
- <div class="subelement argument">
851
- <h4>$postarr</h4>
852
- <code>array</code><p>Array of post data.</p></div>
853
- </div></div>
854
- </div>
855
  <a name="_add_relevant_term" id="_add_relevant_term"></a><div class="element clickable method private _add_relevant_term" data-toggle="collapse" data-target="._add_relevant_term .collapse">
856
  <h2>Adds a term and its translations to $relevant_terms</h2>
857
  <pre>_add_relevant_term(object $term, object $translations) </pre>
@@ -879,7 +860,7 @@ Media Manager Modal Window ATTACHMENT DETAILS taxonomy</h2>
879
  </div>
880
  <a name="_apply_synch_input" id="_apply_synch_input"></a><div class="element clickable method private _apply_synch_input" data-toggle="collapse" data-target="._apply_synch_input .collapse">
881
  <h2>Compute Term Synchronization replacement $tax_inputs</h2>
882
- <pre>_apply_synch_input(string $language, array $terms_before) : array</pre>
883
  <div class="labels"></div>
884
  <div class="row collapse"><div class="detail-description">
885
  <p class="long_description"><p>Assumes the "current post" in $existing_terms is the source
@@ -898,10 +879,6 @@ and $existing_terms contains the target translation</p></p>
898
  <div class="subelement argument">
899
  <h4>$language</h4>
900
  <code>string</code><p>the target translation code</p></div>
901
- <div class="subelement argument">
902
- <h4>$terms_before</h4>
903
- <code>array</code><p>source terms before updates/Term Assignment</p>
904
- </div>
905
  <h3>Returns</h3>
906
  <div class="subelement response">
907
  <code>array</code>$tax_inputs for Term Synchronization</div>
@@ -1004,7 +981,7 @@ language-specific term_id to term_id/term_name mappings for all languages.</p></
1004
  </div>
1005
  <a name="_get_relevant_term" id="_get_relevant_term"></a><div class="element clickable method private _get_relevant_term" data-toggle="collapse" data-target="._get_relevant_term .collapse">
1006
  <h2>Finds a $relevant_term (if defined) given a key and (optional) a language</h2>
1007
- <pre>_get_relevant_term(string $field, mixed $value, string $taxonomy, string $language) </pre>
1008
  <div class="labels"></div>
1009
  <div class="row collapse"><div class="detail-description">
1010
  <p class="long_description"></p>
@@ -1032,6 +1009,10 @@ language-specific term_id to term_id/term_name mappings for all languages.</p></
1032
  <div class="subelement argument">
1033
  <h4>$language</h4>
1034
  <code>string</code><p>code; string; optional</p></div>
 
 
 
 
1035
  </div></div>
1036
  </div>
1037
  <a name="_get_translation" id="_get_translation"></a><div class="element clickable method private _get_translation" data-toggle="collapse" data-target="._get_translation .collapse">
@@ -1056,29 +1037,6 @@ language-specific term_id to term_id/term_name mappings for all languages.</p></
1056
  <code>integer</code>ID of the corresponding item in the desired language</div>
1057
  </div></div>
1058
  </div>
1059
- <a name="_get_view" id="_get_view"></a><div class="element clickable method private _get_view" data-toggle="collapse" data-target="._get_view .collapse">
1060
- <h2>PolyMLA custom views for the Media/Assistant submenu</h2>
1061
- <pre>_get_view(string $view_slug, string $current_view) : mixed</pre>
1062
- <div class="labels"></div>
1063
- <div class="row collapse"><div class="detail-description">
1064
- <p class="long_description"></p>
1065
- <table class="table table-bordered"><tr>
1066
- <th>since</th>
1067
- <td>2.11</td>
1068
- </tr></table>
1069
- <h3>Parameters</h3>
1070
- <div class="subelement argument">
1071
- <h4>$view_slug</h4>
1072
- <code>string</code><p>The slug for the custom view to evaluate</p></div>
1073
- <div class="subelement argument">
1074
- <h4>$current_view</h4>
1075
- <code>string</code><p>The slug for the current custom view, or ''</p>
1076
- </div>
1077
- <h3>Returns</h3>
1078
- <div class="subelement response">
1079
- <code>mixed</code>HTML for link to display the view, false if count = zero</div>
1080
- </div></div>
1081
- </div>
1082
  <a name="_reset_language_settings" id="_reset_language_settings"></a><div class="element clickable method private _reset_language_settings" data-toggle="collapse" data-target="._reset_language_settings .collapse">
1083
  <h2>Delete saved settings, restoring default values</h2>
1084
  <pre>_reset_language_settings() : array</pre>
@@ -1235,7 +1193,8 @@ because localization calls cannot be placed in the "public static" array definit
1235
  <pre>$relevant_terms : array</pre>
1236
  <div class="labels"></div>
1237
  <div class="row collapse"><div class="detail-description">
1238
- <p class="long_description"></p>
 
1239
  <table class="table table-bordered"><tr>
1240
  <th>since</th>
1241
  <td>2.11</td>
@@ -1299,7 +1258,7 @@ because localization calls cannot be placed in the "public static" array definit
1299
  <div class="row"><footer class="span12">
1300
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1301
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1302
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
1303
  </div>
1304
  </body>
1305
  </html>
59
  <i class="icon-custom icon-method"></i> Methods</li>
60
  <li class="method public "><a href="#admin_enqueue_scripts" title="admin_enqueue_scripts :: Load the plugin's Style Sheet and Javascript files"><span class="description">Load the plugin's Style Sheet and Javascript files</span><pre>admin_enqueue_scripts()</pre></a></li>
61
  <li class="method public "><a href="#admin_init" title="admin_init :: Load the plugin's Ajax handler(s)"><span class="description">Load the plugin's Ajax handler(s)</span><pre>admin_init()</pre></a></li>
62
+ <li class="method public "><a href="#attachment_fields_to_save" title='attachment_fields_to_save :: Captures "before update" term assignments from the Media/Edit Media screen'><span class="description">Captures "before update" term assignments from the Media/Edit Media screen</span><pre>attachment_fields_to_save()</pre></a></li>
63
+ <li class="method public "><a href="#edit_attachment" title="edit_attachment :: Filters taxonomy updates by language for Bulk Edit during Add New Media
64
+ and the Media/Edit Media screen"><span class="description">Filters taxonomy updates by language for Bulk Edit during Add New Media
65
+ and the Media/Edit Media screen</span><pre>edit_attachment()</pre></a></li>
66
  <li class="method public "><a href="#initialize" title="initialize :: Initialization function, similar to __construct()"><span class="description">Initialization function, similar to __construct()</span><pre>initialize()</pre></a></li>
67
  <li class="method public "><a href="#mla_get_options_tablist" title='mla_get_options_tablist :: Adds the "Language" tab to the Settings/Media Library Assistant list'><span class="description">Adds the "Language" tab to the Settings/Media Library Assistant list</span><pre>mla_get_options_tablist()</pre></a></li>
68
  <li class="method public "><a href="#mla_get_terms_clauses" title="mla_get_terms_clauses :: MLA Tag Cloud Query Clauses"><span class="description">MLA Tag Cloud Query Clauses</span><pre>mla_get_terms_clauses()</pre></a></li>
99
  <li class="method public "><a href="#mla_render_language_tab" title='mla_render_language_tab :: Renders the Settings/Media Library Assistant "Language" tab'><span class="description">Renders the Settings/Media Library Assistant "Language" tab</span><pre>mla_render_language_tab()</pre></a></li>
100
  <li class="method public "><a href="#pll_translate_media" title="pll_translate_media :: Copies taxonomy terms from the source item to the new translated item"><span class="description">Copies taxonomy terms from the source item to the new translated item</span><pre>pll_translate_media()</pre></a></li>
101
  <li class="method public "><a href="#quick_translate" title="quick_translate :: Ajax handler to Quick Translate a single attachment"><span class="description">Ajax handler to Quick Translate a single attachment</span><pre>quick_translate()</pre></a></li>
 
 
102
  <li class="nav-header private">» Private</li>
103
  <li class="method private "><a href="#_add_relevant_term" title="_add_relevant_term :: Adds a term and its translations to $relevant_terms"><span class="description">Adds a term and its translations to $relevant_terms</span><pre>_add_relevant_term()</pre></a></li>
104
  <li class="method private "><a href="#_apply_synch_input" title="_apply_synch_input :: Compute Term Synchronization replacement $tax_inputs"><span class="description">Compute Term Synchronization replacement $tax_inputs</span><pre>_apply_synch_input()</pre></a></li>
107
  <li class="method private "><a href="#_build_tax_input" title="_build_tax_input :: Build the $tax_input array"><span class="description">Build the $tax_input array</span><pre>_build_tax_input()</pre></a></li>
108
  <li class="method private "><a href="#_get_relevant_term" title="_get_relevant_term :: Finds a $relevant_term (if defined) given a key and (optional) a language"><span class="description">Finds a $relevant_term (if defined) given a key and (optional) a language</span><pre>_get_relevant_term()</pre></a></li>
109
  <li class="method private "><a href="#_get_translation" title="_get_translation :: Find or create an item translation"><span class="description">Find or create an item translation</span><pre>_get_translation()</pre></a></li>
 
110
  <li class="method private "><a href="#_reset_language_settings" title="_reset_language_settings :: Delete saved settings, restoring default values"><span class="description">Delete saved settings, restoring default values</span><pre>_reset_language_settings()</pre></a></li>
111
  <li class="method private "><a href="#_save_language_settings" title="_save_language_settings :: Save Language settings to the options table"><span class="description">Save Language settings to the options table</span><pre>_save_language_settings()</pre></a></li>
112
  <li class="method private "><a href="#_update_existing_terms" title="_update_existing_terms :: Update the $existing_terms array"><span class="description">Update the $existing_terms array</span><pre>_update_existing_terms()</pre></a></li>
187
  </tr></table>
188
  </div></div>
189
  </div>
190
+ <a name="attachment_fields_to_save" id="attachment_fields_to_save"></a><div class="element clickable method public attachment_fields_to_save" data-toggle="collapse" data-target=".attachment_fields_to_save .collapse">
191
+ <h2>Captures "before update" term assignments from the Media/Edit Media screen</h2>
192
+ <pre>attachment_fields_to_save(\WP_Post $post, array $attachment) </pre>
193
+ <div class="labels"></div>
194
+ <div class="row collapse"><div class="detail-description">
195
+ <p class="long_description"></p>
196
+ <table class="table table-bordered"><tr>
197
+ <th>since</th>
198
+ <td>2.13</td>
199
+ </tr></table>
200
+ <h3>Parameters</h3>
201
+ <div class="subelement argument">
202
+ <h4>$post</h4>
203
+ <code>\WP_Post</code><p>The WP_Post object.</p></div>
204
+ <div class="subelement argument">
205
+ <h4>$attachment</h4>
206
+ <code>array</code><p>An array of attachment metadata.</p></div>
207
+ </div></div>
208
+ </div>
209
  <a name="edit_attachment" id="edit_attachment"></a><div class="element clickable method public edit_attachment" data-toggle="collapse" data-target=".edit_attachment .collapse">
210
+ <h2>Filters taxonomy updates by language for Bulk Edit during Add New Media
211
+ and the Media/Edit Media screen</h2>
212
  <pre>edit_attachment(integer $post_id) </pre>
213
  <div class="labels"></div>
214
  <div class="row collapse"><div class="detail-description">
660
  <pre>mla_list_table_prepare_items_total_items(integer $total_items, object $mla_list_table) : integer</pre>
661
  <div class="labels"></div>
662
  <div class="row collapse"><div class="detail-description">
663
+ <p class="long_description"><p>A convenient place to add the query argument required for the
664
+ "Bulk Translate" custom view.</p></p>
665
  <table class="table table-bordered"><tr>
666
  <th>since</th>
667
  <td>2.11</td>
683
  <pre>mla_list_table_submenu_arguments(array $submenu_arguments, object $include_filters) : array</pre>
684
  <div class="labels"></div>
685
  <div class="row collapse"><div class="detail-description">
686
+ <p class="long_description"><p>Adds a language ('lang') parameter to the URL parameters that
687
+ will be retained when the submenu page refreshes.
688
+ Maintains the list of Bulk Translate items in the URLs for
689
  paging through the results.</p></p>
690
  <table class="table table-bordered"><tr>
691
  <th>since</th>
833
  </tr></table>
834
  </div></div>
835
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
836
  <a name="_add_relevant_term" id="_add_relevant_term"></a><div class="element clickable method private _add_relevant_term" data-toggle="collapse" data-target="._add_relevant_term .collapse">
837
  <h2>Adds a term and its translations to $relevant_terms</h2>
838
  <pre>_add_relevant_term(object $term, object $translations) </pre>
860
  </div>
861
  <a name="_apply_synch_input" id="_apply_synch_input"></a><div class="element clickable method private _apply_synch_input" data-toggle="collapse" data-target="._apply_synch_input .collapse">
862
  <h2>Compute Term Synchronization replacement $tax_inputs</h2>
863
+ <pre>_apply_synch_input(string $language) : array</pre>
864
  <div class="labels"></div>
865
  <div class="row collapse"><div class="detail-description">
866
  <p class="long_description"><p>Assumes the "current post" in $existing_terms is the source
879
  <div class="subelement argument">
880
  <h4>$language</h4>
881
  <code>string</code><p>the target translation code</p></div>
 
 
 
 
882
  <h3>Returns</h3>
883
  <div class="subelement response">
884
  <code>array</code>$tax_inputs for Term Synchronization</div>
981
  </div>
982
  <a name="_get_relevant_term" id="_get_relevant_term"></a><div class="element clickable method private _get_relevant_term" data-toggle="collapse" data-target="._get_relevant_term .collapse">
983
  <h2>Finds a $relevant_term (if defined) given a key and (optional) a language</h2>
984
+ <pre>_get_relevant_term(string $field, mixed $value, string $taxonomy, string $language, boolean $test_only) </pre>
985
  <div class="labels"></div>
986
  <div class="row collapse"><div class="detail-description">
987
  <p class="long_description"></p>
1009
  <div class="subelement argument">
1010
  <h4>$language</h4>
1011
  <code>string</code><p>code; string; optional</p></div>
1012
+ <div class="subelement argument">
1013
+ <h4>$test_only</h4>
1014
+ <code>boolean</code><p>false (default) to add missing term, true to leave term out</p>
1015
+ </div>
1016
  </div></div>
1017
  </div>
1018
  <a name="_get_translation" id="_get_translation"></a><div class="element clickable method private _get_translation" data-toggle="collapse" data-target="._get_translation .collapse">
1037
  <code>integer</code>ID of the corresponding item in the desired language</div>
1038
  </div></div>
1039
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1040
  <a name="_reset_language_settings" id="_reset_language_settings"></a><div class="element clickable method private _reset_language_settings" data-toggle="collapse" data-target="._reset_language_settings .collapse">
1041
  <h2>Delete saved settings, restoring default values</h2>
1042
  <pre>_reset_language_settings() : array</pre>
1193
  <pre>$relevant_terms : array</pre>
1194
  <div class="labels"></div>
1195
  <div class="row collapse"><div class="detail-description">
1196
+ <p class="long_description"><p>NOTE: WPML uses term_taxonomy_id as the "element_id" in its translations;
1197
+ Polylang uses term_id as the "element_id".</p></p>
1198
  <table class="table table-bordered"><tr>
1199
  <th>since</th>
1200
  <td>2.11</td>
1258
  <div class="row"><footer class="span12">
1259
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1260
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1261
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
1262
  </div>
1263
  </body>
1264
  </html>
phpDocs/classes/MLA_Thumbnail.html CHANGED
@@ -335,7 +335,7 @@ markup used for the Quick and Bulk Edit forms.</td>
335
  <div class="row"><footer class="span12">
336
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
337
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
338
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
339
  </div>
340
  </body>
341
  </html>
335
  <div class="row"><footer class="span12">
336
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
337
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
338
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
339
  </div>
340
  </body>
341
  </html>
phpDocs/classes/MLA_Upload_List_Table.html CHANGED
@@ -61,6 +61,7 @@
61
  calls the parent constructor to set some default configs."><span class="description">Initializes some properties from $_REQUEST variables, then
62
  calls the parent constructor to set some default configs.</span><pre>__construct()</pre></a></li>
63
  <li class="method public "><a href="#_get_view" title="_get_view :: Returns HTML markup for one view that can be used with this table"><span class="description">Returns HTML markup for one view that can be used with this table</span><pre>_get_view()</pre></a></li>
 
64
  <li class="method public "><a href="#column_cb" title="column_cb :: Displays checkboxes for using bulk actions."><span class="description">Displays checkboxes for using bulk actions.</span><pre>column_cb()</pre></a></li>
65
  <li class="method public "><a href="#column_core_icon_type" title="column_core_icon_type :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_core_icon_type()</pre></a></li>
66
  <li class="method public "><a href="#column_core_type" title="column_core_type :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_core_type()</pre></a></li>
@@ -88,12 +89,16 @@ and the value is db column to sort by.</span><pre>get_sortable_columns()</pre></
88
  <li class="method public "><a href="#mla_admin_init_action" title="mla_admin_init_action :: Called in the admin_init action because the list_table object isn't
89
  created in time to affect the &quot;screen options&quot; setup."><span class="description">Called in the admin_init action because the list_table object isn't
90
  created in time to affect the "screen options" setup.</span><pre>mla_admin_init_action()</pre></a></li>
 
91
  <li class="method public "><a href="#mla_get_sortable_columns" title="mla_get_sortable_columns :: Return the names and display values of the sortable columns"><span class="description">Return the names and display values of the sortable columns</span><pre>mla_get_sortable_columns()</pre></a></li>
92
  <li class="method public "><a href="#mla_localize_default_columns_array" title="mla_localize_default_columns_array :: Builds the $default_columns array with translated source texts."><span class="description">Builds the $default_columns array with translated source texts.</span><pre>mla_localize_default_columns_array()</pre></a></li>
93
  <li class="method public "><a href="#mla_manage_columns_filter" title="mla_manage_columns_filter :: Handler for filter 'manage_settings_page_mla-settings-menu_columns'"><span class="description">Handler for filter 'manage_settings_page_mla-settings-menu_columns'</span><pre>mla_manage_columns_filter()</pre></a></li>
94
  <li class="method public "><a href="#mla_manage_hidden_columns_filter" title="mla_manage_hidden_columns_filter :: Handler for filter 'get_user_option_managesettings_page_mla-settings-menu-uploadcolumnshidden'"><span class="description">Handler for filter 'get_user_option_managesettings_page_mla-settings-menu-uploadcolumnshidden'</span><pre>mla_manage_hidden_columns_filter()</pre></a></li>
95
  <li class="method public "><a href="#prepare_items" title="prepare_items :: Prepares the list of items for displaying"><span class="description">Prepares the list of items for displaying</span><pre>prepare_items()</pre></a></li>
96
  <li class="method public "><a href="#single_row" title="single_row :: Generates (echoes) content for a single row of the table"><span class="description">Generates (echoes) content for a single row of the table</span><pre>single_row()</pre></a></li>
 
 
 
97
  <li class="nav-header private">» Private</li>
98
  <li class="method private "><a href="#_build_inline_data" title="_build_inline_data :: Add hidden fields with the data for use in the inline editor"><span class="description">Add hidden fields with the data for use in the inline editor</span><pre>_build_inline_data()</pre></a></li>
99
  <li class="method private "><a href="#_build_rollover_actions" title="_build_rollover_actions :: Add rollover actions to a table column"><span class="description">Add rollover actions to a table column</span><pre>_build_rollover_actions()</pre></a></li>
@@ -170,6 +175,20 @@ calls the parent constructor to set some default configs.</h2>
170
  <code>string</code>| false HTML for link to display the view, false if count = zero</div>
171
  </div></div>
172
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  <a name="column_cb" id="column_cb"></a><div class="element clickable method public column_cb" data-toggle="collapse" data-target=".column_cb .collapse">
174
  <h2>Displays checkboxes for using bulk actions.</h2>
175
  <pre>column_cb(object $item) : string</pre>
@@ -518,6 +537,18 @@ created in time to affect the "screen options" setup.</h2>
518
  </tr></table>
519
  </div></div>
520
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
521
  <a name="mla_get_sortable_columns" id="mla_get_sortable_columns"></a><div class="element clickable method public mla_get_sortable_columns" data-toggle="collapse" data-target=".mla_get_sortable_columns .collapse">
522
  <h2>Return the names and display values of the sortable columns</h2>
523
  <pre>mla_get_sortable_columns() : array</pre>
@@ -622,6 +653,58 @@ $this->set_pagination_args().</p></p>
622
  <code>object</code><p>the current item</p></div>
623
  </div></div>
624
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
625
  <a name="_build_inline_data" id="_build_inline_data"></a><div class="element clickable method private _build_inline_data" data-toggle="collapse" data-target="._build_inline_data .collapse">
626
  <h2>Add hidden fields with the data for use in the inline editor</h2>
627
  <pre>_build_inline_data(object $item) : string</pre>
@@ -736,7 +819,7 @@ sorted by that column. This is computed each time the table is displayed.</p></p
736
  <div class="row"><footer class="span12">
737
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
738
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
739
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
740
  </div>
741
  </body>
742
  </html>
61
  calls the parent constructor to set some default configs."><span class="description">Initializes some properties from $_REQUEST variables, then
62
  calls the parent constructor to set some default configs.</span><pre>__construct()</pre></a></li>
63
  <li class="method public "><a href="#_get_view" title="_get_view :: Returns HTML markup for one view that can be used with this table"><span class="description">Returns HTML markup for one view that can be used with this table</span><pre>_get_view()</pre></a></li>
64
+ <li class="method public "><a href="#ajax_user_can" title="ajax_user_can :: Checks the current user's permissions"><span class="description">Checks the current user's permissions</span><pre>ajax_user_can()</pre></a></li>
65
  <li class="method public "><a href="#column_cb" title="column_cb :: Displays checkboxes for using bulk actions."><span class="description">Displays checkboxes for using bulk actions.</span><pre>column_cb()</pre></a></li>
66
  <li class="method public "><a href="#column_core_icon_type" title="column_core_icon_type :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_core_icon_type()</pre></a></li>
67
  <li class="method public "><a href="#column_core_type" title="column_core_type :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_core_type()</pre></a></li>
89
  <li class="method public "><a href="#mla_admin_init_action" title="mla_admin_init_action :: Called in the admin_init action because the list_table object isn't
90
  created in time to affect the &quot;screen options&quot; setup."><span class="description">Called in the admin_init action because the list_table object isn't
91
  created in time to affect the "screen options" setup.</span><pre>mla_admin_init_action()</pre></a></li>
92
+ <li class="method public "><a href="#mla_admin_print_styles_action" title="mla_admin_print_styles_action :: Print optional in-lne styles for Uploads submenu table"><span class="description">Print optional in-lne styles for Uploads submenu table</span><pre>mla_admin_print_styles_action()</pre></a></li>
93
  <li class="method public "><a href="#mla_get_sortable_columns" title="mla_get_sortable_columns :: Return the names and display values of the sortable columns"><span class="description">Return the names and display values of the sortable columns</span><pre>mla_get_sortable_columns()</pre></a></li>
94
  <li class="method public "><a href="#mla_localize_default_columns_array" title="mla_localize_default_columns_array :: Builds the $default_columns array with translated source texts."><span class="description">Builds the $default_columns array with translated source texts.</span><pre>mla_localize_default_columns_array()</pre></a></li>
95
  <li class="method public "><a href="#mla_manage_columns_filter" title="mla_manage_columns_filter :: Handler for filter 'manage_settings_page_mla-settings-menu_columns'"><span class="description">Handler for filter 'manage_settings_page_mla-settings-menu_columns'</span><pre>mla_manage_columns_filter()</pre></a></li>
96
  <li class="method public "><a href="#mla_manage_hidden_columns_filter" title="mla_manage_hidden_columns_filter :: Handler for filter 'get_user_option_managesettings_page_mla-settings-menu-uploadcolumnshidden'"><span class="description">Handler for filter 'get_user_option_managesettings_page_mla-settings-menu-uploadcolumnshidden'</span><pre>mla_manage_hidden_columns_filter()</pre></a></li>
97
  <li class="method public "><a href="#prepare_items" title="prepare_items :: Prepares the list of items for displaying"><span class="description">Prepares the list of items for displaying</span><pre>prepare_items()</pre></a></li>
98
  <li class="method public "><a href="#single_row" title="single_row :: Generates (echoes) content for a single row of the table"><span class="description">Generates (echoes) content for a single row of the table</span><pre>single_row()</pre></a></li>
99
+ <li class="nav-header protected">» Protected</li>
100
+ <li class="method protected "><a href="#get_default_primary_column_name" title="get_default_primary_column_name :: Get the name of the default primary column."><span class="description">Get the name of the default primary column.</span><pre>get_default_primary_column_name()</pre></a></li>
101
+ <li class="method protected "><a href="#handle_row_actions" title="handle_row_actions :: Generate and display row actions links."><span class="description">Generate and display row actions links.</span><pre>handle_row_actions()</pre></a></li>
102
  <li class="nav-header private">» Private</li>
103
  <li class="method private "><a href="#_build_inline_data" title="_build_inline_data :: Add hidden fields with the data for use in the inline editor"><span class="description">Add hidden fields with the data for use in the inline editor</span><pre>_build_inline_data()</pre></a></li>
104
  <li class="method private "><a href="#_build_rollover_actions" title="_build_rollover_actions :: Add rollover actions to a table column"><span class="description">Add rollover actions to a table column</span><pre>_build_rollover_actions()</pre></a></li>
175
  <code>string</code>| false HTML for link to display the view, false if count = zero</div>
176
  </div></div>
177
  </div>
178
+ <a name="ajax_user_can" id="ajax_user_can"></a><div class="element clickable method public ajax_user_can" data-toggle="collapse" data-target=".ajax_user_can .collapse">
179
+ <h2>Checks the current user's permissions</h2>
180
+ <pre>ajax_user_can() : bool</pre>
181
+ <div class="labels"></div>
182
+ <div class="row collapse"><div class="detail-description">
183
+ <p class="long_description"></p>
184
+ <table class="table table-bordered"><tr>
185
+ <th>since</th>
186
+ <td>2.14</td>
187
+ </tr></table>
188
+ <h3>Returns</h3>
189
+ <div class="subelement response"><code>bool</code></div>
190
+ </div></div>
191
+ </div>
192
  <a name="column_cb" id="column_cb"></a><div class="element clickable method public column_cb" data-toggle="collapse" data-target=".column_cb .collapse">
193
  <h2>Displays checkboxes for using bulk actions.</h2>
194
  <pre>column_cb(object $item) : string</pre>
537
  </tr></table>
538
  </div></div>
539
  </div>
540
+ <a name="mla_admin_print_styles_action" id="mla_admin_print_styles_action"></a><div class="element clickable method public mla_admin_print_styles_action" data-toggle="collapse" data-target=".mla_admin_print_styles_action .collapse">
541
+ <h2>Print optional in-lne styles for Uploads submenu table</h2>
542
+ <pre>mla_admin_print_styles_action() </pre>
543
+ <div class="labels"></div>
544
+ <div class="row collapse"><div class="detail-description">
545
+ <p class="long_description"></p>
546
+ <table class="table table-bordered"><tr>
547
+ <th>since</th>
548
+ <td>2.14</td>
549
+ </tr></table>
550
+ </div></div>
551
+ </div>
552
  <a name="mla_get_sortable_columns" id="mla_get_sortable_columns"></a><div class="element clickable method public mla_get_sortable_columns" data-toggle="collapse" data-target=".mla_get_sortable_columns .collapse">
553
  <h2>Return the names and display values of the sortable columns</h2>
554
  <pre>mla_get_sortable_columns() : array</pre>
653
  <code>object</code><p>the current item</p></div>
654
  </div></div>
655
  </div>
656
+ <a name="get_default_primary_column_name" id="get_default_primary_column_name"></a><div class="element clickable method protected get_default_primary_column_name" data-toggle="collapse" data-target=".get_default_primary_column_name .collapse">
657
+ <h2>Get the name of the default primary column.</h2>
658
+ <pre>get_default_primary_column_name() : string</pre>
659
+ <div class="labels"></div>
660
+ <div class="row collapse"><div class="detail-description">
661
+ <p class="long_description"></p>
662
+ <table class="table table-bordered">
663
+ <tr>
664
+ <th>since</th>
665
+ <td>2.14</td>
666
+ </tr>
667
+ <tr>
668
+ <th>access</th>
669
+ <td>protected</td>
670
+ </tr>
671
+ </table>
672
+ <h3>Returns</h3>
673
+ <div class="subelement response">
674
+ <code>string</code>Name of the default primary column</div>
675
+ </div></div>
676
+ </div>
677
+ <a name="handle_row_actions" id="handle_row_actions"></a><div class="element clickable method protected handle_row_actions" data-toggle="collapse" data-target=".handle_row_actions .collapse">
678
+ <h2>Generate and display row actions links.</h2>
679
+ <pre>handle_row_actions(object $item, string $column_name, string $primary) : string</pre>
680
+ <div class="labels"></div>
681
+ <div class="row collapse"><div class="detail-description">
682
+ <p class="long_description"></p>
683
+ <table class="table table-bordered">
684
+ <tr>
685
+ <th>since</th>
686
+ <td>2.14</td>
687
+ </tr>
688
+ <tr>
689
+ <th>access</th>
690
+ <td>protected</td>
691
+ </tr>
692
+ </table>
693
+ <h3>Parameters</h3>
694
+ <div class="subelement argument">
695
+ <h4>$item</h4>
696
+ <code>object</code><p>Attachment being acted upon.</p></div>
697
+ <div class="subelement argument">
698
+ <h4>$column_name</h4>
699
+ <code>string</code><p>Current column name.</p></div>
700
+ <div class="subelement argument">
701
+ <h4>$primary</h4>
702
+ <code>string</code><p>Primary column name.</p></div>
703
+ <h3>Returns</h3>
704
+ <div class="subelement response">
705
+ <code>string</code>Row actions output for media attachments.</div>
706
+ </div></div>
707
+ </div>
708
  <a name="_build_inline_data" id="_build_inline_data"></a><div class="element clickable method private _build_inline_data" data-toggle="collapse" data-target="._build_inline_data .collapse">
709
  <h2>Add hidden fields with the data for use in the inline editor</h2>
710
  <pre>_build_inline_data(object $item) : string</pre>
819
  <div class="row"><footer class="span12">
820
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
821
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
822
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
823
  </div>
824
  </body>
825
  </html>
phpDocs/classes/MLA_Upload_Optional_List_Table.html CHANGED
@@ -554,7 +554,7 @@ sorted by that column. This is computed each time the table is displayed.</p></p
554
  <div class="row"><footer class="span12">
555
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
556
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
557
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
558
  </div>
559
  </body>
560
  </html>
554
  <div class="row"><footer class="span12">
555
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
556
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
557
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
558
  </div>
559
  </body>
560
  </html>
phpDocs/classes/MLA_View_List_Table.html CHANGED
@@ -60,6 +60,7 @@
60
  <li class="method public "><a href="#__construct" title="__construct :: Initializes some properties from $_REQUEST variables, then
61
  calls the parent constructor to set some default configs."><span class="description">Initializes some properties from $_REQUEST variables, then
62
  calls the parent constructor to set some default configs.</span><pre>__construct()</pre></a></li>
 
63
  <li class="method public "><a href="#column_cb" title="column_cb :: Displays checkboxes for using bulk actions."><span class="description">Displays checkboxes for using bulk actions.</span><pre>column_cb()</pre></a></li>
64
  <li class="method public "><a href="#column_default" title="column_default :: Supply a column value if no column-specific function has been defined"><span class="description">Supply a column value if no column-specific function has been defined</span><pre>column_default()</pre></a></li>
65
  <li class="method public "><a href="#column_description" title="column_description :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_description()</pre></a></li>
@@ -89,6 +90,9 @@ created in time to affect the "screen options" setup.</span><pre>mla_admin_init_
89
  <li class="method public "><a href="#mla_manage_hidden_columns_filter" title="mla_manage_hidden_columns_filter :: Handler for filter 'get_user_option_managesettings_page_mla-settings-menu-viewcolumnshidden'"><span class="description">Handler for filter 'get_user_option_managesettings_page_mla-settings-menu-viewcolumnshidden'</span><pre>mla_manage_hidden_columns_filter()</pre></a></li>
90
  <li class="method public "><a href="#prepare_items" title="prepare_items :: Prepares the list of items for displaying"><span class="description">Prepares the list of items for displaying</span><pre>prepare_items()</pre></a></li>
91
  <li class="method public "><a href="#single_row" title="single_row :: Generates (echoes) content for a single row of the table"><span class="description">Generates (echoes) content for a single row of the table</span><pre>single_row()</pre></a></li>
 
 
 
92
  <li class="nav-header private">» Private</li>
93
  <li class="method private "><a href="#_build_inline_data" title="_build_inline_data :: Add hidden fields with the data for use in the inline editor"><span class="description">Add hidden fields with the data for use in the inline editor</span><pre>_build_inline_data()</pre></a></li>
94
  <li class="method private "><a href="#_build_rollover_actions" title="_build_rollover_actions :: Add rollover actions to a table column"><span class="description">Add rollover actions to a table column</span><pre>_build_rollover_actions()</pre></a></li>
@@ -140,6 +144,20 @@ calls the parent constructor to set some default configs.</h2>
140
  </tr></table>
141
  </div></div>
142
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  <a name="column_cb" id="column_cb"></a><div class="element clickable method public column_cb" data-toggle="collapse" data-target=".column_cb .collapse">
144
  <h2>Displays checkboxes for using bulk actions.</h2>
145
  <pre>column_cb(object $item) : string</pre>
@@ -519,6 +537,58 @@ $this->set_pagination_args().</p></p>
519
  <code>object</code><p>the current item</p></div>
520
  </div></div>
521
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
522
  <a name="_build_inline_data" id="_build_inline_data"></a><div class="element clickable method private _build_inline_data" data-toggle="collapse" data-target="._build_inline_data .collapse">
523
  <h2>Add hidden fields with the data for use in the inline editor</h2>
524
  <pre>_build_inline_data(object $item) : string</pre>
@@ -633,7 +703,7 @@ sorted by that column. This is computed each time the table is displayed.</p></p
633
  <div class="row"><footer class="span12">
634
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
635
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
636
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
637
  </div>
638
  </body>
639
  </html>
60
  <li class="method public "><a href="#__construct" title="__construct :: Initializes some properties from $_REQUEST variables, then
61
  calls the parent constructor to set some default configs."><span class="description">Initializes some properties from $_REQUEST variables, then
62
  calls the parent constructor to set some default configs.</span><pre>__construct()</pre></a></li>
63
+ <li class="method public "><a href="#ajax_user_can" title="ajax_user_can :: Checks the current user's permissions"><span class="description">Checks the current user's permissions</span><pre>ajax_user_can()</pre></a></li>
64
  <li class="method public "><a href="#column_cb" title="column_cb :: Displays checkboxes for using bulk actions."><span class="description">Displays checkboxes for using bulk actions.</span><pre>column_cb()</pre></a></li>
65
  <li class="method public "><a href="#column_default" title="column_default :: Supply a column value if no column-specific function has been defined"><span class="description">Supply a column value if no column-specific function has been defined</span><pre>column_default()</pre></a></li>
66
  <li class="method public "><a href="#column_description" title="column_description :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_description()</pre></a></li>
90
  <li class="method public "><a href="#mla_manage_hidden_columns_filter" title="mla_manage_hidden_columns_filter :: Handler for filter 'get_user_option_managesettings_page_mla-settings-menu-viewcolumnshidden'"><span class="description">Handler for filter 'get_user_option_managesettings_page_mla-settings-menu-viewcolumnshidden'</span><pre>mla_manage_hidden_columns_filter()</pre></a></li>
91
  <li class="method public "><a href="#prepare_items" title="prepare_items :: Prepares the list of items for displaying"><span class="description">Prepares the list of items for displaying</span><pre>prepare_items()</pre></a></li>
92
  <li class="method public "><a href="#single_row" title="single_row :: Generates (echoes) content for a single row of the table"><span class="description">Generates (echoes) content for a single row of the table</span><pre>single_row()</pre></a></li>
93
+ <li class="nav-header protected">» Protected</li>
94
+ <li class="method protected "><a href="#get_default_primary_column_name" title="get_default_primary_column_name :: Get the name of the default primary column."><span class="description">Get the name of the default primary column.</span><pre>get_default_primary_column_name()</pre></a></li>
95
+ <li class="method protected "><a href="#handle_row_actions" title="handle_row_actions :: Generate and display row actions links."><span class="description">Generate and display row actions links.</span><pre>handle_row_actions()</pre></a></li>
96
  <li class="nav-header private">» Private</li>
97
  <li class="method private "><a href="#_build_inline_data" title="_build_inline_data :: Add hidden fields with the data for use in the inline editor"><span class="description">Add hidden fields with the data for use in the inline editor</span><pre>_build_inline_data()</pre></a></li>
98
  <li class="method private "><a href="#_build_rollover_actions" title="_build_rollover_actions :: Add rollover actions to a table column"><span class="description">Add rollover actions to a table column</span><pre>_build_rollover_actions()</pre></a></li>
144
  </tr></table>
145
  </div></div>
146
  </div>
147
+ <a name="ajax_user_can" id="ajax_user_can"></a><div class="element clickable method public ajax_user_can" data-toggle="collapse" data-target=".ajax_user_can .collapse">
148
+ <h2>Checks the current user's permissions</h2>
149
+ <pre>ajax_user_can() : bool</pre>
150
+ <div class="labels"></div>
151
+ <div class="row collapse"><div class="detail-description">
152
+ <p class="long_description"></p>
153
+ <table class="table table-bordered"><tr>
154
+ <th>since</th>
155
+ <td>2.14</td>
156
+ </tr></table>
157
+ <h3>Returns</h3>
158
+ <div class="subelement response"><code>bool</code></div>
159
+ </div></div>
160
+ </div>
161
  <a name="column_cb" id="column_cb"></a><div class="element clickable method public column_cb" data-toggle="collapse" data-target=".column_cb .collapse">
162
  <h2>Displays checkboxes for using bulk actions.</h2>
163
  <pre>column_cb(object $item) : string</pre>
537
  <code>object</code><p>the current item</p></div>
538
  </div></div>
539
  </div>
540
+ <a name="get_default_primary_column_name" id="get_default_primary_column_name"></a><div class="element clickable method protected get_default_primary_column_name" data-toggle="collapse" data-target=".get_default_primary_column_name .collapse">
541
+ <h2>Get the name of the default primary column.</h2>
542
+ <pre>get_default_primary_column_name() : string</pre>
543
+ <div class="labels"></div>
544
+ <div class="row collapse"><div class="detail-description">
545
+ <p class="long_description"></p>
546
+ <table class="table table-bordered">
547
+ <tr>
548
+ <th>since</th>
549
+ <td>2.14</td>
550
+ </tr>
551
+ <tr>
552
+ <th>access</th>
553
+ <td>protected</td>
554
+ </tr>
555
+ </table>
556
+ <h3>Returns</h3>
557
+ <div class="subelement response">
558
+ <code>string</code>Name of the default primary column</div>
559
+ </div></div>
560
+ </div>
561
+ <a name="handle_row_actions" id="handle_row_actions"></a><div class="element clickable method protected handle_row_actions" data-toggle="collapse" data-target=".handle_row_actions .collapse">
562
+ <h2>Generate and display row actions links.</h2>
563
+ <pre>handle_row_actions(object $item, string $column_name, string $primary) : string</pre>
564
+ <div class="labels"></div>
565
+ <div class="row collapse"><div class="detail-description">
566
+ <p class="long_description"></p>
567
+ <table class="table table-bordered">
568
+ <tr>
569
+ <th>since</th>
570
+ <td>2.14</td>
571
+ </tr>
572
+ <tr>
573
+ <th>access</th>
574
+ <td>protected</td>
575
+ </tr>
576
+ </table>
577
+ <h3>Parameters</h3>
578
+ <div class="subelement argument">
579
+ <h4>$item</h4>
580
+ <code>object</code><p>Attachment being acted upon.</p></div>
581
+ <div class="subelement argument">
582
+ <h4>$column_name</h4>
583
+ <code>string</code><p>Current column name.</p></div>
584
+ <div class="subelement argument">
585
+ <h4>$primary</h4>
586
+ <code>string</code><p>Primary column name.</p></div>
587
+ <h3>Returns</h3>
588
+ <div class="subelement response">
589
+ <code>string</code>Row actions output for media attachments.</div>
590
+ </div></div>
591
+ </div>
592
  <a name="_build_inline_data" id="_build_inline_data"></a><div class="element clickable method private _build_inline_data" data-toggle="collapse" data-target="._build_inline_data .collapse">
593
  <h2>Add hidden fields with the data for use in the inline editor</h2>
594
  <pre>_build_inline_data(object $item) : string</pre>
703
  <div class="row"><footer class="span12">
704
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
705
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
706
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
707
  </div>
708
  </body>
709
  </html>
phpDocs/classes/MLA_WPML.html CHANGED
@@ -58,7 +58,10 @@
58
  <li class="nav-header">
59
  <i class="icon-custom icon-method"></i> Methods</li>
60
  <li class="method public "><a href="#admin_init" title="admin_init :: Add the plugin's admin-mode filter/action handlers"><span class="description">Add the plugin's admin-mode filter/action handlers</span><pre>admin_init()</pre></a></li>
61
- <li class="method public "><a href="#edit_attachment" title="edit_attachment :: Filters taxonomy updates by language."><span class="description">Filters taxonomy updates by language.</span><pre>edit_attachment()</pre></a></li>
 
 
 
62
  <li class="method public "><a href="#initialize" title="initialize :: Initialization function, similar to __construct()"><span class="description">Initialization function, similar to __construct()</span><pre>initialize()</pre></a></li>
63
  <li class="method public "><a href="#mla_get_options_tablist" title='mla_get_options_tablist :: Adds the "Language" tab to the Settings/Media Library Assistant list'><span class="description">Adds the "Language" tab to the Settings/Media Library Assistant list</span><pre>mla_get_options_tablist()</pre></a></li>
64
  <li class="method public "><a href="#mla_get_terms_clauses" title="mla_get_terms_clauses :: MLA Tag Cloud Query Clauses"><span class="description">MLA Tag Cloud Query Clauses</span><pre>mla_get_terms_clauses()</pre></a></li>
@@ -79,7 +82,6 @@ Media Manager Modal Window ATTACHMENT DETAILS taxonomy"><span class="description
79
  Media Manager Modal Window ATTACHMENT DETAILS taxonomy</span><pre>mla_media_modal_update_compat_fields_terms()</pre></a></li>
80
  <li class="method public "><a href="#mla_render_language_tab" title='mla_render_language_tab :: Renders the Settings/Media Library Assistant "Language" tab'><span class="description">Renders the Settings/Media Library Assistant "Language" tab</span><pre>mla_render_language_tab()</pre></a></li>
81
  <li class="method public "><a href="#post_updated_messages" title="post_updated_messages :: Adds translation update message for display at the top of the Edit Media screen"><span class="description">Adds translation update message for display at the top of the Edit Media screen</span><pre>post_updated_messages()</pre></a></li>
82
- <li class="method public "><a href="#wp_insert_post_empty_content" title='wp_insert_post_empty_content :: Captures "before update" term assignments from the Media/Edit Media screen'><span class="description">Captures "before update" term assignments from the Media/Edit Media screen</span><pre>wp_insert_post_empty_content()</pre></a></li>
83
  <li class="method public "><a href="#wpml_media_create_duplicate_attachment" title="wpml_media_create_duplicate_attachment :: Copies taxonomy terms from the source item to the new translated item"><span class="description">Copies taxonomy terms from the source item to the new translated item</span><pre>wpml_media_create_duplicate_attachment()</pre></a></li>
84
  <li class="nav-header private">» Private</li>
85
  <li class="method private "><a href="#_add_relevant_term" title="_add_relevant_term :: Adds a term and its translations to $relevant_terms"><span class="description">Adds a term and its translations to $relevant_terms</span><pre>_add_relevant_term()</pre></a></li>
@@ -145,8 +147,28 @@ family of plugins, including WPML Media</p>
145
  </tr></table>
146
  </div></div>
147
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  <a name="edit_attachment" id="edit_attachment"></a><div class="element clickable method public edit_attachment" data-toggle="collapse" data-target=".edit_attachment .collapse">
149
- <h2>Filters taxonomy updates by language.</h2>
 
150
  <pre>edit_attachment(integer $post_id) </pre>
151
  <div class="labels"></div>
152
  <div class="row collapse"><div class="detail-description">
@@ -458,26 +480,6 @@ Media Manager Modal Window ATTACHMENT DETAILS taxonomy</h2>
458
  <code>array</code>updated messages</div>
459
  </div></div>
460
  </div>
461
- <a name="wp_insert_post_empty_content" id="wp_insert_post_empty_content"></a><div class="element clickable method public wp_insert_post_empty_content" data-toggle="collapse" data-target=".wp_insert_post_empty_content .collapse">
462
- <h2>Captures "before update" term assignments from the Media/Edit Media screen</h2>
463
- <pre>wp_insert_post_empty_content(bool $maybe_empty, array $postarr) </pre>
464
- <div class="labels"></div>
465
- <div class="row collapse"><div class="detail-description">
466
- <p class="long_description"></p>
467
- <table class="table table-bordered"><tr>
468
- <th>since</th>
469
- <td>2.11</td>
470
- </tr></table>
471
- <h3>Parameters</h3>
472
- <div class="subelement argument">
473
- <h4>$maybe_empty</h4>
474
- <code>bool</code><p>Whether the post should be considered "empty".</p>
475
- </div>
476
- <div class="subelement argument">
477
- <h4>$postarr</h4>
478
- <code>array</code><p>Array of post data.</p></div>
479
- </div></div>
480
- </div>
481
  <a name="wpml_media_create_duplicate_attachment" id="wpml_media_create_duplicate_attachment"></a><div class="element clickable method public wpml_media_create_duplicate_attachment" data-toggle="collapse" data-target=".wpml_media_create_duplicate_attachment .collapse">
482
  <h2>Copies taxonomy terms from the source item to the new translated item</h2>
483
  <pre>wpml_media_create_duplicate_attachment(integer $attachment_id, integer $duplicated_attachment_id) </pre>
@@ -524,7 +526,7 @@ Media Manager Modal Window ATTACHMENT DETAILS taxonomy</h2>
524
  </div>
525
  <a name="_apply_synch_input" id="_apply_synch_input"></a><div class="element clickable method private _apply_synch_input" data-toggle="collapse" data-target="._apply_synch_input .collapse">
526
  <h2>Compute Term Synchronization replacement $tax_inputs</h2>
527
- <pre>_apply_synch_input(string $language, array $terms_before) : array</pre>
528
  <div class="labels"></div>
529
  <div class="row collapse"><div class="detail-description">
530
  <p class="long_description"><p>Assumes the "current post" in $existing_terms is the source
@@ -543,10 +545,6 @@ and $existing_terms contains the target translation</p></p>
543
  <div class="subelement argument">
544
  <h4>$language</h4>
545
  <code>string</code><p>the target translation code</p></div>
546
- <div class="subelement argument">
547
- <h4>$terms_before</h4>
548
- <code>array</code><p>source terms before updates/Term Assignment</p>
549
- </div>
550
  <h3>Returns</h3>
551
  <div class="subelement response">
552
  <code>array</code>$tax_inputs for Term Synchronization</div>
@@ -649,7 +647,7 @@ language-specific term_id to term_id/term_name mappings for all languages.</p></
649
  </div>
650
  <a name="_get_relevant_term" id="_get_relevant_term"></a><div class="element clickable method private _get_relevant_term" data-toggle="collapse" data-target="._get_relevant_term .collapse">
651
  <h2>Finds a $relevant_term (if defined) given a key and (optional) a language</h2>
652
- <pre>_get_relevant_term(string $field, mixed $value, string $taxonomy, string $language) </pre>
653
  <div class="labels"></div>
654
  <div class="row collapse"><div class="detail-description">
655
  <p class="long_description"></p>
@@ -677,6 +675,10 @@ language-specific term_id to term_id/term_name mappings for all languages.</p></
677
  <div class="subelement argument">
678
  <h4>$language</h4>
679
  <code>string</code><p>code; string; optional</p></div>
 
 
 
 
680
  </div></div>
681
  </div>
682
  <a name="_reset_language_settings" id="_reset_language_settings"></a><div class="element clickable method private _reset_language_settings" data-toggle="collapse" data-target="._reset_language_settings .collapse">
@@ -799,7 +801,8 @@ because localization calls cannot be placed in the "public static" array definit
799
  <pre>$relevant_terms : array</pre>
800
  <div class="labels"></div>
801
  <div class="row collapse"><div class="detail-description">
802
- <p class="long_description"></p>
 
803
  <table class="table table-bordered"><tr>
804
  <th>since</th>
805
  <td>2.11</td>
@@ -849,7 +852,7 @@ because localization calls cannot be placed in the "public static" array definit
849
  <div class="row"><footer class="span12">
850
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
851
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
852
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
853
  </div>
854
  </body>
855
  </html>
58
  <li class="nav-header">
59
  <i class="icon-custom icon-method"></i> Methods</li>
60
  <li class="method public "><a href="#admin_init" title="admin_init :: Add the plugin's admin-mode filter/action handlers"><span class="description">Add the plugin's admin-mode filter/action handlers</span><pre>admin_init()</pre></a></li>
61
+ <li class="method public "><a href="#attachment_fields_to_save" title='attachment_fields_to_save :: Captures "before update" term assignments from the Media/Edit Media screen'><span class="description">Captures "before update" term assignments from the Media/Edit Media screen</span><pre>attachment_fields_to_save()</pre></a></li>
62
+ <li class="method public "><a href="#edit_attachment" title="edit_attachment :: Filters taxonomy updates by language for Bulk Edit during Add New Media
63
+ and the Media/Edit Media screen"><span class="description">Filters taxonomy updates by language for Bulk Edit during Add New Media
64
+ and the Media/Edit Media screen</span><pre>edit_attachment()</pre></a></li>
65
  <li class="method public "><a href="#initialize" title="initialize :: Initialization function, similar to __construct()"><span class="description">Initialization function, similar to __construct()</span><pre>initialize()</pre></a></li>
66
  <li class="method public "><a href="#mla_get_options_tablist" title='mla_get_options_tablist :: Adds the "Language" tab to the Settings/Media Library Assistant list'><span class="description">Adds the "Language" tab to the Settings/Media Library Assistant list</span><pre>mla_get_options_tablist()</pre></a></li>
67
  <li class="method public "><a href="#mla_get_terms_clauses" title="mla_get_terms_clauses :: MLA Tag Cloud Query Clauses"><span class="description">MLA Tag Cloud Query Clauses</span><pre>mla_get_terms_clauses()</pre></a></li>
82
  Media Manager Modal Window ATTACHMENT DETAILS taxonomy</span><pre>mla_media_modal_update_compat_fields_terms()</pre></a></li>
83
  <li class="method public "><a href="#mla_render_language_tab" title='mla_render_language_tab :: Renders the Settings/Media Library Assistant "Language" tab'><span class="description">Renders the Settings/Media Library Assistant "Language" tab</span><pre>mla_render_language_tab()</pre></a></li>
84
  <li class="method public "><a href="#post_updated_messages" title="post_updated_messages :: Adds translation update message for display at the top of the Edit Media screen"><span class="description">Adds translation update message for display at the top of the Edit Media screen</span><pre>post_updated_messages()</pre></a></li>
 
85
  <li class="method public "><a href="#wpml_media_create_duplicate_attachment" title="wpml_media_create_duplicate_attachment :: Copies taxonomy terms from the source item to the new translated item"><span class="description">Copies taxonomy terms from the source item to the new translated item</span><pre>wpml_media_create_duplicate_attachment()</pre></a></li>
86
  <li class="nav-header private">» Private</li>
87
  <li class="method private "><a href="#_add_relevant_term" title="_add_relevant_term :: Adds a term and its translations to $relevant_terms"><span class="description">Adds a term and its translations to $relevant_terms</span><pre>_add_relevant_term()</pre></a></li>
147
  </tr></table>
148
  </div></div>
149
  </div>
150
+ <a name="attachment_fields_to_save" id="attachment_fields_to_save"></a><div class="element clickable method public attachment_fields_to_save" data-toggle="collapse" data-target=".attachment_fields_to_save .collapse">
151
+ <h2>Captures "before update" term assignments from the Media/Edit Media screen</h2>
152
+ <pre>attachment_fields_to_save(\WP_Post $post, array $attachment) </pre>
153
+ <div class="labels"></div>
154
+ <div class="row collapse"><div class="detail-description">
155
+ <p class="long_description"></p>
156
+ <table class="table table-bordered"><tr>
157
+ <th>since</th>
158
+ <td>2.13</td>
159
+ </tr></table>
160
+ <h3>Parameters</h3>
161
+ <div class="subelement argument">
162
+ <h4>$post</h4>
163
+ <code>\WP_Post</code><p>The WP_Post object.</p></div>
164
+ <div class="subelement argument">
165
+ <h4>$attachment</h4>
166
+ <code>array</code><p>An array of attachment metadata.</p></div>
167
+ </div></div>
168
+ </div>
169
  <a name="edit_attachment" id="edit_attachment"></a><div class="element clickable method public edit_attachment" data-toggle="collapse" data-target=".edit_attachment .collapse">
170
+ <h2>Filters taxonomy updates by language for Bulk Edit during Add New Media
171
+ and the Media/Edit Media screen</h2>
172
  <pre>edit_attachment(integer $post_id) </pre>
173
  <div class="labels"></div>
174
  <div class="row collapse"><div class="detail-description">
480
  <code>array</code>updated messages</div>
481
  </div></div>
482
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
483
  <a name="wpml_media_create_duplicate_attachment" id="wpml_media_create_duplicate_attachment"></a><div class="element clickable method public wpml_media_create_duplicate_attachment" data-toggle="collapse" data-target=".wpml_media_create_duplicate_attachment .collapse">
484
  <h2>Copies taxonomy terms from the source item to the new translated item</h2>
485
  <pre>wpml_media_create_duplicate_attachment(integer $attachment_id, integer $duplicated_attachment_id) </pre>
526
  </div>
527
  <a name="_apply_synch_input" id="_apply_synch_input"></a><div class="element clickable method private _apply_synch_input" data-toggle="collapse" data-target="._apply_synch_input .collapse">
528
  <h2>Compute Term Synchronization replacement $tax_inputs</h2>
529
+ <pre>_apply_synch_input(string $language) : array</pre>
530
  <div class="labels"></div>
531
  <div class="row collapse"><div class="detail-description">
532
  <p class="long_description"><p>Assumes the "current post" in $existing_terms is the source
545
  <div class="subelement argument">
546
  <h4>$language</h4>
547
  <code>string</code><p>the target translation code</p></div>
 
 
 
 
548
  <h3>Returns</h3>
549
  <div class="subelement response">
550
  <code>array</code>$tax_inputs for Term Synchronization</div>
647
  </div>
648
  <a name="_get_relevant_term" id="_get_relevant_term"></a><div class="element clickable method private _get_relevant_term" data-toggle="collapse" data-target="._get_relevant_term .collapse">
649
  <h2>Finds a $relevant_term (if defined) given a key and (optional) a language</h2>
650
+ <pre>_get_relevant_term(string $field, mixed $value, string $taxonomy, string $language, boolean $test_only) </pre>
651
  <div class="labels"></div>
652
  <div class="row collapse"><div class="detail-description">
653
  <p class="long_description"></p>
675
  <div class="subelement argument">
676
  <h4>$language</h4>
677
  <code>string</code><p>code; string; optional</p></div>
678
+ <div class="subelement argument">
679
+ <h4>$test_only</h4>
680
+ <code>boolean</code><p>false (default) to add missing term, true to leave term out</p>
681
+ </div>
682
  </div></div>
683
  </div>
684
  <a name="_reset_language_settings" id="_reset_language_settings"></a><div class="element clickable method private _reset_language_settings" data-toggle="collapse" data-target="._reset_language_settings .collapse">
801
  <pre>$relevant_terms : array</pre>
802
  <div class="labels"></div>
803
  <div class="row collapse"><div class="detail-description">
804
+ <p class="long_description"><p>NOTE: WPML uses term_taxonomy_id as the "element_id" in its translations;
805
+ Polylang uses term_id as the "element_id".</p></p>
806
  <table class="table table-bordered"><tr>
807
  <th>since</th>
808
  <td>2.11</td>
852
  <div class="row"><footer class="span12">
853
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
854
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
855
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
856
  </div>
857
  </body>
858
  </html>
phpDocs/classes/MLA_WPML_List_Table.html CHANGED
@@ -60,6 +60,7 @@
60
  <li class="method public inherited"><a href="#__construct" title="__construct :: Initializes some properties from $_REQUEST variables, then
61
  calls the parent constructor to set some default configs."><span class="description">Initializes some properties from $_REQUEST variables, then
62
  calls the parent constructor to set some default configs.</span><pre>__construct()</pre></a></li>
 
63
  <li class="method public inherited"><a href="#column_ID_parent" title="column_ID_parent :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_ID_parent()</pre></a></li>
64
  <li class="method public inherited"><a href="#column_alt_text" title="column_alt_text :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_alt_text()</pre></a></li>
65
  <li class="method public inherited"><a href="#column_attached_to" title="column_attached_to :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_attached_to()</pre></a></li>
@@ -110,10 +111,13 @@ and the value is db column (or other criteria) to sort by.</span><pre>get_sortab
110
  <li class="nav-header protected">» Protected</li>
111
  <li class="method protected inherited"><a href="#_avail_mime_types" title="_avail_mime_types :: Get MIME types with one or more attachments for view preparation"><span class="description">Get MIME types with one or more attachments for view preparation</span><pre>_avail_mime_types()</pre></a></li>
112
  <li class="method protected inherited"><a href="#_build_inline_data" title="_build_inline_data :: Add hidden fields with the data for use in the inline editor"><span class="description">Add hidden fields with the data for use in the inline editor</span><pre>_build_inline_data()</pre></a></li>
113
- <li class="method protected inherited"><a href="#_build_rollover_actions" title="_build_rollover_actions :: Add rollover actions to exactly one of the following displayed columns:
114
- 'ID_parent', 'title_name', 'post_title', 'post_name'"><span class="description">Add rollover actions to exactly one of the following displayed columns:
115
  'ID_parent', 'title_name', 'post_title', 'post_name'</span><pre>_build_rollover_actions()</pre></a></li>
116
  <li class="method protected inherited"><a href="#_format_post_status" title="_format_post_status :: Translate post_status 'future', 'pending', 'draft' and 'trash' to label"><span class="description">Translate post_status 'future', 'pending', 'draft' and 'trash' to label</span><pre>_format_post_status()</pre></a></li>
 
 
 
117
  <li class="nav-header private">» Private</li>
118
  <li class="method private inherited"><a href="#_get_view" title="_get_view :: Returns HTML markup for one view that can be used with this table"><span class="description">Returns HTML markup for one view that can be used with this table</span><pre>_get_view()</pre></a></li>
119
  <li class="nav-header">
@@ -160,7 +164,7 @@ and the value is db column (or other criteria) to sort by.</span><pre>get_sortab
160
  <a name="__construct" id="__construct"></a><div class="element clickable method public __construct" data-toggle="collapse" data-target=".__construct .collapse">
161
  <h2>Initializes some properties from $_REQUEST variables, then
162
  calls the parent constructor to set some default configs.</h2>
163
- <pre>__construct() : void</pre>
164
  <div class="labels"><span class="label">Inherited</span></div>
165
  <div class="row collapse"><div class="detail-description">
166
  <p class="long_description"></p>
@@ -176,6 +180,26 @@ calls the parent constructor to set some default configs.</h2>
176
  </table>
177
  </div></div>
178
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  <a name="column_ID_parent" id="column_ID_parent"></a><div class="element clickable method public column_ID_parent" data-toggle="collapse" data-target=".column_ID_parent .collapse">
180
  <h2>Supply the content for a custom column</h2>
181
  <pre>column_ID_parent(array $item) : string</pre>
@@ -917,7 +941,7 @@ and the value is db column (or other criteria) to sort by.</h2>
917
  </div>
918
  <a name="mla_admin_init_action" id="mla_admin_init_action"></a><div class="element clickable method public mla_admin_init_action" data-toggle="collapse" data-target=".mla_admin_init_action .collapse">
919
  <h2>Adds support for taxonomy and custom field columns</h2>
920
- <pre>mla_admin_init_action() : void</pre>
921
  <div class="labels"><span class="label">Inherited</span></div>
922
  <div class="row collapse"><div class="detail-description">
923
  <p class="long_description"><p>Called in the admin_init action because the list_table object isn't
@@ -1011,11 +1035,11 @@ created in time to affect the "screen options" setup.</p></p>
1011
  </div>
1012
  <a name="mla_localize_default_columns_array" id="mla_localize_default_columns_array"></a><div class="element clickable method public mla_localize_default_columns_array" data-toggle="collapse" data-target=".mla_localize_default_columns_array .collapse">
1013
  <h2>Builds the $default_columns array with translated source texts.</h2>
1014
- <pre>mla_localize_default_columns_array() : void</pre>
1015
  <div class="labels"><span class="label">Inherited</span></div>
1016
  <div class="row collapse"><div class="detail-description">
1017
- <p class="long_description"><p>Called from MLA:mla_plugins_loaded_action because the $default_columns information might be
1018
- accessed from "front end" posts/pages.</p></p>
1019
  <table class="table table-bordered">
1020
  <tr>
1021
  <th>since</th>
@@ -1113,7 +1137,7 @@ is not created in time for the call from screen.php.</p></p>
1113
  </div>
1114
  <a name="pagination" id="pagination"></a><div class="element clickable method public pagination" data-toggle="collapse" data-target=".pagination .collapse">
1115
  <h2>Display the pagination, adding view, search and filter arguments</h2>
1116
- <pre>pagination(string $which) : void</pre>
1117
  <div class="labels"><span class="label">Inherited</span></div>
1118
  <div class="row collapse"><div class="detail-description">
1119
  <p class="long_description"></p>
@@ -1136,7 +1160,7 @@ is not created in time for the call from screen.php.</p></p>
1136
  </div>
1137
  <a name="prepare_items" id="prepare_items"></a><div class="element clickable method public prepare_items" data-toggle="collapse" data-target=".prepare_items .collapse">
1138
  <h2>Prepares the list of items for displaying</h2>
1139
- <pre>prepare_items() : void</pre>
1140
  <div class="labels"><span class="label">Inherited</span></div>
1141
  <div class="row collapse"><div class="detail-description">
1142
  <p class="long_description"><p>This is where you prepare your data for display. This method will usually
@@ -1252,7 +1276,7 @@ but uses the output of wp_count_attachments() as input.</p></p>
1252
  </div></div>
1253
  </div>
1254
  <a name="_build_rollover_actions" id="_build_rollover_actions"></a><div class="element clickable method protected _build_rollover_actions" data-toggle="collapse" data-target="._build_rollover_actions .collapse">
1255
- <h2>Add rollover actions to exactly one of the following displayed columns:
1256
  'ID_parent', 'title_name', 'post_title', 'post_name'</h2>
1257
  <pre>_build_rollover_actions(object $item, string $column) : array</pre>
1258
  <div class="labels"><span class="label">Inherited</span></div>
@@ -1306,6 +1330,100 @@ but uses the output of wp_count_attachments() as input.</p></p>
1306
  <code>string</code>Status label or empty string</div>
1307
  </div></div>
1308
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1309
  <a name="_get_view" id="_get_view"></a><div class="element clickable method private _get_view" data-toggle="collapse" data-target="._get_view .collapse">
1310
  <h2>Returns HTML markup for one view that can be used with this table</h2>
1311
  <pre>_get_view(string $view_slug, string $current_view) : string</pre>
@@ -1523,7 +1641,7 @@ MLA_List_Table::mla_admin_init_action.</p></p>
1523
  <div class="row"><footer class="span12">
1524
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1525
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1526
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
1527
  </div>
1528
  </body>
1529
  </html>
60
  <li class="method public inherited"><a href="#__construct" title="__construct :: Initializes some properties from $_REQUEST variables, then
61
  calls the parent constructor to set some default configs."><span class="description">Initializes some properties from $_REQUEST variables, then
62
  calls the parent constructor to set some default configs.</span><pre>__construct()</pre></a></li>
63
+ <li class="method public inherited"><a href="#ajax_user_can" title="ajax_user_can :: Checks the current user's permissions"><span class="description">Checks the current user's permissions</span><pre>ajax_user_can()</pre></a></li>
64
  <li class="method public inherited"><a href="#column_ID_parent" title="column_ID_parent :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_ID_parent()</pre></a></li>
65
  <li class="method public inherited"><a href="#column_alt_text" title="column_alt_text :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_alt_text()</pre></a></li>
66
  <li class="method public inherited"><a href="#column_attached_to" title="column_attached_to :: Supply the content for a custom column"><span class="description">Supply the content for a custom column</span><pre>column_attached_to()</pre></a></li>
111
  <li class="nav-header protected">» Protected</li>
112
  <li class="method protected inherited"><a href="#_avail_mime_types" title="_avail_mime_types :: Get MIME types with one or more attachments for view preparation"><span class="description">Get MIME types with one or more attachments for view preparation</span><pre>_avail_mime_types()</pre></a></li>
113
  <li class="method protected inherited"><a href="#_build_inline_data" title="_build_inline_data :: Add hidden fields with the data for use in the inline editor"><span class="description">Add hidden fields with the data for use in the inline editor</span><pre>_build_inline_data()</pre></a></li>
114
+ <li class="method protected inherited"><a href="#_build_rollover_actions" title="_build_rollover_actions :: Add rollover actions to the current primary column, one of:
115
+ 'ID_parent', 'title_name', 'post_title', 'post_name'"><span class="description">Add rollover actions to the current primary column, one of:
116
  'ID_parent', 'title_name', 'post_title', 'post_name'</span><pre>_build_rollover_actions()</pre></a></li>
117
  <li class="method protected inherited"><a href="#_format_post_status" title="_format_post_status :: Translate post_status 'future', 'pending', 'draft' and 'trash' to label"><span class="description">Translate post_status 'future', 'pending', 'draft' and 'trash' to label</span><pre>_format_post_status()</pre></a></li>
118
+ <li class="method protected inherited"><a href="#_handle_primary_column" title="_handle_primary_column :: Format primary column before/after Wordpress v4.3"><span class="description">Format primary column before/after Wordpress v4.3</span><pre>_handle_primary_column()</pre></a></li>
119
+ <li class="method protected inherited"><a href="#get_default_primary_column_name" title="get_default_primary_column_name :: Get the name of the default primary column."><span class="description">Get the name of the default primary column.</span><pre>get_default_primary_column_name()</pre></a></li>
120
+ <li class="method protected inherited"><a href="#handle_row_actions" title="handle_row_actions :: Generate and display row actions links."><span class="description">Generate and display row actions links.</span><pre>handle_row_actions()</pre></a></li>
121
  <li class="nav-header private">» Private</li>
122
  <li class="method private inherited"><a href="#_get_view" title="_get_view :: Returns HTML markup for one view that can be used with this table"><span class="description">Returns HTML markup for one view that can be used with this table</span><pre>_get_view()</pre></a></li>
123
  <li class="nav-header">
164
  <a name="__construct" id="__construct"></a><div class="element clickable method public __construct" data-toggle="collapse" data-target=".__construct .collapse">
165
  <h2>Initializes some properties from $_REQUEST variables, then
166
  calls the parent constructor to set some default configs.</h2>
167
+ <pre>__construct() </pre>
168
  <div class="labels"><span class="label">Inherited</span></div>
169
  <div class="row collapse"><div class="detail-description">
170
  <p class="long_description"></p>
180
  </table>
181
  </div></div>
182
  </div>
183
+ <a name="ajax_user_can" id="ajax_user_can"></a><div class="element clickable method public ajax_user_can" data-toggle="collapse" data-target=".ajax_user_can .collapse">
184
+ <h2>Checks the current user's permissions</h2>
185
+ <pre>ajax_user_can() : bool</pre>
186
+ <div class="labels"><span class="label">Inherited</span></div>
187
+ <div class="row collapse"><div class="detail-description">
188
+ <p class="long_description"></p>
189
+ <table class="table table-bordered">
190
+ <tr>
191
+ <th>since</th>
192
+ <td>2.13</td>
193
+ </tr>
194
+ <tr>
195
+ <th>inherited_from</th>
196
+ <td>\MLA_List_Table::ajax_user_can()</td>
197
+ </tr>
198
+ </table>
199
+ <h3>Returns</h3>
200
+ <div class="subelement response"><code>bool</code></div>
201
+ </div></div>
202
+ </div>
203
  <a name="column_ID_parent" id="column_ID_parent"></a><div class="element clickable method public column_ID_parent" data-toggle="collapse" data-target=".column_ID_parent .collapse">
204
  <h2>Supply the content for a custom column</h2>
205
  <pre>column_ID_parent(array $item) : string</pre>
941
  </div>
942
  <a name="mla_admin_init_action" id="mla_admin_init_action"></a><div class="element clickable method public mla_admin_init_action" data-toggle="collapse" data-target=".mla_admin_init_action .collapse">
943
  <h2>Adds support for taxonomy and custom field columns</h2>
944
+ <pre>mla_admin_init_action() </pre>
945
  <div class="labels"><span class="label">Inherited</span></div>
946
  <div class="row collapse"><div class="detail-description">
947
  <p class="long_description"><p>Called in the admin_init action because the list_table object isn't
1035
  </div>
1036
  <a name="mla_localize_default_columns_array" id="mla_localize_default_columns_array"></a><div class="element clickable method public mla_localize_default_columns_array" data-toggle="collapse" data-target=".mla_localize_default_columns_array .collapse">
1037
  <h2>Builds the $default_columns array with translated source texts.</h2>
1038
+ <pre>mla_localize_default_columns_array() </pre>
1039
  <div class="labels"><span class="label">Inherited</span></div>
1040
  <div class="row collapse"><div class="detail-description">
1041
+ <p class="long_description"><p>Called from MLA:mla_plugins_loaded_action because the $default_columns information
1042
+ might be accessed from "front end" posts/pages.</p></p>
1043
  <table class="table table-bordered">
1044
  <tr>
1045
  <th>since</th>
1137
  </div>
1138
  <a name="pagination" id="pagination"></a><div class="element clickable method public pagination" data-toggle="collapse" data-target=".pagination .collapse">
1139
  <h2>Display the pagination, adding view, search and filter arguments</h2>
1140
+ <pre>pagination(string $which) </pre>
1141
  <div class="labels"><span class="label">Inherited</span></div>
1142
  <div class="row collapse"><div class="detail-description">
1143
  <p class="long_description"></p>
1160
  </div>
1161
  <a name="prepare_items" id="prepare_items"></a><div class="element clickable method public prepare_items" data-toggle="collapse" data-target=".prepare_items .collapse">
1162
  <h2>Prepares the list of items for displaying</h2>
1163
+ <pre>prepare_items() </pre>
1164
  <div class="labels"><span class="label">Inherited</span></div>
1165
  <div class="row collapse"><div class="detail-description">
1166
  <p class="long_description"><p>This is where you prepare your data for display. This method will usually
1276
  </div></div>
1277
  </div>
1278
  <a name="_build_rollover_actions" id="_build_rollover_actions"></a><div class="element clickable method protected _build_rollover_actions" data-toggle="collapse" data-target="._build_rollover_actions .collapse">
1279
+ <h2>Add rollover actions to the current primary column, one of:
1280
  'ID_parent', 'title_name', 'post_title', 'post_name'</h2>
1281
  <pre>_build_rollover_actions(object $item, string $column) : array</pre>
1282
  <div class="labels"><span class="label">Inherited</span></div>
1330
  <code>string</code>Status label or empty string</div>
1331
  </div></div>
1332
  </div>
1333
+ <a name="_handle_primary_column" id="_handle_primary_column"></a><div class="element clickable method protected _handle_primary_column" data-toggle="collapse" data-target="._handle_primary_column .collapse">
1334
+ <h2>Format primary column before/after Wordpress v4.3</h2>
1335
+ <pre>_handle_primary_column(object $item, string $column_name, string $column_content) : string</pre>
1336
+ <div class="labels"><span class="label">Inherited</span></div>
1337
+ <div class="row collapse"><div class="detail-description">
1338
+ <p class="long_description"><p>For WordPress before 4.3, add rollover actions and inline_data to the
1339
+ first visible column. For 4.3 and later, merge the icon with the primary
1340
+ visible column and add div tags.</p></p>
1341
+ <table class="table table-bordered">
1342
+ <tr>
1343
+ <th>since</th>
1344
+ <td>2.13</td>
1345
+ </tr>
1346
+ <tr>
1347
+ <th>inherited_from</th>
1348
+ <td>\MLA_List_Table::_handle_primary_column()</td>
1349
+ </tr>
1350
+ </table>
1351
+ <h3>Parameters</h3>
1352
+ <div class="subelement argument">
1353
+ <h4>$item</h4>
1354
+ <code>object</code><p>A singular attachment (post) object</p>
1355
+ </div>
1356
+ <div class="subelement argument">
1357
+ <h4>$column_name</h4>
1358
+ <code>string</code><p>Current column name</p></div>
1359
+ <div class="subelement argument">
1360
+ <h4>$column_content</h4>
1361
+ <code>string</code><p>Current column contents</p></div>
1362
+ <h3>Returns</h3>
1363
+ <div class="subelement response">
1364
+ <code>string</code>Complete column content</div>
1365
+ </div></div>
1366
+ </div>
1367
+ <a name="get_default_primary_column_name" id="get_default_primary_column_name"></a><div class="element clickable method protected get_default_primary_column_name" data-toggle="collapse" data-target=".get_default_primary_column_name .collapse">
1368
+ <h2>Get the name of the default primary column.</h2>
1369
+ <pre>get_default_primary_column_name() : string</pre>
1370
+ <div class="labels"><span class="label">Inherited</span></div>
1371
+ <div class="row collapse"><div class="detail-description">
1372
+ <p class="long_description"></p>
1373
+ <table class="table table-bordered">
1374
+ <tr>
1375
+ <th>since</th>
1376
+ <td>2.13</td>
1377
+ </tr>
1378
+ <tr>
1379
+ <th>access</th>
1380
+ <td>protected</td>
1381
+ </tr>
1382
+ <tr>
1383
+ <th>inherited_from</th>
1384
+ <td>\MLA_List_Table::get_default_primary_column_name()</td>
1385
+ </tr>
1386
+ </table>
1387
+ <h3>Returns</h3>
1388
+ <div class="subelement response">
1389
+ <code>string</code>Name of the default primary column</div>
1390
+ </div></div>
1391
+ </div>
1392
+ <a name="handle_row_actions" id="handle_row_actions"></a><div class="element clickable method protected handle_row_actions" data-toggle="collapse" data-target=".handle_row_actions .collapse">
1393
+ <h2>Generate and display row actions links.</h2>
1394
+ <pre>handle_row_actions(object $item, string $column_name, string $primary) : string</pre>
1395
+ <div class="labels"><span class="label">Inherited</span></div>
1396
+ <div class="row collapse"><div class="detail-description">
1397
+ <p class="long_description"></p>
1398
+ <table class="table table-bordered">
1399
+ <tr>
1400
+ <th>since</th>
1401
+ <td>2.13</td>
1402
+ </tr>
1403
+ <tr>
1404
+ <th>access</th>
1405
+ <td>protected</td>
1406
+ </tr>
1407
+ <tr>
1408
+ <th>inherited_from</th>
1409
+ <td>\MLA_List_Table::handle_row_actions()</td>
1410
+ </tr>
1411
+ </table>
1412
+ <h3>Parameters</h3>
1413
+ <div class="subelement argument">
1414
+ <h4>$item</h4>
1415
+ <code>object</code><p>Attachment being acted upon.</p></div>
1416
+ <div class="subelement argument">
1417
+ <h4>$column_name</h4>
1418
+ <code>string</code><p>Current column name.</p></div>
1419
+ <div class="subelement argument">
1420
+ <h4>$primary</h4>
1421
+ <code>string</code><p>Primary column name.</p></div>
1422
+ <h3>Returns</h3>
1423
+ <div class="subelement response">
1424
+ <code>string</code>Row actions output for media attachments.</div>
1425
+ </div></div>
1426
+ </div>
1427
  <a name="_get_view" id="_get_view"></a><div class="element clickable method private _get_view" data-toggle="collapse" data-target="._get_view .collapse">
1428
  <h2>Returns HTML markup for one view that can be used with this table</h2>
1429
  <pre>_get_view(string $view_slug, string $current_view) : string</pre>
1641
  <div class="row"><footer class="span12">
1642
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
1643
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
1644
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
1645
  </div>
1646
  </body>
1647
  </html>
phpDocs/classes/MLA_WPML_Table.html CHANGED
@@ -63,7 +63,9 @@
63
  <li class="method public "><a href="#mla_list_table_get_columns" title="mla_list_table_get_columns :: Filter the MLA_List_Table columns"><span class="description">Filter the MLA_List_Table columns</span><pre>mla_list_table_get_columns()</pre></a></li>
64
  <li class="method public "><a href="#mla_list_table_new_instance" title="mla_list_table_new_instance :: Extend the MLA_List_Table class"><span class="description">Extend the MLA_List_Table class</span><pre>mla_list_table_new_instance()</pre></a></li>
65
  <li class="method public "><a href="#mla_list_table_submenu_arguments" title='mla_list_table_submenu_arguments :: Filter the "sticky" submenu URL parameters'><span class="description">Filter the "sticky" submenu URL parameters</span><pre>mla_list_table_submenu_arguments()</pre></a></li>
66
- <li class="method public "><a href="#mla_views_media_page_mla_menu_filter" title='mla_views_media_page_mla_menu_filter :: Handler for filter "views_{$this-&gt;screen-&gt;id}" in /wp-admin/includes/class-wp-list-table.php'><span class="description">Handler for filter "views_{$this-&gt;screen-&gt;id}" in /wp-admin/includes/class-wp-list-table.php</span><pre>mla_views_media_page_mla_menu_filter()</pre></a></li>
 
 
67
  <li class="method public "><a href="#mla_wpml_media_view_upload_count_filter" title='mla_wpml_media_view_upload_count_filter :: Handler for filter "wpml-media_view-upload-count" in
68
  /plugins/wpml-media/inc/wpml-media.class.php'><span class="description">Handler for filter "wpml-media_view-upload-count" in
69
  /plugins/wpml-media/inc/wpml-media.class.php</span><pre>mla_wpml_media_view_upload_count_filter()</pre></a></li>
@@ -228,7 +230,8 @@ retained when the submenu page refreshes.</p></p>
228
  </div></div>
229
  </div>
230
  <a name="mla_views_media_page_mla_menu_filter" id="mla_views_media_page_mla_menu_filter"></a><div class="element clickable method public mla_views_media_page_mla_menu_filter" data-toggle="collapse" data-target=".mla_views_media_page_mla_menu_filter .collapse">
231
- <h2>Handler for filter "views_{$this-&gt;screen-&gt;id}" in /wp-admin/includes/class-wp-list-table.php</h2>
 
232
  <pre>mla_views_media_page_mla_menu_filter(array $views) : array</pre>
233
  <div class="labels"></div>
234
  <div class="row collapse"><div class="detail-description">
@@ -384,7 +387,7 @@ The count is made language-specific by WPML filters when the current_language is
384
  <div class="row"><footer class="span12">
385
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
386
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
387
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
388
  </div>
389
  </body>
390
  </html>
63
  <li class="method public "><a href="#mla_list_table_get_columns" title="mla_list_table_get_columns :: Filter the MLA_List_Table columns"><span class="description">Filter the MLA_List_Table columns</span><pre>mla_list_table_get_columns()</pre></a></li>
64
  <li class="method public "><a href="#mla_list_table_new_instance" title="mla_list_table_new_instance :: Extend the MLA_List_Table class"><span class="description">Extend the MLA_List_Table class</span><pre>mla_list_table_new_instance()</pre></a></li>
65
  <li class="method public "><a href="#mla_list_table_submenu_arguments" title='mla_list_table_submenu_arguments :: Filter the "sticky" submenu URL parameters'><span class="description">Filter the "sticky" submenu URL parameters</span><pre>mla_list_table_submenu_arguments()</pre></a></li>
66
+ <li class="method public "><a href="#mla_views_media_page_mla_menu_filter" title='mla_views_media_page_mla_menu_filter :: Handler for filter "views_{$this-&gt;screen-&gt;id}" in
67
+ /wp-admin/includes/class-wp-list-table.php'><span class="description">Handler for filter "views_{$this-&gt;screen-&gt;id}" in
68
+ /wp-admin/includes/class-wp-list-table.php</span><pre>mla_views_media_page_mla_menu_filter()</pre></a></li>
69
  <li class="method public "><a href="#mla_wpml_media_view_upload_count_filter" title='mla_wpml_media_view_upload_count_filter :: Handler for filter "wpml-media_view-upload-count" in
70
  /plugins/wpml-media/inc/wpml-media.class.php'><span class="description">Handler for filter "wpml-media_view-upload-count" in
71
  /plugins/wpml-media/inc/wpml-media.class.php</span><pre>mla_wpml_media_view_upload_count_filter()</pre></a></li>
230
  </div></div>
231
  </div>
232
  <a name="mla_views_media_page_mla_menu_filter" id="mla_views_media_page_mla_menu_filter"></a><div class="element clickable method public mla_views_media_page_mla_menu_filter" data-toggle="collapse" data-target=".mla_views_media_page_mla_menu_filter .collapse">
233
+ <h2>Handler for filter "views_{$this-&gt;screen-&gt;id}" in
234
+ /wp-admin/includes/class-wp-list-table.php</h2>
235
  <pre>mla_views_media_page_mla_menu_filter(array $views) : array</pre>
236
  <div class="labels"></div>
237
  <div class="row collapse"><div class="detail-description">
387
  <div class="row"><footer class="span12">
388
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
389
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
390
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
391
  </div>
392
  </body>
393
  </html>
phpDocs/classes/MNA_Pad_Counts_Walker.html CHANGED
@@ -139,7 +139,7 @@ Class Walker_Category is defined in /wp-includes/category-template.php</p></p>
139
  <div class="row"><footer class="span12">
140
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
141
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
142
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
143
  </div>
144
  </body>
145
  </html>
139
  <div class="row"><footer class="span12">
140
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
141
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
142
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
143
  </div>
144
  </body>
145
  </html>
phpDocs/deprecated.html CHANGED
@@ -67,7 +67,7 @@
67
  <div class="row"><footer class="span12">
68
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
69
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
70
- generated on 2015-07-08T19:21:51-07:00.<br></footer></div>
71
  </div>
72
  </body>
73
  </html>
67
  <div class="row"><footer class="span12">
68
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
69
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
70
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
71
  </div>
72
  </body>
73
  </html>
phpDocs/errors.html CHANGED
@@ -113,7 +113,7 @@
113
  <div class="row"><footer class="span12">
114
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
115
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
116
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
117
  </div>
118
  </body>
119
  </html>
113
  <div class="row"><footer class="span12">
114
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
115
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
116
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
117
  </div>
118
  </body>
119
  </html>
phpDocs/graph_class.html CHANGED
@@ -64,7 +64,7 @@
64
  </script><div class="row"><footer class="span12">
65
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
66
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
67
- generated on 2015-07-08T19:21:51-07:00.<br></footer></div>
68
  </div>
69
  </body>
70
  </html>
64
  </script><div class="row"><footer class="span12">
65
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
66
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
67
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
68
  </div>
69
  </body>
70
  </html>
phpDocs/index.html CHANGED
@@ -86,7 +86,7 @@
86
  <div class="row"><footer class="span12">
87
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
88
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
89
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
90
  </div>
91
  </body>
92
  </html>
86
  <div class="row"><footer class="span12">
87
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
88
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
89
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
90
  </div>
91
  </body>
92
  </html>
phpDocs/markers.html CHANGED
@@ -89,7 +89,7 @@
89
  <div class="row"><footer class="span12">
90
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
91
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
92
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
93
  </div>
94
  </body>
95
  </html>
89
  <div class="row"><footer class="span12">
90
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
91
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
92
+ generated on 2015-08-16T20:58:58-07:00.<br></footer></div>
93
  </div>
94
  </body>
95
  </html>
phpDocs/namespaces/global.html CHANGED
@@ -501,7 +501,7 @@ family of plugins, including WPML Media, for an MLA_List_Table object.</p>
501
  <div class="row"><footer class="span12">
502
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
503
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
504
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
505
  </div>
506
  </body>
507
  </html>
501
  <div class="row"><footer class="span12">
502
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
503
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
504
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
505
  </div>
506
  </body>
507
  </html>
phpDocs/packages/Media Library Assistant.MLA.Child.Theme.html CHANGED
@@ -268,7 +268,7 @@ display an "accordian-style" list.</p></p>
268
  <div class="row"><footer class="span12">
269
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
270
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
271
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
272
  </div>
273
  </body>
274
  </html>
268
  <div class="row"><footer class="span12">
269
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
270
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
271
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
272
  </div>
273
  </body>
274
  </html>
phpDocs/packages/Media Library Assistant.MLA.Child.html CHANGED
@@ -265,7 +265,7 @@ display an "accordian-style" list.</p></p>
265
  <div class="row"><footer class="span12">
266
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
267
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
268
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
269
  </div>
270
  </body>
271
  </html>
265
  <div class="row"><footer class="span12">
266
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
267
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
268
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
269
  </div>
270
  </body>
271
  </html>
phpDocs/packages/Media Library Assistant.MLA.html CHANGED
@@ -276,7 +276,7 @@ display an "accordian-style" list.</p></p>
276
  <div class="row"><footer class="span12">
277
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
278
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
279
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
280
  </div>
281
  </body>
282
  </html>
276
  <div class="row"><footer class="span12">
277
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
278
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
279
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
280
  </div>
281
  </body>
282
  </html>
phpDocs/packages/Media Library Assistant.html CHANGED
@@ -590,7 +590,7 @@ display an "accordian-style" list.</p></p>
590
  <div class="row"><footer class="span12">
591
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
592
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
593
- generated on 2015-07-08T19:21:50-07:00.<br></footer></div>
594
  </div>
595
  </body>
596
  </html>
590
  <div class="row"><footer class="span12">
591
  Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
592
  Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
593
+ generated on 2015-08-16T20:58:57-07:00.<br></footer></div>
594
  </div>
595
  </body>
596
  </html>
phpDocs/structure.xml CHANGED
@@ -982,14 +982,14 @@ dictionary in the source string, excluding the enclosing delimiters.</p>]]></lon
982
  <todo line="341">encode the rest</todo>
983
  </markers>
984
  </file>
985
- <file path="includes\class-mla-data.php" hash="e8b0c7afdca9040016836ca591c938bc" package="Media Library Assistant">
986
  <docblock line="2">
987
  <description><![CDATA[Database and template file access for MLA needs]]></description>
988
  <long-description><![CDATA[]]></long-description>
989
  <tag line="2" name="package" description="Media Library Assistant"/>
990
  <tag line="2" name="since" description="0.1"/>
991
  </docblock>
992
- <include line="5193" type="Require" package="Media Library Assistant">
993
  <name/>
994
  </include>
995
  <class final="false" abstract="false" namespace="global" line="18" package="Media Library Assistant">
@@ -1096,10 +1096,10 @@ Note: 'alt-text' is not supported in [mla_gallery]
1096
  </tag>
1097
  </docblock>
1098
  </property>
1099
- <property final="false" static="true" visibility="private" line="3852" namespace="global" package="Media Library Assistant">
1100
  <name>$galleries</name>
1101
  <default><![CDATA[null]]></default>
1102
- <docblock line="3832">
1103
  <description><![CDATA[Objects containing [gallery] shortcodes]]></description>
1104
  <long-description><![CDATA[<p>This array contains all of the objects containing one or more [gallery] shortcodes
1105
  and array(s) of which attachments each [gallery] contains. The arrays are built once
@@ -1113,112 +1113,112 @@ each page load and cached for subsequent calls.</p>
1113
  ['galleries'] array of [gallery] entries numbered from one (1), containing:
1114
  galleries[X]['query'] contains a string with the arguments of the [gallery],
1115
  galleries[X]['results'] contains an array ( ID ) of post_ids for the objects in the gallery.</p>]]></long-description>
1116
- <tag line="3832" name="since" description="0.70"/>
1117
- <tag line="3832" name="var" description="" type="array">
1118
  <type by_reference="false">array</type>
1119
  </tag>
1120
  </docblock>
1121
  </property>
1122
- <property final="false" static="true" visibility="private" line="3865" namespace="global" package="Media Library Assistant">
1123
  <name>$mla_galleries</name>
1124
  <default><![CDATA[null]]></default>
1125
- <docblock line="3854">
1126
  <description><![CDATA[Objects containing [mla_gallery] shortcodes]]></description>
1127
  <long-description><![CDATA[<p>This array contains all of the objects containing one or more [mla_gallery] shortcodes
1128
  and array(s) of which attachments each [mla_gallery] contains. The arrays are built once
1129
  each page load and cached for subsequent calls.</p>]]></long-description>
1130
- <tag line="3854" name="since" description="0.70"/>
1131
- <tag line="3854" name="var" description="" type="array">
1132
  <type by_reference="false">array</type>
1133
  </tag>
1134
  </docblock>
1135
  </property>
1136
- <property final="false" static="true" visibility="public" line="4451" namespace="global" package="Media Library Assistant">
1137
  <name>$utf8_chars</name>
1138
  <default><![CDATA[array("\xC2\x80", "\xC2\x81", "\xC2\x82", "\xC2\x83", "\xC2\x84", "\xC2\x85", "\xC2\x86", "\xC2\x87", "\xC2\x88", "\xC2\x89", "\xC2\x8A", "\xC2\x8B", "\xC2\x8C", "\xC2\x8D", "\xC2\x8E", "\xC2\x8F", "\xC2\x90", "\xC2\x91", "\xC2\x92", "\xC2\x93", "\xC2\x94", "\xC2\x95", "\xC2\x96", "\xC2\x97", "\xC2\x98", "\xC2\x99", "\xC2\x9A", "\xC2\x9B", "\xC2\x9C", "\xC2\x9D", "\xC2\x9E", "\xC2\x9F", "\xC2\xA0", "\xC2\xA1", "\xC2\xA2", "\xC2\xA3", "\xC2\xA4", "\xC2\xA5", "\xC2\xA6", "\xC2\xA7", "\xC2\xA8", "\xC2\xA9", "\xC2\xAA", "\xC2\xAB", "\xC2\xAC", "\xC2\xAD", "\xC2\xAE", "\xC2\xAF", "\xC2\xB0", "\xC2\xB1", "\xC2\xB2", "\xC2\xB3", "\xC2\xB4", "\xC2\xB5", "\xC2\xB6", "\xC2\xB7", "\xC2\xB8", "\xC2\xB9", "\xC2\xBA", "\xC2\xBB", "\xC2\xBC", "\xC2\xBD", "\xC2\xBE", "\xC2\xBF", "\xC3\x80", "\xC3\x81", "\xC3\x82", "\xC3\x83", "\xC3\x84", "\xC3\x85", "\xC3\x86", "\xC3\x87", "\xC3\x88", "\xC3\x89", "\xC3\x8A", "\xC3\x8B", "\xC3\x8C", "\xC3\x8D", "\xC3\x8E", "\xC3\x8F", "\xC3\x90", "\xC3\x91", "\xC3\x92", "\xC3\x93", "\xC3\x94", "\xC3\x95", "\xC3\x96", "\xC3\x97", "\xC3\x98", "\xC3\x99", "\xC3\x9A", "\xC3\x9B", "\xC3\x9C", "\xC3\x9D", "\xC3\x9E", "\xC3\x9F", "\xC3\xA0", "\xC3\xA1", "\xC3\xA2", "\xC3\xA3", "\xC3\xA4", "\xC3\xA5", "\xC3\xA6", "\xC3\xA7", "\xC3\xA8", "\xC3\xA9", "\xC3\xAA", "\xC3\xAB", "\xC3\xAC", "\xC3\xAD", "\xC3\xAE", "\xC3\xAF", "\xC3\xB0", "\xC3\xB1", "\xC3\xB2", "\xC3\xB3", "\xC3\xB4", "\xC3\xB5", "\xC3\xB6", "\xC3\xB7", "\xC3\xB8", "\xC3\xB9", "\xC3\xBA", "\xC3\xBB", "\xC3\xBC", "\xC3\xBD", "\xC3\xBE", "\xC3\xBF")]]></default>
1139
- <docblock line="4444">
1140
  <description><![CDATA[UTF-8 replacements for invalid SQL characters]]></description>
1141
  <long-description><![CDATA[]]></long-description>
1142
- <tag line="4444" name="since" description="1.41"/>
1143
- <tag line="4444" name="var" description="" type="array">
1144
  <type by_reference="false">array</type>
1145
  </tag>
1146
  </docblock>
1147
  </property>
1148
- <property final="false" static="true" visibility="private" line="4511" namespace="global" package="Media Library Assistant">
1149
  <name>$mla_iptc_records</name>
1150
  <default><![CDATA[array("1#000" => "Model Version", "1#005" => "Destination", "1#020" => "File Format", "1#022" => "File Format Version", "1#030" => "Service Identifier", "1#040" => "Envelope Number", "1#050" => "Product ID", "1#060" => "Envelope Priority", "1#070" => "Date Sent", "1#080" => "Time Sent", "1#090" => "Coded Character Set", "1#100" => "UNO", "1#120" => "ARM Identifier", "1#122" => "ARM Version", "2#000" => "Record Version", "2#003" => "Object Type Reference", "2#004" => "Object Attribute Reference", "2#005" => "Object Name", "2#007" => "Edit Status", "2#008" => "Editorial Update", "2#010" => "Urgency", "2#012" => "Subject Reference", "2#015" => "Category", "2#020" => "Supplemental Category", "2#022" => "Fixture Identifier", "2#025" => "Keywords", "2#026" => "Content Location Code", "2#027" => "Content Location Name", "2#030" => "Release Date", "2#035" => "Release Time", "2#037" => "Expiration Date", "2#038" => "Expiration Time", "2#040" => "Special Instructions", "2#042" => "Action Advised", "2#045" => "Reference Service", "2#047" => "Reference Date", "2#050" => "Reference Number", "2#055" => "Date Created", "2#060" => "Time Created", "2#062" => "Digital Creation Date", "2#063" => "Digital Creation Time", "2#065" => "Originating Program", "2#070" => "Program Version", "2#075" => "Object Cycle", "2#080" => "By-line", "2#085" => "By-line Title", "2#090" => "City", "2#092" => "Sub-location", "2#095" => "Province or State", "2#100" => "Country or Primary Location Code", "2#101" => "Country or Primary Location Name", "2#103" => "Original Transmission Reference", "2#105" => "Headline", "2#110" => "Credit", "2#115" => "Source", "2#116" => "Copyright Notice", "2#118" => "Contact", "2#120" => "Caption or Abstract", "2#122" => "Caption Writer or Editor", "2#125" => "Rasterized Caption", "2#130" => "Image Type", "2#131" => "Image Orientation", "2#135" => "Language Identifier", "2#150" => "Audio Type", "2#151" => "Audio Sampling Rate", "2#152" => "Audio Sampling Resolution", "2#153" => "Audio Duration", "2#154" => "Audio Outcue", "2#200" => "ObjectData Preview File Format", "2#201" => "ObjectData Preview File Format Version", "2#202" => "ObjectData Preview Data", "7#010" => "Size Mode", "7#020" => "Max Subfile Size", "7#090" => "ObjectData Size Announced", "7#095" => "Maximum ObjectData Size", "8#010" => "Subfile", "9#010" => "Confirmed ObjectData Size")]]></default>
1151
- <docblock line="4501">
1152
  <description><![CDATA[IPTC Dataset identifiers and names]]></description>
1153
  <long-description><![CDATA[<p>This array contains the identifiers and names of Datasets defined in
1154
  the "IPTC-NAA Information Interchange Model Version No. 4.1".</p>]]></long-description>
1155
- <tag line="4501" name="since" description="0.90"/>
1156
- <tag line="4501" name="var" description="" type="array">
1157
  <type by_reference="false">array</type>
1158
  </tag>
1159
  </docblock>
1160
  </property>
1161
- <property final="false" static="true" visibility="public" line="4610" namespace="global" package="Media Library Assistant">
1162
  <name>$mla_iptc_keys</name>
1163
  <default><![CDATA[array('model-version' => '1#000', 'destination' => '1#005', 'file-format' => '1#020', 'file-format-version' => '1#022', 'service-identifier' => '1#030', 'envelope-number' => '1#040', 'product-id' => '1#050', 'envelope-priority' => '1#060', 'date-sent' => '1#070', 'time-sent' => '1#080', 'coded-character-set' => '1#090', 'uno' => '1#100', 'arm-identifier' => '1#120', 'arm-version' => '1#122', 'record-version' => '2#000', 'object-type-reference' => '2#003', 'object-attribute-reference' => '2#004', 'object-name' => '2#005', 'edit-status' => '2#007', 'editorial-update' => '2#008', 'urgency' => '2#010', 'subject-reference' => '2#012', 'category' => '2#015', 'supplemental-category' => '2#020', 'fixture-identifier' => '2#022', 'keywords' => '2#025', 'content-location-code' => '2#026', 'content-location-name' => '2#027', 'release-date' => '2#030', 'release-time' => '2#035', 'expiration-date' => '2#037', 'expiration-time' => '2#038', 'special-instructions' => '2#040', 'action-advised' => '2#042', 'reference-service' => '2#045', 'reference-date' => '2#047', 'reference-number' => '2#050', 'date-created' => '2#055', 'time-created' => '2#060', 'digital-creation-date' => '2#062', 'digital-creation-time' => '2#063', 'originating-program' => '2#065', 'program-version' => '2#070', 'object-cycle' => '2#075', 'by-line' => '2#080', 'by-line-title' => '2#085', 'city' => '2#090', 'sub-location' => '2#092', 'province-or-state' => '2#095', 'country-or-primary-location-code' => '2#100', 'country-or-primary-location-name' => '2#101', 'original-transmission-reference' => '2#103', 'headline' => '2#105', 'credit' => '2#110', 'source' => '2#115', 'copyright-notice' => '2#116', 'contact' => '2#118', 'caption-or-abstract' => '2#120', 'caption-writer-or-editor' => '2#122', 'rasterized-caption' => '2#125', 'image-type' => '2#130', 'image-orientation' => '2#131', 'language-identifier' => '2#135', 'audio-type' => '2#150', 'audio-sampling-rate' => '2#151', 'audio-sampling-resolution' => '2#152', 'audio-duration' => '2#153', 'audio-outcue' => '2#154', 'objectdata-preview-file-format' => '2#200', 'objectdata-preview-file-format-version' => '2#201', 'objectdata-preview-data' => '2#202', 'size-mode' => '7#010', 'max-subfile-size' => '7#020', 'objectdata-size-announced' => '7#090', 'maximum-objectdata-size' => '7#095', 'subfile' => '8#010', 'confirmed-objectdata-size' => '9#010')]]></default>
1164
- <docblock line="4600">
1165
  <description><![CDATA[IPTC Dataset friendly name/slug and identifiers]]></description>
1166
  <long-description><![CDATA[<p>This array contains the sanitized names and identifiers of Datasets defined in
1167
  the "IPTC-NAA Information Interchange Model Version No. 4.1".</p>]]></long-description>
1168
- <tag line="4600" name="since" description="0.90"/>
1169
- <tag line="4600" name="var" description="" type="array">
1170
  <type by_reference="false">array</type>
1171
  </tag>
1172
  </docblock>
1173
  </property>
1174
- <property final="false" static="true" visibility="private" line="4709" namespace="global" package="Media Library Assistant">
1175
  <name>$mla_iptc_descriptions</name>
1176
  <default><![CDATA[array("1#000" => "2 octet binary IIM version number", "1#005" => "Max 1024 characters of Destination (ISO routing information); repeatable", "1#020" => "2 octet binary file format number, see IPTC-NAA V4 Appendix A", "1#022" => "2 octet binary file format version number", "1#030" => "Max 10 characters of Service Identifier and product", "1#040" => "8 Character Envelope Number", "1#050" => "Max 32 characters subset of provider's overall service; repeatable", "1#060" => "1 numeric character of envelope handling priority (not urgency)", "1#070" => "8 numeric characters of Date Sent by service - CCYYMMDD", "1#080" => "11 characters of Time Sent by service - HHMMSS±HHMM", "1#090" => "Max 32 characters of control functions, etc.", "1#100" => "14 to 80 characters of eternal, globally unique identification for objects", "1#120" => "2 octet binary Abstract Relationship Model Identifier", "1#122" => "2 octet binary Abstract Relationship Model Version", "2#000" => "2 octet binary Information Interchange Model, Part II version number", "2#003" => "3 to 67 Characters of Object Type Reference number and optional text", "2#004" => "3 to 67 Characters of Object Attribute Reference number and optional text; repeatable", "2#005" => "Max 64 characters of the object name or shorthand reference", "2#007" => "Max 64 characters of the status of the objectdata", "2#008" => "2 numeric characters of the type of update this object provides", "2#010" => "1 numeric character of the editorial urgency of content", "2#012" => "13 to 236 characters of a structured definition of the subject matter; repeatable", "2#015" => "Max 3 characters of the subject of the objectdata, DEPRECATED", "2#020" => "Max 32 characters (each) of further refinement of subject, DEPRECATED; repeatable", "2#022" => "Max 32 characters identifying recurring, predictable content", "2#025" => "Max 64 characters (each) of tags; repeatable", "2#026" => "3 characters of ISO3166 country code or IPTC-assigned code; repeatable", "2#027" => "Max 64 characters of publishable country/geographical location name; repeatable", "2#030" => "8 numeric characters of Release Date - CCYYMMDD", "2#035" => "11 characters of Release Time (earliest use) - HHMMSS±HHMM", "2#037" => "8 numeric characters of Expiration Date (latest use) - CCYYMDD", "2#038" => "11 characters of Expiration Time (latest use) - HHMMSS±HHMM", "2#040" => "Max 256 Characters of editorial instructions, e.g., embargoes and warnings", "2#042" => "2 numeric characters of type of action this object provides to a previous object", "2#045" => "Max 10 characters of the Service ID (1#030) of a prior envelope; repeatable", "2#047" => "8 numeric characters of prior envelope Reference Date (1#070) - CCYYMMDD; repeatable", "2#050" => "8 characters of prior envelope Reference Number (1#040); repeatable", "2#055" => "8 numeric characters of intellectual content Date Created - CCYYMMDD", "2#060" => "11 characters of intellectual content Time Created - HHMMSS±HHMM", "2#062" => "8 numeric characters of digital representation creation date - CCYYMMDD", "2#063" => "11 characters of digital representation creation time - HHMMSS±HHMM", "2#065" => "Max 32 characters of the program used to create the objectdata", "2#070" => "Program Version - Max 10 characters of the version of the program used to create the objectdata", "2#075" => "1 character where a=morning, p=evening, b=both", "2#080" => "Max 32 Characters of the name of the objectdata creator, e.g., the writer, photographer; repeatable", "2#085" => "Max 32 characters of the title of the objectdata creator; repeatable", "2#090" => "Max 32 Characters of the city of objectdata origin", "2#092" => "Max 32 Characters of the location within the city of objectdata origin", "2#095" => "Max 32 Characters of the objectdata origin Province or State", "2#100" => "3 characters of ISO3166 or IPTC-assigned code for Country of objectdata origin", "2#101" => "Max 64 characters of publishable country/geographical location name of objectdata origin", "2#103" => "Max 32 characters of a code representing the location of original transmission", "2#105" => "Max 256 Characters of a publishable entry providing a synopsis of the contents of the objectdata", "2#110" => "Max 32 Characters that identifies the provider of the objectdata (Vs the owner/creator)", "2#115" => "Max 32 Characters that identifies the original owner of the intellectual content", "2#116" => "Max 128 Characters that contains any necessary copyright notice", "2#118" => "Max 128 characters that identifies the person or organisation which can provide further background information; repeatable", "2#120" => "Max 2000 Characters of a textual description of the objectdata", "2#122" => "Max 32 Characters that the identifies the person involved in the writing, editing or correcting the objectdata or caption/abstract; repeatable", "2#125" => "7360 binary octets of the rasterized caption - 1 bit per pixel, 460x128-pixel image", "2#130" => "2 characters of color composition type and information", "2#131" => "1 alphabetic character indicating the image area layout - P=portrait, L=landscape, S=square", "2#135" => "2 or 3 aphabetic characters containing the major national language of the object, according to the ISO 639:1988 codes", "2#150" => "2 characters identifying monaural/stereo and exact type of audio content", "2#151" => "6 numeric characters representing the audio sampling rate in hertz (Hz)", "2#152" => "2 numeric characters representing the number of bits in each audio sample", "2#153" => "6 numeric characters of the Audio Duration - HHMMSS", "2#154" => "Max 64 characters of the content of the end of an audio objectdata", "2#200" => "2 octet binary file format of the ObjectData Preview", "2#201" => "2 octet binary particular version of the ObjectData Preview File Format", "2#202" => "Max 256000 binary octets containing the ObjectData Preview data", "7#010" => "1 numeric character - 0=objectdata size not known, 1=objectdata size known at beginning of transfer", "7#020" => "4 octet binary maximum subfile dataset(s) size", "7#090" => "4 octet binary objectdata size if known at beginning of transfer", "7#095" => "4 octet binary largest possible objectdata size", "8#010" => "Subfile DataSet containing the objectdata itself; repeatable", "9#010" => "4 octet binary total objectdata size")]]></default>
1177
- <docblock line="4699">
1178
  <description><![CDATA[IPTC Dataset descriptions]]></description>
1179
  <long-description><![CDATA[<p>This array contains the descriptions of Datasets defined in
1180
  the "IPTC-NAA Information Interchange Model Version No. 4.1".</p>]]></long-description>
1181
- <tag line="4699" name="since" description="0.90"/>
1182
- <tag line="4699" name="var" description="" type="array">
1183
  <type by_reference="false">array</type>
1184
  </tag>
1185
  </docblock>
1186
  </property>
1187
- <property final="false" static="true" visibility="private" line="4808" namespace="global" package="Media Library Assistant">
1188
  <name>$mla_iptc_formats</name>
1189
  <default><![CDATA[array(0 => "No ObjectData", 1 => "IPTC-NAA Digital Newsphoto Parameter Record", 2 => "IPTC7901 Recommended Message Format", 3 => "Tagged Image File Format (Adobe/Aldus Image data)", 4 => "Illustrator (Adobe Graphics data)", 5 => "AppleSingle (Apple Computer Inc)", 6 => "NAA 89-3 (ANPA 1312)", 7 => "MacBinary II", 0 => "IPTC Unstructured Character Oriented File Format (UCOFF)", 0 => "United Press International ANPA 1312 variant", 10 => "United Press International Down-Load Message", 11 => "JPEG File Interchange (JFIF)", 12 => "Photo-CD Image-Pac (Eastman Kodak)", 13 => "Microsoft Bit Mapped Graphics File [*.BMP]", 14 => "Digital Audio File [*.WAV] (Microsoft & Creative Labs)", 15 => "Audio plus Moving Video [*.AVI] (Microsoft)", 16 => "PC DOS/Windows Executable Files [*.COM][*.EXE]", 17 => "Compressed Binary File [*.ZIP] (PKWare Inc)", 18 => "Audio Interchange File Format AIFF (Apple Computer Inc)", 19 => "RIFF Wave (Microsoft Corporation)", 20 => "Freehand (Macromedia/Aldus)", 21 => "Hypertext Markup Language - HTML (The Internet Society)", 22 => "MPEG 2 Audio Layer 2 (Musicom), ISO/IEC", 23 => "MPEG 2 Audio Layer 3, ISO/IEC", 24 => "Portable Document File (*.PDF) Adobe", 25 => "News Industry Text Format (NITF)", 26 => "Tape Archive (*.TAR)", 27 => "Tidningarnas Telegrambyrå NITF version (TTNITF DTD)", 28 => "Ritzaus Bureau NITF version (RBNITF DTD)", 29 => "Corel Draw [*.CDR]")]]></default>
1190
- <docblock line="4798">
1191
  <description><![CDATA[IPTC file format identifiers and descriptions]]></description>
1192
  <long-description><![CDATA[<p>This array contains the file format identifiers and descriptions defined in
1193
  the "IPTC-NAA Information Interchange Model Version No. 4.1" for dataset 1#020.</p>]]></long-description>
1194
- <tag line="4798" name="since" description="0.90"/>
1195
- <tag line="4798" name="var" description="" type="array">
1196
  <type by_reference="false">array</type>
1197
  </tag>
1198
  </docblock>
1199
  </property>
1200
- <property final="false" static="true" visibility="private" line="4851" namespace="global" package="Media Library Assistant">
1201
  <name>$mla_iptc_image_types</name>
1202
  <default><![CDATA[array("M" => "Monochrome", "Y" => "Yellow Component", "M" => "Magenta Component", "C" => "Cyan Component", "K" => "Black Component", "R" => "Red Component", "G" => "Green Component", "B" => "Blue Component", "T" => "Text Only", "F" => "Full colour composite, frame sequential", "L" => "Full colour composite, line sequential", "P" => "Full colour composite, pixel sequential", "S" => "Full colour composite, special interleaving")]]></default>
1203
- <docblock line="4841">
1204
  <description><![CDATA[IPTC image type identifiers and descriptions]]></description>
1205
  <long-description><![CDATA[<p>This array contains the image type identifiers and descriptions defined in
1206
  the "IPTC-NAA Information Interchange Model Version No. 4.1" for dataset 2#130, octet 2.</p>]]></long-description>
1207
- <tag line="4841" name="since" description="0.90"/>
1208
- <tag line="4841" name="var" description="" type="array">
1209
  <type by_reference="false">array</type>
1210
  </tag>
1211
  </docblock>
1212
  </property>
1213
- <property final="false" static="true" visibility="private" line="5129" namespace="global" package="Media Library Assistant">
1214
  <name>$mla_IPTC_EXIF_errors</name>
1215
  <default><![CDATA[array()]]></default>
1216
- <docblock line="5121">
1217
  <description><![CDATA[Passes IPTC/EXIF parse errors between mla_IPTC_EXIF_error_handler
1218
  and mla_fetch_attachment_image_metadata]]></description>
1219
  <long-description><![CDATA[]]></long-description>
1220
- <tag line="5121" name="since" description="1.81"/>
1221
- <tag line="5121" name="var" description="" type="array">
1222
  <type by_reference="false">array</type>
1223
  </tag>
1224
  </docblock>
@@ -1930,1168 +1930,1168 @@ Defined as public because it's a filter.</p>]]></long-description>
1930
  <type/>
1931
  </argument>
1932
  </method>
1933
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2567" package="Media Library Assistant">
1934
  <name>mla_query_posts_join_filter</name>
1935
  <full_name>mla_query_posts_join_filter</full_name>
1936
- <docblock line="2556">
1937
  <description><![CDATA[Adds a JOIN clause, if required, to handle sorting/searching on custom fields or ALT Text]]></description>
1938
  <long-description><![CDATA[<p>Defined as public because it's a filter.</p>]]></long-description>
1939
- <tag line="2556" name="since" description="0.30"/>
1940
- <tag line="2556" name="param" description="query clause before modification" type="string" variable="$join_clause">
1941
  <type by_reference="false">string</type>
1942
  </tag>
1943
- <tag line="2556" name="return" description="query clause after &quot;LEFT JOIN view ON post_id&quot; item modification" type="string">
1944
  <type by_reference="false">string</type>
1945
  </tag>
1946
  </docblock>
1947
- <argument line="2567">
1948
  <name>$join_clause</name>
1949
  <default><![CDATA[]]></default>
1950
  <type/>
1951
  </argument>
1952
  </method>
1953
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2617" package="Media Library Assistant">
1954
  <name>mla_query_posts_groupby_filter</name>
1955
  <full_name>mla_query_posts_groupby_filter</full_name>
1956
- <docblock line="2605">
1957
  <description><![CDATA[Adds a GROUPBY clause, if required]]></description>
1958
  <long-description><![CDATA[<p>Taxonomy text queries and postmeta queries can return multiple results for the same ID.
1959
  Defined as public because it's a filter.</p>]]></long-description>
1960
- <tag line="2605" name="since" description="1.90"/>
1961
- <tag line="2605" name="param" description="query clause before modification" type="string" variable="$groupby_clause">
1962
  <type by_reference="false">string</type>
1963
  </tag>
1964
- <tag line="2605" name="return" description="updated query clause" type="string">
1965
  <type by_reference="false">string</type>
1966
  </tag>
1967
  </docblock>
1968
- <argument line="2617">
1969
  <name>$groupby_clause</name>
1970
  <default><![CDATA[]]></default>
1971
  <type/>
1972
  </argument>
1973
  </method>
1974
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2639" package="Media Library Assistant">
1975
  <name>mla_query_posts_orderby_filter</name>
1976
  <full_name>mla_query_posts_orderby_filter</full_name>
1977
- <docblock line="2627">
1978
  <description><![CDATA[Adds a ORDERBY clause, if required]]></description>
1979
  <long-description><![CDATA[<p>Expands the range of sort options because the logic in WP_Query is limited.
1980
  Defined as public because it's a filter.</p>]]></long-description>
1981
- <tag line="2627" name="since" description="0.30"/>
1982
- <tag line="2627" name="param" description="query clause before modification" type="string" variable="$orderby_clause">
1983
  <type by_reference="false">string</type>
1984
  </tag>
1985
- <tag line="2627" name="return" description="updated query clause" type="string">
1986
  <type by_reference="false">string</type>
1987
  </tag>
1988
  </docblock>
1989
- <argument line="2639">
1990
  <name>$orderby_clause</name>
1991
  <default><![CDATA[]]></default>
1992
  <type/>
1993
  </argument>
1994
  </method>
1995
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2712" package="Media Library Assistant">
1996
  <name>mla_query_relevanssi_admin_search_ok_filter</name>
1997
  <full_name>mla_query_relevanssi_admin_search_ok_filter</full_name>
1998
- <docblock line="2702">
1999
  <description><![CDATA[Disable Relevanssi - A Better Search, v3.2 by Mikko Saari
2000
  Defined as public because it's a filter.]]></description>
2001
  <long-description><![CDATA[]]></long-description>
2002
- <tag line="2702" name="since" description="1.80"/>
2003
- <tag line="2702" name="param" description="Default setting" type="boolean" variable="$admin_search_ok">
2004
  <type by_reference="false">boolean</type>
2005
  </tag>
2006
- <tag line="2702" name="return" description="Updated setting" type="boolean">
2007
  <type by_reference="false">boolean</type>
2008
  </tag>
2009
  </docblock>
2010
- <argument line="2712">
2011
  <name>$admin_search_ok</name>
2012
  <default><![CDATA[]]></default>
2013
  <type/>
2014
  </argument>
2015
  </method>
2016
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2727" package="Media Library Assistant">
2017
  <name>mla_query_terms_clauses_filter</name>
2018
  <full_name>mla_query_terms_clauses_filter</full_name>
2019
- <docblock line="2716">
2020
  <description><![CDATA[Filters all clauses for get_terms queries]]></description>
2021
  <long-description><![CDATA[<p>Defined as public because it's a filter.</p>]]></long-description>
2022
- <tag line="2716" name="since" description="2.13"/>
2023
- <tag line="2716" name="param" description="Terms query SQL clauses." type="array" variable="$pieces">
2024
  <type by_reference="false">array</type>
2025
  </tag>
2026
- <tag line="2716" name="param" description="An array of taxonomies." type="array" variable="$taxonomies">
2027
  <type by_reference="false">array</type>
2028
  </tag>
2029
- <tag line="2716" name="param" description="An array of terms query arguments." type="array" variable="$args">
2030
  <type by_reference="false">array</type>
2031
  </tag>
2032
  </docblock>
2033
- <argument line="2727">
2034
  <name>$pieces</name>
2035
  <default><![CDATA[]]></default>
2036
  <type/>
2037
  </argument>
2038
- <argument line="2727">
2039
  <name>$taxonomies</name>
2040
  <default><![CDATA[]]></default>
2041
  <type/>
2042
  </argument>
2043
- <argument line="2727">
2044
  <name>$args</name>
2045
  <default><![CDATA[]]></default>
2046
  <type/>
2047
  </argument>
2048
  </method>
2049
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2772" package="Media Library Assistant">
2050
  <name>mla_query_posts_clauses_filter</name>
2051
  <full_name>mla_query_posts_clauses_filter</full_name>
2052
- <docblock line="2760">
2053
  <description><![CDATA[Filters all clauses for shortcode queries, pre caching plugins]]></description>
2054
  <long-description><![CDATA[<p>This is for debug purposes only.
2055
  Defined as public because it's a filter.</p>]]></long-description>
2056
- <tag line="2760" name="since" description="1.80"/>
2057
- <tag line="2760" name="param" description="query clauses before modification" type="array" variable="$pieces">
2058
  <type by_reference="false">array</type>
2059
  </tag>
2060
- <tag line="2760" name="return" description="query clauses after modification (none)" type="array">
2061
  <type by_reference="false">array</type>
2062
  </tag>
2063
  </docblock>
2064
- <argument line="2772">
2065
  <name>$pieces</name>
2066
  <default><![CDATA[]]></default>
2067
  <type/>
2068
  </argument>
2069
  </method>
2070
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2791" package="Media Library Assistant">
2071
  <name>mla_query_posts_clauses_request_filter</name>
2072
  <full_name>mla_query_posts_clauses_request_filter</full_name>
2073
- <docblock line="2779">
2074
  <description><![CDATA[Filters all clauses for shortcode queries, post caching plugins]]></description>
2075
  <long-description><![CDATA[<p>This is for debug purposes only.
2076
  Defined as public because it's a filter.</p>]]></long-description>
2077
- <tag line="2779" name="since" description="1.80"/>
2078
- <tag line="2779" name="param" description="query clauses before modification" type="array" variable="$pieces">
2079
  <type by_reference="false">array</type>
2080
  </tag>
2081
- <tag line="2779" name="return" description="query clauses after modification (none)" type="array">
2082
  <type by_reference="false">array</type>
2083
  </tag>
2084
  </docblock>
2085
- <argument line="2791">
2086
  <name>$pieces</name>
2087
  <default><![CDATA[]]></default>
2088
  <type/>
2089
  </argument>
2090
  </method>
2091
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2812" package="Media Library Assistant">
2092
  <name>mla_get_attachment_by_id</name>
2093
  <full_name>mla_get_attachment_by_id</full_name>
2094
- <docblock line="2798">
2095
  <description><![CDATA[Retrieve an Attachment array given a $post_id]]></description>
2096
  <long-description><![CDATA[<p>The (associative) array will contain every field that can be found in
2097
  the posts and postmeta tables, and all references to the attachment.</p>]]></long-description>
2098
- <tag line="2798" name="since" description="0.1"/>
2099
- <tag line="2798" name="uses" description="\global\$post" refers="\global\$post"/>
2100
- <tag line="2798" name="param" description="The ID of the attachment post" type="integer" variable="$post_id">
2101
  <type by_reference="false">integer</type>
2102
  </tag>
2103
- <tag line="2798" name="param" description="True to add references, false to skip references" type="boolean" variable="$add_references">
2104
  <type by_reference="false">boolean</type>
2105
  </tag>
2106
- <tag line="2798" name="return" description="NULL on failure else associative array" type="NULL|array">
2107
  <type by_reference="false">NULL</type>
2108
  <type by_reference="false">array</type>
2109
  </tag>
2110
  </docblock>
2111
- <argument line="2812">
2112
  <name>$post_id</name>
2113
  <default><![CDATA[]]></default>
2114
  <type/>
2115
  </argument>
2116
- <argument line="2812">
2117
  <name>$add_references</name>
2118
  <default><![CDATA[true]]></default>
2119
  <type/>
2120
  </argument>
2121
  </method>
2122
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2868" package="Media Library Assistant">
2123
  <name>mla_fetch_attachment_parent_data</name>
2124
  <full_name>mla_fetch_attachment_parent_data</full_name>
2125
- <docblock line="2859">
2126
  <description><![CDATA[Returns information about an attachment's parent, if found]]></description>
2127
  <long-description><![CDATA[]]></long-description>
2128
- <tag line="2859" name="since" description="0.1"/>
2129
- <tag line="2859" name="param" description="post ID of attachment's parent, if any" type="int" variable="$parent_id">
2130
  <type by_reference="false">int</type>
2131
  </tag>
2132
- <tag line="2859" name="return" description="Parent information; post_date, post_title and post_type" type="array">
2133
  <type by_reference="false">array</type>
2134
  </tag>
2135
  </docblock>
2136
- <argument line="2868">
2137
  <name>$parent_id</name>
2138
  <default><![CDATA[]]></default>
2139
  <type/>
2140
  </argument>
2141
  </method>
2142
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2918" package="Media Library Assistant">
2143
  <name>_set_array_element</name>
2144
  <full_name>_set_array_element</full_name>
2145
- <docblock line="2907">
2146
  <description><![CDATA[Adds or replaces the value of a key in a possibly nested array structure]]></description>
2147
  <long-description><![CDATA[]]></long-description>
2148
- <tag line="2907" name="since" description="1.51"/>
2149
- <tag line="2907" name="param" description="key value, e.g. array1.array2.element" type="string" variable="$needle">
2150
  <type by_reference="false">string</type>
2151
  </tag>
2152
- <tag line="2907" name="param" description="replacement value, string or array, by reference" type="mixed" variable="$value">
2153
  <type by_reference="false">mixed</type>
2154
  </tag>
2155
- <tag line="2907" name="param" description="PHP nested arrays, by reference" type="array" variable="$haystack">
2156
  <type by_reference="false">array</type>
2157
  </tag>
2158
- <tag line="2907" name="return" description="true if $needle element set, false if not" type="boolean">
2159
  <type by_reference="false">boolean</type>
2160
  </tag>
2161
  </docblock>
2162
- <argument line="2918">
2163
  <name>$needle</name>
2164
  <default><![CDATA[]]></default>
2165
  <type/>
2166
  </argument>
2167
- <argument line="2918">
2168
  <name>$value</name>
2169
  <default><![CDATA[]]></default>
2170
  <type/>
2171
  </argument>
2172
- <argument line="2918">
2173
  <name>$haystack</name>
2174
  <default><![CDATA[]]></default>
2175
  <type/>
2176
  </argument>
2177
  </method>
2178
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2952" package="Media Library Assistant">
2179
  <name>_unset_array_element</name>
2180
  <full_name>_unset_array_element</full_name>
2181
- <docblock line="2942">
2182
  <description><![CDATA[Deletes the value of a key in a possibly nested array structure]]></description>
2183
  <long-description><![CDATA[]]></long-description>
2184
- <tag line="2942" name="since" description="1.51"/>
2185
- <tag line="2942" name="param" description="key value, e.g. array1.array2.element" type="string" variable="$needle">
2186
  <type by_reference="false">string</type>
2187
  </tag>
2188
- <tag line="2942" name="param" description="PHP nested arrays, by reference" type="array" variable="$haystack">
2189
  <type by_reference="false">array</type>
2190
  </tag>
2191
- <tag line="2942" name="return" description="true if $needle element found, false if not" type="boolean">
2192
  <type by_reference="false">boolean</type>
2193
  </tag>
2194
  </docblock>
2195
- <argument line="2952">
2196
  <name>$needle</name>
2197
  <default><![CDATA[]]></default>
2198
  <type/>
2199
  </argument>
2200
- <argument line="2952">
2201
  <name>$haystack</name>
2202
  <default><![CDATA[]]></default>
2203
  <type/>
2204
  </argument>
2205
  </method>
2206
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2987" package="Media Library Assistant">
2207
  <name>mla_find_array_element</name>
2208
  <full_name>mla_find_array_element</full_name>
2209
- <docblock line="2972">
2210
  <description><![CDATA[Finds the value of a key in a possibly nested array structure]]></description>
2211
  <long-description><![CDATA[<p>Used primarily to extract fields from the _wp_attachment_metadata custom field.
2212
  Also used with the audio/video ID3 metadata exposed in WordPress 3.6 and later.</p>]]></long-description>
2213
- <tag line="2972" name="since" description="1.30"/>
2214
- <tag line="2972" name="param" description="key value, e.g. array1.array2.element" type="string" variable="$needle">
2215
  <type by_reference="false">string</type>
2216
  </tag>
2217
- <tag line="2972" name="param" description="PHP nested arrays" type="array" variable="$haystack">
2218
  <type by_reference="false">array</type>
2219
  </tag>
2220
- <tag line="2972" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2221
  <type by_reference="false">string</type>
2222
  </tag>
2223
- <tag line="2972" name="param" description="keep existing values - for 'multi' option" type="boolean" variable="$keep_existing">
2224
  <type by_reference="false">boolean</type>
2225
  </tag>
2226
- <tag line="2972" name="return" description="string or array value matching key(.key ...) or ''" type="mixed">
2227
  <type by_reference="false">mixed</type>
2228
  </tag>
2229
  </docblock>
2230
- <argument line="2987">
2231
  <name>$needle</name>
2232
  <default><![CDATA[]]></default>
2233
  <type/>
2234
  </argument>
2235
- <argument line="2987">
2236
  <name>$haystack</name>
2237
  <default><![CDATA[]]></default>
2238
  <type/>
2239
  </argument>
2240
- <argument line="2987">
2241
  <name>$option</name>
2242
  <default><![CDATA[]]></default>
2243
  <type/>
2244
  </argument>
2245
- <argument line="2987">
2246
  <name>$keep_existing</name>
2247
  <default><![CDATA[false]]></default>
2248
  <type/>
2249
  </argument>
2250
  </method>
2251
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3088" package="Media Library Assistant">
2252
  <name>mla_fetch_attachment_metadata</name>
2253
  <full_name>mla_fetch_attachment_metadata</full_name>
2254
- <docblock line="3076">
2255
  <description><![CDATA[Fetch and filter meta data for an attachment]]></description>
2256
  <long-description><![CDATA[<p>Returns a filtered array of a post's meta data. Internal values beginning with '<em>'
2257
  are stripped out or converted to an 'mla</em>' equivalent.</p>]]></long-description>
2258
- <tag line="3076" name="since" description="0.1"/>
2259
- <tag line="3076" name="param" description="post ID of attachment" type="int" variable="$post_id">
2260
  <type by_reference="false">int</type>
2261
  </tag>
2262
- <tag line="3076" name="return" description="Meta data variables" type="array">
2263
  <type by_reference="false">array</type>
2264
  </tag>
2265
  </docblock>
2266
- <argument line="3088">
2267
  <name>$post_id</name>
2268
  <default><![CDATA[]]></default>
2269
  <type/>
2270
  </argument>
2271
  </method>
2272
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3174" package="Media Library Assistant">
2273
  <name>mla_fetch_attachment_references</name>
2274
  <full_name>mla_fetch_attachment_references</full_name>
2275
- <docblock line="3160">
2276
  <description><![CDATA[Find Featured Image and inserted image/link references to an attachment]]></description>
2277
  <long-description><![CDATA[<p>Searches all post and page content to see if the attachment is used
2278
  as a Featured Image or inserted in the post as an image or link.</p>]]></long-description>
2279
- <tag line="3160" name="since" description="0.1"/>
2280
- <tag line="3160" name="param" description="post ID of attachment" type="int" variable="$ID">
2281
  <type by_reference="false">int</type>
2282
  </tag>
2283
- <tag line="3160" name="param" description="post ID of attachment's parent, if any" type="int" variable="$parent">
2284
  <type by_reference="false">int</type>
2285
  </tag>
2286
- <tag line="3160" name="param" description="True to compute references, false to return empty values" type="boolean" variable="$add_references">
2287
  <type by_reference="false">boolean</type>
2288
  </tag>
2289
- <tag line="3160" name="return" description="Reference information; see $references array comments" type="array">
2290
  <type by_reference="false">array</type>
2291
  </tag>
2292
  </docblock>
2293
- <argument line="3174">
2294
  <name>$ID</name>
2295
  <default><![CDATA[]]></default>
2296
  <type/>
2297
  </argument>
2298
- <argument line="3174">
2299
  <name>$parent</name>
2300
  <default><![CDATA[]]></default>
2301
  <type/>
2302
  </argument>
2303
- <argument line="3174">
2304
  <name>$add_references</name>
2305
  <default><![CDATA[true]]></default>
2306
  <type/>
2307
  </argument>
2308
  </method>
2309
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3503" package="Media Library Assistant">
2310
  <name>mla_attachment_array_fetch_references</name>
2311
  <full_name>mla_attachment_array_fetch_references</full_name>
2312
- <docblock line="3491">
2313
  <description><![CDATA[Add Featured Image and inserted image/link references to an array of attachments]]></description>
2314
  <long-description><![CDATA[<p>Searches all post and page content to see if the attachmenta are used
2315
  as a Featured Image or inserted in the post as an image or link.</p>]]></long-description>
2316
- <tag line="3491" name="since" description="1.94"/>
2317
- <tag line="3491" name="param" description="WP_Post objects, passed by reference" type="array" variable="$attachments">
2318
  <type by_reference="false">array</type>
2319
  </tag>
2320
- <tag line="3491" name="return" description="updates WP_Post objects with new mla_references property" type="void">
2321
  <type by_reference="false">void</type>
2322
  </tag>
2323
  </docblock>
2324
- <argument line="3503">
2325
  <name>$attachments</name>
2326
  <default><![CDATA[]]></default>
2327
  <type/>
2328
  </argument>
2329
  </method>
2330
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3876" package="Media Library Assistant">
2331
  <name>mla_flush_mla_galleries</name>
2332
  <full_name>mla_flush_mla_galleries</full_name>
2333
- <docblock line="3867">
2334
  <description><![CDATA[Invalidates the $mla_galleries or $galleries array and cached values]]></description>
2335
  <long-description><![CDATA[]]></long-description>
2336
- <tag line="3867" name="since" description="1.00"/>
2337
- <tag line="3867" name="param" description="name of the gallery's cache/option variable" type="string" variable="$option_name">
2338
  <type by_reference="false">string</type>
2339
  </tag>
2340
- <tag line="3867" name="return" description="" type="void">
2341
  <type by_reference="false">void</type>
2342
  </tag>
2343
  </docblock>
2344
- <argument line="3876">
2345
  <name>$option_name</name>
2346
  <default><![CDATA[]]></default>
2347
  <type/>
2348
  </argument>
2349
  </method>
2350
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3900" package="Media Library Assistant">
2351
  <name>mla_save_post_action</name>
2352
  <full_name>mla_save_post_action</full_name>
2353
- <docblock line="3891">
2354
  <description><![CDATA[Invalidates $mla_galleries and $galleries arrays and cached values after post, page or attachment updates]]></description>
2355
  <long-description><![CDATA[]]></long-description>
2356
- <tag line="3891" name="since" description="1.00"/>
2357
- <tag line="3891" name="param" description="ID of post/page/attachment; not used at this time" type="integer" variable="$post_id">
2358
  <type by_reference="false">integer</type>
2359
  </tag>
2360
- <tag line="3891" name="return" description="" type="void">
2361
  <type by_reference="false">void</type>
2362
  </tag>
2363
  </docblock>
2364
- <argument line="3900">
2365
  <name>$post_id</name>
2366
  <default><![CDATA[]]></default>
2367
  <type/>
2368
  </argument>
2369
  </method>
2370
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3917" package="Media Library Assistant">
2371
  <name>_build_mla_galleries</name>
2372
  <full_name>_build_mla_galleries</full_name>
2373
- <docblock line="3905">
2374
  <description><![CDATA[Builds the $mla_galleries or $galleries array]]></description>
2375
  <long-description><![CDATA[]]></long-description>
2376
- <tag line="3905" name="since" description="0.70"/>
2377
- <tag line="3905" name="param" description="name of the gallery's cache/option variable" type="string" variable="$option_name">
2378
  <type by_reference="false">string</type>
2379
  </tag>
2380
- <tag line="3905" name="param" description="by reference to the private static galleries array variable" type="array" variable="$galleries_array">
2381
  <type by_reference="false">array</type>
2382
  </tag>
2383
- <tag line="3905" name="param" description="the shortcode to be searched for and processed" type="string" variable="$shortcode">
2384
  <type by_reference="false">string</type>
2385
  </tag>
2386
- <tag line="3905" name="param" description="true to exclude revisions from the search" type="boolean" variable="$exclude_revisions">
2387
  <type by_reference="false">boolean</type>
2388
  </tag>
2389
- <tag line="3905" name="return" description="true if the galleries array is not empty" type="boolean">
2390
  <type by_reference="false">boolean</type>
2391
  </tag>
2392
  </docblock>
2393
- <argument line="3917">
2394
  <name>$option_name</name>
2395
  <default><![CDATA[]]></default>
2396
  <type/>
2397
  </argument>
2398
- <argument line="3917">
2399
  <name>$galleries_array</name>
2400
  <default><![CDATA[]]></default>
2401
  <type/>
2402
  </argument>
2403
- <argument line="3917">
2404
  <name>$shortcode</name>
2405
  <default><![CDATA[]]></default>
2406
  <type/>
2407
  </argument>
2408
- <argument line="3917">
2409
  <name>$exclude_revisions</name>
2410
  <default><![CDATA[]]></default>
2411
  <type/>
2412
  </argument>
2413
  </method>
2414
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4037" package="Media Library Assistant">
2415
  <name>_search_mla_galleries</name>
2416
  <full_name>_search_mla_galleries</full_name>
2417
- <docblock line="4026">
2418
  <description><![CDATA[Search the $mla_galleries or $galleries array]]></description>
2419
  <long-description><![CDATA[]]></long-description>
2420
- <tag line="4026" name="since" description="0.70"/>
2421
- <tag line="4026" name="param" description="by reference to the private static galleries array variable" type="array" variable="$galleries_array">
2422
  <type by_reference="false">array</type>
2423
  </tag>
2424
- <tag line="4026" name="param" description="the attachment ID to be searched for and processed" type="int" variable="$attachment_id">
2425
  <type by_reference="false">int</type>
2426
  </tag>
2427
- <tag line="4026" name="return" description="All posts/pages with one or more galleries that include the attachment. The array key is the parent_post ID; each entry contains post_title and post_type." type="array">
2428
  <type by_reference="false">array</type>
2429
  </tag>
2430
  </docblock>
2431
- <argument line="4037">
2432
  <name>$galleries_array</name>
2433
  <default><![CDATA[]]></default>
2434
  <type/>
2435
  </argument>
2436
- <argument line="4037">
2437
  <name>$attachment_id</name>
2438
  <default><![CDATA[]]></default>
2439
  <type/>
2440
  </argument>
2441
  </method>
2442
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4059" package="Media Library Assistant">
2443
  <name>mla_parse_pdf_date</name>
2444
  <full_name>mla_parse_pdf_date</full_name>
2445
- <docblock line="4050">
2446
  <description><![CDATA[Parse a PDF date string]]></description>
2447
  <long-description><![CDATA[]]></long-description>
2448
- <tag line="4050" name="since" description="1.50"/>
2449
- <tag line="4050" name="param" description="PDF date string of the form D:YYYYMMDDHHmmSSOHH'mm" type="string" variable="$source_string">
2450
  <type by_reference="false">string</type>
2451
  </tag>
2452
- <tag line="4050" name="return" description="formatted date string YYYY-MM-DD HH:mm:SS" type="string">
2453
  <type by_reference="false">string</type>
2454
  </tag>
2455
  </docblock>
2456
- <argument line="4059">
2457
  <name>$source_string</name>
2458
  <default><![CDATA[]]></default>
2459
  <type/>
2460
  </argument>
2461
  </method>
2462
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4082" package="Media Library Assistant">
2463
  <name>_parse_iso8601_date</name>
2464
  <full_name>_parse_iso8601_date</full_name>
2465
- <docblock line="4073">
2466
  <description><![CDATA[Parse a ISO 8601 Timestamp]]></description>
2467
  <long-description><![CDATA[]]></long-description>
2468
- <tag line="4073" name="since" description="1.50"/>
2469
- <tag line="4073" name="param" description="ISO string of the form YYYY-MM-DDTHH:MM:SS-HH:MM (inc time zone)" type="string" variable="$source_string">
2470
  <type by_reference="false">string</type>
2471
  </tag>
2472
- <tag line="4073" name="return" description="formatted date string YYYY-MM-DD HH:mm:SS" type="string">
2473
  <type by_reference="false">string</type>
2474
  </tag>
2475
  </docblock>
2476
- <argument line="4082">
2477
  <name>$source_string</name>
2478
  <default><![CDATA[]]></default>
2479
  <type/>
2480
  </argument>
2481
  </method>
2482
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4105" package="Media Library Assistant">
2483
  <name>_parse_xmp_array</name>
2484
  <full_name>_parse_xmp_array</full_name>
2485
- <docblock line="4096">
2486
  <description><![CDATA[Parse an XMP array value, stripping namespace prefixes and Seq/Alt/Bag arrays]]></description>
2487
  <long-description><![CDATA[]]></long-description>
2488
- <tag line="4096" name="since" description="2.10"/>
2489
- <tag line="4096" name="param" description="XMP multi-valued element" type="array" variable="$values">
2490
  <type by_reference="false">array</type>
2491
  </tag>
2492
- <tag line="4096" name="return" description="Simplified array or string value" type="mixed">
2493
  <type by_reference="false">mixed</type>
2494
  </tag>
2495
  </docblock>
2496
- <argument line="4105">
2497
  <name>$values</name>
2498
  <default><![CDATA[]]></default>
2499
  <type/>
2500
  </argument>
2501
  </method>
2502
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4150" package="Media Library Assistant">
2503
  <name>mla_parse_xmp_metadata</name>
2504
  <full_name>mla_parse_xmp_metadata</full_name>
2505
- <docblock line="4140">
2506
  <description><![CDATA[Extract XMP meta data from a file]]></description>
2507
  <long-description><![CDATA[]]></long-description>
2508
- <tag line="4140" name="since" description="2.10"/>
2509
- <tag line="4140" name="param" description="full path and file name" type="string" variable="$file_name">
2510
  <type by_reference="false">string</type>
2511
  </tag>
2512
- <tag line="4140" name="param" description="offset within the file of the search start point" type="integer" variable="$file_offset">
2513
  <type by_reference="false">integer</type>
2514
  </tag>
2515
- <tag line="4140" name="return" description="array of metadata values or NULL on failure" type="mixed">
2516
  <type by_reference="false">mixed</type>
2517
  </tag>
2518
  </docblock>
2519
- <argument line="4150">
2520
  <name>$file_name</name>
2521
  <default><![CDATA[]]></default>
2522
  <type/>
2523
  </argument>
2524
- <argument line="4150">
2525
  <name>$file_offset</name>
2526
  <default><![CDATA[]]></default>
2527
  <type/>
2528
  </argument>
2529
  </method>
2530
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4479" package="Media Library Assistant">
2531
  <name>_bin_to_utf8</name>
2532
  <full_name>_bin_to_utf8</full_name>
2533
- <docblock line="4470">
2534
  <description><![CDATA[Replace SQL incorrect characters (0x80 - 0xFF) with their UTF-8 equivalents]]></description>
2535
  <long-description><![CDATA[]]></long-description>
2536
- <tag line="4470" name="since" description="1.41"/>
2537
- <tag line="4470" name="param" description="unencoded string" type="string" variable="$string">
2538
  <type by_reference="false">string</type>
2539
  </tag>
2540
- <tag line="4470" name="return" description="UTF-8 encoded string" type="string">
2541
  <type by_reference="false">string</type>
2542
  </tag>
2543
  </docblock>
2544
- <argument line="4479">
2545
  <name>$string</name>
2546
  <default><![CDATA[]]></default>
2547
  <type/>
2548
  </argument>
2549
  </method>
2550
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4879" package="Media Library Assistant">
2551
  <name>mla_iptc_metadata_value</name>
2552
  <full_name>mla_iptc_metadata_value</full_name>
2553
- <docblock line="4867">
2554
  <description><![CDATA[Parse one IPTC metadata field]]></description>
2555
  <long-description><![CDATA[]]></long-description>
2556
- <tag line="4867" name="since" description="1.41"/>
2557
- <tag line="4867" name="param" description="field name - IPTC Identifier or friendly name/slug" type="string" variable="$iptc_key">
2558
  <type by_reference="false">string</type>
2559
  </tag>
2560
- <tag line="4867" name="param" description="metadata array containing iptc, exif, xmp and pdf metadata arrays" type="array" variable="$item_metadata">
2561
  <type by_reference="false">array</type>
2562
  </tag>
2563
- <tag line="4867" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2564
  <type by_reference="false">string</type>
2565
  </tag>
2566
- <tag line="4867" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
2567
  <type by_reference="false">boolean</type>
2568
  </tag>
2569
- <tag line="4867" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2570
  <type by_reference="false">mixed</type>
2571
  </tag>
2572
  </docblock>
2573
- <argument line="4879">
2574
  <name>$iptc_key</name>
2575
  <default><![CDATA[]]></default>
2576
  <type/>
2577
  </argument>
2578
- <argument line="4879">
2579
  <name>$item_metadata</name>
2580
  <default><![CDATA[]]></default>
2581
  <type/>
2582
  </argument>
2583
- <argument line="4879">
2584
  <name>$option</name>
2585
  <default><![CDATA['text']]></default>
2586
  <type/>
2587
  </argument>
2588
- <argument line="4879">
2589
  <name>$keep_existing</name>
2590
  <default><![CDATA[false]]></default>
2591
  <type/>
2592
  </argument>
2593
  </method>
2594
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4920" package="Media Library Assistant">
2595
  <name>mla_exif_metadata_value</name>
2596
  <full_name>mla_exif_metadata_value</full_name>
2597
- <docblock line="4906">
2598
  <description><![CDATA[Parse one EXIF metadata field]]></description>
2599
  <long-description><![CDATA[<p>Also handles the special pseudo-values 'ALL_EXIF' and 'ALL_IPTC'.</p>]]></long-description>
2600
- <tag line="4906" name="since" description="1.13"/>
2601
- <tag line="4906" name="param" description="field name" type="string" variable="$exif_key">
2602
  <type by_reference="false">string</type>
2603
  </tag>
2604
- <tag line="4906" name="param" description="metadata array containing iptc, exif, xmp and pdf metadata arrays" type="array" variable="$item_metadata">
2605
  <type by_reference="false">array</type>
2606
  </tag>
2607
- <tag line="4906" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2608
  <type by_reference="false">string</type>
2609
  </tag>
2610
- <tag line="4906" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
2611
  <type by_reference="false">boolean</type>
2612
  </tag>
2613
- <tag line="4906" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2614
  <type by_reference="false">mixed</type>
2615
  </tag>
2616
  </docblock>
2617
- <argument line="4920">
2618
  <name>$exif_key</name>
2619
  <default><![CDATA[]]></default>
2620
  <type/>
2621
  </argument>
2622
- <argument line="4920">
2623
  <name>$item_metadata</name>
2624
  <default><![CDATA[]]></default>
2625
  <type/>
2626
  </argument>
2627
- <argument line="4920">
2628
  <name>$option</name>
2629
  <default><![CDATA['text']]></default>
2630
  <type/>
2631
  </argument>
2632
- <argument line="4920">
2633
  <name>$keep_existing</name>
2634
  <default><![CDATA[false]]></default>
2635
  <type/>
2636
  </argument>
2637
  </method>
2638
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4969" package="Media Library Assistant">
2639
  <name>mla_xmp_metadata_value</name>
2640
  <full_name>mla_xmp_metadata_value</full_name>
2641
- <docblock line="4955">
2642
  <description><![CDATA[Parse one XMP metadata field]]></description>
2643
  <long-description><![CDATA[<p>Also handles the special pseudo-value 'ALL_XMP'.</p>]]></long-description>
2644
- <tag line="4955" name="since" description="2.10"/>
2645
- <tag line="4955" name="param" description="field name" type="string" variable="$xmp_key">
2646
  <type by_reference="false">string</type>
2647
  </tag>
2648
- <tag line="4955" name="param" description="XMP metadata array" type="array" variable="$xmp_metadata">
2649
  <type by_reference="false">array</type>
2650
  </tag>
2651
- <tag line="4955" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2652
  <type by_reference="false">string</type>
2653
  </tag>
2654
- <tag line="4955" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
2655
  <type by_reference="false">boolean</type>
2656
  </tag>
2657
- <tag line="4955" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2658
  <type by_reference="false">mixed</type>
2659
  </tag>
2660
  </docblock>
2661
- <argument line="4969">
2662
  <name>$xmp_key</name>
2663
  <default><![CDATA[]]></default>
2664
  <type/>
2665
  </argument>
2666
- <argument line="4969">
2667
  <name>$xmp_metadata</name>
2668
  <default><![CDATA[]]></default>
2669
  <type/>
2670
  </argument>
2671
- <argument line="4969">
2672
  <name>$option</name>
2673
  <default><![CDATA['text']]></default>
2674
  <type/>
2675
  </argument>
2676
- <argument line="4969">
2677
  <name>$keep_existing</name>
2678
  <default><![CDATA[false]]></default>
2679
  <type/>
2680
  </argument>
2681
  </method>
2682
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5002" package="Media Library Assistant">
2683
  <name>mla_id3_metadata_value</name>
2684
  <full_name>mla_id3_metadata_value</full_name>
2685
- <docblock line="4988">
2686
  <description><![CDATA[Parse one ID3 (audio/visual) metadata field]]></description>
2687
  <long-description><![CDATA[<p>Also handles the special pseudo-value 'ALL_ID3'.</p>]]></long-description>
2688
- <tag line="4988" name="since" description="2.13"/>
2689
- <tag line="4988" name="param" description="field name" type="string" variable="$id3_key">
2690
  <type by_reference="false">string</type>
2691
  </tag>
2692
- <tag line="4988" name="param" description="ID3 metadata array" type="array" variable="$id3_metadata">
2693
  <type by_reference="false">array</type>
2694
  </tag>
2695
- <tag line="4988" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2696
  <type by_reference="false">string</type>
2697
  </tag>
2698
- <tag line="4988" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
2699
  <type by_reference="false">boolean</type>
2700
  </tag>
2701
- <tag line="4988" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2702
  <type by_reference="false">mixed</type>
2703
  </tag>
2704
  </docblock>
2705
- <argument line="5002">
2706
  <name>$id3_key</name>
2707
  <default><![CDATA[]]></default>
2708
  <type/>
2709
  </argument>
2710
- <argument line="5002">
2711
  <name>$id3_metadata</name>
2712
  <default><![CDATA[]]></default>
2713
  <type/>
2714
  </argument>
2715
- <argument line="5002">
2716
  <name>$option</name>
2717
  <default><![CDATA[]]></default>
2718
  <type/>
2719
  </argument>
2720
- <argument line="5002">
2721
  <name>$keep_existing</name>
2722
  <default><![CDATA[]]></default>
2723
  <type/>
2724
  </argument>
2725
  </method>
2726
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5033" package="Media Library Assistant">
2727
  <name>mla_pdf_metadata_value</name>
2728
  <full_name>mla_pdf_metadata_value</full_name>
2729
- <docblock line="5021">
2730
  <description><![CDATA[Parse one PDF metadata field]]></description>
2731
  <long-description><![CDATA[<p>Also handles the special pseudo-value 'ALL_PDF'.</p>]]></long-description>
2732
- <tag line="5021" name="since" description="1.50"/>
2733
- <tag line="5021" name="param" description="field name" type="string" variable="$pdf_key">
2734
  <type by_reference="false">string</type>
2735
  </tag>
2736
- <tag line="5021" name="param" description="metadata array containing iptc, exif, xmp and pdf metadata arrays" type="string" variable="$item_metadata">
2737
  <type by_reference="false">string</type>
2738
  </tag>
2739
- <tag line="5021" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2740
  <type by_reference="false">mixed</type>
2741
  </tag>
2742
  </docblock>
2743
- <argument line="5033">
2744
  <name>$pdf_key</name>
2745
  <default><![CDATA[]]></default>
2746
  <type/>
2747
  </argument>
2748
- <argument line="5033">
2749
  <name>$item_metadata</name>
2750
  <default><![CDATA[]]></default>
2751
  <type/>
2752
  </argument>
2753
  </method>
2754
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="5075" package="Media Library Assistant">
2755
  <name>_rational_to_decimal</name>
2756
  <full_name>_rational_to_decimal</full_name>
2757
- <docblock line="5066">
2758
  <description><![CDATA[Convert an EXIF GPS rational value to a PHP float value]]></description>
2759
  <long-description><![CDATA[]]></long-description>
2760
- <tag line="5066" name="since" description="1.50"/>
2761
- <tag line="5066" name="param" description="array( 0 =&gt; numerator, 1 =&gt; denominator )" type="array" variable="$rational">
2762
  <type by_reference="false">array</type>
2763
  </tag>
2764
- <tag line="5066" name="return" description="numerator/denominator" type="float">
2765
  <type by_reference="false">float</type>
2766
  </tag>
2767
  </docblock>
2768
- <argument line="5075">
2769
  <name>$rational</name>
2770
  <default><![CDATA[]]></default>
2771
  <type/>
2772
  </argument>
2773
  </method>
2774
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="5092" package="Media Library Assistant">
2775
  <name>_rational_to_string</name>
2776
  <full_name>_rational_to_string</full_name>
2777
- <docblock line="5080">
2778
  <description><![CDATA[Convert an EXIF rational value to a formatted string]]></description>
2779
  <long-description><![CDATA[]]></long-description>
2780
- <tag line="5080" name="since" description="2.02"/>
2781
- <tag line="5080" name="param" description="numerator/denominator" type="string" variable="$rational">
2782
  <type by_reference="false">string</type>
2783
  </tag>
2784
- <tag line="5080" name="param" description="format for integer values" type="string" variable="$integer_format">
2785
  <type by_reference="false">string</type>
2786
  </tag>
2787
- <tag line="5080" name="param" description="format for fractional values from -1 to +1" type="string" variable="$fraction_format">
2788
  <type by_reference="false">string</type>
2789
  </tag>
2790
- <tag line="5080" name="param" description="format for integer.fraction values" type="string" variable="$mixed_format">
2791
  <type by_reference="false">string</type>
2792
  </tag>
2793
- <tag line="5080" name="return" description="formatted value or boolean false if no value available" type="mixed">
2794
  <type by_reference="false">mixed</type>
2795
  </tag>
2796
  </docblock>
2797
- <argument line="5092">
2798
  <name>$rational</name>
2799
  <default><![CDATA[]]></default>
2800
  <type/>
2801
  </argument>
2802
- <argument line="5092">
2803
  <name>$integer_format</name>
2804
  <default><![CDATA[]]></default>
2805
  <type/>
2806
  </argument>
2807
- <argument line="5092">
2808
  <name>$fraction_format</name>
2809
  <default><![CDATA[]]></default>
2810
  <type/>
2811
  </argument>
2812
- <argument line="5092">
2813
  <name>$mixed_format</name>
2814
  <default><![CDATA[]]></default>
2815
  <type/>
2816
  </argument>
2817
  </method>
2818
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5143" package="Media Library Assistant">
2819
  <name>mla_IPTC_EXIF_error_handler</name>
2820
  <full_name>mla_IPTC_EXIF_error_handler</full_name>
2821
- <docblock line="5131">
2822
  <description><![CDATA[Intercept IPTC and EXIF parse errors]]></description>
2823
  <long-description><![CDATA[]]></long-description>
2824
- <tag line="5131" name="since" description="1.81"/>
2825
- <tag line="5131" name="param" description="the level of the error raised" type="int" variable="$type">
2826
  <type by_reference="false">int</type>
2827
  </tag>
2828
- <tag line="5131" name="param" description="the error message" type="string" variable="$string">
2829
  <type by_reference="false">string</type>
2830
  </tag>
2831
- <tag line="5131" name="param" description="the filename that the error was raised in" type="string" variable="$file">
2832
  <type by_reference="false">string</type>
2833
  </tag>
2834
- <tag line="5131" name="param" description="the line number the error was raised at" type="int" variable="$line">
2835
  <type by_reference="false">int</type>
2836
  </tag>
2837
- <tag line="5131" name="return" description="true, to bypass PHP error handler" type="boolean">
2838
  <type by_reference="false">boolean</type>
2839
  </tag>
2840
  </docblock>
2841
- <argument line="5143">
2842
  <name>$type</name>
2843
  <default><![CDATA[]]></default>
2844
  <type/>
2845
  </argument>
2846
- <argument line="5143">
2847
  <name>$string</name>
2848
  <default><![CDATA[]]></default>
2849
  <type/>
2850
  </argument>
2851
- <argument line="5143">
2852
  <name>$file</name>
2853
  <default><![CDATA[]]></default>
2854
  <type/>
2855
  </argument>
2856
- <argument line="5143">
2857
  <name>$line</name>
2858
  <default><![CDATA[]]></default>
2859
  <type/>
2860
  </argument>
2861
  </method>
2862
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5184" package="Media Library Assistant">
2863
  <name>mla_fetch_attachment_id3_metadata</name>
2864
  <full_name>mla_fetch_attachment_id3_metadata</full_name>
2865
- <docblock line="5171">
2866
  <description><![CDATA[Fetch and filter ID3 metadata for an audio or video attachment]]></description>
2867
  <long-description><![CDATA[<p>Adapted from /wp-admin/includes/media.php functions wp_add_id3_tag_data,
2868
  wp_read_video_metadata and wp_read_audio_metadata</p>]]></long-description>
2869
- <tag line="5171" name="since" description="2.13"/>
2870
- <tag line="5171" name="param" description="post ID of attachment" type="int" variable="$post_id">
2871
  <type by_reference="false">int</type>
2872
  </tag>
2873
- <tag line="5171" name="param" description="optional; if $post_id is zero, path to the image file." type="string" variable="$path">
2874
  <type by_reference="false">string</type>
2875
  </tag>
2876
- <tag line="5171" name="return" description="Meta data variables, including 'audio' and 'video'" type="array">
2877
  <type by_reference="false">array</type>
2878
  </tag>
2879
  </docblock>
2880
- <argument line="5184">
2881
  <name>$post_id</name>
2882
  <default><![CDATA[]]></default>
2883
  <type/>
2884
  </argument>
2885
- <argument line="5184">
2886
  <name>$path</name>
2887
  <default><![CDATA['']]></default>
2888
  <type/>
2889
  </argument>
2890
  </method>
2891
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5278" package="Media Library Assistant">
2892
  <name>mla_fetch_attachment_image_metadata</name>
2893
  <full_name>mla_fetch_attachment_image_metadata</full_name>
2894
- <docblock line="5268">
2895
  <description><![CDATA[Fetch and filter IPTC and EXIF, XMP or PDF metadata for an image attachment]]></description>
2896
  <long-description><![CDATA[]]></long-description>
2897
- <tag line="5268" name="since" description="0.90"/>
2898
- <tag line="5268" name="param" description="post ID of attachment" type="int" variable="$post_id">
2899
  <type by_reference="false">int</type>
2900
  </tag>
2901
- <tag line="5268" name="param" description="optional; if $post_id is zero, path to the image file." type="string" variable="$path">
2902
  <type by_reference="false">string</type>
2903
  </tag>
2904
- <tag line="5268" name="return" description="Meta data variables, IPTC and EXIF or PDF" type="array">
2905
  <type by_reference="false">array</type>
2906
  </tag>
2907
  </docblock>
2908
- <argument line="5278">
2909
  <name>$post_id</name>
2910
  <default><![CDATA[]]></default>
2911
  <type/>
2912
  </argument>
2913
- <argument line="5278">
2914
  <name>$path</name>
2915
  <default><![CDATA['']]></default>
2916
  <type/>
2917
  </argument>
2918
  </method>
2919
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5626" package="Media Library Assistant">
2920
  <name>mla_update_wp_attachment_metadata</name>
2921
  <full_name>mla_update_wp_attachment_metadata</full_name>
2922
- <docblock line="5616">
2923
  <description><![CDATA[Update "meta:" data for a single attachment]]></description>
2924
  <long-description><![CDATA[]]></long-description>
2925
- <tag line="5616" name="since" description="1.51"/>
2926
- <tag line="5616" name="param" description="The current wp_attachment_metadata value" type="array" variable="$current_values">
2927
  <type by_reference="false">array</type>
2928
  </tag>
2929
- <tag line="5616" name="param" description="Field name =&gt; value pairs" type="array" variable="$new_meta">
2930
  <type by_reference="false">array</type>
2931
  </tag>
2932
- <tag line="5616" name="return" description="success/failure message(s); empty string if no changes." type="string">
2933
  <type by_reference="false">string</type>
2934
  </tag>
2935
  </docblock>
2936
- <argument line="5626">
2937
  <name>$current_values</name>
2938
  <default><![CDATA[]]></default>
2939
  <type/>
2940
  </argument>
2941
- <argument line="5626">
2942
  <name>$new_meta</name>
2943
  <default><![CDATA[]]></default>
2944
  <type/>
2945
  </argument>
2946
  </method>
2947
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5710" package="Media Library Assistant">
2948
  <name>mla_update_item_postmeta</name>
2949
  <full_name>mla_update_item_postmeta</full_name>
2950
- <docblock line="5700">
2951
  <description><![CDATA[Update custom field and "meta:" data for a single attachment]]></description>
2952
  <long-description><![CDATA[]]></long-description>
2953
- <tag line="5700" name="since" description="1.40"/>
2954
- <tag line="5700" name="param" description="The ID of the attachment to be updated" type="int" variable="$post_id">
2955
  <type by_reference="false">int</type>
2956
  </tag>
2957
- <tag line="5700" name="param" description="Field name =&gt; value pairs" type="array" variable="$new_meta">
2958
  <type by_reference="false">array</type>
2959
  </tag>
2960
- <tag line="5700" name="return" description="success/failure message(s)" type="string">
2961
  <type by_reference="false">string</type>
2962
  </tag>
2963
  </docblock>
2964
- <argument line="5710">
2965
  <name>$post_id</name>
2966
  <default><![CDATA[]]></default>
2967
  <type/>
2968
  </argument>
2969
- <argument line="5710">
2970
  <name>$new_meta</name>
2971
  <default><![CDATA[]]></default>
2972
  <type/>
2973
  </argument>
2974
  </method>
2975
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5877" package="Media Library Assistant">
2976
  <name>mla_update_single_item</name>
2977
  <full_name>mla_update_single_item</full_name>
2978
- <docblock line="5864">
2979
  <description><![CDATA[Update a single item; change the "post" data, taxonomy terms
2980
  and meta data for a single attachment]]></description>
2981
  <long-description><![CDATA[]]></long-description>
2982
- <tag line="5864" name="since" description="0.1"/>
2983
- <tag line="5864" name="param" description="The ID of the attachment to be updated" type="int" variable="$post_id">
2984
  <type by_reference="false">int</type>
2985
  </tag>
2986
- <tag line="5864" name="param" description="Field name =&gt; value pairs" type="array" variable="$new_data">
2987
  <type by_reference="false">array</type>
2988
  </tag>
2989
- <tag line="5864" name="param" description="Optional taxonomy term values, default null" type="array" variable="$tax_input">
2990
  <type by_reference="false">array</type>
2991
  </tag>
2992
- <tag line="5864" name="param" description="Optional taxonomy actions (add, remove, replace), default null" type="array" variable="$tax_actions">
2993
  <type by_reference="false">array</type>
2994
  </tag>
2995
- <tag line="5864" name="return" description="success/failure message and NULL content" type="array">
2996
  <type by_reference="false">array</type>
2997
  </tag>
2998
  </docblock>
2999
- <argument line="5877">
3000
  <name>$post_id</name>
3001
  <default><![CDATA[]]></default>
3002
  <type/>
3003
  </argument>
3004
- <argument line="5877">
3005
  <name>$new_data</name>
3006
  <default><![CDATA[]]></default>
3007
  <type/>
3008
  </argument>
3009
- <argument line="5877">
3010
  <name>$tax_input</name>
3011
  <default><![CDATA[NULL]]></default>
3012
  <type/>
3013
  </argument>
3014
- <argument line="5877">
3015
  <name>$tax_actions</name>
3016
  <default><![CDATA[NULL]]></default>
3017
  <type/>
3018
  </argument>
3019
  </method>
3020
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="6167" package="Media Library Assistant">
3021
  <name>_remove_terms</name>
3022
  <full_name>_remove_terms</full_name>
3023
- <docblock line="6156">
3024
  <description><![CDATA[Remove terms from an attachment's assignments]]></description>
3025
  <long-description><![CDATA[]]></long-description>
3026
- <tag line="6156" name="since" description="0.40"/>
3027
- <tag line="6156" name="param" description="The ID of the attachment to be updated" type="integer" variable="$post_id">
3028
  <type by_reference="false">integer</type>
3029
  </tag>
3030
- <tag line="6156" name="param" description="The term ids (integer array) or names (string array) to remove" type="array" variable="$terms">
3031
  <type by_reference="false">array</type>
3032
  </tag>
3033
- <tag line="6156" name="param" description="The taxonomy object" type="object" variable="$taxonomy_obj">
3034
  <type by_reference="false">object</type>
3035
  </tag>
3036
- <tag line="6156" name="return" description="Term ids/names of the surviving terms" type="array">
3037
  <type by_reference="false">array</type>
3038
  </tag>
3039
  </docblock>
3040
- <argument line="6167">
3041
  <name>$post_id</name>
3042
  <default><![CDATA[]]></default>
3043
  <type/>
3044
  </argument>
3045
- <argument line="6167">
3046
  <name>$terms</name>
3047
  <default><![CDATA[]]></default>
3048
  <type/>
3049
  </argument>
3050
- <argument line="6167">
3051
  <name>$taxonomy_obj</name>
3052
  <default><![CDATA[]]></default>
3053
  <type/>
3054
  </argument>
3055
  </method>
3056
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="6220" package="Media Library Assistant">
3057
  <name>mla_hex_dump</name>
3058
  <full_name>mla_hex_dump</full_name>
3059
- <docblock line="6208">
3060
  <description><![CDATA[Format printable version of binary data]]></description>
3061
  <long-description><![CDATA[]]></long-description>
3062
- <tag line="6208" name="since" description="0.90"/>
3063
- <tag line="6208" name="param" description="Binary data" type="string" variable="$data">
3064
  <type by_reference="false">string</type>
3065
  </tag>
3066
- <tag line="6208" name="param" description="Bytes to format, default = 0 (all bytes)" type="integer" variable="$limit">
3067
  <type by_reference="false">integer</type>
3068
  </tag>
3069
- <tag line="6208" name="param" description="Bytes to format on each line" type="\intger" variable="$bytes_per_row">
3070
  <type by_reference="false">\intger</type>
3071
  </tag>
3072
- <tag line="6208" name="param" description="offset of initial byte, or -1 to suppress printing offset information" type="integer" variable="$offset">
3073
  <type by_reference="false">integer</type>
3074
  </tag>
3075
- <tag line="6208" name="return" description="Printable representation of $data" type="string">
3076
  <type by_reference="false">string</type>
3077
  </tag>
3078
  </docblock>
3079
- <argument line="6220">
3080
  <name>$data</name>
3081
  <default><![CDATA[]]></default>
3082
  <type/>
3083
  </argument>
3084
- <argument line="6220">
3085
  <name>$limit</name>
3086
  <default><![CDATA[0]]></default>
3087
  <type/>
3088
  </argument>
3089
- <argument line="6220">
3090
  <name>$bytes_per_row</name>
3091
  <default><![CDATA[16]]></default>
3092
  <type/>
3093
  </argument>
3094
- <argument line="6220">
3095
  <name>$offset</name>
3096
  <default><![CDATA[-1]]></default>
3097
  <type/>
@@ -3099,7 +3099,7 @@ and meta data for a single attachment]]></description>
3099
  </method>
3100
  </class>
3101
  </file>
3102
- <file path="includes\class-mla-edit-media.php" hash="49e8989399fc4b2dc7899f812462e06c" package="Media Library Assistant">
3103
  <docblock line="2">
3104
  <description><![CDATA[Media Library Assistant Edit Media screen enhancements]]></description>
3105
  <long-description><![CDATA[]]></long-description>
@@ -3155,15 +3155,15 @@ and meta data for a single attachment]]></description>
3155
  </tag>
3156
  </docblock>
3157
  </constant>
3158
- <property final="false" static="true" visibility="private" line="705" namespace="global" package="Media Library Assistant">
3159
  <name>$mla_references</name>
3160
  <default><![CDATA[null]]></default>
3161
- <docblock line="695">
3162
  <description><![CDATA[Where-used values for the current item]]></description>
3163
  <long-description><![CDATA[<p>This array contains the Featured/Inserted/Gallery/MLA Gallery references for the item.
3164
  The array is built once each page load and cached for subsequent calls.</p>]]></long-description>
3165
- <tag line="695" name="since" description="0.80"/>
3166
- <tag line="695" name="var" description="" type="array">
3167
  <type by_reference="false">array</type>
3168
  </tag>
3169
  </docblock>
@@ -3212,472 +3212,472 @@ The array is built once each page load and cached for subsequent calls.</p>]]></
3212
  <type/>
3213
  </argument>
3214
  </method>
3215
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="263" package="Media Library Assistant">
3216
  <name>mla_upload_post_params</name>
3217
  <full_name>mla_upload_post_params</full_name>
3218
- <docblock line="256">
3219
  <description><![CDATA[Filter the Media/Add New post parameters.]]></description>
3220
  <long-description><![CDATA[]]></long-description>
3221
- <tag line="256" name="since" description="2.02"/>
3222
- <tag line="256" name="param" description="An array of media upload parameters used by Plupload." type="array" variable="$post_parms">
3223
  <type by_reference="false">array</type>
3224
  </tag>
3225
  </docblock>
3226
- <argument line="263">
3227
  <name>$post_parms</name>
3228
  <default><![CDATA[]]></default>
3229
  <type/>
3230
  </argument>
3231
  </method>
3232
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="286" package="Media Library Assistant">
3233
  <name>mla_post_upload_ui</name>
3234
  <full_name>mla_post_upload_ui</full_name>
3235
- <docblock line="276">
3236
  <description><![CDATA[Echoes bulk edit area HTML to the Media/Add New screen]]></description>
3237
  <long-description><![CDATA[<p>Fires on the post upload UI screen; legacy (pre-3.5.0) upload interface.
3238
  Anything echoed here goes below the "Maximum upload file size" message
3239
  and above the id="media-items" div.</p>]]></long-description>
3240
- <tag line="276" name="since" description="2.02"/>
3241
  </docblock>
3242
  </method>
3243
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="454" package="Media Library Assistant">
3244
  <name>mla_update_attachment_metadata_postfilter</name>
3245
  <full_name>mla_update_attachment_metadata_postfilter</full_name>
3246
- <docblock line="438">
3247
  <description><![CDATA[Apply Media/Add New bulk edit area updates, if any]]></description>
3248
  <long-description><![CDATA[<p>This filter is called AFTER MLA mapping rules are applied during
3249
  wp_update_attachment_metadata() processing. If none of the mapping rules
3250
  is enabled it is called from the 'wp_update_attachment_metadata' filter
3251
  with just two arguments.</p>]]></long-description>
3252
- <tag line="438" name="since" description="2.02"/>
3253
- <tag line="438" name="param" description="attachment metadata" type="array" variable="$data">
3254
  <type by_reference="false">array</type>
3255
  </tag>
3256
- <tag line="438" name="param" description="The Post ID of the new/updated attachment" type="integer" variable="$post_id">
3257
  <type by_reference="false">integer</type>
3258
  </tag>
3259
- <tag line="438" name="param" description="Processing options, e.g., 'is_upload'" type="array" variable="$options">
3260
  <type by_reference="false">array</type>
3261
  </tag>
3262
- <tag line="438" name="return" description="updated attachment metadata" type="array">
3263
  <type by_reference="false">array</type>
3264
  </tag>
3265
  </docblock>
3266
- <argument line="454">
3267
  <name>$data</name>
3268
  <default><![CDATA[]]></default>
3269
  <type/>
3270
  </argument>
3271
- <argument line="454">
3272
  <name>$post_id</name>
3273
  <default><![CDATA[]]></default>
3274
  <type/>
3275
  </argument>
3276
- <argument line="454">
3277
  <name>$options</name>
3278
  <default><![CDATA[array('is_upload' => true)]]></default>
3279
  <type/>
3280
  </argument>
3281
  </method>
3282
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="505" package="Media Library Assistant">
3283
  <name>mla_post_updated_messages_filter</name>
3284
  <full_name>mla_post_updated_messages_filter</full_name>
3285
- <docblock line="495">
3286
  <description><![CDATA[Adds mapping update messages for display at the top of the Edit Media screen.]]></description>
3287
  <long-description><![CDATA[<p>Declared public because it is a filter.</p>]]></long-description>
3288
- <tag line="495" name="since" description="1.10"/>
3289
- <tag line="495" name="param" description="messages for the Edit screen" type="array" variable="$messages">
3290
  <type by_reference="false">array</type>
3291
  </tag>
3292
- <tag line="495" name="return" description="updated messages" type="array">
3293
  <type by_reference="false">array</type>
3294
  </tag>
3295
  </docblock>
3296
- <argument line="505">
3297
  <name>$messages</name>
3298
  <default><![CDATA[]]></default>
3299
  <type/>
3300
  </argument>
3301
  </method>
3302
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="522" package="Media Library Assistant">
3303
  <name>mla_attachment_submitbox_action</name>
3304
  <full_name>mla_attachment_submitbox_action</full_name>
3305
- <docblock line="514">
3306
  <description><![CDATA[Adds Last Modified date to the Submit box on the Edit Media screen.]]></description>
3307
  <long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
3308
- <tag line="514" name="since" description="0.80"/>
3309
- <tag line="514" name="return" description="echoes the HTML markup for the label and value" type="void">
3310
  <type by_reference="false">void</type>
3311
  </tag>
3312
  </docblock>
3313
  </method>
3314
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="558" package="Media Library Assistant">
3315
  <name>mla_add_meta_boxes_action</name>
3316
  <full_name>mla_add_meta_boxes_action</full_name>
3317
- <docblock line="547">
3318
  <description><![CDATA[Registers meta boxes for the Edit Media screen.]]></description>
3319
  <long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
3320
- <tag line="547" name="since" description="0.80"/>
3321
- <tag line="547" name="param" description="type of the current post, e.g., 'attachment' (optional, default 'unknown')" type="string" variable="$post_type">
3322
  <type by_reference="false">string</type>
3323
  </tag>
3324
- <tag line="547" name="param" description="current post (optional, default (object) array ( 'ID' =&gt; 0 ))" type="object" variable="$post">
3325
  <type by_reference="false">object</type>
3326
  </tag>
3327
- <tag line="547" name="return" description="" type="void">
3328
  <type by_reference="false">void</type>
3329
  </tag>
3330
  </docblock>
3331
- <argument line="558">
3332
  <name>$post_type</name>
3333
  <default><![CDATA['unknown']]></default>
3334
  <type/>
3335
  </argument>
3336
- <argument line="558">
3337
  <name>$post</name>
3338
  <default><![CDATA[NULL]]></default>
3339
  <type/>
3340
  </argument>
3341
  </method>
3342
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="655" package="Media Library Assistant">
3343
  <name>mla_edit_add_help_tab</name>
3344
  <full_name>mla_edit_add_help_tab</full_name>
3345
- <docblock line="645">
3346
  <description><![CDATA[Add contextual help tabs to the WordPress Edit Media page]]></description>
3347
  <long-description><![CDATA[]]></long-description>
3348
- <tag line="645" name="since" description="0.90"/>
3349
- <tag line="645" name="param" description="title as shown on the screen" type="string" variable="$admin_title">
3350
  <type by_reference="false">string</type>
3351
  </tag>
3352
- <tag line="645" name="param" description="title as shown in the HTML header" type="string" variable="$title">
3353
  <type by_reference="false">string</type>
3354
  </tag>
3355
- <tag line="645" name="return" description="" type="void">
3356
  <type by_reference="false">void</type>
3357
  </tag>
3358
  </docblock>
3359
- <argument line="655">
3360
  <name>$admin_title</name>
3361
  <default><![CDATA[]]></default>
3362
  <type/>
3363
  </argument>
3364
- <argument line="655">
3365
  <name>$title</name>
3366
  <default><![CDATA[]]></default>
3367
  <type/>
3368
  </argument>
3369
  </method>
3370
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="717" package="Media Library Assistant">
3371
  <name>mla_parent_info_handler</name>
3372
  <full_name>mla_parent_info_handler</full_name>
3373
- <docblock line="707">
3374
  <description><![CDATA[Renders the Parent Info meta box on the Edit Media page.]]></description>
3375
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3376
- <tag line="707" name="since" description="0.80"/>
3377
- <tag line="707" name="param" description="current post" type="object" variable="$post">
3378
  <type by_reference="false">object</type>
3379
  </tag>
3380
- <tag line="707" name="return" description="echoes the HTML markup for the meta box content" type="void">
3381
  <type by_reference="false">void</type>
3382
  </tag>
3383
  </docblock>
3384
- <argument line="717">
3385
  <name>$post</name>
3386
  <default><![CDATA[]]></default>
3387
  <type/>
3388
  </argument>
3389
  </method>
3390
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="766" package="Media Library Assistant">
3391
  <name>mla_menu_order_handler</name>
3392
  <full_name>mla_menu_order_handler</full_name>
3393
- <docblock line="756">
3394
  <description><![CDATA[Renders the Menu Order meta box on the Edit Media page.]]></description>
3395
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3396
- <tag line="756" name="since" description="0.80"/>
3397
- <tag line="756" name="param" description="current post" type="object" variable="$post">
3398
  <type by_reference="false">object</type>
3399
  </tag>
3400
- <tag line="756" name="return" description="echoes the HTML markup for the meta box content" type="void">
3401
  <type by_reference="false">void</type>
3402
  </tag>
3403
  </docblock>
3404
- <argument line="766">
3405
  <name>$post</name>
3406
  <default><![CDATA[]]></default>
3407
  <type/>
3408
  </argument>
3409
  </method>
3410
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="783" package="Media Library Assistant">
3411
  <name>mla_image_metadata_handler</name>
3412
  <full_name>mla_image_metadata_handler</full_name>
3413
- <docblock line="773">
3414
  <description><![CDATA[Renders the Image Metadata meta box on the Edit Media page.]]></description>
3415
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3416
- <tag line="773" name="since" description="0.80"/>
3417
- <tag line="773" name="param" description="current post" type="object" variable="$post">
3418
  <type by_reference="false">object</type>
3419
  </tag>
3420
- <tag line="773" name="return" description="echoes the HTML markup for the meta box content" type="void">
3421
  <type by_reference="false">void</type>
3422
  </tag>
3423
  </docblock>
3424
- <argument line="783">
3425
  <name>$post</name>
3426
  <default><![CDATA[]]></default>
3427
  <type/>
3428
  </argument>
3429
  </method>
3430
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="808" package="Media Library Assistant">
3431
  <name>mla_featured_in_handler</name>
3432
  <full_name>mla_featured_in_handler</full_name>
3433
- <docblock line="798">
3434
  <description><![CDATA[Renders the Featured in meta box on the Edit Media page.]]></description>
3435
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3436
- <tag line="798" name="since" description="0.80"/>
3437
- <tag line="798" name="param" description="current post" type="object" variable="$post">
3438
  <type by_reference="false">object</type>
3439
  </tag>
3440
- <tag line="798" name="return" description="echoes the HTML markup for the meta box content" type="void">
3441
  <type by_reference="false">void</type>
3442
  </tag>
3443
  </docblock>
3444
- <argument line="808">
3445
  <name>$post</name>
3446
  <default><![CDATA[]]></default>
3447
  <type/>
3448
  </argument>
3449
  </method>
3450
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="843" package="Media Library Assistant">
3451
  <name>mla_inserted_in_handler</name>
3452
  <full_name>mla_inserted_in_handler</full_name>
3453
- <docblock line="833">
3454
  <description><![CDATA[Renders the Inserted in meta box on the Edit Media page.]]></description>
3455
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3456
- <tag line="833" name="since" description="0.80"/>
3457
- <tag line="833" name="param" description="current post" type="object" variable="$post">
3458
  <type by_reference="false">object</type>
3459
  </tag>
3460
- <tag line="833" name="return" description="echoes the HTML markup for the meta box content" type="void">
3461
  <type by_reference="false">void</type>
3462
  </tag>
3463
  </docblock>
3464
- <argument line="843">
3465
  <name>$post</name>
3466
  <default><![CDATA[]]></default>
3467
  <type/>
3468
  </argument>
3469
  </method>
3470
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="882" package="Media Library Assistant">
3471
  <name>mla_gallery_in_handler</name>
3472
  <full_name>mla_gallery_in_handler</full_name>
3473
- <docblock line="872">
3474
  <description><![CDATA[Renders the Gallery in meta box on the Edit Media page.]]></description>
3475
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3476
- <tag line="872" name="since" description="0.80"/>
3477
- <tag line="872" name="param" description="current post" type="object" variable="$post">
3478
  <type by_reference="false">object</type>
3479
  </tag>
3480
- <tag line="872" name="return" description="echoes the HTML markup for the meta box content" type="void">
3481
  <type by_reference="false">void</type>
3482
  </tag>
3483
  </docblock>
3484
- <argument line="882">
3485
  <name>$post</name>
3486
  <default><![CDATA[]]></default>
3487
  <type/>
3488
  </argument>
3489
  </method>
3490
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="917" package="Media Library Assistant">
3491
  <name>mla_mla_gallery_in_handler</name>
3492
  <full_name>mla_mla_gallery_in_handler</full_name>
3493
- <docblock line="907">
3494
  <description><![CDATA[Renders the MLA Gallery in meta box on the Edit Media page.]]></description>
3495
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3496
- <tag line="907" name="since" description="0.80"/>
3497
- <tag line="907" name="param" description="current post" type="object" variable="$post">
3498
  <type by_reference="false">object</type>
3499
  </tag>
3500
- <tag line="907" name="return" description="echoes the HTML markup for the meta box content" type="void">
3501
  <type by_reference="false">void</type>
3502
  </tag>
3503
  </docblock>
3504
- <argument line="917">
3505
  <name>$post</name>
3506
  <default><![CDATA[]]></default>
3507
  <type/>
3508
  </argument>
3509
  </method>
3510
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="952" package="Media Library Assistant">
3511
  <name>mla_edit_attachment_action</name>
3512
  <full_name>mla_edit_attachment_action</full_name>
3513
- <docblock line="942">
3514
  <description><![CDATA[Saves updates from the Edit Media screen.]]></description>
3515
  <long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
3516
- <tag line="942" name="since" description="0.80"/>
3517
- <tag line="942" name="param" description="ID of the current post" type="integer" variable="$post_ID">
3518
  <type by_reference="false">integer</type>
3519
  </tag>
3520
- <tag line="942" name="return" description="" type="void">
3521
  <type by_reference="false">void</type>
3522
  </tag>
3523
  </docblock>
3524
- <argument line="952">
3525
  <name>$post_ID</name>
3526
  <default><![CDATA[]]></default>
3527
  <type/>
3528
  </argument>
3529
  </method>
3530
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="978" package="Media Library Assistant">
3531
  <name>_mla_ajax_add_flat_term</name>
3532
  <full_name>_mla_ajax_add_flat_term</full_name>
3533
- <docblock line="967">
3534
  <description><![CDATA[Add flat taxonomy term from "checklist" meta box on the Media Manager Modal Window]]></description>
3535
  <long-description><![CDATA[<p>Adapted from the WordPress post_categories_meta_box() in /wp-admin/includes/meta-boxes.php.</p>]]></long-description>
3536
- <tag line="967" name="since" description="1.80"/>
3537
- <tag line="967" name="param" description="The taxonomy name, from $_POST['action']" type="string" variable="$key">
3538
  <type by_reference="false">string</type>
3539
  </tag>
3540
- <tag line="967" name="return" description="Sends JSON response with updated HTML for the checklist" type="void">
3541
  <type by_reference="false">void</type>
3542
  </tag>
3543
  </docblock>
3544
- <argument line="978">
3545
  <name>$key</name>
3546
  <default><![CDATA[]]></default>
3547
  <type/>
3548
  </argument>
3549
  </method>
3550
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1041" package="Media Library Assistant">
3551
  <name>mla_checklist_meta_box</name>
3552
  <full_name>mla_checklist_meta_box</full_name>
3553
- <docblock line="1026">
3554
  <description><![CDATA[Display taxonomy "checklist" form fields]]></description>
3555
  <long-description><![CDATA[<p>Adapted from /wp-admin/includes/ajax-actions.php function _wp_ajax_add_hierarchical_term().
3556
  Includes the "? Search" area to filter the term checklist by entering part
3557
  or all of a word/phrase in the term label.
3558
  Output to the Media/Edit Media screen and to the Media Manager Modal Window.</p>]]></long-description>
3559
- <tag line="1026" name="since" description="1.71"/>
3560
- <tag line="1026" name="param" description="The current post" type="object" variable="$target_post">
3561
  <type by_reference="false">object</type>
3562
  </tag>
3563
- <tag line="1026" name="param" description="The meta box parameters" type="array" variable="$box">
3564
  <type by_reference="false">array</type>
3565
  </tag>
3566
- <tag line="1026" name="return" description="Echoes HTML for the form fields" type="void">
3567
  <type by_reference="false">void</type>
3568
  </tag>
3569
  </docblock>
3570
- <argument line="1041">
3571
  <name>$target_post</name>
3572
  <default><![CDATA[]]></default>
3573
  <type/>
3574
  </argument>
3575
- <argument line="1041">
3576
  <name>$box</name>
3577
  <default><![CDATA[]]></default>
3578
  <type/>
3579
  </argument>
3580
  </method>
3581
  </class>
3582
- <class final="false" abstract="false" namespace="global" line="1200" package="Media Library Assistant">
3583
  <extends>\Walker_Category</extends>
3584
  <name>MLA_Checklist_Walker</name>
3585
  <full_name>\MLA_Checklist_Walker</full_name>
3586
- <docblock line="1190">
3587
  <description><![CDATA[Class MLA (Media Library Assistant) Checklist Walker replaces term_id with slug in checklist output]]></description>
3588
  <long-description><![CDATA[<p>This walker is used to build the meta boxes for flat taxonomies, e.g., Tags, Att. Tags.
3589
  Class Walker_Category is defined in /wp-includes/category-template.php.
3590
  Class Walker is defined in /wp-includes/class-wp-walker.php.</p>]]></long-description>
3591
- <tag line="1190" name="package" description="Media Library Assistant"/>
3592
- <tag line="1190" name="since" description="1.80"/>
3593
  </docblock>
3594
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1214" package="Media Library Assistant">
3595
  <name>start_el</name>
3596
  <full_name>start_el</full_name>
3597
- <docblock line="1201">
3598
  <description><![CDATA[Start the element output.]]></description>
3599
  <long-description><![CDATA[]]></long-description>
3600
- <tag line="1201" name="see" description="\global\Walker::start_el()" refers="\global\Walker::start_el()"/>
3601
- <tag line="1201" name="since" description="1.80"/>
3602
- <tag line="1201" name="param" description="Passed by reference. Used to append additional content." type="string" variable="$output">
3603
  <type by_reference="false">string</type>
3604
  </tag>
3605
- <tag line="1201" name="param" description="Taxonomy data object." type="object" variable="$taxonomy_object">
3606
  <type by_reference="false">object</type>
3607
  </tag>
3608
- <tag line="1201" name="param" description="Depth of category in reference to parents. Default 0." type="int" variable="$depth">
3609
  <type by_reference="false">int</type>
3610
  </tag>
3611
- <tag line="1201" name="param" description="An array of arguments. @see wp_list_categories()" type="array" variable="$args">
3612
  <type by_reference="false">array</type>
3613
  </tag>
3614
- <tag line="1201" name="param" description="ID of the current category." type="int" variable="$id">
3615
  <type by_reference="false">int</type>
3616
  </tag>
3617
  </docblock>
3618
- <argument line="1214">
3619
  <name>$output</name>
3620
  <default><![CDATA[]]></default>
3621
  <type/>
3622
  </argument>
3623
- <argument line="1214">
3624
  <name>$taxonomy_object</name>
3625
  <default><![CDATA[]]></default>
3626
  <type/>
3627
  </argument>
3628
- <argument line="1214">
3629
  <name>$depth</name>
3630
  <default><![CDATA[0]]></default>
3631
  <type/>
3632
  </argument>
3633
- <argument line="1214">
3634
  <name>$args</name>
3635
  <default><![CDATA[array()]]></default>
3636
  <type/>
3637
  </argument>
3638
- <argument line="1214">
3639
  <name>$id</name>
3640
  <default><![CDATA[0]]></default>
3641
  <type/>
3642
  </argument>
3643
  </method>
3644
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1247" package="Media Library Assistant">
3645
  <name>end_el</name>
3646
  <full_name>end_el</full_name>
3647
- <docblock line="1235">
3648
  <description><![CDATA[Ends the element output, if needed.]]></description>
3649
  <long-description><![CDATA[]]></long-description>
3650
- <tag line="1235" name="see" description="\global\Walker::end_el()" refers="\global\Walker::end_el()"/>
3651
- <tag line="1235" name="since" description="1.80"/>
3652
- <tag line="1235" name="param" description="Passed by reference. Used to append additional content." type="string" variable="$output">
3653
  <type by_reference="false">string</type>
3654
  </tag>
3655
- <tag line="1235" name="param" description="The current term object." type="object" variable="$category">
3656
  <type by_reference="false">object</type>
3657
  </tag>
3658
- <tag line="1235" name="param" description="Depth of the term in reference to parents. Default 0." type="int" variable="$depth">
3659
  <type by_reference="false">int</type>
3660
  </tag>
3661
- <tag line="1235" name="param" description="An array of arguments. @see wp_terms_checklist()" type="array" variable="$args">
3662
  <type by_reference="false">array</type>
3663
  </tag>
3664
  </docblock>
3665
- <argument line="1247">
3666
  <name>$output</name>
3667
  <default><![CDATA[]]></default>
3668
  <type/>
3669
  </argument>
3670
- <argument line="1247">
3671
  <name>$category</name>
3672
  <default><![CDATA[]]></default>
3673
  <type/>
3674
  </argument>
3675
- <argument line="1247">
3676
  <name>$depth</name>
3677
  <default><![CDATA[0]]></default>
3678
  <type/>
3679
  </argument>
3680
- <argument line="1247">
3681
  <name>$args</name>
3682
  <default><![CDATA[array()]]></default>
3683
  <type/>
@@ -4136,7 +4136,7 @@ for the [mla_gallery] mla_viewer=single option]]></description>
4136
  </method>
4137
  </class>
4138
  </file>
4139
- <file path="includes\class-mla-list-table.php" hash="4d41d0fa09243280be1308dde57170fb" package="Media Library Assistant">
4140
  <docblock line="2">
4141
  <description><![CDATA[Media Library Assistant extended List Table class]]></description>
4142
  <long-description><![CDATA[]]></long-description>
@@ -4156,82 +4156,82 @@ for the [mla_gallery] mla_viewer=single option]]></description>
4156
  <tag line="16" name="package" description="Media Library Assistant"/>
4157
  <tag line="16" name="since" description="0.1"/>
4158
  </docblock>
4159
- <property final="false" static="false" visibility="private" line="35" namespace="global" package="Media Library Assistant">
4160
  <name>$detached</name>
4161
  <default><![CDATA[]]></default>
4162
- <docblock line="26">
4163
  <description><![CDATA[True if the current view is "Unattached"]]></description>
4164
  <long-description><![CDATA[<p>Declaration added in MLA v2.11 for WP 4.2 compatibility.</p>]]></long-description>
4165
- <tag line="26" name="since" description="0.1"/>
4166
- <tag line="26" name="var" description="" type="int">
4167
  <type by_reference="false">int</type>
4168
  </tag>
4169
  </docblock>
4170
  </property>
4171
- <property final="false" static="false" visibility="private" line="44" namespace="global" package="Media Library Assistant">
4172
  <name>$attached</name>
4173
  <default><![CDATA[]]></default>
4174
- <docblock line="37">
4175
  <description><![CDATA[True if the current view is "Attached"]]></description>
4176
  <long-description><![CDATA[]]></long-description>
4177
- <tag line="37" name="since" description="2.11"/>
4178
- <tag line="37" name="var" description="" type="int">
4179
  <type by_reference="false">int</type>
4180
  </tag>
4181
  </docblock>
4182
  </property>
4183
- <property final="false" static="false" visibility="private" line="55" namespace="global" package="Media Library Assistant">
4184
  <name>$is_trash</name>
4185
  <default><![CDATA[]]></default>
4186
- <docblock line="46">
4187
  <description><![CDATA[True if the current view is "Trash"]]></description>
4188
  <long-description><![CDATA[<p>Declaration added in MLA v2.11 for WP 4.2 compatibility.</p>]]></long-description>
4189
- <tag line="46" name="since" description="0.1"/>
4190
- <tag line="46" name="var" description="" type="int">
4191
  <type by_reference="false">int</type>
4192
  </tag>
4193
  </docblock>
4194
  </property>
4195
- <property final="false" static="false" visibility="protected" line="70" namespace="global" package="Media Library Assistant">
4196
  <name>$rollover_id</name>
4197
  <default><![CDATA[0]]></default>
4198
- <docblock line="61">
4199
  <description><![CDATA[Records assignment of row-level actions to a table row]]></description>
4200
  <long-description><![CDATA[<p>Set to the current Post-ID when row-level actions are output for the row.</p>]]></long-description>
4201
- <tag line="61" name="since" description="0.1"/>
4202
- <tag line="61" name="var" description="" type="int">
4203
  <type by_reference="false">int</type>
4204
  </tag>
4205
  </docblock>
4206
  </property>
4207
- <property final="false" static="false" visibility="protected" line="81" namespace="global" package="Media Library Assistant">
4208
  <name>$currently_hidden</name>
4209
  <default><![CDATA[array()]]></default>
4210
- <docblock line="72">
4211
  <description><![CDATA[Currently hidden columns]]></description>
4212
  <long-description><![CDATA[<p>Records hidden columns so row-level actions are not assigned to them.</p>]]></long-description>
4213
- <tag line="72" name="since" description="0.1"/>
4214
- <tag line="72" name="var" description="" type="array">
4215
  <type by_reference="false">array</type>
4216
  </tag>
4217
  </docblock>
4218
  </property>
4219
- <property final="false" static="false" visibility="protected" line="90" namespace="global" package="Media Library Assistant">
4220
  <name>$mla_wpml_table</name>
4221
  <default><![CDATA[NULL]]></default>
4222
- <docblock line="83">
4223
  <description><![CDATA[The WPML_List_table support object, if required]]></description>
4224
  <long-description><![CDATA[]]></long-description>
4225
- <tag line="83" name="since" description="2.11"/>
4226
- <tag line="83" name="var" description="" type="object">
4227
  <type by_reference="false">object</type>
4228
  </tag>
4229
  </docblock>
4230
  </property>
4231
- <property final="false" static="true" visibility="protected" line="114" namespace="global" package="Media Library Assistant">
4232
  <name>$default_columns</name>
4233
  <default><![CDATA[array()]]></default>
4234
- <docblock line="97">
4235
  <description><![CDATA[Table column definitions]]></description>
4236
  <long-description><![CDATA[<p>This array defines table columns and titles where the key is the column slug (and class)
4237
  and the value is the column's title text. If you need a checkbox for bulk actions,
@@ -4242,16 +4242,16 @@ column in your table you must create a column_cb() method. If you don't need
4242
  bulk actions or checkboxes, simply leave the 'cb' entry out of your array.</p>
4243
 
4244
  <p>All of the columns are added to this array by MLA_List_Table::mla_admin_init_action.</p>]]></long-description>
4245
- <tag line="97" name="since" description="0.1"/>
4246
- <tag line="97" name="var" description="" type="array">
4247
  <type by_reference="false">array</type>
4248
  </tag>
4249
  </docblock>
4250
  </property>
4251
- <property final="false" static="true" visibility="protected" line="132" namespace="global" package="Media Library Assistant">
4252
  <name>$default_hidden_columns</name>
4253
  <default><![CDATA[array('post_title', 'post_name', 'parent', 'menu_order', 'galleries', 'mla_galleries', 'alt_text', 'caption', 'description', 'post_mime_type', 'file_url', 'base_file', 'date', 'modified', 'author', 'attached_to')]]></default>
4254
- <docblock line="116">
4255
  <description><![CDATA[Default values for hidden columns]]></description>
4256
  <long-description><![CDATA[<p>This array is used when the user-level option is not set, i.e.,
4257
  the user has not altered the selection of hidden columns.</p>
@@ -4261,16 +4261,16 @@ array(0 => 'ID_parent, 1 => 'title_name').</p>
4261
 
4262
  <p>Taxonomy and custom field columns are added to this array by
4263
  MLA_List_Table::mla_admin_init_action.</p>]]></long-description>
4264
- <tag line="116" name="since" description="0.1"/>
4265
- <tag line="116" name="var" description="" type="array">
4266
  <type by_reference="false">array</type>
4267
  </tag>
4268
  </docblock>
4269
  </property>
4270
- <property final="false" static="true" visibility="protected" line="175" namespace="global" package="Media Library Assistant">
4271
  <name>$default_sortable_columns</name>
4272
  <default><![CDATA[array('ID_parent' => array('ID', true), 'title_name' => array('title_name', false), 'post_title' => array('post_title', false), 'post_name' => array('post_name', false), 'parent' => array('post_parent', false), 'menu_order' => array('menu_order', false), 'alt_text' => array('_wp_attachment_image_alt', true), 'caption' => array('post_excerpt', false), 'description' => array('post_content', false), 'post_mime_type' => array('post_mime_type', false), 'file_url' => array('guid', false), 'base_file' => array('_wp_attached_file', false), 'date' => array('post_date', true), 'modified' => array('post_modified', true), 'author' => array('post_author', false), 'attached_to' => array('post_parent', false))]]></default>
4273
- <docblock line="157">
4274
  <description><![CDATA[Sortable column definitions]]></description>
4275
  <long-description><![CDATA[<p>This array defines the table columns that can be sorted. The array key
4276
  is the column slug that needs to be sortable, and the value is database column
@@ -4282,922 +4282,1007 @@ for the column is DESC/Descending.</p>
4282
 
4283
  <p>Taxonomy and custom field columns are added to this array by
4284
  MLA_List_Table::mla_admin_init_action.</p>]]></long-description>
4285
- <tag line="157" name="since" description="0.1"/>
4286
- <tag line="157" name="var" description="" type="array">
4287
  <type by_reference="false">array</type>
4288
  </tag>
4289
  </docblock>
4290
  </property>
4291
- <method final="false" abstract="false" static="true" visibility="protected" namespace="global" line="212" package="Media Library Assistant">
4292
  <name>_avail_mime_types</name>
4293
  <full_name>_avail_mime_types</full_name>
4294
- <docblock line="200">
4295
  <description><![CDATA[Get MIME types with one or more attachments for view preparation]]></description>
4296
  <long-description><![CDATA[<p>Modeled after get_available_post_mime_types in wp-admin/includes/post.php,
4297
  but uses the output of wp_count_attachments() as input.</p>]]></long-description>
4298
- <tag line="200" name="since" description="0.1"/>
4299
- <tag line="200" name="param" description="Number of posts for each MIME type" type="array" variable="$num_posts">
4300
  <type by_reference="false">array</type>
4301
  </tag>
4302
- <tag line="200" name="return" description="Mime type names" type="array">
4303
  <type by_reference="false">array</type>
4304
  </tag>
4305
  </docblock>
4306
- <argument line="212">
4307
  <name>$num_posts</name>
4308
  <default><![CDATA[]]></default>
4309
  <type/>
4310
  </argument>
4311
  </method>
4312
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="234" package="Media Library Assistant">
4313
  <name>mla_localize_default_columns_array</name>
4314
  <full_name>mla_localize_default_columns_array</full_name>
4315
- <docblock line="224">
4316
  <description><![CDATA[Builds the $default_columns array with translated source texts.]]></description>
4317
- <long-description><![CDATA[<p>Called from MLA:mla_plugins_loaded_action because the $default_columns information might be
4318
- accessed from "front end" posts/pages.</p>]]></long-description>
4319
- <tag line="224" name="since" description="1.71"/>
4320
- <tag line="224" name="return" description="" type="void">
4321
- <type by_reference="false">void</type>
4322
- </tag>
4323
  </docblock>
4324
  </method>
4325
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="274" package="Media Library Assistant">
4326
  <name>mla_get_taxonomy_filter_dropdown</name>
4327
  <full_name>mla_get_taxonomy_filter_dropdown</full_name>
4328
- <docblock line="265">
4329
  <description><![CDATA[Get dropdown box of terms to filter by, if available]]></description>
4330
  <long-description><![CDATA[]]></long-description>
4331
- <tag line="265" name="since" description="1.20"/>
4332
- <tag line="265" name="param" description="currently selected term_id || zero (default)" type="integer" variable="$selected">
4333
  <type by_reference="false">integer</type>
4334
  </tag>
4335
- <tag line="265" name="return" description="HTML markup for dropdown box" type="string">
4336
  <type by_reference="false">string</type>
4337
  </tag>
4338
  </docblock>
4339
- <argument line="274">
4340
  <name>$selected</name>
4341
  <default><![CDATA[0]]></default>
4342
  <type/>
4343
  </argument>
4344
  </method>
4345
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="319" package="Media Library Assistant">
4346
  <name>mla_get_sortable_columns</name>
4347
  <full_name>mla_get_sortable_columns</full_name>
4348
- <docblock line="312">
4349
  <description><![CDATA[Return the names and display values of the sortable columns]]></description>
4350
  <long-description><![CDATA[]]></long-description>
4351
- <tag line="312" name="since" description="0.30"/>
4352
- <tag line="312" name="return" description="name =&gt; array( orderby value, heading ) for sortable columns" type="array">
4353
  <type by_reference="false">array</type>
4354
  </tag>
4355
  </docblock>
4356
  </method>
4357
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="339" package="Media Library Assistant">
4358
  <name>mla_submenu_arguments</name>
4359
  <full_name>mla_submenu_arguments</full_name>
4360
- <docblock line="330">
4361
  <description><![CDATA[Process $_REQUEST, building $submenu_arguments]]></description>
4362
  <long-description><![CDATA[]]></long-description>
4363
- <tag line="330" name="since" description="1.42"/>
4364
- <tag line="330" name="param" description="Optional: Include the &quot;click filter&quot; values in the results" type="boolean" variable="$include_filters">
4365
  <type by_reference="false">boolean</type>
4366
  </tag>
4367
- <tag line="330" name="return" description="non-empty view, search, filter and sort arguments" type="array">
4368
  <type by_reference="false">array</type>
4369
  </tag>
4370
  </docblock>
4371
- <argument line="339">
4372
  <name>$include_filters</name>
4373
  <default><![CDATA[true]]></default>
4374
  <type/>
4375
  </argument>
4376
  </method>
4377
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="456" package="Media Library Assistant">
4378
  <name>mla_manage_hidden_columns_filter</name>
4379
  <full_name>mla_manage_hidden_columns_filter</full_name>
4380
- <docblock line="441">
4381
  <description><![CDATA[Handler for filter 'get_user_option_managemedia_page_mla-menucolumnshidden']]></description>
4382
  <long-description><![CDATA[<p>Required because the screen.php get_hidden_columns function only uses
4383
  the get_user_option result. Set when the file is loaded because the object
4384
  is not created in time for the call from screen.php.</p>]]></long-description>
4385
- <tag line="441" name="since" description="0.1"/>
4386
- <tag line="441" name="param" description="current list of hidden columns, if any" type="string" variable="$result">
4387
  <type by_reference="false">string</type>
4388
  </tag>
4389
- <tag line="441" name="param" description="'managemedia_page_mla-menucolumnshidden'" type="string" variable="$option">
4390
  <type by_reference="false">string</type>
4391
  </tag>
4392
- <tag line="441" name="param" description="WP_User object, if logged in" type="object" variable="$user_data">
4393
  <type by_reference="false">object</type>
4394
  </tag>
4395
- <tag line="441" name="return" description="updated list of hidden columns" type="array">
4396
  <type by_reference="false">array</type>
4397
  </tag>
4398
  </docblock>
4399
- <argument line="456">
4400
  <name>$result</name>
4401
  <default><![CDATA[]]></default>
4402
  <type/>
4403
  </argument>
4404
- <argument line="456">
4405
  <name>$option</name>
4406
  <default><![CDATA[]]></default>
4407
  <type/>
4408
  </argument>
4409
- <argument line="456">
4410
  <name>$user_data</name>
4411
  <default><![CDATA[]]></default>
4412
  <type/>
4413
  </argument>
4414
  </method>
4415
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="475" package="Media Library Assistant">
4416
  <name>mla_manage_columns_filter</name>
4417
  <full_name>mla_manage_columns_filter</full_name>
4418
- <docblock line="464">
4419
  <description><![CDATA[Handler for filter 'manage_media_page_mla-menu_columns']]></description>
4420
  <long-description><![CDATA[<p>This required filter dictates the table's columns and titles. Set when the
4421
  file is loaded because the list_table object isn't created in time
4422
  to affect the "screen options" setup.</p>]]></long-description>
4423
- <tag line="464" name="since" description="0.1"/>
4424
- <tag line="464" name="return" description="list of table columns" type="array">
4425
  <type by_reference="false">array</type>
4426
  </tag>
4427
  </docblock>
4428
  </method>
4429
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="489" package="Media Library Assistant">
4430
  <name>mla_admin_init_action</name>
4431
  <full_name>mla_admin_init_action</full_name>
4432
- <docblock line="479">
4433
  <description><![CDATA[Adds support for taxonomy and custom field columns]]></description>
4434
  <long-description><![CDATA[<p>Called in the admin_init action because the list_table object isn't
4435
  created in time to affect the "screen options" setup.</p>]]></long-description>
4436
- <tag line="479" name="since" description="0.30"/>
4437
- <tag line="479" name="return" description="" type="void">
4438
- <type by_reference="false">void</type>
4439
- </tag>
4440
  </docblock>
4441
  </method>
4442
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="514" package="Media Library Assistant">
4443
  <name>__construct</name>
4444
  <full_name>__construct</full_name>
4445
- <docblock line="506">
4446
  <description><![CDATA[Initializes some properties from $_REQUEST variables, then
4447
  calls the parent constructor to set some default configs.]]></description>
4448
  <long-description><![CDATA[]]></long-description>
4449
- <tag line="506" name="since" description="0.1"/>
4450
- <tag line="506" name="return" description="" type="void">
4451
- <type by_reference="false">void</type>
4452
- </tag>
4453
  </docblock>
4454
  </method>
4455
  <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="551" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
 
 
 
4456
  <name>column_default</name>
4457
  <full_name>column_default</full_name>
4458
- <docblock line="538">
4459
  <description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
4460
  <long-description><![CDATA[<p>Called when the parent class can't find a method specifically built for a given column.
4461
  The taxonomy and custom field columns are handled here. All other columns should have
4462
  a specific method, so this function returns a troubleshooting message.</p>]]></long-description>
4463
- <tag line="538" name="since" description="0.1"/>
4464
- <tag line="538" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
4465
  <type by_reference="false">array</type>
4466
  </tag>
4467
- <tag line="538" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
4468
  <type by_reference="false">array</type>
4469
  </tag>
4470
- <tag line="538" name="return" description="Text or HTML to be placed inside the column" type="string">
4471
  <type by_reference="false">string</type>
4472
  </tag>
4473
  </docblock>
4474
- <argument line="551">
4475
  <name>$item</name>
4476
  <default><![CDATA[]]></default>
4477
  <type/>
4478
  </argument>
4479
- <argument line="551">
4480
  <name>$column_name</name>
4481
  <default><![CDATA[]]></default>
4482
  <type/>
4483
  </argument>
4484
  </method>
4485
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="641" package="Media Library Assistant">
4486
  <name>column_cb</name>
4487
  <full_name>column_cb</full_name>
4488
- <docblock line="632">
4489
  <description><![CDATA[Displays checkboxes for using bulk actions.]]></description>
4490
  <long-description><![CDATA[<p>The 'cb' column
4491
  is given special treatment when columns are processed.</p>]]></long-description>
4492
- <tag line="632" name="since" description="0.1"/>
4493
- <tag line="632" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4494
  <type by_reference="false">array</type>
4495
  </tag>
4496
- <tag line="632" name="return" description="HTML markup to be placed inside the column" type="string">
4497
  <type by_reference="false">string</type>
4498
  </tag>
4499
  </docblock>
4500
- <argument line="641">
4501
  <name>$item</name>
4502
  <default><![CDATA[]]></default>
4503
  <type/>
4504
  </argument>
4505
  </method>
4506
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="656" package="Media Library Assistant">
4507
  <name>column_icon</name>
4508
  <full_name>column_icon</full_name>
4509
- <docblock line="648">
4510
  <description><![CDATA[Supply the content for a custom column]]></description>
4511
  <long-description><![CDATA[]]></long-description>
4512
- <tag line="648" name="since" description="0.1"/>
4513
- <tag line="648" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4514
  <type by_reference="false">array</type>
4515
  </tag>
4516
- <tag line="648" name="return" description="HTML markup to be placed inside the column" type="string">
4517
  <type by_reference="false">string</type>
4518
  </tag>
4519
  </docblock>
4520
- <argument line="656">
4521
  <name>$item</name>
4522
  <default><![CDATA[]]></default>
4523
  <type/>
4524
  </argument>
4525
  </method>
4526
- <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="696" package="Media Library Assistant">
4527
  <name>_format_post_status</name>
4528
  <full_name>_format_post_status</full_name>
4529
- <docblock line="687">
4530
  <description><![CDATA[Translate post_status 'future', 'pending', 'draft' and 'trash' to label]]></description>
4531
  <long-description><![CDATA[]]></long-description>
4532
- <tag line="687" name="since" description="2.01"/>
4533
- <tag line="687" name="param" description="post_status" type="string" variable="$post_status">
4534
  <type by_reference="false">string</type>
4535
  </tag>
4536
- <tag line="687" name="return" description="Status label or empty string" type="string">
4537
  <type by_reference="false">string</type>
4538
  </tag>
4539
  </docblock>
4540
- <argument line="696">
4541
  <name>$post_status</name>
4542
  <default><![CDATA[]]></default>
4543
  <type/>
4544
  </argument>
4545
  </method>
4546
- <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="729" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4547
  <name>_build_rollover_actions</name>
4548
  <full_name>_build_rollover_actions</full_name>
4549
- <docblock line="718">
4550
- <description><![CDATA[Add rollover actions to exactly one of the following displayed columns:
4551
  'ID_parent', 'title_name', 'post_title', 'post_name']]></description>
4552
  <long-description><![CDATA[]]></long-description>
4553
- <tag line="718" name="since" description="0.1"/>
4554
- <tag line="718" name="param" description="A singular attachment (post) object" type="object" variable="$item">
4555
  <type by_reference="false">object</type>
4556
  </tag>
4557
- <tag line="718" name="param" description="Current column name" type="string" variable="$column">
4558
  <type by_reference="false">string</type>
4559
  </tag>
4560
- <tag line="718" name="return" description="Names and URLs of row-level actions" type="array">
4561
  <type by_reference="false">array</type>
4562
  </tag>
4563
  </docblock>
4564
- <argument line="729">
4565
  <name>$item</name>
4566
  <default><![CDATA[]]></default>
4567
  <type/>
4568
  </argument>
4569
- <argument line="729">
4570
  <name>$column</name>
4571
  <default><![CDATA[]]></default>
4572
  <type/>
4573
  </argument>
4574
  </method>
4575
- <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="798" package="Media Library Assistant">
4576
  <name>_build_inline_data</name>
4577
  <full_name>_build_inline_data</full_name>
4578
- <docblock line="789">
4579
  <description><![CDATA[Add hidden fields with the data for use in the inline editor]]></description>
4580
  <long-description><![CDATA[]]></long-description>
4581
- <tag line="789" name="since" description="0.20"/>
4582
- <tag line="789" name="param" description="A singular attachment (post) object" type="object" variable="$item">
4583
  <type by_reference="false">object</type>
4584
  </tag>
4585
- <tag line="789" name="return" description="HTML &lt;div&gt; with row data" type="string">
4586
  <type by_reference="false">string</type>
4587
  </tag>
4588
  </docblock>
4589
- <argument line="798">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4590
  <name>$item</name>
4591
  <default><![CDATA[]]></default>
4592
  <type/>
4593
  </argument>
 
 
 
 
 
 
 
 
 
 
4594
  </method>
4595
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="891" package="Media Library Assistant">
4596
  <name>column_ID_parent</name>
4597
  <full_name>column_ID_parent</full_name>
4598
- <docblock line="883">
4599
  <description><![CDATA[Supply the content for a custom column]]></description>
4600
  <long-description><![CDATA[]]></long-description>
4601
- <tag line="883" name="since" description="0.1"/>
4602
- <tag line="883" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4603
  <type by_reference="false">array</type>
4604
  </tag>
4605
- <tag line="883" name="return" description="HTML markup to be placed inside the column" type="string">
4606
  <type by_reference="false">string</type>
4607
  </tag>
4608
  </docblock>
4609
- <argument line="891">
4610
  <name>$item</name>
4611
  <default><![CDATA[]]></default>
4612
  <type/>
4613
  </argument>
4614
  </method>
4615
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="924" package="Media Library Assistant">
4616
  <name>column_title_name</name>
4617
  <full_name>column_title_name</full_name>
4618
- <docblock line="916">
4619
  <description><![CDATA[Supply the content for a custom column]]></description>
4620
  <long-description><![CDATA[]]></long-description>
4621
- <tag line="916" name="since" description="0.1"/>
4622
- <tag line="916" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4623
  <type by_reference="false">array</type>
4624
  </tag>
4625
- <tag line="916" name="return" description="HTML markup to be placed inside the column" type="string">
4626
  <type by_reference="false">string</type>
4627
  </tag>
4628
  </docblock>
4629
- <argument line="924">
4630
  <name>$item</name>
4631
  <default><![CDATA[]]></default>
4632
  <type/>
4633
  </argument>
4634
  </method>
4635
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="948" package="Media Library Assistant">
4636
  <name>column_post_title</name>
4637
  <full_name>column_post_title</full_name>
4638
- <docblock line="940">
4639
  <description><![CDATA[Supply the content for a custom column]]></description>
4640
  <long-description><![CDATA[]]></long-description>
4641
- <tag line="940" name="since" description="0.1"/>
4642
- <tag line="940" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4643
  <type by_reference="false">array</type>
4644
  </tag>
4645
- <tag line="940" name="return" description="HTML markup to be placed inside the column" type="string">
4646
  <type by_reference="false">string</type>
4647
  </tag>
4648
  </docblock>
4649
- <argument line="948">
4650
  <name>$item</name>
4651
  <default><![CDATA[]]></default>
4652
  <type/>
4653
  </argument>
4654
  </method>
4655
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="966" package="Media Library Assistant">
4656
  <name>column_post_name</name>
4657
  <full_name>column_post_name</full_name>
4658
- <docblock line="958">
4659
  <description><![CDATA[Supply the content for a custom column]]></description>
4660
  <long-description><![CDATA[]]></long-description>
4661
- <tag line="958" name="since" description="0.1"/>
4662
- <tag line="958" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4663
  <type by_reference="false">array</type>
4664
  </tag>
4665
- <tag line="958" name="return" description="HTML markup to be placed inside the column" type="string">
4666
  <type by_reference="false">string</type>
4667
  </tag>
4668
  </docblock>
4669
- <argument line="966">
4670
  <name>$item</name>
4671
  <default><![CDATA[]]></default>
4672
  <type/>
4673
  </argument>
4674
  </method>
4675
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="984" package="Media Library Assistant">
4676
  <name>column_parent</name>
4677
  <full_name>column_parent</full_name>
4678
- <docblock line="976">
4679
  <description><![CDATA[Supply the content for a custom column]]></description>
4680
  <long-description><![CDATA[]]></long-description>
4681
- <tag line="976" name="since" description="0.1"/>
4682
- <tag line="976" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4683
  <type by_reference="false">array</type>
4684
  </tag>
4685
- <tag line="976" name="return" description="HTML markup to be placed inside the column" type="string">
4686
  <type by_reference="false">string</type>
4687
  </tag>
4688
  </docblock>
4689
- <argument line="984">
4690
  <name>$item</name>
4691
  <default><![CDATA[]]></default>
4692
  <type/>
4693
  </argument>
4694
  </method>
4695
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1010" package="Media Library Assistant">
4696
  <name>column_menu_order</name>
4697
  <full_name>column_menu_order</full_name>
4698
- <docblock line="1002">
4699
  <description><![CDATA[Supply the content for a custom column]]></description>
4700
  <long-description><![CDATA[]]></long-description>
4701
- <tag line="1002" name="since" description="0.60"/>
4702
- <tag line="1002" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4703
  <type by_reference="false">array</type>
4704
  </tag>
4705
- <tag line="1002" name="return" description="HTML markup to be placed inside the column" type="string">
4706
  <type by_reference="false">string</type>
4707
  </tag>
4708
  </docblock>
4709
- <argument line="1010">
4710
  <name>$item</name>
4711
  <default><![CDATA[]]></default>
4712
  <type/>
4713
  </argument>
4714
  </method>
4715
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1022" package="Media Library Assistant">
4716
  <name>column_featured</name>
4717
  <full_name>column_featured</full_name>
4718
- <docblock line="1014">
4719
  <description><![CDATA[Supply the content for a custom column]]></description>
4720
  <long-description><![CDATA[]]></long-description>
4721
- <tag line="1014" name="since" description="0.1"/>
4722
- <tag line="1014" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4723
  <type by_reference="false">array</type>
4724
  </tag>
4725
- <tag line="1014" name="return" description="HTML markup to be placed inside the column" type="string">
4726
  <type by_reference="false">string</type>
4727
  </tag>
4728
  </docblock>
4729
- <argument line="1022">
4730
  <name>$item</name>
4731
  <default><![CDATA[]]></default>
4732
  <type/>
4733
  </argument>
4734
  </method>
4735
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1067" package="Media Library Assistant">
4736
  <name>column_inserted</name>
4737
  <full_name>column_inserted</full_name>
4738
- <docblock line="1059">
4739
  <description><![CDATA[Supply the content for a custom column]]></description>
4740
  <long-description><![CDATA[]]></long-description>
4741
- <tag line="1059" name="since" description="0.1"/>
4742
- <tag line="1059" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4743
  <type by_reference="false">array</type>
4744
  </tag>
4745
- <tag line="1059" name="return" description="HTML markup to be placed inside the column" type="string">
4746
  <type by_reference="false">string</type>
4747
  </tag>
4748
  </docblock>
4749
- <argument line="1067">
4750
  <name>$item</name>
4751
  <default><![CDATA[]]></default>
4752
  <type/>
4753
  </argument>
4754
  </method>
4755
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1117" package="Media Library Assistant">
4756
  <name>column_galleries</name>
4757
  <full_name>column_galleries</full_name>
4758
- <docblock line="1109">
4759
  <description><![CDATA[Supply the content for a custom column]]></description>
4760
  <long-description><![CDATA[]]></long-description>
4761
- <tag line="1109" name="since" description="0.70"/>
4762
- <tag line="1109" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4763
  <type by_reference="false">array</type>
4764
  </tag>
4765
- <tag line="1109" name="return" description="HTML markup to be placed inside the column" type="string">
4766
  <type by_reference="false">string</type>
4767
  </tag>
4768
  </docblock>
4769
- <argument line="1117">
4770
  <name>$item</name>
4771
  <default><![CDATA[]]></default>
4772
  <type/>
4773
  </argument>
4774
  </method>
4775
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1162" package="Media Library Assistant">
4776
  <name>column_mla_galleries</name>
4777
  <full_name>column_mla_galleries</full_name>
4778
- <docblock line="1154">
4779
  <description><![CDATA[Supply the content for a custom column]]></description>
4780
  <long-description><![CDATA[]]></long-description>
4781
- <tag line="1154" name="since" description="0.70"/>
4782
- <tag line="1154" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4783
  <type by_reference="false">array</type>
4784
  </tag>
4785
- <tag line="1154" name="return" description="HTML markup to be placed inside the column" type="string">
4786
  <type by_reference="false">string</type>
4787
  </tag>
4788
  </docblock>
4789
- <argument line="1162">
4790
  <name>$item</name>
4791
  <default><![CDATA[]]></default>
4792
  <type/>
4793
  </argument>
4794
  </method>
4795
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1207" package="Media Library Assistant">
4796
  <name>column_alt_text</name>
4797
  <full_name>column_alt_text</full_name>
4798
- <docblock line="1199">
4799
  <description><![CDATA[Supply the content for a custom column]]></description>
4800
  <long-description><![CDATA[]]></long-description>
4801
- <tag line="1199" name="since" description="0.1"/>
4802
- <tag line="1199" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4803
  <type by_reference="false">array</type>
4804
  </tag>
4805
- <tag line="1199" name="return" description="HTML markup to be placed inside the column" type="string">
4806
  <type by_reference="false">string</type>
4807
  </tag>
4808
  </docblock>
4809
- <argument line="1207">
4810
  <name>$item</name>
4811
  <default><![CDATA[]]></default>
4812
  <type/>
4813
  </argument>
4814
  </method>
4815
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1234" package="Media Library Assistant">
4816
  <name>column_caption</name>
4817
  <full_name>column_caption</full_name>
4818
- <docblock line="1226">
4819
  <description><![CDATA[Supply the content for a custom column]]></description>
4820
  <long-description><![CDATA[]]></long-description>
4821
- <tag line="1226" name="since" description="0.1"/>
4822
- <tag line="1226" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4823
  <type by_reference="false">array</type>
4824
  </tag>
4825
- <tag line="1226" name="return" description="HTML markup to be placed inside the column" type="string">
4826
  <type by_reference="false">string</type>
4827
  </tag>
4828
  </docblock>
4829
- <argument line="1234">
4830
  <name>$item</name>
4831
  <default><![CDATA[]]></default>
4832
  <type/>
4833
  </argument>
4834
  </method>
4835
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1246" package="Media Library Assistant">
4836
  <name>column_description</name>
4837
  <full_name>column_description</full_name>
4838
- <docblock line="1238">
4839
  <description><![CDATA[Supply the content for a custom column]]></description>
4840
  <long-description><![CDATA[]]></long-description>
4841
- <tag line="1238" name="since" description="0.1"/>
4842
- <tag line="1238" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4843
  <type by_reference="false">array</type>
4844
  </tag>
4845
- <tag line="1238" name="return" description="HTML markup to be placed inside the column" type="string">
4846
  <type by_reference="false">string</type>
4847
  </tag>
4848
  </docblock>
4849
- <argument line="1246">
4850
  <name>$item</name>
4851
  <default><![CDATA[]]></default>
4852
  <type/>
4853
  </argument>
4854
  </method>
4855
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1258" package="Media Library Assistant">
4856
  <name>column_post_mime_type</name>
4857
  <full_name>column_post_mime_type</full_name>
4858
- <docblock line="1250">
4859
  <description><![CDATA[Supply the content for a custom column]]></description>
4860
  <long-description><![CDATA[]]></long-description>
4861
- <tag line="1250" name="since" description="0.30"/>
4862
- <tag line="1250" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4863
  <type by_reference="false">array</type>
4864
  </tag>
4865
- <tag line="1250" name="return" description="HTML markup to be placed inside the column" type="string">
4866
  <type by_reference="false">string</type>
4867
  </tag>
4868
  </docblock>
4869
- <argument line="1258">
4870
  <name>$item</name>
4871
  <default><![CDATA[]]></default>
4872
  <type/>
4873
  </argument>
4874
  </method>
4875
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1274" package="Media Library Assistant">
4876
  <name>column_file_url</name>
4877
  <full_name>column_file_url</full_name>
4878
- <docblock line="1266">
4879
  <description><![CDATA[Supply the content for a custom column]]></description>
4880
  <long-description><![CDATA[]]></long-description>
4881
- <tag line="1266" name="since" description="0.1"/>
4882
- <tag line="1266" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4883
  <type by_reference="false">array</type>
4884
  </tag>
4885
- <tag line="1266" name="return" description="HTML markup to be placed inside the column" type="string">
4886
  <type by_reference="false">string</type>
4887
  </tag>
4888
  </docblock>
4889
- <argument line="1274">
4890
  <name>$item</name>
4891
  <default><![CDATA[]]></default>
4892
  <type/>
4893
  </argument>
4894
  </method>
4895
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1288" package="Media Library Assistant">
4896
  <name>column_base_file</name>
4897
  <full_name>column_base_file</full_name>
4898
- <docblock line="1280">
4899
  <description><![CDATA[Supply the content for a custom column]]></description>
4900
  <long-description><![CDATA[]]></long-description>
4901
- <tag line="1280" name="since" description="0.1"/>
4902
- <tag line="1280" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4903
  <type by_reference="false">array</type>
4904
  </tag>
4905
- <tag line="1280" name="return" description="HTML markup to be placed inside the column" type="string">
4906
  <type by_reference="false">string</type>
4907
  </tag>
4908
  </docblock>
4909
- <argument line="1288">
4910
  <name>$item</name>
4911
  <default><![CDATA[]]></default>
4912
  <type/>
4913
  </argument>
4914
  </method>
4915
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1307" package="Media Library Assistant">
4916
  <name>column_date</name>
4917
  <full_name>column_date</full_name>
4918
- <docblock line="1299">
4919
  <description><![CDATA[Supply the content for a custom column]]></description>
4920
  <long-description><![CDATA[]]></long-description>
4921
- <tag line="1299" name="since" description="0.1"/>
4922
- <tag line="1299" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4923
  <type by_reference="false">array</type>
4924
  </tag>
4925
- <tag line="1299" name="return" description="HTML markup to be placed inside the column" type="string">
4926
  <type by_reference="false">string</type>
4927
  </tag>
4928
  </docblock>
4929
- <argument line="1307">
4930
  <name>$item</name>
4931
  <default><![CDATA[]]></default>
4932
  <type/>
4933
  </argument>
4934
  </method>
4935
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1342" package="Media Library Assistant">
4936
  <name>column_modified</name>
4937
  <full_name>column_modified</full_name>
4938
- <docblock line="1334">
4939
  <description><![CDATA[Supply the content for a custom column]]></description>
4940
  <long-description><![CDATA[]]></long-description>
4941
- <tag line="1334" name="since" description="0.30"/>
4942
- <tag line="1334" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4943
  <type by_reference="false">array</type>
4944
  </tag>
4945
- <tag line="1334" name="return" description="HTML markup to be placed inside the column" type="string">
4946
  <type by_reference="false">string</type>
4947
  </tag>
4948
  </docblock>
4949
- <argument line="1342">
4950
  <name>$item</name>
4951
  <default><![CDATA[]]></default>
4952
  <type/>
4953
  </argument>
4954
  </method>
4955
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1371" package="Media Library Assistant">
4956
  <name>column_author</name>
4957
  <full_name>column_author</full_name>
4958
- <docblock line="1363">
4959
  <description><![CDATA[Supply the content for a custom column]]></description>
4960
  <long-description><![CDATA[]]></long-description>
4961
- <tag line="1363" name="since" description="0.30"/>
4962
- <tag line="1363" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4963
  <type by_reference="false">array</type>
4964
  </tag>
4965
- <tag line="1363" name="return" description="HTML markup to be placed inside the column" type="string">
4966
  <type by_reference="false">string</type>
4967
  </tag>
4968
  </docblock>
4969
- <argument line="1371">
4970
  <name>$item</name>
4971
  <default><![CDATA[]]></default>
4972
  <type/>
4973
  </argument>
4974
  </method>
4975
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1393" package="Media Library Assistant">
4976
  <name>column_attached_to</name>
4977
  <full_name>column_attached_to</full_name>
4978
- <docblock line="1385">
4979
  <description><![CDATA[Supply the content for a custom column]]></description>
4980
  <long-description><![CDATA[]]></long-description>
4981
- <tag line="1385" name="since" description="0.1"/>
4982
- <tag line="1385" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4983
  <type by_reference="false">array</type>
4984
  </tag>
4985
- <tag line="1385" name="return" description="HTML markup to be placed inside the column" type="string">
4986
  <type by_reference="false">string</type>
4987
  </tag>
4988
  </docblock>
4989
- <argument line="1393">
4990
  <name>$item</name>
4991
  <default><![CDATA[]]></default>
4992
  <type/>
4993
  </argument>
4994
  </method>
4995
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1430" package="Media Library Assistant">
4996
  <name>pagination</name>
4997
  <full_name>pagination</full_name>
4998
- <docblock line="1422">
4999
  <description><![CDATA[Display the pagination, adding view, search and filter arguments]]></description>
5000
  <long-description><![CDATA[]]></long-description>
5001
- <tag line="1422" name="since" description="1.42"/>
5002
- <tag line="1422" name="param" description="'top' | 'bottom'" type="string" variable="$which">
5003
  <type by_reference="false">string</type>
5004
  </tag>
5005
- <tag line="1422" name="return" description="" type="void">
5006
- <type by_reference="false">void</type>
5007
- </tag>
5008
  </docblock>
5009
- <argument line="1430">
5010
  <name>$which</name>
5011
  <default><![CDATA[]]></default>
5012
  <type/>
5013
  </argument>
5014
  </method>
5015
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1444" package="Media Library Assistant">
5016
  <name>get_columns</name>
5017
  <full_name>get_columns</full_name>
5018
- <docblock line="1437">
5019
  <description><![CDATA[This method dictates the table's columns and titles]]></description>
5020
  <long-description><![CDATA[]]></long-description>
5021
- <tag line="1437" name="since" description="0.1"/>
5022
- <tag line="1437" name="return" description="Column information: 'slugs'=&gt;'Visible Titles'" type="array">
5023
  <type by_reference="false">array</type>
5024
  </tag>
5025
  </docblock>
5026
  </method>
5027
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1456" package="Media Library Assistant">
5028
  <name>get_hidden_columns</name>
5029
  <full_name>get_hidden_columns</full_name>
5030
- <docblock line="1448">
5031
  <description><![CDATA[Returns the list of currently hidden columns from a user option or
5032
  from default values if the option is not set]]></description>
5033
  <long-description><![CDATA[]]></long-description>
5034
- <tag line="1448" name="since" description="0.1"/>
5035
- <tag line="1448" name="return" description="Column information,e.g., array(0 =&gt; 'ID_parent, 1 =&gt; 'title_name')" type="array">
5036
  <type by_reference="false">array</type>
5037
  </tag>
5038
  </docblock>
5039
  </method>
5040
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1481" package="Media Library Assistant">
5041
  <name>get_sortable_columns</name>
5042
  <full_name>get_sortable_columns</full_name>
5043
- <docblock line="1472">
5044
  <description><![CDATA[Returns an array where the key is the column that needs to be sortable
5045
  and the value is db column (or other criteria) to sort by.]]></description>
5046
  <long-description><![CDATA[]]></long-description>
5047
- <tag line="1472" name="since" description="0.1"/>
5048
- <tag line="1472" name="return" description="Sortable column information,e.g., 'slug' =&gt; array('data_value', (boolean) initial_descending )" type="array">
5049
  <type by_reference="false">array</type>
5050
  </tag>
5051
  </docblock>
5052
  </method>
5053
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1492" package="Media Library Assistant">
5054
  <name>print_column_headers</name>
5055
  <full_name>print_column_headers</full_name>
5056
- <docblock line="1485">
5057
  <description><![CDATA[Print column headers, adding view, search and filter arguments]]></description>
5058
  <long-description><![CDATA[]]></long-description>
5059
- <tag line="1485" name="since" description="1.42"/>
5060
- <tag line="1485" name="param" description="Whether to set the id attribute or not" type="bool" variable="$with_id">
5061
  <type by_reference="false">bool</type>
5062
  </tag>
5063
  </docblock>
5064
- <argument line="1492">
5065
  <name>$with_id</name>
5066
  <default><![CDATA[true]]></default>
5067
  <type/>
5068
  </argument>
5069
  </method>
5070
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1509" package="Media Library Assistant">
5071
  <name>mla_get_view</name>
5072
  <full_name>mla_get_view</full_name>
5073
- <docblock line="1499">
5074
  <description><![CDATA[Wrapper for _get_view; returns HTML markup for one view that can be used with this table]]></description>
5075
  <long-description><![CDATA[]]></long-description>
5076
- <tag line="1499" name="since" description="2.11"/>
5077
- <tag line="1499" name="param" description="View slug, key to MLA_POST_MIME_TYPES array" type="string" variable="$view_slug">
5078
  <type by_reference="false">string</type>
5079
  </tag>
5080
- <tag line="1499" name="param" description="Slug for current view" type="string" variable="$current_view">
5081
  <type by_reference="false">string</type>
5082
  </tag>
5083
- <tag line="1499" name="return" description="| false HTML for link to display the view, false if count = zero" type="string">
5084
  <type by_reference="false">string</type>
5085
  </tag>
5086
  </docblock>
5087
- <argument line="1509">
5088
  <name>$view_slug</name>
5089
  <default><![CDATA[]]></default>
5090
  <type/>
5091
  </argument>
5092
- <argument line="1509">
5093
  <name>$current_view</name>
5094
  <default><![CDATA[]]></default>
5095
  <type/>
5096
  </argument>
5097
  </method>
5098
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1523" package="Media Library Assistant">
5099
  <name>_get_view</name>
5100
  <full_name>_get_view</full_name>
5101
- <docblock line="1513">
5102
  <description><![CDATA[Returns HTML markup for one view that can be used with this table]]></description>
5103
  <long-description><![CDATA[]]></long-description>
5104
- <tag line="1513" name="since" description="1.40"/>
5105
- <tag line="1513" name="param" description="View slug, key to MLA_POST_MIME_TYPES array" type="string" variable="$view_slug">
5106
  <type by_reference="false">string</type>
5107
  </tag>
5108
- <tag line="1513" name="param" description="Slug for current view" type="string" variable="$current_view">
5109
  <type by_reference="false">string</type>
5110
  </tag>
5111
- <tag line="1513" name="return" description="| false HTML for link to display the view, false if count = zero" type="string">
5112
  <type by_reference="false">string</type>
5113
  </tag>
5114
  </docblock>
5115
- <argument line="1523">
5116
  <name>$view_slug</name>
5117
  <default><![CDATA[]]></default>
5118
  <type/>
5119
  </argument>
5120
- <argument line="1523">
5121
  <name>$current_view</name>
5122
  <default><![CDATA[]]></default>
5123
  <type/>
5124
  </argument>
5125
  </method>
5126
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1652" package="Media Library Assistant">
5127
  <name>get_views</name>
5128
  <full_name>get_views</full_name>
5129
- <docblock line="1644">
5130
  <description><![CDATA[Returns an associative array listing all the views that can be used with this table.]]></description>
5131
  <long-description><![CDATA[<p>These are listed across the top of the page and managed by WordPress.</p>]]></long-description>
5132
- <tag line="1644" name="since" description="0.1"/>
5133
- <tag line="1644" name="return" description="View information,e.g., array ( id =&gt; link )" type="array">
5134
  <type by_reference="false">array</type>
5135
  </tag>
5136
  </docblock>
5137
  </method>
5138
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1705" package="Media Library Assistant">
5139
  <name>get_bulk_actions</name>
5140
  <full_name>get_bulk_actions</full_name>
5141
- <docblock line="1697">
5142
  <description><![CDATA[Get an associative array ( option_name => option_title ) with the list
5143
  of bulk actions available on this table.]]></description>
5144
  <long-description><![CDATA[]]></long-description>
5145
- <tag line="1697" name="since" description="0.1"/>
5146
- <tag line="1697" name="return" description="Contains all the bulk actions: 'slugs'=&gt;'Visible Titles'" type="array">
5147
  <type by_reference="false">array</type>
5148
  </tag>
5149
  </docblock>
5150
  </method>
5151
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1735" package="Media Library Assistant">
5152
  <name>extra_tablenav</name>
5153
  <full_name>extra_tablenav</full_name>
5154
- <docblock line="1724">
5155
  <description><![CDATA[Extra controls to be displayed between bulk actions and pagination]]></description>
5156
  <long-description><![CDATA[<p>Modeled after class-wp-posts-list-table.php in wp-admin/includes.</p>]]></long-description>
5157
- <tag line="1724" name="since" description="0.1"/>
5158
- <tag line="1724" name="param" description="'top' or 'bottom', i.e., above or below the table rows" type="string" variable="$which">
5159
  <type by_reference="false">string</type>
5160
  </tag>
5161
- <tag line="1724" name="return" description="Contains all the bulk actions: 'slugs'=&gt;'Visible Titles'" type="array">
5162
  <type by_reference="false">array</type>
5163
  </tag>
5164
  </docblock>
5165
- <argument line="1735">
5166
  <name>$which</name>
5167
  <default><![CDATA[]]></default>
5168
  <type/>
5169
  </argument>
5170
  </method>
5171
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1778" package="Media Library Assistant">
5172
  <name>prepare_items</name>
5173
  <full_name>prepare_items</full_name>
5174
- <docblock line="1766">
5175
  <description><![CDATA[Prepares the list of items for displaying]]></description>
5176
  <long-description><![CDATA[<p>This is where you prepare your data for display. This method will usually
5177
  be used to query the database, sort and filter the data, and generally
5178
  get it ready to be displayed. At a minimum, we should set $this->items and
5179
  $this->set_pagination_args().</p>]]></long-description>
5180
- <tag line="1766" name="since" description="0.1"/>
5181
- <tag line="1766" name="return" description="" type="void">
5182
- <type by_reference="false">void</type>
5183
- </tag>
5184
  </docblock>
5185
  </method>
5186
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1833" package="Media Library Assistant">
5187
  <name>single_row</name>
5188
  <full_name>single_row</full_name>
5189
- <docblock line="1824">
5190
  <description><![CDATA[Generates (echoes) content for a single row of the table]]></description>
5191
  <long-description><![CDATA[]]></long-description>
5192
- <tag line="1824" name="since" description=".20"/>
5193
- <tag line="1824" name="param" description="the current item" type="object" variable="$item">
5194
  <type by_reference="false">object</type>
5195
  </tag>
5196
- <tag line="1824" name="return" description="Echoes the row HTML" type="void">
5197
  <type by_reference="false">void</type>
5198
  </tag>
5199
  </docblock>
5200
- <argument line="1833">
5201
  <name>$item</name>
5202
  <default><![CDATA[]]></default>
5203
  <type/>
@@ -5205,7 +5290,7 @@ $this->set_pagination_args().</p>]]></long-description>
5205
  </method>
5206
  </class>
5207
  </file>
5208
- <file path="includes\class-mla-main.php" hash="384dde511427619b66d01c8980bab65e" package="Media Library Assistant">
5209
  <docblock line="2">
5210
  <description><![CDATA[Top-level functions for the Media Library Assistant]]></description>
5211
  <long-description><![CDATA[]]></long-description>
@@ -5224,7 +5309,7 @@ $this->set_pagination_args().</p>]]></long-description>
5224
  <include line="265" type="Require Once" package="Media Library Assistant">
5225
  <name/>
5226
  </include>
5227
- <include line="1585" type="Require Once" package="Media Library Assistant">
5228
  <name/>
5229
  </include>
5230
  <class final="false" abstract="false" namespace="global" line="23" package="Media Library Assistant">
@@ -5241,7 +5326,7 @@ of images and files held in the WordPress Media Library.]]></description>
5241
  <constant namespace="global" line="32" package="Media Library Assistant">
5242
  <name>CURRENT_MLA_VERSION</name>
5243
  <full_name>CURRENT_MLA_VERSION</full_name>
5244
- <value><![CDATA['2.12']]></value>
5245
  <docblock line="25">
5246
  <description><![CDATA[Current version number]]></description>
5247
  <long-description><![CDATA[]]></long-description>
@@ -5254,7 +5339,7 @@ of images and files held in the WordPress Media Library.]]></description>
5254
  <constant namespace="global" line="41" package="Media Library Assistant">
5255
  <name>MLA_DEVELOPMENT_VERSION</name>
5256
  <full_name>MLA_DEVELOPMENT_VERSION</full_name>
5257
- <value><![CDATA['20150708']]></value>
5258
  <docblock line="34">
5259
  <description><![CDATA[Current date for Development Version, empty for production versions]]></description>
5260
  <long-description><![CDATA[]]></long-description>
@@ -5459,15 +5544,15 @@ of images and files held in the WordPress Media Library.]]></description>
5459
  </tag>
5460
  </docblock>
5461
  </constant>
5462
- <constant namespace="global" line="2489" package="Media Library Assistant">
5463
  <name>MLA_DEBUG_CATEGORY_AJAX</name>
5464
  <full_name>MLA_DEBUG_CATEGORY_AJAX</full_name>
5465
  <value><![CDATA[2]]></value>
5466
- <docblock line="2482">
5467
  <description><![CDATA[Constant to log Ajax debug activity]]></description>
5468
  <long-description><![CDATA[]]></long-description>
5469
- <tag line="2482" name="since" description="2.13"/>
5470
- <tag line="2482" name="var" description="" type="integer">
5471
  <type by_reference="false">integer</type>
5472
  </tag>
5473
  </docblock>
@@ -5493,26 +5578,38 @@ of images and files held in the WordPress Media Library.]]></description>
5493
  <tag line="191" name="since" description="1.14"/>
5494
  </docblock>
5495
  </property>
5496
- <property final="false" static="true" visibility="private" line="2396" namespace="global" package="Media Library Assistant">
5497
  <name>$mla_debug_messages</name>
5498
  <default><![CDATA[array()]]></default>
5499
- <docblock line="2389">
5500
  <description><![CDATA[Accumulates debug messages]]></description>
5501
  <long-description><![CDATA[]]></long-description>
5502
- <tag line="2389" name="since" description="2.12"/>
5503
- <tag line="2389" name="var" description="" type="string">
5504
  <type by_reference="false">string</type>
5505
  </tag>
5506
  </docblock>
5507
  </property>
5508
- <property final="false" static="true" visibility="private" line="2405" namespace="global" package="Media Library Assistant">
5509
  <name>$mla_debug_mode</name>
5510
  <default><![CDATA['none']]></default>
5511
- <docblock line="2398">
5512
  <description><![CDATA[Debug information collection mode]]></description>
 
 
 
 
 
 
 
 
 
 
 
 
5513
  <long-description><![CDATA[]]></long-description>
5514
- <tag line="2398" name="since" description="2.12"/>
5515
- <tag line="2398" name="var" description="" type="string">
5516
  <type by_reference="false">string</type>
5517
  </tag>
5518
  </docblock>
@@ -5544,7 +5641,7 @@ set up the Assistant submenu.</p>]]></long-description>
5544
  <name>mla_plugins_loaded_action</name>
5545
  <full_name>mla_plugins_loaded_action</full_name>
5546
  <docblock line="281">
5547
- <description><![CDATA[Load a plugin text domain]]></description>
5548
  <long-description><![CDATA[<p>The "add_action" for this function is in mla-plugin-loader.php, because the "initialize"
5549
  function above doesn't run in time.
5550
  Defined as public because it's an action.</p>]]></long-description>
@@ -5554,633 +5651,680 @@ Defined as public because it's an action.</p>]]></long-description>
5554
  </tag>
5555
  </docblock>
5556
  </method>
5557
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="322" package="Media Library Assistant">
5558
  <name>mla_admin_init_action</name>
5559
  <full_name>mla_admin_init_action</full_name>
5560
- <docblock line="315">
5561
  <description><![CDATA[Load the plugin's Ajax handler or process Edit Media update actions]]></description>
5562
  <long-description><![CDATA[]]></long-description>
5563
- <tag line="315" name="since" description="0.20"/>
5564
- <tag line="315" name="return" description="" type="void">
5565
  <type by_reference="false">void</type>
5566
  </tag>
5567
  </docblock>
5568
  </method>
5569
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="390" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
5570
  <name>mla_admin_enqueue_scripts_action</name>
5571
  <full_name>mla_admin_enqueue_scripts_action</full_name>
5572
- <docblock line="381">
5573
  <description><![CDATA[Load the plugin's Style Sheet and Javascript files]]></description>
5574
  <long-description><![CDATA[]]></long-description>
5575
- <tag line="381" name="since" description="0.1"/>
5576
- <tag line="381" name="param" description="Name of the page being loaded" type="string" variable="$page_hook">
5577
  <type by_reference="false">string</type>
5578
  </tag>
5579
- <tag line="381" name="return" description="" type="void">
5580
  <type by_reference="false">void</type>
5581
  </tag>
5582
  </docblock>
5583
- <argument line="390">
5584
  <name>$page_hook</name>
5585
  <default><![CDATA[]]></default>
5586
  <type/>
5587
  </argument>
5588
  </method>
5589
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="470" package="Media Library Assistant">
5590
  <name>mla_admin_menu_action</name>
5591
  <full_name>mla_admin_menu_action</full_name>
5592
- <docblock line="459">
5593
  <description><![CDATA[Add the submenu pages]]></description>
5594
  <long-description><![CDATA[<p>Add a submenu page in the "Media" section,
5595
  add settings page in the "Settings" section.
5596
  add settings link in the Plugins section entry for MLA.</p>]]></long-description>
5597
- <tag line="459" name="since" description="0.1"/>
5598
- <tag line="459" name="return" description="" type="void">
5599
  <type by_reference="false">void</type>
5600
  </tag>
5601
  </docblock>
5602
  </method>
5603
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="539" package="Media Library Assistant">
5604
  <name>mla_load_media_action</name>
5605
  <full_name>mla_load_media_action</full_name>
5606
- <docblock line="532">
5607
  <description><![CDATA[Redirect to Media/Assistant if Media/Library is hidden]]></description>
5608
  <long-description><![CDATA[]]></long-description>
5609
- <tag line="532" name="since" description="1.60"/>
5610
- <tag line="532" name="return" description="" type="void">
5611
  <type by_reference="false">void</type>
5612
  </tag>
5613
  </docblock>
5614
  </method>
5615
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="567" package="Media Library Assistant">
5616
  <name>mla_add_menu_options</name>
5617
  <full_name>mla_add_menu_options</full_name>
5618
- <docblock line="560">
5619
  <description><![CDATA[Add the "XX Entries per page" filter to the Screen Options tab]]></description>
5620
  <long-description><![CDATA[]]></long-description>
5621
- <tag line="560" name="since" description="0.1"/>
5622
- <tag line="560" name="return" description="" type="void">
5623
  <type by_reference="false">void</type>
5624
  </tag>
5625
  </docblock>
5626
  </method>
5627
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="586" package="Media Library Assistant">
5628
  <name>mla_add_help_tab</name>
5629
  <full_name>mla_add_help_tab</full_name>
5630
- <docblock line="579">
5631
  <description><![CDATA[Add contextual help tabs to all the MLA pages]]></description>
5632
  <long-description><![CDATA[]]></long-description>
5633
- <tag line="579" name="since" description="0.1"/>
5634
- <tag line="579" name="return" description="" type="void">
5635
  <type by_reference="false">void</type>
5636
  </tag>
5637
  </docblock>
5638
  </method>
5639
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="689" package="Media Library Assistant">
5640
  <name>mla_screen_options_show_screen_filter</name>
5641
  <full_name>mla_screen_options_show_screen_filter</full_name>
5642
- <docblock line="679">
5643
  <description><![CDATA[Only show screen options on the table-list screen]]></description>
5644
  <long-description><![CDATA[]]></long-description>
5645
- <tag line="679" name="since" description="0.1"/>
5646
- <tag line="679" name="param" description="True to display &quot;Screen Options&quot;, false to suppress them" type="boolean" variable="$show_screen">
5647
  <type by_reference="false">boolean</type>
5648
  </tag>
5649
- <tag line="679" name="param" description="Name of the page being loaded" type="string" variable="$this_screen">
5650
  <type by_reference="false">string</type>
5651
  </tag>
5652
- <tag line="679" name="return" description="True to display &quot;Screen Options&quot;, false to suppress them" type="boolean">
5653
  <type by_reference="false">boolean</type>
5654
  </tag>
5655
  </docblock>
5656
- <argument line="689">
5657
  <name>$show_screen</name>
5658
  <default><![CDATA[]]></default>
5659
  <type/>
5660
  </argument>
5661
- <argument line="689">
5662
  <name>$this_screen</name>
5663
  <default><![CDATA[]]></default>
5664
  <type/>
5665
  </argument>
5666
  </method>
5667
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="704" package="Media Library Assistant">
5668
  <name>mla_set_screen_option_filter</name>
5669
  <full_name>mla_set_screen_option_filter</full_name>
5670
- <docblock line="693">
5671
  <description><![CDATA[Save the "Entries per page" option set by this user]]></description>
5672
  <long-description><![CDATA[]]></long-description>
5673
- <tag line="693" name="since" description="0.1"/>
5674
- <tag line="693" name="param" description="false or value returned by previous filter" type="mixed" variable="$status">
5675
  <type by_reference="false">mixed</type>
5676
  </tag>
5677
- <tag line="693" name="param" description="Name of the option being changed" type="string" variable="$option">
5678
  <type by_reference="false">string</type>
5679
  </tag>
5680
- <tag line="693" name="param" description="New value of the option" type="string" variable="$value">
5681
  <type by_reference="false">string</type>
5682
  </tag>
5683
- <tag line="693" name="return" description="New value if this is our option, otherwise nothing" type="string|void">
5684
  <type by_reference="false">string</type>
5685
  <type by_reference="false">void</type>
5686
  </tag>
5687
  </docblock>
5688
- <argument line="704">
5689
  <name>$status</name>
5690
  <default><![CDATA[]]></default>
5691
  <type/>
5692
  </argument>
5693
- <argument line="704">
5694
  <name>$option</name>
5695
  <default><![CDATA[]]></default>
5696
  <type/>
5697
  </argument>
5698
- <argument line="704">
5699
  <name>$value</name>
5700
  <default><![CDATA[]]></default>
5701
  <type/>
5702
  </argument>
5703
  </method>
5704
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="723" package="Media Library Assistant">
5705
  <name>mla_parent_file_filter</name>
5706
  <full_name>mla_parent_file_filter</full_name>
5707
- <docblock line="712">
5708
  <description><![CDATA[Cleanup menus for Edit Tags/Categories page]]></description>
5709
  <long-description><![CDATA[<p>Fixes the submenu bolding when going to the Edit Media screen.</p>]]></long-description>
5710
- <tag line="712" name="since" description="0.1"/>
5711
- <tag line="712" name="param" description="The top-level menu page" type="array" variable="$parent_file">
5712
  <type by_reference="false">array</type>
5713
  </tag>
5714
- <tag line="712" name="return" description="The updated top-level menu page" type="string">
5715
  <type by_reference="false">string</type>
5716
  </tag>
5717
  </docblock>
5718
- <argument line="723">
5719
  <name>$parent_file</name>
5720
  <default><![CDATA[]]></default>
5721
  <type/>
5722
  </argument>
5723
  </method>
5724
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="760" package="Media Library Assistant">
5725
  <name>_process_mla_download_file</name>
5726
  <full_name>_process_mla_download_file</full_name>
5727
- <docblock line="751">
5728
  <description><![CDATA[Process secure file download]]></description>
5729
  <long-description><![CDATA[<p>Requires _wpnonce, mla_download_file and mla_download_type in $_REQUEST; mla_download_disposition is optional.</p>]]></long-description>
5730
- <tag line="751" name="since" description="2.00"/>
5731
- <tag line="751" name="return" description="echos file contents and calls exit();" type="void">
5732
  <type by_reference="false">void</type>
5733
  </tag>
5734
  </docblock>
5735
  </method>
5736
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="814" package="Media Library Assistant">
5737
  <name>_process_bulk_value</name>
5738
  <full_name>_process_bulk_value</full_name>
5739
- <docblock line="804">
5740
  <description><![CDATA[Process bulk edit area fields, which may contain a Content Template]]></description>
5741
  <long-description><![CDATA[]]></long-description>
5742
- <tag line="804" name="since" description="1.80"/>
5743
- <tag line="804" name="param" description="Current post ID" type="integer" variable="$post_id">
5744
  <type by_reference="false">integer</type>
5745
  </tag>
5746
- <tag line="804" name="param" description="Field value as entered" type="string" variable="$bulk_value">
5747
  <type by_reference="false">string</type>
5748
  </tag>
5749
- <tag line="804" name="return" description="Empty, or new value for the field" type="string">
5750
  <type by_reference="false">string</type>
5751
  </tag>
5752
  </docblock>
5753
- <argument line="814">
5754
  <name>$post_id</name>
5755
  <default><![CDATA[]]></default>
5756
  <type/>
5757
  </argument>
5758
- <argument line="814">
5759
  <name>$bulk_value</name>
5760
  <default><![CDATA[]]></default>
5761
  <type/>
5762
  </argument>
5763
  </method>
5764
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="850" package="Media Library Assistant">
5765
  <name>mla_prepare_bulk_edits</name>
5766
  <full_name>mla_prepare_bulk_edits</full_name>
5767
- <docblock line="839">
5768
  <description><![CDATA[Prepare Bulk Edit field-level updates]]></description>
5769
  <long-description><![CDATA[]]></long-description>
5770
- <tag line="839" name="since" description="2.11"/>
5771
- <tag line="839" name="param" description="Current post ID" type="integer" variable="$post_id">
5772
  <type by_reference="false">integer</type>
5773
  </tag>
5774
- <tag line="839" name="param" description="Form elements, e.g., from $_REQUEST" type="array" variable="$request">
5775
  <type by_reference="false">array</type>
5776
  </tag>
5777
- <tag line="839" name="param" description="Form id to field name mapping" type="array" variable="$custom_field_map">
5778
  <type by_reference="false">array</type>
5779
  </tag>
5780
- <tag line="839" name="return" description="Non-empty form elements" type="array">
5781
  <type by_reference="false">array</type>
5782
  </tag>
5783
  </docblock>
5784
- <argument line="850">
5785
  <name>$post_id</name>
5786
  <default><![CDATA[]]></default>
5787
  <type/>
5788
  </argument>
5789
- <argument line="850">
5790
  <name>$request</name>
5791
  <default><![CDATA[]]></default>
5792
  <type/>
5793
  </argument>
5794
- <argument line="850">
5795
  <name>$custom_field_map</name>
5796
  <default><![CDATA[]]></default>
5797
  <type/>
5798
  </argument>
5799
  </method>
5800
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1077" package="Media Library Assistant">
5801
  <name>mla_process_bulk_action</name>
5802
  <full_name>mla_process_bulk_action</full_name>
5803
- <docblock line="1067">
5804
  <description><![CDATA[Process bulk action for one or more attachments]]></description>
5805
  <long-description><![CDATA[]]></long-description>
5806
- <tag line="1067" name="since" description="2.00"/>
5807
- <tag line="1067" name="param" description="Bulk action slug: delete, edit, restore, trash, custom action" type="string" variable="$bulk_action">
5808
  <type by_reference="false">string</type>
5809
  </tag>
5810
- <tag line="1067" name="param" description="Form elements, e.g., from $_REQUEST" type="array" variable="$request">
5811
  <type by_reference="false">array</type>
5812
  </tag>
5813
- <tag line="1067" name="return" description="messages and page content: ( 'message', 'body', 'unchanged', 'success', 'failure', 'item_results' )" type="array">
5814
  <type by_reference="false">array</type>
5815
  </tag>
5816
  </docblock>
5817
- <argument line="1077">
5818
  <name>$bulk_action</name>
5819
  <default><![CDATA[]]></default>
5820
  <type/>
5821
  </argument>
5822
- <argument line="1077">
5823
  <name>$request</name>
5824
  <default><![CDATA[NULL]]></default>
5825
  <type/>
5826
  </argument>
5827
  </method>
5828
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1271" package="Media Library Assistant">
5829
  <name>mla_clear_filter_by</name>
5830
  <full_name>mla_clear_filter_by</full_name>
5831
- <docblock line="1262">
5832
  <description><![CDATA[Clear the Media/Assistant submenu Filter-by variables]]></description>
5833
  <long-description><![CDATA[]]></long-description>
5834
- <tag line="1262" name="since" description="2.13"/>
5835
- <tag line="1262" name="param" description="Filters to be retained" type="array" variable="$preserves">
5836
  <type by_reference="false">array</type>
5837
  </tag>
5838
- <tag line="1262" name="return" description="" type="void">
5839
  <type by_reference="false">void</type>
5840
  </tag>
5841
  </docblock>
5842
- <argument line="1271">
5843
  <name>$preserves</name>
5844
  <default><![CDATA[array()]]></default>
5845
  <type/>
5846
  </argument>
5847
  </method>
5848
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1293" package="Media Library Assistant">
5849
  <name>mla_render_admin_page</name>
5850
  <full_name>mla_render_admin_page</full_name>
5851
- <docblock line="1286">
5852
  <description><![CDATA[Render the "Assistant" subpage in the Media section, using the list_table package]]></description>
5853
  <long-description><![CDATA[]]></long-description>
5854
- <tag line="1286" name="since" description="0.1"/>
5855
- <tag line="1286" name="return" description="" type="void">
5856
  <type by_reference="false">void</type>
5857
  </tag>
5858
  </docblock>
5859
  </method>
5860
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1638" package="Media Library Assistant">
5861
  <name>mla_find_posts_ajax_action</name>
5862
  <full_name>mla_find_posts_ajax_action</full_name>
5863
- <docblock line="1628">
5864
  <description><![CDATA[Ajax handler to fetch candidates for the "Set Parent" popup window]]></description>
5865
  <long-description><![CDATA[<p>Adapted from wp_ajax_find_posts in /wp-admin/includes/ajax-actions.php.
5866
  Adds filters for post type and pagination.</p>]]></long-description>
5867
- <tag line="1628" name="since" description="1.90"/>
5868
- <tag line="1628" name="return" description="passes results to wp_send_json_success() for JSON encoding and transmission" type="void">
5869
  <type by_reference="false">void</type>
5870
  </tag>
5871
  </docblock>
5872
  </method>
5873
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1727" package="Media Library Assistant">
5874
  <name>mla_set_parent_ajax_action</name>
5875
  <full_name>mla_set_parent_ajax_action</full_name>
5876
- <docblock line="1718">
5877
  <description><![CDATA[Ajax handler to set post_parent for a single attachment]]></description>
5878
  <long-description><![CDATA[<p>Adapted from wp_ajax_inline_save in /wp-admin/includes/ajax-actions.php</p>]]></long-description>
5879
- <tag line="1718" name="since" description="0.20"/>
5880
- <tag line="1718" name="return" description="echo HTML &lt;td&gt; innerHTML for updated call or error message, then die()" type="void">
5881
  <type by_reference="false">void</type>
5882
  </tag>
5883
  </docblock>
5884
  </method>
5885
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1765" package="Media Library Assistant">
5886
  <name>_bulk_edit_ajax_handler</name>
5887
  <full_name>_bulk_edit_ajax_handler</full_name>
5888
- <docblock line="1758">
5889
  <description><![CDATA[Ajax handler for bulk editing and mapping]]></description>
5890
  <long-description><![CDATA[]]></long-description>
5891
- <tag line="1758" name="since" description="2.00"/>
5892
- <tag line="1758" name="return" description="echo json results or error message, then die()" type="void">
5893
  <type by_reference="false">void</type>
5894
  </tag>
5895
  </docblock>
5896
  </method>
5897
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1808" package="Media Library Assistant">
5898
  <name>mla_inline_edit_ajax_action</name>
5899
  <full_name>mla_inline_edit_ajax_action</full_name>
5900
- <docblock line="1799">
5901
  <description><![CDATA[Ajax handler for inline editing]]></description>
5902
  <long-description><![CDATA[<p>Adapted for Quick Edit from wp_ajax_inline_save in /wp-admin/includes/ajax-actions.php</p>]]></long-description>
5903
- <tag line="1799" name="since" description="0.20"/>
5904
- <tag line="1799" name="return" description="echo HTML &lt;tr&gt; markup for updated row or error message, then die()" type="void">
5905
  <type by_reference="false">void</type>
5906
  </tag>
5907
  </docblock>
5908
  </method>
5909
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1932" package="Media Library Assistant">
5910
  <name>_compose_post_type_select</name>
5911
  <full_name>_compose_post_type_select</full_name>
5912
- <docblock line="1921">
5913
  <description><![CDATA[Compose a Post Type Options list with current selection]]></description>
5914
  <long-description><![CDATA[]]></long-description>
5915
- <tag line="1921" name="since" description="1.90"/>
5916
- <tag line="1921" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
5917
- <tag line="1921" name="param" description="template parts" type="array" variable="$templates">
5918
  <type by_reference="false">array</type>
5919
  </tag>
5920
- <tag line="1921" name="param" description="current selection or 'all' (default)" type="string" variable="$selection">
5921
  <type by_reference="false">string</type>
5922
  </tag>
5923
- <tag line="1921" name="return" description="HTML markup with select field options" type="string">
5924
  <type by_reference="false">string</type>
5925
  </tag>
5926
  </docblock>
5927
- <argument line="1932">
5928
  <name>$templates</name>
5929
  <default><![CDATA[]]></default>
5930
  <type/>
5931
  </argument>
5932
- <argument line="1932">
5933
  <name>$selection</name>
5934
  <default><![CDATA['all']]></default>
5935
  <type/>
5936
  </argument>
5937
  </method>
5938
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1971" package="Media Library Assistant">
5939
  <name>mla_set_parent_form</name>
5940
  <full_name>mla_set_parent_form</full_name>
5941
- <docblock line="1962">
5942
  <description><![CDATA[Build the hidden form for the "Set Parent" popup modal window]]></description>
5943
  <long-description><![CDATA[]]></long-description>
5944
- <tag line="1962" name="since" description="1.90"/>
5945
- <tag line="1962" name="param" description="true to return complete form, false to return mla-set-parent-div" type="boolean" variable="$return_form">
5946
  <type by_reference="false">boolean</type>
5947
  </tag>
5948
- <tag line="1962" name="return" description="HTML &lt;form&gt; markup for hidden form" type="string">
5949
  <type by_reference="false">string</type>
5950
  </tag>
5951
  </docblock>
5952
- <argument line="1971">
5953
  <name>$return_form</name>
5954
  <default><![CDATA[true]]></default>
5955
  <type/>
5956
  </argument>
5957
  </method>
5958
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2034" package="Media Library Assistant">
5959
  <name>_build_inline_edit_form</name>
5960
  <full_name>_build_inline_edit_form</full_name>
5961
- <docblock line="2023">
5962
  <description><![CDATA[Build the hidden row templates for inline editing (quick and bulk edit)]]></description>
5963
  <long-description><![CDATA[<p>inspired by inline_edit() in wp-admin\includes\class-wp-posts-list-table.php.</p>]]></long-description>
5964
- <tag line="2023" name="since" description="0.20"/>
5965
- <tag line="2023" name="param" description="MLA List Table object" type="object" variable="$MLAListTable">
5966
  <type by_reference="false">object</type>
5967
  </tag>
5968
- <tag line="2023" name="return" description="HTML &lt;form&gt; markup for hidden rows" type="string">
5969
  <type by_reference="false">string</type>
5970
  </tag>
5971
  </docblock>
5972
- <argument line="2034">
5973
  <name>$MLAListTable</name>
5974
  <default><![CDATA[]]></default>
5975
  <type/>
5976
  </argument>
5977
  </method>
5978
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2229" package="Media Library Assistant">
5979
  <name>mla_authors_dropdown</name>
5980
  <full_name>mla_authors_dropdown</full_name>
5981
- <docblock line="2218">
5982
  <description><![CDATA[Get the edit Authors dropdown box, if user has suitable permissions]]></description>
5983
  <long-description><![CDATA[]]></long-description>
5984
- <tag line="2218" name="since" description="0.20"/>
5985
- <tag line="2218" name="param" description="Optional User ID of the current author, default 0" type="integer" variable="$author">
5986
  <type by_reference="false">integer</type>
5987
  </tag>
5988
- <tag line="2218" name="param" description="Optional HTML name attribute, default 'post_author'" type="string" variable="$name">
5989
  <type by_reference="false">string</type>
5990
  </tag>
5991
- <tag line="2218" name="param" description="Optional HTML class attribute, default 'authors'" type="string" variable="$class">
5992
  <type by_reference="false">string</type>
5993
  </tag>
5994
- <tag line="2218" name="return" description="HTML markup for the dropdown field or False" type="string|false">
5995
  <type by_reference="false">string</type>
5996
  <type by_reference="false">false</type>
5997
  </tag>
5998
  </docblock>
5999
- <argument line="2229">
6000
  <name>$author</name>
6001
  <default><![CDATA[0]]></default>
6002
  <type/>
6003
  </argument>
6004
- <argument line="2229">
6005
  <name>$name</name>
6006
  <default><![CDATA['post_author']]></default>
6007
  <type/>
6008
  </argument>
6009
- <argument line="2229">
6010
  <name>$class</name>
6011
  <default><![CDATA['authors']]></default>
6012
  <type/>
6013
  </argument>
6014
  </method>
6015
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2263" package="Media Library Assistant">
6016
  <name>_current_bulk_action</name>
6017
  <full_name>_current_bulk_action</full_name>
6018
- <docblock line="2256">
6019
  <description><![CDATA[Get the current action selected from the bulk actions dropdown]]></description>
6020
  <long-description><![CDATA[]]></long-description>
6021
- <tag line="2256" name="since" description="0.1"/>
6022
- <tag line="2256" name="return" description="The action name or False if no action was selected" type="string|false">
6023
  <type by_reference="false">string</type>
6024
  <type by_reference="false">false</type>
6025
  </tag>
6026
  </docblock>
6027
  </method>
6028
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2294" package="Media Library Assistant">
6029
  <name>_delete_single_item</name>
6030
  <full_name>_delete_single_item</full_name>
6031
- <docblock line="2285">
6032
  <description><![CDATA[Delete a single item permanently]]></description>
6033
  <long-description><![CDATA[]]></long-description>
6034
- <tag line="2285" name="since" description="0.1"/>
6035
- <tag line="2285" name="param" description="The form POST data" type="array" variable="$post_id">
6036
  <type by_reference="false">array</type>
6037
  </tag>
6038
- <tag line="2285" name="return" description="success/failure message and NULL content" type="array">
6039
  <type by_reference="false">array</type>
6040
  </tag>
6041
  </docblock>
6042
- <argument line="2294">
6043
  <name>$post_id</name>
6044
  <default><![CDATA[]]></default>
6045
  <type/>
6046
  </argument>
6047
  </method>
6048
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2326" package="Media Library Assistant">
6049
  <name>_restore_single_item</name>
6050
  <full_name>_restore_single_item</full_name>
6051
- <docblock line="2317">
6052
  <description><![CDATA[Restore a single item from the Trash]]></description>
6053
  <long-description><![CDATA[]]></long-description>
6054
- <tag line="2317" name="since" description="0.1"/>
6055
- <tag line="2317" name="param" description="The WordPress Post ID of the attachment item" type="integer" variable="$post_id">
6056
  <type by_reference="false">integer</type>
6057
  </tag>
6058
- <tag line="2317" name="return" description="success/failure message and NULL content" type="array">
6059
  <type by_reference="false">array</type>
6060
  </tag>
6061
  </docblock>
6062
- <argument line="2326">
6063
  <name>$post_id</name>
6064
  <default><![CDATA[]]></default>
6065
  <type/>
6066
  </argument>
6067
  </method>
6068
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2366" package="Media Library Assistant">
6069
  <name>_trash_single_item</name>
6070
  <full_name>_trash_single_item</full_name>
6071
- <docblock line="2357">
6072
  <description><![CDATA[Move a single item to Trash]]></description>
6073
  <long-description><![CDATA[]]></long-description>
6074
- <tag line="2357" name="since" description="0.1"/>
6075
- <tag line="2357" name="param" description="The WordPress Post ID of the attachment item" type="integer" variable="$post_id">
6076
  <type by_reference="false">integer</type>
6077
  </tag>
6078
- <tag line="2357" name="return" description="success/failure message and NULL content" type="array">
6079
  <type by_reference="false">array</type>
6080
  </tag>
6081
  </docblock>
6082
- <argument line="2366">
6083
  <name>$post_id</name>
6084
  <default><![CDATA[]]></default>
6085
  <type/>
6086
  </argument>
6087
  </method>
6088
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2416" package="Media Library Assistant">
6089
  <name>mla_debug_mode</name>
6090
  <full_name>mla_debug_mode</full_name>
6091
- <docblock line="2407">
6092
- <description><![CDATA[Set debug information collection mode]]></description>
6093
  <long-description><![CDATA[]]></long-description>
6094
- <tag line="2407" name="since" description="2.12"/>
6095
- <tag line="2407" name="param" description="Collection mode: 'buffer' (default), 'console', 'log' or 'none'" type="string" variable="$mode">
6096
  <type by_reference="false">string</type>
6097
  </tag>
6098
- <tag line="2407" name="return" description="true if success else false" type="boolean">
6099
- <type by_reference="false">boolean</type>
6100
  </tag>
6101
  </docblock>
6102
- <argument line="2416">
6103
  <name>$mode</name>
6104
- <default><![CDATA['buffer']]></default>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6105
  <type/>
6106
  </argument>
6107
  </method>
6108
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2431" package="Media Library Assistant">
6109
  <name>mla_debug_content</name>
6110
  <full_name>mla_debug_content</full_name>
6111
- <docblock line="2421">
6112
  <description><![CDATA[Get debug information without clearing the buffer]]></description>
6113
  <long-description><![CDATA[]]></long-description>
6114
- <tag line="2421" name="since" description="2.12"/>
6115
- <tag line="2421" name="param" description="Return data type: 'string' (default) or 'array'" type="string" variable="$format">
6116
  <type by_reference="false">string</type>
6117
  </tag>
6118
- <tag line="2421" name="param" description="Join array elements with '\n' or '&lt;p&gt;' (default)" type="string" variable="$glue">
6119
  <type by_reference="false">string</type>
6120
  </tag>
6121
- <tag line="2421" name="return" description="true if success else false" type="boolean">
6122
  <type by_reference="false">boolean</type>
6123
  </tag>
6124
  </docblock>
6125
- <argument line="2431">
6126
  <name>$format</name>
6127
  <default><![CDATA['string']]></default>
6128
  <type/>
6129
  </argument>
6130
- <argument line="2431">
6131
  <name>$glue</name>
6132
  <default><![CDATA['<p>']]></default>
6133
  <type/>
6134
  </argument>
6135
  </method>
6136
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2454" package="Media Library Assistant">
6137
  <name>mla_debug_flush</name>
6138
  <full_name>mla_debug_flush</full_name>
6139
- <docblock line="2444">
6140
  <description><![CDATA[Flush debug information and clear buffer]]></description>
6141
  <long-description><![CDATA[]]></long-description>
6142
- <tag line="2444" name="since" description="2.12"/>
6143
- <tag line="2444" name="param" description="Destination: 'buffer' (default), 'console', 'log' or 'none'" type="string" variable="$destination">
6144
  <type by_reference="false">string</type>
6145
  </tag>
6146
- <tag line="2444" name="param" description="true (default) to stop, false to continue collection" type="boolean" variable="$stop_collecting">
6147
  <type by_reference="false">boolean</type>
6148
  </tag>
6149
- <tag line="2444" name="return" description="debug content if $destination == 'buffer' else empty string" type="string">
6150
  <type by_reference="false">string</type>
6151
  </tag>
6152
  </docblock>
6153
- <argument line="2454">
6154
  <name>$destination</name>
6155
  <default><![CDATA['buffer']]></default>
6156
  <type/>
6157
  </argument>
6158
- <argument line="2454">
6159
  <name>$stop_collecting</name>
6160
  <default><![CDATA[true]]></default>
6161
  <type/>
6162
  </argument>
6163
  </method>
6164
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2499" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6165
  <name>mla_debug_add</name>
6166
  <full_name>mla_debug_add</full_name>
6167
- <docblock line="2491">
6168
  <description><![CDATA[Add a debug message to the collection]]></description>
6169
  <long-description><![CDATA[]]></long-description>
6170
- <tag line="2491" name="since" description="2.12"/>
6171
- <tag line="2491" name="param" description="Message text" type="string" variable="$message">
6172
  <type by_reference="false">string</type>
6173
  </tag>
6174
- <tag line="2491" name="param" description="Optional. Debug category." type="integer" variable="$debug_level">
6175
  <type by_reference="false">integer</type>
6176
  </tag>
6177
  </docblock>
6178
- <argument line="2499">
6179
  <name>$message</name>
6180
  <default><![CDATA[]]></default>
6181
  <type/>
6182
  </argument>
6183
- <argument line="2499">
6184
  <name>$debug_level</name>
6185
  <default><![CDATA[NULL]]></default>
6186
  <type/>
@@ -6610,7 +6754,7 @@ but only once per page load]]></description>
6610
  </method>
6611
  </class>
6612
  </file>
6613
- <file path="includes\class-mla-mime-types.php" hash="d3ea23877aae04023c406d41842dc546" package="Media Library Assistant">
6614
  <docblock line="2">
6615
  <description><![CDATA[Media Library Assistant MIME Type Support]]></description>
6616
  <long-description><![CDATA[]]></long-description>
@@ -6736,14 +6880,14 @@ the Views and Uploads Settings tabs]]></description>
6736
  </tag>
6737
  </docblock>
6738
  </property>
6739
- <property final="false" static="true" visibility="private" line="2339" namespace="global" package="Media Library Assistant">
6740
  <name>$mla_optional_upload_mime_templates</name>
6741
  <default><![CDATA[NULL]]></default>
6742
- <docblock line="2332">
6743
  <description><![CDATA[In-memory representation of the (read-only) Optional Upload MIME Types]]></description>
6744
  <long-description><![CDATA[]]></long-description>
6745
- <tag line="2332" name="since" description="1.40"/>
6746
- <tag line="2332" name="var" description="( ID, slug, mime_type, core_type, mla_type, description )" type="array">
6747
  <type by_reference="false">array</type>
6748
  </tag>
6749
  </docblock>
@@ -7539,317 +7683,337 @@ Defined as public because it's a filter.</p>]]></long-description>
7539
  <type/>
7540
  </argument>
7541
  </method>
7542
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1661" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7543
  <name>mla_get_icon_type_image</name>
7544
  <full_name>mla_get_icon_type_image</full_name>
7545
- <docblock line="1651">
7546
  <description><![CDATA[Get an HTML img element representing an attachment icon]]></description>
7547
  <long-description><![CDATA[]]></long-description>
7548
- <tag line="1651" name="since" description="1.40"/>
7549
- <tag line="1651" name="param" description="Icon Type, e.g., audio, video, spreadsheet" type="string" variable="$icon_type">
7550
  <type by_reference="false">string</type>
7551
  </tag>
7552
- <tag line="1651" name="param" description="( width, height ) optional image size, default (64, 64)." type="array" variable="$size">
7553
  <type by_reference="false">array</type>
7554
  </tag>
7555
- <tag line="1651" name="return" description="HTML img element or empty string on failure." type="string">
7556
  <type by_reference="false">string</type>
7557
  </tag>
7558
  </docblock>
7559
- <argument line="1661">
7560
  <name>$icon_type</name>
7561
  <default><![CDATA[]]></default>
7562
  <type/>
7563
  </argument>
7564
- <argument line="1661">
7565
  <name>$size</name>
7566
  <default><![CDATA[NULL]]></default>
7567
  <type/>
7568
  </argument>
7569
  </method>
7570
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1696" package="Media Library Assistant">
7571
  <name>mla_get_current_icon_types</name>
7572
  <full_name>mla_get_current_icon_types</full_name>
7573
- <docblock line="1689">
7574
  <description><![CDATA[Get an array of current Icon Type names]]></description>
7575
  <long-description><![CDATA[]]></long-description>
7576
- <tag line="1689" name="since" description="1.40"/>
7577
- <tag line="1689" name="return" description="( icon_type ) or false on failure." type="array">
7578
  <type by_reference="false">array</type>
7579
  </tag>
7580
  </docblock>
7581
  </method>
7582
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1712" package="Media Library Assistant">
7583
  <name>_get_upload_mime_templates</name>
7584
  <full_name>_get_upload_mime_templates</full_name>
7585
- <docblock line="1704">
7586
  <description><![CDATA[Assemble the in-memory representation of the Upload MIME Types]]></description>
7587
  <long-description><![CDATA[]]></long-description>
7588
- <tag line="1704" name="since" description="1.40"/>
7589
- <tag line="1704" name="param" description="Force a reload/recalculation of types" type="boolean" variable="$force_refresh">
7590
  <type by_reference="false">boolean</type>
7591
  </tag>
7592
- <tag line="1704" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
7593
  <type by_reference="false">boolean</type>
7594
  </tag>
7595
  </docblock>
7596
- <argument line="1712">
7597
  <name>$force_refresh</name>
7598
  <default><![CDATA[false]]></default>
7599
  <type/>
7600
  </argument>
7601
  </method>
7602
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1930" package="Media Library Assistant">
7603
  <name>_put_upload_mime_templates</name>
7604
  <full_name>_put_upload_mime_templates</full_name>
7605
- <docblock line="1923">
7606
  <description><![CDATA[Store the options portion of the Upload MIME Types]]></description>
7607
  <long-description><![CDATA[]]></long-description>
7608
- <tag line="1923" name="since" description="1.40"/>
7609
- <tag line="1923" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
7610
  <type by_reference="false">boolean</type>
7611
  </tag>
7612
  </docblock>
7613
  </method>
7614
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1965" package="Media Library Assistant">
7615
  <name>mla_add_upload_mime</name>
7616
  <full_name>mla_add_upload_mime</full_name>
7617
- <docblock line="1956">
7618
  <description><![CDATA[Add an MLA Upload MIME Type object]]></description>
7619
  <long-description><![CDATA[]]></long-description>
7620
- <tag line="1956" name="since" description="1.40"/>
7621
- <tag line="1956" name="param" description="Query variables for a single object, including slug" type="array" variable="$request">
7622
  <type by_reference="false">array</type>
7623
  </tag>
7624
- <tag line="1956" name="return" description="Message(s) reflecting the results of the operation" type="array">
7625
  <type by_reference="false">array</type>
7626
  </tag>
7627
  </docblock>
7628
- <argument line="1965">
7629
  <name>$request</name>
7630
  <default><![CDATA[]]></default>
7631
  <type/>
7632
  </argument>
7633
  </method>
7634
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2064" package="Media Library Assistant">
7635
  <name>mla_update_upload_mime</name>
7636
  <full_name>mla_update_upload_mime</full_name>
7637
- <docblock line="2055">
7638
  <description><![CDATA[Update an MLA Upload MIME Type object]]></description>
7639
  <long-description><![CDATA[]]></long-description>
7640
- <tag line="2055" name="since" description="1.40"/>
7641
- <tag line="2055" name="param" description="Query variables for new object values, including optional original_slug" type="array" variable="$request">
7642
  <type by_reference="false">array</type>
7643
  </tag>
7644
- <tag line="2055" name="return" description="Message(s) reflecting the results of the operation" type="array">
7645
  <type by_reference="false">array</type>
7646
  </tag>
7647
  </docblock>
7648
- <argument line="2064">
7649
  <name>$request</name>
7650
  <default><![CDATA[NULL]]></default>
7651
  <type/>
7652
  </argument>
7653
  </method>
7654
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2253" package="Media Library Assistant">
7655
  <name>mla_get_upload_mime_slug</name>
7656
  <full_name>mla_get_upload_mime_slug</full_name>
7657
- <docblock line="2244">
7658
  <description><![CDATA[Retrieve an MLA Upload MIME Type slug given a post_ID]]></description>
7659
  <long-description><![CDATA[]]></long-description>
7660
- <tag line="2244" name="since" description="1.40"/>
7661
- <tag line="2244" name="param" description="MLA Upload MIME Type post_ID" type="integer" variable="$post_ID">
7662
  <type by_reference="false">integer</type>
7663
  </tag>
7664
- <tag line="2244" name="return" description="string with slug of the requested object; false if object not found" type="mixed">
7665
  <type by_reference="false">mixed</type>
7666
  </tag>
7667
  </docblock>
7668
- <argument line="2253">
7669
  <name>$post_ID</name>
7670
  <default><![CDATA[]]></default>
7671
  <type/>
7672
  </argument>
7673
  </method>
7674
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2274" package="Media Library Assistant">
7675
  <name>mla_get_upload_mime</name>
7676
  <full_name>mla_get_upload_mime</full_name>
7677
- <docblock line="2265">
7678
  <description><![CDATA[Retrieve an MLA Upload MIME Type object]]></description>
7679
  <long-description><![CDATA[]]></long-description>
7680
- <tag line="2265" name="since" description="1.40"/>
7681
- <tag line="2265" name="param" description="MLA Upload MIME Type slug" type="string" variable="$slug">
7682
  <type by_reference="false">string</type>
7683
  </tag>
7684
- <tag line="2265" name="return" description="Array of elements, including slug, for the requested object; false if object not found" type="mixed">
7685
  <type by_reference="false">mixed</type>
7686
  </tag>
7687
  </docblock>
7688
- <argument line="2274">
7689
  <name>$slug</name>
7690
  <default><![CDATA[]]></default>
7691
  <type/>
7692
  </argument>
7693
  </method>
7694
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2295" package="Media Library Assistant">
7695
  <name>mla_delete_upload_mime</name>
7696
  <full_name>mla_delete_upload_mime</full_name>
7697
- <docblock line="2286">
7698
  <description><![CDATA[Delete an MLA Upload MIME Type object]]></description>
7699
  <long-description><![CDATA[]]></long-description>
7700
- <tag line="2286" name="since" description="1.40"/>
7701
- <tag line="2286" name="param" description="MLA Upload MIME Type slug" type="string" variable="$slug">
7702
  <type by_reference="false">string</type>
7703
  </tag>
7704
- <tag line="2286" name="return" description="Message(s) reflecting the results of the operation" type="array">
7705
  <type by_reference="false">array</type>
7706
  </tag>
7707
  </docblock>
7708
- <argument line="2295">
7709
  <name>$slug</name>
7710
  <default><![CDATA[]]></default>
7711
  <type/>
7712
  </argument>
7713
  </method>
7714
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2352" package="Media Library Assistant">
7715
  <name>_prepare_optional_upload_items_query</name>
7716
  <full_name>_prepare_optional_upload_items_query</full_name>
7717
- <docblock line="2341">
7718
  <description><![CDATA[Sanitize and expand Optional Upload MIME Type query arguments from request variables]]></description>
7719
  <long-description><![CDATA[]]></long-description>
7720
- <tag line="2341" name="since" description="1.40"/>
7721
- <tag line="2341" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$raw_request">
7722
  <type by_reference="false">array</type>
7723
  </tag>
7724
- <tag line="2341" name="param" description="Optional number of rows (default 0) to skip over to reach desired page" type="int" variable="$offset">
7725
  <type by_reference="false">int</type>
7726
  </tag>
7727
- <tag line="2341" name="param" description="Optional number of rows on each page (0 = all rows, default)" type="int" variable="$count">
7728
  <type by_reference="false">int</type>
7729
  </tag>
7730
- <tag line="2341" name="return" description="revised arguments suitable for query" type="array">
7731
  <type by_reference="false">array</type>
7732
  </tag>
7733
  </docblock>
7734
- <argument line="2352">
7735
  <name>$raw_request</name>
7736
  <default><![CDATA[]]></default>
7737
  <type/>
7738
  </argument>
7739
- <argument line="2352">
7740
  <name>$offset</name>
7741
  <default><![CDATA[0]]></default>
7742
  <type/>
7743
  </argument>
7744
- <argument line="2352">
7745
  <name>$count</name>
7746
  <default><![CDATA[0]]></default>
7747
  <type/>
7748
  </argument>
7749
  </method>
7750
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2425" package="Media Library Assistant">
7751
  <name>_execute_optional_upload_items_query</name>
7752
  <full_name>_execute_optional_upload_items_query</full_name>
7753
- <docblock line="2416">
7754
  <description><![CDATA[Execute an Optional Upload MIME Types query]]></description>
7755
  <long-description><![CDATA[]]></long-description>
7756
- <tag line="2416" name="since" description="1.40"/>
7757
- <tag line="2416" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
7758
  <type by_reference="false">array</type>
7759
  </tag>
7760
- <tag line="2416" name="return" description="query results; array of MLA Optional Upload MIME Type objects" type="array">
7761
  <type by_reference="false">array</type>
7762
  </tag>
7763
  </docblock>
7764
- <argument line="2425">
7765
  <name>$request</name>
7766
  <default><![CDATA[]]></default>
7767
  <type/>
7768
  </argument>
7769
  </method>
7770
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2507" package="Media Library Assistant">
7771
  <name>mla_count_optional_upload_items</name>
7772
  <full_name>mla_count_optional_upload_items</full_name>
7773
- <docblock line="2498">
7774
  <description><![CDATA[Get the total number of MLA Upload MIME Type objects]]></description>
7775
  <long-description><![CDATA[]]></long-description>
7776
- <tag line="2498" name="since" description="1.40"/>
7777
- <tag line="2498" name="param" description="Query variables, e.g., from $_REQUEST" type="array" variable="$request">
7778
  <type by_reference="false">array</type>
7779
  </tag>
7780
- <tag line="2498" name="return" description="Number of MLA Upload MIME Type objects" type="integer">
7781
  <type by_reference="false">integer</type>
7782
  </tag>
7783
  </docblock>
7784
- <argument line="2507">
7785
  <name>$request</name>
7786
  <default><![CDATA[]]></default>
7787
  <type/>
7788
  </argument>
7789
  </method>
7790
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2524" package="Media Library Assistant">
7791
  <name>mla_query_optional_upload_items</name>
7792
  <full_name>mla_query_optional_upload_items</full_name>
7793
- <docblock line="2513">
7794
  <description><![CDATA[Retrieve MLA Upload MIME Type objects for list table display]]></description>
7795
  <long-description><![CDATA[]]></long-description>
7796
- <tag line="2513" name="since" description="1.40"/>
7797
- <tag line="2513" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
7798
  <type by_reference="false">array</type>
7799
  </tag>
7800
- <tag line="2513" name="param" description="number of rows to skip over to reach desired page" type="int" variable="$offset">
7801
  <type by_reference="false">int</type>
7802
  </tag>
7803
- <tag line="2513" name="param" description="number of rows on each page" type="int" variable="$count">
7804
  <type by_reference="false">int</type>
7805
  </tag>
7806
- <tag line="2513" name="return" description="MLA Upload MIME Type objects" type="array">
7807
  <type by_reference="false">array</type>
7808
  </tag>
7809
  </docblock>
7810
- <argument line="2524">
7811
  <name>$request</name>
7812
  <default><![CDATA[]]></default>
7813
  <type/>
7814
  </argument>
7815
- <argument line="2524">
7816
  <name>$offset</name>
7817
  <default><![CDATA[]]></default>
7818
  <type/>
7819
  </argument>
7820
- <argument line="2524">
7821
  <name>$count</name>
7822
  <default><![CDATA[]]></default>
7823
  <type/>
7824
  </argument>
7825
  </method>
7826
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2537" package="Media Library Assistant">
7827
  <name>_get_optional_upload_mime_templates</name>
7828
  <full_name>_get_optional_upload_mime_templates</full_name>
7829
- <docblock line="2530">
7830
  <description><![CDATA[Assemble the in-memory representation of the (read-only) Optional Upload MIME Types]]></description>
7831
  <long-description><![CDATA[]]></long-description>
7832
- <tag line="2530" name="since" description="1.40"/>
7833
- <tag line="2530" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
7834
  <type by_reference="false">boolean</type>
7835
  </tag>
7836
  </docblock>
7837
  </method>
7838
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2582" package="Media Library Assistant">
7839
  <name>mla_get_optional_upload_mime</name>
7840
  <full_name>mla_get_optional_upload_mime</full_name>
7841
- <docblock line="2573">
7842
  <description><![CDATA[Retrieve an MLA Optional Upload MIME Type given an ID]]></description>
7843
  <long-description><![CDATA[]]></long-description>
7844
- <tag line="2573" name="since" description="1.40"/>
7845
- <tag line="2573" name="param" description="MLA Optional Upload MIME Type ID" type="integer" variable="$ID">
7846
  <type by_reference="false">integer</type>
7847
  </tag>
7848
- <tag line="2573" name="return" description="the requested object; false if object not found" type="mixed">
7849
  <type by_reference="false">mixed</type>
7850
  </tag>
7851
  </docblock>
7852
- <argument line="2582">
7853
  <name>$ID</name>
7854
  <default><![CDATA[]]></default>
7855
  <type/>
@@ -7857,7 +8021,7 @@ Defined as public because it's a filter.</p>]]></long-description>
7857
  </method>
7858
  </class>
7859
  </file>
7860
- <file path="includes\class-mla-objects.php" hash="e45afd69c94e6af92a3cdf55c6be6e26" package="Media Library Assistant">
7861
  <docblock line="2">
7862
  <description><![CDATA[Media Library Assistant Custom Taxonomy and Widget objects]]></description>
7863
  <long-description><![CDATA[]]></long-description>
@@ -8069,17 +8233,17 @@ which returns a count of the attachments assigned a given term]]></description>
8069
  </method>
8070
  </class>
8071
  </file>
8072
- <file path="includes\class-mla-options.php" hash="159ab4db090891479e68c07328c986ab" package="Media Library Assistant">
8073
  <docblock line="2">
8074
  <description><![CDATA[Manages the plugin option settings]]></description>
8075
  <long-description><![CDATA[]]></long-description>
8076
  <tag line="2" name="package" description="Media Library Assistant"/>
8077
  <tag line="2" name="since" description="1.00"/>
8078
  </docblock>
8079
- <include line="2010" type="Require Once" package="Media Library Assistant">
8080
  <name/>
8081
  </include>
8082
- <include line="2041" type="Require" package="Media Library Assistant">
8083
  <name/>
8084
  </include>
8085
  <class final="false" abstract="false" namespace="global" line="18" package="Media Library Assistant">
@@ -8511,58 +8675,67 @@ This option is for flat taxonomies, e.g., "Att.]]></description>
8511
  <long-description><![CDATA[]]></long-description>
8512
  </docblock>
8513
  </constant>
8514
- <property final="false" static="true" visibility="public" line="262" namespace="global" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
8515
  <name>$process_featured_in</name>
8516
  <default><![CDATA[true]]></default>
8517
- <docblock line="253">
8518
  <description><![CDATA[Option setting for "Featured in" reporting]]></description>
8519
  <long-description><![CDATA[<p>This setting is false if the "Featured in" database access setting is "disabled", else true.</p>]]></long-description>
8520
- <tag line="253" name="since" description="1.00"/>
8521
- <tag line="253" name="var" description="" type="boolean">
8522
  <type by_reference="false">boolean</type>
8523
  </tag>
8524
  </docblock>
8525
  </property>
8526
- <property final="false" static="true" visibility="public" line="273" namespace="global" package="Media Library Assistant">
8527
  <name>$process_inserted_in</name>
8528
  <default><![CDATA[true]]></default>
8529
- <docblock line="264">
8530
  <description><![CDATA[Option setting for "Inserted in" reporting]]></description>
8531
  <long-description><![CDATA[<p>This setting is false if the "Inserted in" database access setting is "disabled", else true.</p>]]></long-description>
8532
- <tag line="264" name="since" description="1.00"/>
8533
- <tag line="264" name="var" description="" type="boolean">
8534
  <type by_reference="false">boolean</type>
8535
  </tag>
8536
  </docblock>
8537
  </property>
8538
- <property final="false" static="true" visibility="public" line="284" namespace="global" package="Media Library Assistant">
8539
  <name>$process_gallery_in</name>
8540
  <default><![CDATA[true]]></default>
8541
- <docblock line="275">
8542
  <description><![CDATA[Option setting for "Gallery in" reporting]]></description>
8543
  <long-description><![CDATA[<p>This setting is false if the "Gallery in" database access setting is "disabled", else true.</p>]]></long-description>
8544
- <tag line="275" name="since" description="1.00"/>
8545
- <tag line="275" name="var" description="" type="boolean">
8546
  <type by_reference="false">boolean</type>
8547
  </tag>
8548
  </docblock>
8549
  </property>
8550
- <property final="false" static="true" visibility="public" line="295" namespace="global" package="Media Library Assistant">
8551
  <name>$process_mla_gallery_in</name>
8552
  <default><![CDATA[true]]></default>
8553
- <docblock line="286">
8554
  <description><![CDATA[Option setting for "MLA Gallery in" reporting]]></description>
8555
  <long-description><![CDATA[<p>This setting is false if the "MLA Gallery in" database access setting is "disabled", else true.</p>]]></long-description>
8556
- <tag line="286" name="since" description="1.00"/>
8557
- <tag line="286" name="var" description="" type="boolean">
8558
  <type by_reference="false">boolean</type>
8559
  </tag>
8560
  </docblock>
8561
  </property>
8562
- <property final="false" static="true" visibility="public" line="327" namespace="global" package="Media Library Assistant">
8563
  <name>$mla_option_definitions</name>
8564
  <default><![CDATA[array()]]></default>
8565
- <docblock line="297">
8566
  <description><![CDATA[$mla_option_definitions defines the database options and admin page areas for setting/updating them]]></description>
8567
  <long-description><![CDATA[<p>The array must be populated at runtime in MLAOptions::mla_localize_option_definitions_array(),
8568
  because Localization calls cannot be placed in the "public static" array definition itself.</p>
@@ -8591,1316 +8764,1316 @@ reset => reset function for 'custom' options; returns nothing. Usage:
8591
  $message = ['reset']( 'reset', $key, $value, $_REQUEST );</p>]]></long-description>
8592
  </docblock>
8593
  </property>
8594
- <property final="false" static="true" visibility="private" line="374" namespace="global" package="Media Library Assistant">
8595
  <name>$mla_option_templates</name>
8596
  <default><![CDATA[null]]></default>
8597
- <docblock line="367">
8598
  <description><![CDATA[Style and Markup templates]]></description>
8599
  <long-description><![CDATA[]]></long-description>
8600
- <tag line="367" name="since" description="0.80"/>
8601
- <tag line="367" name="var" description="" type="array">
8602
  <type by_reference="false">array</type>
8603
  </tag>
8604
  </docblock>
8605
  </property>
8606
- <property final="false" static="true" visibility="private" line="2062" namespace="global" package="Media Library Assistant">
8607
  <name>$add_attachment_id</name>
8608
  <default><![CDATA[0]]></default>
8609
- <docblock line="2052">
8610
  <description><![CDATA[Attachment ID passed from mla_add_attachment_action to mla_update_attachment_metadata_filter]]></description>
8611
  <long-description><![CDATA[<p>Ensures that IPTC/EXIF and Custom Field mapping is only performed when the attachment is first
8612
  added to the Media Library.</p>]]></long-description>
8613
- <tag line="2052" name="since" description="1.70"/>
8614
- <tag line="2052" name="var" description="" type="integer">
8615
  <type by_reference="false">integer</type>
8616
  </tag>
8617
  </docblock>
8618
  </property>
8619
- <property final="false" static="true" visibility="private" line="3148" namespace="global" package="Media Library Assistant">
8620
  <name>$custom_field_data_sources</name>
8621
  <default><![CDATA[array('post_id', 'post_author', 'post_date', 'post_date_gmt', 'post_content', 'post_title', 'post_excerpt', 'post_status', 'comment_status', 'ping_status', 'post_name', 'post_modified', 'post_modified_gmt', 'post_content_filtered', 'parent', 'post_parent', 'guid', 'menu_order', 'mime_type', 'post_mime_type', 'comment_count', 'alt_text', 'absolute_path', 'absolute_file_name', 'base_file', 'path', 'file_name', 'name_only', 'extension', 'file_size', 'upload_date', 'dimensions', 'pixels', 'width', 'height', 'orientation', 'hwstring_small', 'size_keys', 'size_names', 'size_bytes', 'size_pixels', 'size_dimensions', 'size_name[size]', 'size_bytes[size]', 'size_pixels[size]', 'size_dimensions[size]', 'parent_date', 'parent_type', 'parent_title', 'parent_issues', 'reference_issues', 'featured_in', 'featured_in_title', 'inserted_in', 'inserted_in_title', 'gallery_in', 'gallery_in_title', 'mla_gallery_in', 'mla_gallery_in_title', 'aperture', 'credit', 'camera', 'caption', 'created_timestamp', 'copyright', 'focal_length', 'iso', 'shutter_speed', 'title')]]></default>
8622
- <docblock line="3141">
8623
  <description><![CDATA[Array of Data Source names for custom field mapping]]></description>
8624
  <long-description><![CDATA[]]></long-description>
8625
- <tag line="3141" name="since" description="1.10"/>
8626
- <tag line="3141" name="var" description="" type="array">
8627
  <type by_reference="false">array</type>
8628
  </tag>
8629
  </docblock>
8630
  </property>
8631
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="336" package="Media Library Assistant">
8632
  <name>initialize</name>
8633
  <full_name>initialize</full_name>
8634
- <docblock line="329">
8635
  <description><![CDATA[Initialization function, similar to __construct()]]></description>
8636
  <long-description><![CDATA[]]></long-description>
8637
- <tag line="329" name="since" description="1.00"/>
8638
- <tag line="329" name="return" description="" type="void">
8639
  <type by_reference="false">void</type>
8640
  </tag>
8641
  </docblock>
8642
  </method>
8643
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="383" package="Media Library Assistant">
8644
  <name>_load_option_templates</name>
8645
  <full_name>_load_option_templates</full_name>
8646
- <docblock line="376">
8647
  <description><![CDATA[Load style and markup templates to $mla_templates]]></description>
8648
  <long-description><![CDATA[]]></long-description>
8649
- <tag line="376" name="since" description="0.80"/>
8650
- <tag line="376" name="return" description="" type="void">
8651
  <type by_reference="false">void</type>
8652
  </tag>
8653
  </docblock>
8654
  </method>
8655
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="430" package="Media Library Assistant">
8656
  <name>mla_localize_option_definitions_array</name>
8657
  <full_name>mla_localize_option_definitions_array</full_name>
8658
- <docblock line="420">
8659
  <description><![CDATA[Localize $mla_option_definitions array]]></description>
8660
  <long-description><![CDATA[<p>Localization must be done at runtime, and these calls cannot be placed
8661
  in the "public static" array definition itself.</p>]]></long-description>
8662
- <tag line="420" name="since" description="1.70"/>
8663
- <tag line="420" name="return" description="" type="void">
8664
  <type by_reference="false">void</type>
8665
  </tag>
8666
  </docblock>
8667
  </method>
8668
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1293" package="Media Library Assistant">
8669
  <name>mla_initialize_tax_checked_on_top</name>
8670
  <full_name>mla_initialize_tax_checked_on_top</full_name>
8671
- <docblock line="1284">
8672
  <description><![CDATA[Initialize "tax_checked_on_top" => "checked" default for all supported taxonomies]]></description>
8673
  <long-description><![CDATA[<p>Called after all taxonomies are registered, e.g., in MLAObjects::_build_taxonomies.</p>]]></long-description>
8674
- <tag line="1284" name="since" description="2.02"/>
8675
- <tag line="1284" name="return" description="" type="void">
8676
  <type by_reference="false">void</type>
8677
  </tag>
8678
  </docblock>
8679
  </method>
8680
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1319" package="Media Library Assistant">
8681
  <name>mla_fetch_gallery_template</name>
8682
  <full_name>mla_fetch_gallery_template</full_name>
8683
- <docblock line="1309">
8684
  <description><![CDATA[Fetch style or markup template from $mla_templates]]></description>
8685
  <long-description><![CDATA[]]></long-description>
8686
- <tag line="1309" name="since" description="0.80"/>
8687
- <tag line="1309" name="param" description="Template name" type="string" variable="$key">
8688
  <type by_reference="false">string</type>
8689
  </tag>
8690
- <tag line="1309" name="param" description="Template type; 'style' (default) or 'markup'" type="string" variable="$type">
8691
  <type by_reference="false">string</type>
8692
  </tag>
8693
- <tag line="1309" name="return" description="requested template, false if not found or null if no templates" type="string|boolean|null">
8694
  <type by_reference="false">string</type>
8695
  <type by_reference="false">boolean</type>
8696
  <type by_reference="false">null</type>
8697
  </tag>
8698
  </docblock>
8699
- <argument line="1319">
8700
  <name>$key</name>
8701
  <default><![CDATA[]]></default>
8702
  <type/>
8703
  </argument>
8704
- <argument line="1319">
8705
  <name>$type</name>
8706
  <default><![CDATA['style']]></default>
8707
  <type/>
8708
  </argument>
8709
  </method>
8710
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1341" package="Media Library Assistant">
8711
  <name>mla_get_style_templates</name>
8712
  <full_name>mla_get_style_templates</full_name>
8713
- <docblock line="1334">
8714
  <description><![CDATA[Get ALL style templates from $mla_templates, including 'default']]></description>
8715
  <long-description><![CDATA[]]></long-description>
8716
- <tag line="1334" name="since" description="0.80"/>
8717
- <tag line="1334" name="return" description="name =&gt; value for all style templates or null if no templates" type="array|null">
8718
  <type by_reference="false">array</type>
8719
  <type by_reference="false">null</type>
8720
  </tag>
8721
  </docblock>
8722
  </method>
8723
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1367" package="Media Library Assistant">
8724
  <name>mla_put_style_templates</name>
8725
  <full_name>mla_put_style_templates</full_name>
8726
- <docblock line="1359">
8727
  <description><![CDATA[Put user-defined style templates to $mla_templates and database]]></description>
8728
  <long-description><![CDATA[]]></long-description>
8729
- <tag line="1359" name="since" description="0.80"/>
8730
- <tag line="1359" name="param" description="name =&gt; value for all user-defined style templates" type="array" variable="$templates">
8731
  <type by_reference="false">array</type>
8732
  </tag>
8733
- <tag line="1359" name="return" description="true if success, false if failure" type="boolean">
8734
  <type by_reference="false">boolean</type>
8735
  </tag>
8736
  </docblock>
8737
- <argument line="1367">
8738
  <name>$templates</name>
8739
  <default><![CDATA[]]></default>
8740
  <type/>
8741
  </argument>
8742
  </method>
8743
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1383" package="Media Library Assistant">
8744
  <name>mla_get_markup_templates</name>
8745
  <full_name>mla_get_markup_templates</full_name>
8746
- <docblock line="1376">
8747
  <description><![CDATA[Get ALL markup templates from $mla_templates, including 'default']]></description>
8748
  <long-description><![CDATA[]]></long-description>
8749
- <tag line="1376" name="since" description="0.80"/>
8750
- <tag line="1376" name="return" description="name =&gt; value for all markup templates or null if no templates" type="array|null">
8751
  <type by_reference="false">array</type>
8752
  <type by_reference="false">null</type>
8753
  </tag>
8754
  </docblock>
8755
  </method>
8756
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1438" package="Media Library Assistant">
8757
  <name>mla_put_markup_templates</name>
8758
  <full_name>mla_put_markup_templates</full_name>
8759
- <docblock line="1430">
8760
  <description><![CDATA[Put user-defined markup templates to $mla_templates and database]]></description>
8761
  <long-description><![CDATA[]]></long-description>
8762
- <tag line="1430" name="since" description="0.80"/>
8763
- <tag line="1430" name="param" description="name =&gt; value for all user-defined markup templates" type="array" variable="$templates">
8764
  <type by_reference="false">array</type>
8765
  </tag>
8766
- <tag line="1430" name="return" description="true if success, false if failure" type="boolean">
8767
  <type by_reference="false">boolean</type>
8768
  </tag>
8769
  </docblock>
8770
- <argument line="1438">
8771
  <name>$templates</name>
8772
  <default><![CDATA[]]></default>
8773
  <type/>
8774
  </argument>
8775
  </method>
8776
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1460" package="Media Library Assistant">
8777
  <name>mla_get_option</name>
8778
  <full_name>mla_get_option</full_name>
8779
- <docblock line="1447">
8780
  <description><![CDATA[Return the stored value or default value of a defined MLA option]]></description>
8781
  <long-description><![CDATA[]]></long-description>
8782
- <tag line="1447" name="since" description="0.1"/>
8783
- <tag line="1447" name="param" description="Name of the desired option" type="string" variable="$option">
8784
  <type by_reference="false">string</type>
8785
  </tag>
8786
- <tag line="1447" name="param" description="True to ignore current setting and return default values" type="boolean" variable="$get_default">
8787
  <type by_reference="false">boolean</type>
8788
  </tag>
8789
- <tag line="1447" name="param" description="True to ignore default values and return only stored values" type="boolean" variable="$get_stored">
8790
  <type by_reference="false">boolean</type>
8791
  </tag>
8792
- <tag line="1447" name="param" description="Custom option definitions" type="array" variable="$option_table">
8793
  <type by_reference="false">array</type>
8794
  </tag>
8795
- <tag line="1447" name="return" description="Value(s) for the option or false if the option is not a defined MLA option" type="mixed">
8796
  <type by_reference="false">mixed</type>
8797
  </tag>
8798
  </docblock>
8799
- <argument line="1460">
8800
  <name>$option</name>
8801
  <default><![CDATA[]]></default>
8802
  <type/>
8803
  </argument>
8804
- <argument line="1460">
8805
  <name>$get_default</name>
8806
  <default><![CDATA[false]]></default>
8807
  <type/>
8808
  </argument>
8809
- <argument line="1460">
8810
  <name>$get_stored</name>
8811
  <default><![CDATA[false]]></default>
8812
  <type/>
8813
  </argument>
8814
- <argument line="1460">
8815
  <name>$option_table</name>
8816
  <default><![CDATA[NULL]]></default>
8817
  <type/>
8818
  </argument>
8819
  </method>
8820
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1495" package="Media Library Assistant">
8821
  <name>mla_update_option</name>
8822
  <full_name>mla_update_option</full_name>
8823
- <docblock line="1484">
8824
  <description><![CDATA[Add or update the stored value of a defined MLA option]]></description>
8825
  <long-description><![CDATA[]]></long-description>
8826
- <tag line="1484" name="since" description="0.1"/>
8827
- <tag line="1484" name="param" description="Name of the desired option" type="string" variable="$option">
8828
  <type by_reference="false">string</type>
8829
  </tag>
8830
- <tag line="1484" name="param" description="New value for the desired option" type="mixed" variable="$newvalue">
8831
  <type by_reference="false">mixed</type>
8832
  </tag>
8833
- <tag line="1484" name="param" description="Custom option definitions" type="array" variable="$option_table">
8834
  <type by_reference="false">array</type>
8835
  </tag>
8836
- <tag line="1484" name="return" description="True if the value was changed or false if the update failed" type="boolean">
8837
  <type by_reference="false">boolean</type>
8838
  </tag>
8839
  </docblock>
8840
- <argument line="1495">
8841
  <name>$option</name>
8842
  <default><![CDATA[]]></default>
8843
  <type/>
8844
  </argument>
8845
- <argument line="1495">
8846
  <name>$newvalue</name>
8847
  <default><![CDATA[]]></default>
8848
  <type/>
8849
  </argument>
8850
- <argument line="1495">
8851
  <name>$option_table</name>
8852
  <default><![CDATA[NULL]]></default>
8853
  <type/>
8854
  </argument>
8855
  </method>
8856
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1517" package="Media Library Assistant">
8857
  <name>mla_delete_option</name>
8858
  <full_name>mla_delete_option</full_name>
8859
- <docblock line="1507">
8860
  <description><![CDATA[Delete the stored value of a defined MLA option]]></description>
8861
  <long-description><![CDATA[]]></long-description>
8862
- <tag line="1507" name="since" description="0.1"/>
8863
- <tag line="1507" name="param" description="Name of the desired option" type="string" variable="$option">
8864
  <type by_reference="false">string</type>
8865
  </tag>
8866
- <tag line="1507" name="param" description="Custom option definitions" type="array" variable="$option_table">
8867
  <type by_reference="false">array</type>
8868
  </tag>
8869
- <tag line="1507" name="return" description="True if the option was deleted, otherwise false" type="boolean">
8870
  <type by_reference="false">boolean</type>
8871
  </tag>
8872
  </docblock>
8873
- <argument line="1517">
8874
  <name>$option</name>
8875
  <default><![CDATA[]]></default>
8876
  <type/>
8877
  </argument>
8878
- <argument line="1517">
8879
  <name>$option_table</name>
8880
  <default><![CDATA[NULL]]></default>
8881
  <type/>
8882
  </argument>
8883
  </method>
8884
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1542" package="Media Library Assistant">
8885
  <name>mla_taxonomy_support</name>
8886
  <full_name>mla_taxonomy_support</full_name>
8887
- <docblock line="1529">
8888
  <description><![CDATA[Determine MLA support for a taxonomy, handling the special case where the
8889
  settings are being updated or reset.]]></description>
8890
  <long-description><![CDATA[]]></long-description>
8891
- <tag line="1529" name="since" description="0.30"/>
8892
- <tag line="1529" name="param" description="Taxonomy name, e.g., attachment_category" type="string" variable="$tax_name">
8893
  <type by_reference="false">string</type>
8894
  </tag>
8895
- <tag line="1529" name="param" description="Optional. 'support' (default), 'quick-edit' or 'filter'" type="string" variable="$support_type">
8896
  <type by_reference="false">string</type>
8897
  </tag>
8898
- <tag line="1529" name="return" description="true if the taxonomy is supported in this way else false. string if $tax_name is '' and $support_type is 'filter', returns the taxonomy to filter by." type="boolean|string">
8899
  <type by_reference="false">boolean</type>
8900
  <type by_reference="false">string</type>
8901
  </tag>
8902
  </docblock>
8903
- <argument line="1542">
8904
  <name>$tax_name</name>
8905
  <default><![CDATA[]]></default>
8906
  <type/>
8907
  </argument>
8908
- <argument line="1542">
8909
  <name>$support_type</name>
8910
  <default><![CDATA['support']]></default>
8911
  <type/>
8912
  </argument>
8913
  </method>
8914
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1619" package="Media Library Assistant">
8915
  <name>mla_supported_taxonomies</name>
8916
  <full_name>mla_supported_taxonomies</full_name>
8917
- <docblock line="1610">
8918
  <description><![CDATA[Returns an array of taxonomy names assigned to $support_type]]></description>
8919
  <long-description><![CDATA[]]></long-description>
8920
- <tag line="1610" name="since" description="1.90"/>
8921
- <tag line="1610" name="param" description="Optional. 'support' (default), 'quick-edit', 'flat-checklist', 'term-search' or 'filter'" type="string" variable="$support_type">
8922
  <type by_reference="false">string</type>
8923
  </tag>
8924
- <tag line="1610" name="return" description="taxonomies assigned to $support_type; can be empty." type="array">
8925
  <type by_reference="false">array</type>
8926
  </tag>
8927
  </docblock>
8928
- <argument line="1619">
8929
  <name>$support_type</name>
8930
  <default><![CDATA['support']]></default>
8931
  <type/>
8932
  </argument>
8933
  </method>
8934
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1688" package="Media Library Assistant">
8935
  <name>mla_attachment_display_settings_option_handler</name>
8936
  <full_name>mla_attachment_display_settings_option_handler</full_name>
8937
- <docblock line="1675">
8938
  <description><![CDATA[Render and manage Attachment Display Settings options; alignment, link type and size]]></description>
8939
  <long-description><![CDATA[]]></long-description>
8940
- <tag line="1675" name="since" description="1.71"/>
8941
- <tag line="1675" name="uses" description="\global\MLASettings::$page_template_array" refers="\global\MLASettings::$page_template_array"/>
8942
- <tag line="1675" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
8943
  <type by_reference="false">string</type>
8944
  </tag>
8945
- <tag line="1675" name="param" description="option name, e.g., 'image_default_align'" type="string" variable="$key">
8946
  <type by_reference="false">string</type>
8947
  </tag>
8948
- <tag line="1675" name="param" description="option parameters" type="array" variable="$value">
8949
  <type by_reference="false">array</type>
8950
  </tag>
8951
- <tag line="1675" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
8952
  <type by_reference="false">array</type>
8953
  </tag>
8954
- <tag line="1675" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
8955
  <type by_reference="false">string</type>
8956
  </tag>
8957
  </docblock>
8958
- <argument line="1688">
8959
  <name>$action</name>
8960
  <default><![CDATA[]]></default>
8961
  <type/>
8962
  </argument>
8963
- <argument line="1688">
8964
  <name>$key</name>
8965
  <default><![CDATA[]]></default>
8966
  <type/>
8967
  </argument>
8968
- <argument line="1688">
8969
  <name>$value</name>
8970
  <default><![CDATA[]]></default>
8971
  <type/>
8972
  </argument>
8973
- <argument line="1688">
8974
  <name>$args</name>
8975
  <default><![CDATA[null]]></default>
8976
  <type/>
8977
  </argument>
8978
  </method>
8979
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1752" package="Media Library Assistant">
8980
  <name>mla_taxonomy_option_handler</name>
8981
  <full_name>mla_taxonomy_option_handler</full_name>
8982
- <docblock line="1739">
8983
  <description><![CDATA[Render and manage taxonomy support options, e.g., Categories and Post Tags]]></description>
8984
  <long-description><![CDATA[]]></long-description>
8985
- <tag line="1739" name="since" description="0.30"/>
8986
- <tag line="1739" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
8987
- <tag line="1739" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
8988
  <type by_reference="false">string</type>
8989
  </tag>
8990
- <tag line="1739" name="param" description="option name, e.g., 'tax_support', or 'tax_flat_checklist'" type="string" variable="$key">
8991
  <type by_reference="false">string</type>
8992
  </tag>
8993
- <tag line="1739" name="param" description="option parameters" type="array" variable="$value">
8994
  <type by_reference="false">array</type>
8995
  </tag>
8996
- <tag line="1739" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
8997
  <type by_reference="false">array</type>
8998
  </tag>
8999
- <tag line="1739" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
9000
  <type by_reference="false">string</type>
9001
  </tag>
9002
  </docblock>
9003
- <argument line="1752">
9004
  <name>$action</name>
9005
  <default><![CDATA[]]></default>
9006
  <type/>
9007
  </argument>
9008
- <argument line="1752">
9009
  <name>$key</name>
9010
  <default><![CDATA[]]></default>
9011
  <type/>
9012
  </argument>
9013
- <argument line="1752">
9014
  <name>$value</name>
9015
  <default><![CDATA[]]></default>
9016
  <type/>
9017
  </argument>
9018
- <argument line="1752">
9019
  <name>$args</name>
9020
  <default><![CDATA[null]]></default>
9021
  <type/>
9022
  </argument>
9023
  </method>
9024
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1929" package="Media Library Assistant">
9025
  <name>mla_search_option_handler</name>
9026
  <full_name>mla_search_option_handler</full_name>
9027
- <docblock line="1916">
9028
  <description><![CDATA[Render and manage Search box options, e.g., connector and search fields]]></description>
9029
  <long-description><![CDATA[]]></long-description>
9030
- <tag line="1916" name="since" description="1.90"/>
9031
- <tag line="1916" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9032
- <tag line="1916" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
9033
  <type by_reference="false">string</type>
9034
  </tag>
9035
- <tag line="1916" name="param" description="option name; 'search_connector' or 'search_fields'" type="string" variable="$key">
9036
  <type by_reference="false">string</type>
9037
  </tag>
9038
- <tag line="1916" name="param" description="option parameters" type="array" variable="$value">
9039
  <type by_reference="false">array</type>
9040
  </tag>
9041
- <tag line="1916" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
9042
  <type by_reference="false">array</type>
9043
  </tag>
9044
- <tag line="1916" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
9045
  <type by_reference="false">string</type>
9046
  </tag>
9047
  </docblock>
9048
- <argument line="1929">
9049
  <name>$action</name>
9050
  <default><![CDATA[]]></default>
9051
  <type/>
9052
  </argument>
9053
- <argument line="1929">
9054
  <name>$key</name>
9055
  <default><![CDATA[]]></default>
9056
  <type/>
9057
  </argument>
9058
- <argument line="1929">
9059
  <name>$value</name>
9060
  <default><![CDATA[]]></default>
9061
  <type/>
9062
  </argument>
9063
- <argument line="1929">
9064
  <name>$args</name>
9065
  <default><![CDATA[null]]></default>
9066
  <type/>
9067
  </argument>
9068
  </method>
9069
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2000" package="Media Library Assistant">
9070
  <name>mla_wp_handle_upload_prefilter_filter</name>
9071
  <full_name>mla_wp_handle_upload_prefilter_filter</full_name>
9072
- <docblock line="1991">
9073
  <description><![CDATA[Examine or alter the filename before the file is made permanent]]></description>
9074
  <long-description><![CDATA[]]></long-description>
9075
- <tag line="1991" name="since" description="1.70"/>
9076
- <tag line="1991" name="param" description="file parameters ( 'name' )" type="array" variable="$file">
9077
  <type by_reference="false">array</type>
9078
  </tag>
9079
- <tag line="1991" name="return" description="updated file parameters" type="array">
9080
  <type by_reference="false">array</type>
9081
  </tag>
9082
  </docblock>
9083
- <argument line="2000">
9084
  <name>$file</name>
9085
  <default><![CDATA[]]></default>
9086
  <type/>
9087
  </argument>
9088
  </method>
9089
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2031" package="Media Library Assistant">
9090
  <name>mla_wp_handle_upload_filter</name>
9091
  <full_name>mla_wp_handle_upload_filter</full_name>
9092
- <docblock line="2022">
9093
  <description><![CDATA[Called once for each file uploaded]]></description>
9094
  <long-description><![CDATA[]]></long-description>
9095
- <tag line="2022" name="since" description="1.70"/>
9096
- <tag line="2022" name="param" description="file parameters ( 'name' )" type="array" variable="$file">
9097
  <type by_reference="false">array</type>
9098
  </tag>
9099
- <tag line="2022" name="return" description="updated file parameters" type="array">
9100
  <type by_reference="false">array</type>
9101
  </tag>
9102
  </docblock>
9103
- <argument line="2031">
9104
  <name>$file</name>
9105
  <default><![CDATA[]]></default>
9106
  <type/>
9107
  </argument>
9108
  </method>
9109
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2075" package="Media Library Assistant">
9110
  <name>mla_add_attachment_action</name>
9111
  <full_name>mla_add_attachment_action</full_name>
9112
- <docblock line="2064">
9113
  <description><![CDATA[Set $add_attachment_id to just-inserted attachment]]></description>
9114
  <long-description><![CDATA[<p>All of the actual processing is done later, in mla_update_attachment_metadata_filter.</p>]]></long-description>
9115
- <tag line="2064" name="since" description="1.00"/>
9116
- <tag line="2064" name="param" description="ID of just-inserted attachment" type="integer" variable="$post_ID">
9117
  <type by_reference="false">integer</type>
9118
  </tag>
9119
- <tag line="2064" name="return" description="" type="void">
9120
  <type by_reference="false">void</type>
9121
  </tag>
9122
  </docblock>
9123
- <argument line="2075">
9124
  <name>$post_ID</name>
9125
  <default><![CDATA[]]></default>
9126
  <type/>
9127
  </argument>
9128
  </method>
9129
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2090" package="Media Library Assistant">
9130
  <name>_update_attachment_metadata</name>
9131
  <full_name>_update_attachment_metadata</full_name>
9132
- <docblock line="2080">
9133
  <description><![CDATA[Update _wp_attachment_metadata for just-inserted attachment]]></description>
9134
  <long-description><![CDATA[]]></long-description>
9135
- <tag line="2080" name="since" description="1.70"/>
9136
- <tag line="2080" name="param" description="Attachment metadata updates" type="array" variable="$updates">
9137
  <type by_reference="false">array</type>
9138
  </tag>
9139
- <tag line="2080" name="param" description="Attachment metadata, by reference; updated by this function" type="array" variable="$data">
9140
  <type by_reference="false">array</type>
9141
  </tag>
9142
- <tag line="2080" name="return" description="Attachment metadata updates, with &quot;meta:&quot; elements removed" type="array">
9143
  <type by_reference="false">array</type>
9144
  </tag>
9145
  </docblock>
9146
- <argument line="2090">
9147
  <name>$updates</name>
9148
  <default><![CDATA[]]></default>
9149
  <type/>
9150
  </argument>
9151
- <argument line="2090">
9152
  <name>$data</name>
9153
  <default><![CDATA[]]></default>
9154
  <type/>
9155
  </argument>
9156
  </method>
9157
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2126" package="Media Library Assistant">
9158
  <name>mla_update_attachment_metadata_filter</name>
9159
  <full_name>mla_update_attachment_metadata_filter</full_name>
9160
- <docblock line="2113">
9161
  <description><![CDATA[Perform IPTC/EXIF and Custom Field mapping on just-inserted attachment]]></description>
9162
  <long-description><![CDATA[<p>This filter tests the $add_attachment_id variable set by the mla_add_attachment_action
9163
  to ensure that mapping is only performed for new additions, not metadata updates.</p>]]></long-description>
9164
- <tag line="2113" name="since" description="1.10"/>
9165
- <tag line="2113" name="param" description="Attachment metadata for just-inserted attachment" type="array" variable="$data">
9166
  <type by_reference="false">array</type>
9167
  </tag>
9168
- <tag line="2113" name="param" description="ID of just-inserted attachment" type="integer" variable="$post_id">
9169
  <type by_reference="false">integer</type>
9170
  </tag>
9171
- <tag line="2113" name="return" description="Updated attachment metadata" type="array">
9172
  <type by_reference="false">array</type>
9173
  </tag>
9174
  </docblock>
9175
- <argument line="2126">
9176
  <name>$data</name>
9177
  <default><![CDATA[]]></default>
9178
  <type/>
9179
  </argument>
9180
- <argument line="2126">
9181
  <name>$post_id</name>
9182
  <default><![CDATA[]]></default>
9183
  <type/>
9184
  </argument>
9185
  </method>
9186
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2208" package="Media Library Assistant">
9187
  <name>mla_custom_field_option_value</name>
9188
  <full_name>mla_custom_field_option_value</full_name>
9189
- <docblock line="2199">
9190
  <description><![CDATA[Fetch custom field option value given a slug]]></description>
9191
  <long-description><![CDATA[]]></long-description>
9192
- <tag line="2199" name="since" description="1.10"/>
9193
- <tag line="2199" name="param" description="slug, e.g., 'c_File Size' for the 'File Size' field" type="string" variable="$slug">
9194
  <type by_reference="false">string</type>
9195
  </tag>
9196
- <tag line="2199" name="return" description="option value, e.g., array( 'name' =&gt; 'File Size', ... )" type="array">
9197
  <type by_reference="false">array</type>
9198
  </tag>
9199
  </docblock>
9200
- <argument line="2208">
9201
  <name>$slug</name>
9202
  <default><![CDATA[]]></default>
9203
  <type/>
9204
  </argument>
9205
  </method>
9206
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2229" package="Media Library Assistant">
9207
  <name>mla_custom_field_support</name>
9208
  <full_name>mla_custom_field_support</full_name>
9209
- <docblock line="2220">
9210
  <description><![CDATA[Evaluate file information for custom field mapping]]></description>
9211
  <long-description><![CDATA[]]></long-description>
9212
- <tag line="2220" name="since" description="1.10"/>
9213
- <tag line="2220" name="param" description="array format; 'default_columns' (default), 'default_hidden_columns', 'default_sortable_columns', 'quick_edit' or 'bulk_edit'" type="string" variable="$support_type">
9214
  <type by_reference="false">string</type>
9215
  </tag>
9216
- <tag line="2220" name="return" description="default, hidden, sortable quick_edit or bulk_edit colums in appropriate format" type="array">
9217
  <type by_reference="false">array</type>
9218
  </tag>
9219
  </docblock>
9220
- <argument line="2229">
9221
  <name>$support_type</name>
9222
  <default><![CDATA['default_columns']]></default>
9223
  <type/>
9224
  </argument>
9225
  </method>
9226
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2293" package="Media Library Assistant">
9227
  <name>_evaluate_file_information</name>
9228
  <full_name>_evaluate_file_information</full_name>
9229
- <docblock line="2281">
9230
  <description><![CDATA[Evaluate file information for custom field mapping]]></description>
9231
  <long-description><![CDATA[]]></long-description>
9232
- <tag line="2281" name="since" description="1.10"/>
9233
- <tag line="2281" name="param" description="absolute path the the uploads base directory" type="string" variable="$upload_dir">
9234
  <type by_reference="false">string</type>
9235
  </tag>
9236
- <tag line="2281" name="param" description="_wp_attached_file meta_value array, indexed by post_id" type="array" variable="$wp_attached_files">
9237
  <type by_reference="false">array</type>
9238
  </tag>
9239
- <tag line="2281" name="param" description="_wp_attachment_metadata meta_value array, indexed by post_id" type="array" variable="$wp_attachment_metadata">
9240
  <type by_reference="false">array</type>
9241
  </tag>
9242
- <tag line="2281" name="param" description="post-&gt;ID of attachment" type="integer" variable="$post_id">
9243
  <type by_reference="false">integer</type>
9244
  </tag>
9245
- <tag line="2281" name="return" description="absolute_path_raw, absolute_path, absolute_file_name_raw, absolute_file_name, absolute_file, base_file, path, file_name, extension, dimensions, width, height, hwstring_small, array of intermediate sizes" type="array">
9246
  <type by_reference="false">array</type>
9247
  </tag>
9248
  </docblock>
9249
- <argument line="2293">
9250
  <name>$upload_dir</name>
9251
  <default><![CDATA[]]></default>
9252
  <type/>
9253
  </argument>
9254
- <argument line="2293">
9255
  <name>$wp_attached_files</name>
9256
  <default><![CDATA[]]></default>
9257
  <type/>
9258
  </argument>
9259
- <argument line="2293">
9260
  <name>$wp_attachment_metadata</name>
9261
  <default><![CDATA[]]></default>
9262
  <type/>
9263
  </argument>
9264
- <argument line="2293">
9265
  <name>$post_id</name>
9266
  <default><![CDATA[]]></default>
9267
  <type/>
9268
  </argument>
9269
  </method>
9270
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2387" package="Media Library Assistant">
9271
  <name>_evaluate_post_information</name>
9272
  <full_name>_evaluate_post_information</full_name>
9273
- <docblock line="2376">
9274
  <description><![CDATA[Evaluate post information for custom field mapping]]></description>
9275
  <long-description><![CDATA[]]></long-description>
9276
- <tag line="2376" name="since" description="1.40"/>
9277
- <tag line="2376" name="param" description="post-&gt;ID of attachment" type="integer" variable="$post_id">
9278
  <type by_reference="false">integer</type>
9279
  </tag>
9280
- <tag line="2376" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
9281
  <type by_reference="false">string</type>
9282
  </tag>
9283
- <tag line="2376" name="param" description="data source name ( post_date or post_parent )" type="string" variable="$data_source">
9284
  <type by_reference="false">string</type>
9285
  </tag>
9286
- <tag line="2376" name="return" description="(string)/'' or (integer)/0 depending on $data_source type" type="mixed">
9287
  <type by_reference="false">mixed</type>
9288
  </tag>
9289
  </docblock>
9290
- <argument line="2387">
9291
  <name>$post_id</name>
9292
  <default><![CDATA[]]></default>
9293
  <type/>
9294
  </argument>
9295
- <argument line="2387">
9296
  <name>$category</name>
9297
  <default><![CDATA[]]></default>
9298
  <type/>
9299
  </argument>
9300
- <argument line="2387">
9301
  <name>$data_source</name>
9302
  <default><![CDATA[]]></default>
9303
  <type/>
9304
  </argument>
9305
  </method>
9306
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2447" package="Media Library Assistant">
9307
  <name>_evaluate_array_result</name>
9308
  <full_name>_evaluate_array_result</full_name>
9309
- <docblock line="2436">
9310
  <description><![CDATA[Evaluate post information for custom field mapping]]></description>
9311
  <long-description><![CDATA[]]></long-description>
9312
- <tag line="2436" name="since" description="1.40"/>
9313
- <tag line="2436" name="param" description="field value(s)" type="array" variable="$value">
9314
  <type by_reference="false">array</type>
9315
  </tag>
9316
- <tag line="2436" name="param" description="format option text|single|export|array|multi" type="string" variable="$option">
9317
  <type by_reference="false">string</type>
9318
  </tag>
9319
- <tag line="2436" name="param" description="keep existing value(s) - for 'multi' option" type="boolean" variable="$keep_existing">
9320
  <type by_reference="false">boolean</type>
9321
  </tag>
9322
- <tag line="2436" name="return" description="array for option = array|multi else string" type="mixed">
9323
  <type by_reference="false">mixed</type>
9324
  </tag>
9325
  </docblock>
9326
- <argument line="2447">
9327
  <name>$value</name>
9328
  <default><![CDATA[]]></default>
9329
  <type/>
9330
  </argument>
9331
- <argument line="2447">
9332
  <name>$option</name>
9333
  <default><![CDATA[]]></default>
9334
  <type/>
9335
  </argument>
9336
- <argument line="2447">
9337
  <name>$keep_existing</name>
9338
  <default><![CDATA[]]></default>
9339
  <type/>
9340
  </argument>
9341
  </method>
9342
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2487" package="Media Library Assistant">
9343
  <name>mla_get_data_source</name>
9344
  <full_name>mla_get_data_source</full_name>
9345
- <docblock line="2472">
9346
  <description><![CDATA[Get IPTC/EXIF or custom field mapping data source]]></description>
9347
  <long-description><![CDATA[<p>Defined as public so MLA Mapping Hooks clients can call it.
9348
  Isolates clients from changes to _evaluate_data_source().</p>]]></long-description>
9349
- <tag line="2472" name="since" description="1.70"/>
9350
- <tag line="2472" name="param" description="post-&gt;ID of attachment" type="integer" variable="$post_id">
9351
  <type by_reference="false">integer</type>
9352
  </tag>
9353
- <tag line="2472" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
9354
  <type by_reference="false">string</type>
9355
  </tag>
9356
- <tag line="2472" name="param" description="data source specification ( name, *data_source, *keep_existing, *format, mla_column, quick_edit, bulk_edit, *meta_name, *option, no_null )" type="array" variable="$data_value">
9357
  <type by_reference="false">array</type>
9358
  </tag>
9359
- <tag line="2472" name="param" description="(optional) _wp_attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
9360
  <type by_reference="false">array</type>
9361
  </tag>
9362
- <tag line="2472" name="return" description="data source value" type="string|array">
9363
  <type by_reference="false">string</type>
9364
  <type by_reference="false">array</type>
9365
  </tag>
9366
  </docblock>
9367
- <argument line="2487">
9368
  <name>$post_id</name>
9369
  <default><![CDATA[]]></default>
9370
  <type/>
9371
  </argument>
9372
- <argument line="2487">
9373
  <name>$category</name>
9374
  <default><![CDATA[]]></default>
9375
  <type/>
9376
  </argument>
9377
- <argument line="2487">
9378
  <name>$data_value</name>
9379
  <default><![CDATA[]]></default>
9380
  <type/>
9381
  </argument>
9382
- <argument line="2487">
9383
  <name>$attachment_metadata</name>
9384
  <default><![CDATA[NULL]]></default>
9385
  <type/>
9386
  </argument>
9387
  </method>
9388
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2512" package="Media Library Assistant">
9389
  <name>mla_is_data_source</name>
9390
  <full_name>mla_is_data_source</full_name>
9391
- <docblock line="2500">
9392
  <description><![CDATA[Identify custom field mapping data source]]></description>
9393
  <long-description><![CDATA[<p>Determines whether a name matches any of the element-level data source dropdown options, i.e.,
9394
  excludes "template:" and "meta:" values.</p>]]></long-description>
9395
- <tag line="2500" name="since" description="1.80"/>
9396
- <tag line="2500" name="param" description="candidate data source name" type="string" variable="$candidate_name">
9397
  <type by_reference="false">string</type>
9398
  </tag>
9399
- <tag line="2500" name="return" description="true if candidate name matches a data source" type="boolean">
9400
  <type by_reference="false">boolean</type>
9401
  </tag>
9402
  </docblock>
9403
- <argument line="2512">
9404
  <name>$candidate_name</name>
9405
  <default><![CDATA[]]></default>
9406
  <type/>
9407
  </argument>
9408
  </method>
9409
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2547" package="Media Library Assistant">
9410
  <name>_evaluate_data_source</name>
9411
  <full_name>_evaluate_data_source</full_name>
9412
- <docblock line="2535">
9413
  <description><![CDATA[Evaluate custom field mapping data source]]></description>
9414
  <long-description><![CDATA[]]></long-description>
9415
- <tag line="2535" name="since" description="1.10"/>
9416
- <tag line="2535" name="param" description="post-&gt;ID of attachment" type="integer" variable="$post_id">
9417
  <type by_reference="false">integer</type>
9418
  </tag>
9419
- <tag line="2535" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
9420
  <type by_reference="false">string</type>
9421
  </tag>
9422
- <tag line="2535" name="param" description="data source specification ( name, *data_source, *keep_existing, *format, mla_column, quick_edit, bulk_edit, *meta_name, *option, no_null )" type="array" variable="$data_value">
9423
  <type by_reference="false">array</type>
9424
  </tag>
9425
- <tag line="2535" name="param" description="(optional) _wp_attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
9426
  <type by_reference="false">array</type>
9427
  </tag>
9428
- <tag line="2535" name="return" description="data source value" type="string|array">
9429
  <type by_reference="false">string</type>
9430
  <type by_reference="false">array</type>
9431
  </tag>
9432
  </docblock>
9433
- <argument line="2547">
9434
  <name>$post_id</name>
9435
  <default><![CDATA[]]></default>
9436
  <type/>
9437
  </argument>
9438
- <argument line="2547">
9439
  <name>$category</name>
9440
  <default><![CDATA[]]></default>
9441
  <type/>
9442
  </argument>
9443
- <argument line="2547">
9444
  <name>$data_value</name>
9445
  <default><![CDATA[]]></default>
9446
  <type/>
9447
  </argument>
9448
- <argument line="2547">
9449
  <name>$attachment_metadata</name>
9450
  <default><![CDATA[NULL]]></default>
9451
  <type/>
9452
  </argument>
9453
  </method>
9454
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3004" package="Media Library Assistant">
9455
  <name>mla_evaluate_custom_field_mapping</name>
9456
  <full_name>mla_evaluate_custom_field_mapping</full_name>
9457
- <docblock line="2992">
9458
  <description><![CDATA[Evaluate custom field mapping updates for a post]]></description>
9459
  <long-description><![CDATA[]]></long-description>
9460
- <tag line="2992" name="since" description="1.10"/>
9461
- <tag line="2992" name="param" description="post ID to be evaluated" type="integer" variable="$post_id">
9462
  <type by_reference="false">integer</type>
9463
  </tag>
9464
- <tag line="2992" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
9465
  <type by_reference="false">string</type>
9466
  </tag>
9467
- <tag line="2992" name="param" description="(optional) custom_field_mapping values, default NULL (use current option value)" type="array" variable="$settings">
9468
  <type by_reference="false">array</type>
9469
  </tag>
9470
- <tag line="2992" name="param" description="(optional) attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
9471
  <type by_reference="false">array</type>
9472
  </tag>
9473
- <tag line="2992" name="return" description="Updates suitable for MLAData::mla_update_single_item, if any" type="array">
9474
  <type by_reference="false">array</type>
9475
  </tag>
9476
  </docblock>
9477
- <argument line="3004">
9478
  <name>$post_id</name>
9479
  <default><![CDATA[]]></default>
9480
  <type/>
9481
  </argument>
9482
- <argument line="3004">
9483
  <name>$category</name>
9484
  <default><![CDATA[]]></default>
9485
  <type/>
9486
  </argument>
9487
- <argument line="3004">
9488
  <name>$settings</name>
9489
  <default><![CDATA[NULL]]></default>
9490
  <type/>
9491
  </argument>
9492
- <argument line="3004">
9493
  <name>$attachment_metadata</name>
9494
  <default><![CDATA[NULL]]></default>
9495
  <type/>
9496
  </argument>
9497
  </method>
9498
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3103" package="Media Library Assistant">
9499
  <name>_compose_custom_field_option_list</name>
9500
  <full_name>_compose_custom_field_option_list</full_name>
9501
- <docblock line="3092">
9502
  <description><![CDATA[Compose a Custom Field Options list with current selection]]></description>
9503
  <long-description><![CDATA[]]></long-description>
9504
- <tag line="3092" name="since" description="1.10"/>
9505
- <tag line="3092" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9506
- <tag line="3092" name="param" description="current selection or 'none' (default)" type="string" variable="$selection">
9507
  <type by_reference="false">string</type>
9508
  </tag>
9509
- <tag line="3092" name="param" description="optional list of terms to exclude from the list" type="array" variable="$blacklist">
9510
  <type by_reference="false">array</type>
9511
  </tag>
9512
- <tag line="3092" name="return" description="HTML markup with select field options" type="string">
9513
  <type by_reference="false">string</type>
9514
  </tag>
9515
  </docblock>
9516
- <argument line="3103">
9517
  <name>$selection</name>
9518
  <default><![CDATA['none']]></default>
9519
  <type/>
9520
  </argument>
9521
- <argument line="3103">
9522
  <name>$blacklist</name>
9523
  <default><![CDATA[array()]]></default>
9524
  <type/>
9525
  </argument>
9526
  </method>
9527
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3234" package="Media Library Assistant">
9528
  <name>_compose_data_source_option_list</name>
9529
  <full_name>_compose_data_source_option_list</full_name>
9530
- <docblock line="3224">
9531
  <description><![CDATA[Compose a (Custom Field) Data Source Options list with current selection]]></description>
9532
  <long-description><![CDATA[]]></long-description>
9533
- <tag line="3224" name="since" description="1.10"/>
9534
- <tag line="3224" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9535
- <tag line="3224" name="param" description="current selection or 'none' (default)" type="string" variable="$selection">
9536
  <type by_reference="false">string</type>
9537
  </tag>
9538
- <tag line="3224" name="return" description="HTML markup with select field options" type="string">
9539
  <type by_reference="false">string</type>
9540
  </tag>
9541
  </docblock>
9542
- <argument line="3234">
9543
  <name>$selection</name>
9544
  <default><![CDATA['none']]></default>
9545
  <type/>
9546
  </argument>
9547
  </method>
9548
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3298" package="Media Library Assistant">
9549
  <name>_update_custom_field_mapping</name>
9550
  <full_name>_update_custom_field_mapping</full_name>
9551
- <docblock line="3288">
9552
  <description><![CDATA[Update custom field mappings]]></description>
9553
  <long-description><![CDATA[]]></long-description>
9554
- <tag line="3288" name="since" description="1.10"/>
9555
- <tag line="3288" name="param" description="current custom_field_mapping values" type="array" variable="$current_values">
9556
  <type by_reference="false">array</type>
9557
  </tag>
9558
- <tag line="3288" name="param" description="new values" type="array" variable="$new_values">
9559
  <type by_reference="false">array</type>
9560
  </tag>
9561
- <tag line="3288" name="return" description="( 'message' =&gt; HTML message(s) reflecting results, 'values' =&gt; updated custom_field_mapping values, 'changed' =&gt; true if any changes detected else false )" type="array">
9562
  <type by_reference="false">array</type>
9563
  </tag>
9564
  </docblock>
9565
- <argument line="3298">
9566
  <name>$current_values</name>
9567
  <default><![CDATA[]]></default>
9568
  <type/>
9569
  </argument>
9570
- <argument line="3298">
9571
  <name>$new_values</name>
9572
  <default><![CDATA[]]></default>
9573
  <type/>
9574
  </argument>
9575
  </method>
9576
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3507" package="Media Library Assistant">
9577
  <name>mla_custom_field_option_handler</name>
9578
  <full_name>mla_custom_field_option_handler</full_name>
9579
- <docblock line="3494">
9580
  <description><![CDATA[Render and manage custom field mapping options]]></description>
9581
  <long-description><![CDATA[]]></long-description>
9582
- <tag line="3494" name="since" description="1.10"/>
9583
- <tag line="3494" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9584
- <tag line="3494" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
9585
  <type by_reference="false">string</type>
9586
  </tag>
9587
- <tag line="3494" name="param" description="option name, e.g., 'custom_field_mapping'" type="string" variable="$key">
9588
  <type by_reference="false">string</type>
9589
  </tag>
9590
- <tag line="3494" name="param" description="option parameters" type="array" variable="$value">
9591
  <type by_reference="false">array</type>
9592
  </tag>
9593
- <tag line="3494" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
9594
  <type by_reference="false">array</type>
9595
  </tag>
9596
- <tag line="3494" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
9597
  <type by_reference="false">string</type>
9598
  </tag>
9599
  </docblock>
9600
- <argument line="3507">
9601
  <name>$action</name>
9602
  <default><![CDATA[]]></default>
9603
  <type/>
9604
  </argument>
9605
- <argument line="3507">
9606
  <name>$key</name>
9607
  <default><![CDATA[]]></default>
9608
  <type/>
9609
  </argument>
9610
- <argument line="3507">
9611
  <name>$value</name>
9612
  <default><![CDATA[]]></default>
9613
  <type/>
9614
  </argument>
9615
- <argument line="3507">
9616
  <name>$args</name>
9617
  <default><![CDATA[null]]></default>
9618
  <type/>
9619
  </argument>
9620
  </method>
9621
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3792" package="Media Library Assistant">
9622
  <name>_get_term_id</name>
9623
  <full_name>_get_term_id</full_name>
9624
- <docblock line="3780">
9625
  <description><![CDATA[Build and search a cache of taxonomy and term name to term ID mappings]]></description>
9626
  <long-description><![CDATA[]]></long-description>
9627
- <tag line="3780" name="since" description="2.01"/>
9628
- <tag line="3780" name="param" description="term name (not slug)" type="string" variable="$term_name">
9629
  <type by_reference="false">string</type>
9630
  </tag>
9631
- <tag line="3780" name="param" description="zero or term's parent term_id" type="integer" variable="$term_parent">
9632
  <type by_reference="false">integer</type>
9633
  </tag>
9634
- <tag line="3780" name="param" description="taxonomy slug" type="string" variable="$taxonomy">
9635
  <type by_reference="false">string</type>
9636
  </tag>
9637
- <tag line="3780" name="param" description="term objects currently assigned to the item" type="array" variable="$post_terms">
9638
  <type by_reference="false">array</type>
9639
  </tag>
9640
- <tag line="3780" name="return" description="term_id for the term name" type="integer">
9641
  <type by_reference="false">integer</type>
9642
  </tag>
9643
  </docblock>
9644
- <argument line="3792">
9645
  <name>$term_name</name>
9646
  <default><![CDATA[]]></default>
9647
  <type/>
9648
  </argument>
9649
- <argument line="3792">
9650
  <name>$term_parent</name>
9651
  <default><![CDATA[]]></default>
9652
  <type/>
9653
  </argument>
9654
- <argument line="3792">
9655
  <name>$taxonomy</name>
9656
  <default><![CDATA[]]></default>
9657
  <type/>
9658
  </argument>
9659
- <argument line="3792">
9660
  <name>$post_terms</name>
9661
  <default><![CDATA[]]></default>
9662
  <type/>
9663
  </argument>
9664
  </method>
9665
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3841" package="Media Library Assistant">
9666
  <name>mla_evaluate_iptc_exif_mapping</name>
9667
  <full_name>mla_evaluate_iptc_exif_mapping</full_name>
9668
- <docblock line="3828">
9669
  <description><![CDATA[Evaluate IPTC/EXIF mapping updates for a post]]></description>
9670
  <long-description><![CDATA[]]></long-description>
9671
- <tag line="3828" name="since" description="1.00"/>
9672
- <tag line="3828" name="param" description="post object with current values" type="object" variable="$post">
9673
  <type by_reference="false">object</type>
9674
  </tag>
9675
- <tag line="3828" name="param" description="category to evaluate against, e.g., iptc_exif_standard_mapping or iptc_exif_mapping" type="string" variable="$category">
9676
  <type by_reference="false">string</type>
9677
  </tag>
9678
- <tag line="3828" name="param" description="(optional) iptc_exif_mapping values, default - current option value" type="array" variable="$settings">
9679
  <type by_reference="false">array</type>
9680
  </tag>
9681
- <tag line="3828" name="param" description="(optional) _wp_attachment_metadata, for MLAOptions::mla_update_attachment_metadata_filter" type="array" variable="$attachment_metadata">
9682
  <type by_reference="false">array</type>
9683
  </tag>
9684
- <tag line="3828" name="param" description="(optional) true if uploading a new item else false (default)" type="boolean" variable="$is_upload">
9685
  <type by_reference="false">boolean</type>
9686
  </tag>
9687
- <tag line="3828" name="return" description="Updates suitable for MLAData::mla_update_single_item, if any" type="array">
9688
  <type by_reference="false">array</type>
9689
  </tag>
9690
  </docblock>
9691
- <argument line="3841">
9692
  <name>$post</name>
9693
  <default><![CDATA[]]></default>
9694
  <type/>
9695
  </argument>
9696
- <argument line="3841">
9697
  <name>$category</name>
9698
  <default><![CDATA[]]></default>
9699
  <type/>
9700
  </argument>
9701
- <argument line="3841">
9702
  <name>$settings</name>
9703
  <default><![CDATA[NULL]]></default>
9704
  <type/>
9705
  </argument>
9706
- <argument line="3841">
9707
  <name>$attachment_metadata</name>
9708
  <default><![CDATA[NULL]]></default>
9709
  <type/>
9710
  </argument>
9711
- <argument line="3841">
9712
  <name>$is_upload</name>
9713
  <default><![CDATA[false]]></default>
9714
  <type/>
9715
  </argument>
9716
  </method>
9717
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4242" package="Media Library Assistant">
9718
  <name>_compose_iptc_option_list</name>
9719
  <full_name>_compose_iptc_option_list</full_name>
9720
- <docblock line="4232">
9721
  <description><![CDATA[Compose an IPTC Options list with current selection]]></description>
9722
  <long-description><![CDATA[]]></long-description>
9723
- <tag line="4232" name="since" description="1.00"/>
9724
- <tag line="4232" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9725
- <tag line="4232" name="param" description="current selection or 'none' (default)" type="string" variable="$selection">
9726
  <type by_reference="false">string</type>
9727
  </tag>
9728
- <tag line="4232" name="return" description="HTML markup with select field options" type="string">
9729
  <type by_reference="false">string</type>
9730
  </tag>
9731
  </docblock>
9732
- <argument line="4242">
9733
  <name>$selection</name>
9734
  <default><![CDATA['none']]></default>
9735
  <type/>
9736
  </argument>
9737
  </method>
9738
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4275" package="Media Library Assistant">
9739
  <name>_compose_parent_option_list</name>
9740
  <full_name>_compose_parent_option_list</full_name>
9741
- <docblock line="4264">
9742
  <description><![CDATA[Compose an hierarchical taxonomy Parent options list with current selection]]></description>
9743
  <long-description><![CDATA[]]></long-description>
9744
- <tag line="4264" name="since" description="1.00"/>
9745
- <tag line="4264" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9746
- <tag line="4264" name="param" description="taxonomy slug" type="string" variable="$taxonomy">
9747
  <type by_reference="false">string</type>
9748
  </tag>
9749
- <tag line="4264" name="param" description="current selection or 0 (zero, default)" type="integer" variable="$selection">
9750
  <type by_reference="false">integer</type>
9751
  </tag>
9752
- <tag line="4264" name="return" description="HTML markup with select field options" type="string">
9753
  <type by_reference="false">string</type>
9754
  </tag>
9755
  </docblock>
9756
- <argument line="4275">
9757
  <name>$taxonomy</name>
9758
  <default><![CDATA[]]></default>
9759
  <type/>
9760
  </argument>
9761
- <argument line="4275">
9762
  <name>$selection</name>
9763
  <default><![CDATA[0]]></default>
9764
  <type/>
9765
  </argument>
9766
  </method>
9767
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4321" package="Media Library Assistant">
9768
  <name>_update_iptc_exif_standard_mapping</name>
9769
  <full_name>_update_iptc_exif_standard_mapping</full_name>
9770
- <docblock line="4311">
9771
  <description><![CDATA[Update Standard field portion of IPTC/EXIF mappings]]></description>
9772
  <long-description><![CDATA[]]></long-description>
9773
- <tag line="4311" name="since" description="1.00"/>
9774
- <tag line="4311" name="param" description="current iptc_exif_mapping values" type="array" variable="$current_values">
9775
  <type by_reference="false">array</type>
9776
  </tag>
9777
- <tag line="4311" name="param" description="new values" type="array" variable="$new_values">
9778
  <type by_reference="false">array</type>
9779
  </tag>
9780
- <tag line="4311" name="return" description="( 'message' =&gt; HTML message(s) reflecting results, 'values' =&gt; updated iptc_exif_mapping values, 'changed' =&gt; true if any changes detected else false )" type="array">
9781
  <type by_reference="false">array</type>
9782
  </tag>
9783
  </docblock>
9784
- <argument line="4321">
9785
  <name>$current_values</name>
9786
  <default><![CDATA[]]></default>
9787
  <type/>
9788
  </argument>
9789
- <argument line="4321">
9790
  <name>$new_values</name>
9791
  <default><![CDATA[]]></default>
9792
  <type/>
9793
  </argument>
9794
  </method>
9795
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4415" package="Media Library Assistant">
9796
  <name>_update_iptc_exif_taxonomy_mapping</name>
9797
  <full_name>_update_iptc_exif_taxonomy_mapping</full_name>
9798
- <docblock line="4405">
9799
  <description><![CDATA[Update Taxonomy term portion of IPTC/EXIF mappings]]></description>
9800
  <long-description><![CDATA[]]></long-description>
9801
- <tag line="4405" name="since" description="1.00"/>
9802
- <tag line="4405" name="param" description="current iptc_exif_mapping values" type="array" variable="$current_values">
9803
  <type by_reference="false">array</type>
9804
  </tag>
9805
- <tag line="4405" name="param" description="new values" type="array" variable="$new_values">
9806
  <type by_reference="false">array</type>
9807
  </tag>
9808
- <tag line="4405" name="return" description="( 'message' =&gt; HTML message(s) reflecting results, 'values' =&gt; updated iptc_exif_mapping values, 'changed' =&gt; true if any changes detected else false )" type="array">
9809
  <type by_reference="false">array</type>
9810
  </tag>
9811
  </docblock>
9812
- <argument line="4415">
9813
  <name>$current_values</name>
9814
  <default><![CDATA[]]></default>
9815
  <type/>
9816
  </argument>
9817
- <argument line="4415">
9818
  <name>$new_values</name>
9819
  <default><![CDATA[]]></default>
9820
  <type/>
9821
  </argument>
9822
  </method>
9823
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4531" package="Media Library Assistant">
9824
  <name>_update_iptc_exif_custom_mapping</name>
9825
  <full_name>_update_iptc_exif_custom_mapping</full_name>
9826
- <docblock line="4521">
9827
  <description><![CDATA[Update Custom field portion of IPTC/EXIF mappings]]></description>
9828
  <long-description><![CDATA[]]></long-description>
9829
- <tag line="4521" name="since" description="1.00"/>
9830
- <tag line="4521" name="param" description="current iptc_exif_mapping values" type="array" variable="$current_values">
9831
  <type by_reference="false">array</type>
9832
  </tag>
9833
- <tag line="4521" name="param" description="new values" type="array" variable="$new_values">
9834
  <type by_reference="false">array</type>
9835
  </tag>
9836
- <tag line="4521" name="return" description="( 'message' =&gt; HTML message(s) reflecting results, 'values' =&gt; updated iptc_exif_mapping values, 'changed' =&gt; true if any changes detected else false )" type="array">
9837
  <type by_reference="false">array</type>
9838
  </tag>
9839
  </docblock>
9840
- <argument line="4531">
9841
  <name>$current_values</name>
9842
  <default><![CDATA[]]></default>
9843
  <type/>
9844
  </argument>
9845
- <argument line="4531">
9846
  <name>$new_values</name>
9847
  <default><![CDATA[]]></default>
9848
  <type/>
9849
  </argument>
9850
  </method>
9851
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4695" package="Media Library Assistant">
9852
  <name>_get_custom_field_names</name>
9853
  <full_name>_get_custom_field_names</full_name>
9854
- <docblock line="4685">
9855
  <description><![CDATA[Generate a list of all (post) Custom Field names]]></description>
9856
  <long-description><![CDATA[<p>The list will include any Custom Field and IPTC/EXIF rules that
9857
  haven't been mapped to any attachments, yet.</p>]]></long-description>
9858
- <tag line="4685" name="since" description="1.00"/>
9859
- <tag line="4685" name="return" description="Custom field names from the postmeta table and MLA rules" type="array">
9860
  <type by_reference="false">array</type>
9861
  </tag>
9862
  </docblock>
9863
  </method>
9864
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4744" package="Media Library Assistant">
9865
  <name>mla_iptc_exif_option_handler</name>
9866
  <full_name>mla_iptc_exif_option_handler</full_name>
9867
- <docblock line="4731">
9868
  <description><![CDATA[Render and manage iptc/exif support options]]></description>
9869
  <long-description><![CDATA[]]></long-description>
9870
- <tag line="4731" name="since" description="1.00"/>
9871
- <tag line="4731" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9872
- <tag line="4731" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
9873
  <type by_reference="false">string</type>
9874
  </tag>
9875
- <tag line="4731" name="param" description="option name, e.g., 'iptc_exif_mapping'" type="string" variable="$key">
9876
  <type by_reference="false">string</type>
9877
  </tag>
9878
- <tag line="4731" name="param" description="option parameters" type="array" variable="$value">
9879
  <type by_reference="false">array</type>
9880
  </tag>
9881
- <tag line="4731" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
9882
  <type by_reference="false">array</type>
9883
  </tag>
9884
- <tag line="4731" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
9885
  <type by_reference="false">string</type>
9886
  </tag>
9887
  </docblock>
9888
- <argument line="4744">
9889
  <name>$action</name>
9890
  <default><![CDATA[]]></default>
9891
  <type/>
9892
  </argument>
9893
- <argument line="4744">
9894
  <name>$key</name>
9895
  <default><![CDATA[]]></default>
9896
  <type/>
9897
  </argument>
9898
- <argument line="4744">
9899
  <name>$value</name>
9900
  <default><![CDATA[]]></default>
9901
  <type/>
9902
  </argument>
9903
- <argument line="4744">
9904
  <name>$args</name>
9905
  <default><![CDATA[null]]></default>
9906
  <type/>
@@ -9908,7 +10081,7 @@ haven't been mapped to any attachments, yet.</p>]]></long-description>
9908
  </method>
9909
  </class>
9910
  </file>
9911
- <file path="includes\class-mla-polylang-support.php" hash="bc33bfaf8a0a00a1b84f818f06b8de6d" package="Media Library Assistant">
9912
  <docblock line="2">
9913
  <description><![CDATA[Media Library Assistant Polylang Support classes]]></description>
9914
  <long-description><![CDATA[<p>This file is conditionally loaded in MLA::initialize after a check for Polylang presence.</p>]]></long-description>
@@ -9939,130 +10112,131 @@ Polylang Multilingual plugin]]></description>
9939
  </tag>
9940
  </docblock>
9941
  </constant>
9942
- <property final="false" static="true" visibility="private" line="142" namespace="global" package="Media Library Assistant">
9943
  <name>$all_query_parameters</name>
9944
  <default><![CDATA[array()]]></default>
9945
- <docblock line="135">
9946
  <description><![CDATA[Save the query arguments]]></description>
9947
  <long-description><![CDATA[]]></long-description>
9948
- <tag line="135" name="since" description="2.11"/>
9949
- <tag line="135" name="var" description="" type="array">
9950
  <type by_reference="false">array</type>
9951
  </tag>
9952
  </docblock>
9953
  </property>
9954
- <property final="false" static="true" visibility="private" line="399" namespace="global" package="Media Library Assistant">
9955
  <name>$duplicate_attachments</name>
9956
  <default><![CDATA[array()]]></default>
9957
- <docblock line="392">
9958
  <description><![CDATA[Duplicates created during media upload]]></description>
9959
  <long-description><![CDATA[]]></long-description>
9960
- <tag line="392" name="since" description="2.11"/>
9961
- <tag line="392" name="var" description="[ $post_id ] =&gt; $language;" type="array">
9962
  <type by_reference="false">array</type>
9963
  </tag>
9964
  </docblock>
9965
  </property>
9966
- <property final="false" static="true" visibility="private" line="450" namespace="global" package="Media Library Assistant">
9967
  <name>$relevant_terms</name>
9968
  <default><![CDATA[array()]]></default>
9969
- <docblock line="443">
9970
  <description><![CDATA[Taxonomy terms and translations]]></description>
9971
- <long-description><![CDATA[]]></long-description>
9972
- <tag line="443" name="since" description="2.11"/>
9973
- <tag line="443" name="var" description="[ $term_taxonomy_id ] =&gt; array( $term, $translations )" type="array">
 
9974
  <type by_reference="false">array</type>
9975
  </tag>
9976
  </docblock>
9977
  </property>
9978
- <property final="false" static="true" visibility="private" line="575" namespace="global" package="Media Library Assistant">
9979
  <name>$existing_terms</name>
9980
  <default><![CDATA[array('element_id' => 0)]]></default>
9981
- <docblock line="566">
9982
  <description><![CDATA[Taxonomy terms for the current item translation in the database]]></description>
9983
  <long-description><![CDATA[]]></long-description>
9984
- <tag line="566" name="since" description="2.11"/>
9985
- <tag line="566" name="var" description="['element_id'] =&gt; $post_id; [ $language ][ translation_details ] [ $language ][ $taxonomy ][ $term_taxonomy_id ] =&gt; $term" type="array">
9986
  <type by_reference="false">array</type>
9987
  </tag>
9988
  </docblock>
9989
  </property>
9990
- <property final="false" static="true" visibility="private" line="719" namespace="global" package="Media Library Assistant">
9991
  <name>$tax_input</name>
9992
  <default><![CDATA[array('tax_input_post_id' => 0)]]></default>
9993
- <docblock line="710">
9994
  <description><![CDATA[Replacement tax_input values in all languages]]></description>
9995
  <long-description><![CDATA[]]></long-description>
9996
- <tag line="710" name="since" description="2.11"/>
9997
- <tag line="710" name="var" description="['tax_input_post_id'] =&gt; $post_id; [ $language ][ $taxonomy ] =&gt; array of integer term_ids (hierarchical) [ $language ][ $taxonomy ] =&gt; comma-delimited string of term names (flat)" type="array">
9998
  <type by_reference="false">array</type>
9999
  </tag>
10000
  </docblock>
10001
  </property>
10002
- <property final="false" static="true" visibility="private" line="1390" namespace="global" package="Media Library Assistant">
10003
  <name>$upload_bulk_edit_map</name>
10004
  <default><![CDATA[NULL]]></default>
10005
- <docblock line="1383">
10006
  <description><![CDATA[Custom Field Map during "Upload New Media"]]></description>
10007
  <long-description><![CDATA[]]></long-description>
10008
- <tag line="1383" name="since" description="2.11"/>
10009
- <tag line="1383" name="var" description="[ id ] =&gt; field name" type="array">
10010
  <type by_reference="false">array</type>
10011
  </tag>
10012
  </docblock>
10013
  </property>
10014
- <property final="false" static="true" visibility="private" line="1399" namespace="global" package="Media Library Assistant">
10015
  <name>$upload_bulk_edit_args</name>
10016
  <default><![CDATA[NULL]]></default>
10017
- <docblock line="1392">
10018
  <description><![CDATA[Bulk Edit parameters during "Upload New Media"]]></description>
10019
  <long-description><![CDATA[]]></long-description>
10020
- <tag line="1392" name="since" description="2.11"/>
10021
- <tag line="1392" name="var" description="[ field ] =&gt; new value" type="array">
10022
  <type by_reference="false">array</type>
10023
  </tag>
10024
  </docblock>
10025
  </property>
10026
- <property final="false" static="true" visibility="private" line="1465" namespace="global" package="Media Library Assistant">
10027
  <name>$bulk_action_includes</name>
10028
  <default><![CDATA[array()]]></default>
10029
- <docblock line="1458">
10030
  <description><![CDATA[Items returned by custom bulk action(s)]]></description>
10031
  <long-description><![CDATA[]]></long-description>
10032
- <tag line="1458" name="since" description="2.11"/>
10033
- <tag line="1458" name="var" description="" type="array">
10034
  <type by_reference="false">array</type>
10035
  </tag>
10036
  </docblock>
10037
  </property>
10038
- <property final="false" static="true" visibility="protected" line="1684" namespace="global" package="Media Library Assistant">
10039
  <name>$language_columns</name>
10040
  <default><![CDATA[NULL]]></default>
10041
- <docblock line="1677">
10042
  <description><![CDATA[Table language column definitions]]></description>
10043
  <long-description><![CDATA[]]></long-description>
10044
- <tag line="1677" name="since" description="2.11"/>
10045
- <tag line="1677" name="var" description="" type="array">
10046
  <type by_reference="false">array</type>
10047
  </tag>
10048
  </docblock>
10049
  </property>
10050
- <property final="false" static="true" visibility="private" line="1808" namespace="global" package="Media Library Assistant">
10051
  <name>$list_table_parameters</name>
10052
  <default><![CDATA[array('total_items' => NULL, 'per_page' => NULL, 'current_page' => NULL)]]></default>
10053
- <docblock line="1801">
10054
  <description><![CDATA[Data selection parameters for custom views]]></description>
10055
  <long-description><![CDATA[]]></long-description>
10056
- <tag line="1801" name="since" description="2.11"/>
10057
- <tag line="1801" name="var" description="" type="array">
10058
  <type by_reference="false">array</type>
10059
  </tag>
10060
  </docblock>
10061
  </property>
10062
- <property final="false" static="true" visibility="public" line="2010" namespace="global" package="Media Library Assistant">
10063
  <name>$mla_language_option_definitions</name>
10064
  <default><![CDATA[array()]]></default>
10065
- <docblock line="2000">
10066
  <description><![CDATA[$mla_language_option_definitions defines the language-specific database options and
10067
  admin page areas for setting/updating them]]></description>
10068
  <long-description><![CDATA[<p>The array must be populated at runtime in MLA_Polylang::mla_localize_language_option_definitions(),
@@ -10083,1133 +10257,1087 @@ because localization calls cannot be placed in the "public static" array definit
10083
  </tag>
10084
  </docblock>
10085
  </method>
10086
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="129" package="Media Library Assistant">
10087
  <name>mla_get_terms_query_arguments</name>
10088
  <full_name>mla_get_terms_query_arguments</full_name>
10089
- <docblock line="117">
10090
  <description><![CDATA[MLA Tag Cloud Query Arguments]]></description>
10091
  <long-description><![CDATA[<p>Saves [mla_tag_cloud] query parameters for use in MLA_Polylang::mla_get_terms_clauses.</p>]]></long-description>
10092
- <tag line="117" name="since" description="2.11"/>
10093
- <tag line="117" name="uses" description="\global\MLA_Polylang::$all_query_parameters" refers="\global\MLA_Polylang::$all_query_parameters"/>
10094
- <tag line="117" name="param" description="shortcode arguments merged with attachment selection defaults, so every possible parameter is present" type="array" variable="$all_query_parameters">
10095
  <type by_reference="false">array</type>
10096
  </tag>
10097
- <tag line="117" name="return" description="updated attachment query arguments" type="array">
10098
  <type by_reference="false">array</type>
10099
  </tag>
10100
  </docblock>
10101
- <argument line="129">
10102
  <name>$all_query_parameters</name>
10103
  <default><![CDATA[]]></default>
10104
  <type/>
10105
  </argument>
10106
  </method>
10107
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="155" package="Media Library Assistant">
10108
  <name>mla_get_terms_clauses</name>
10109
  <full_name>mla_get_terms_clauses</full_name>
10110
- <docblock line="144">
10111
  <description><![CDATA[MLA Tag Cloud Query Clauses]]></description>
10112
  <long-description><![CDATA[<p>Adds language-specific clauses to filter the cloud terms.</p>]]></long-description>
10113
- <tag line="144" name="since" description="2.11"/>
10114
- <tag line="144" name="param" description="SQL clauses ( 'fields', 'join', 'where', 'order', 'orderby', 'limits' )" type="array" variable="$clauses">
10115
  <type by_reference="false">array</type>
10116
  </tag>
10117
- <tag line="144" name="return" description="updated SQL clauses" type="array">
10118
  <type by_reference="false">array</type>
10119
  </tag>
10120
  </docblock>
10121
- <argument line="155">
10122
  <name>$clauses</name>
10123
  <default><![CDATA[]]></default>
10124
  <type/>
10125
  </argument>
10126
  </method>
10127
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="170" package="Media Library Assistant">
10128
  <name>admin_init</name>
10129
  <full_name>admin_init</full_name>
10130
- <docblock line="163">
10131
  <description><![CDATA[Load the plugin's Ajax handler(s)]]></description>
10132
  <long-description><![CDATA[]]></long-description>
10133
- <tag line="163" name="since" description="2.11"/>
10134
- <tag line="163" name="return" description="" type="void">
10135
  <type by_reference="false">void</type>
10136
  </tag>
10137
  </docblock>
10138
  </method>
10139
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="205" package="Media Library Assistant">
10140
  <name>_get_translation</name>
10141
  <full_name>_get_translation</full_name>
10142
- <docblock line="195">
10143
  <description><![CDATA[Find or create an item translation]]></description>
10144
  <long-description><![CDATA[]]></long-description>
10145
- <tag line="195" name="since" description="2.11"/>
10146
- <tag line="195" name="param" description="item ID" type="integer" variable="$post_id">
10147
  <type by_reference="false">integer</type>
10148
  </tag>
10149
- <tag line="195" name="param" description="Slug of the desired language" type="string" variable="$new_language">
10150
  <type by_reference="false">string</type>
10151
  </tag>
10152
- <tag line="195" name="return" description="ID of the corresponding item in the desired language" type="integer">
10153
  <type by_reference="false">integer</type>
10154
  </tag>
10155
  </docblock>
10156
- <argument line="205">
10157
  <name>$post_id</name>
10158
  <default><![CDATA[]]></default>
10159
  <type/>
10160
  </argument>
10161
- <argument line="205">
10162
  <name>$new_language</name>
10163
  <default><![CDATA[]]></default>
10164
  <type/>
10165
  </argument>
10166
  </method>
10167
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="266" package="Media Library Assistant">
10168
  <name>quick_translate</name>
10169
  <full_name>quick_translate</full_name>
10170
- <docblock line="259">
10171
  <description><![CDATA[Ajax handler to Quick Translate a single attachment]]></description>
10172
  <long-description><![CDATA[]]></long-description>
10173
- <tag line="259" name="since" description="2.11"/>
10174
- <tag line="259" name="return" description="echo HTML &lt;td&gt; innerHTML for updated call or error message, then die()" type="void">
10175
  <type by_reference="false">void</type>
10176
  </tag>
10177
  </docblock>
10178
  </method>
10179
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="355" package="Media Library Assistant">
10180
  <name>admin_enqueue_scripts</name>
10181
  <full_name>admin_enqueue_scripts</full_name>
10182
- <docblock line="346">
10183
  <description><![CDATA[Load the plugin's Style Sheet and Javascript files]]></description>
10184
  <long-description><![CDATA[]]></long-description>
10185
- <tag line="346" name="since" description="2.11"/>
10186
- <tag line="346" name="param" description="Name of the page being loaded" type="string" variable="$page_hook">
10187
  <type by_reference="false">string</type>
10188
  </tag>
10189
- <tag line="346" name="return" description="" type="void">
10190
  <type by_reference="false">void</type>
10191
  </tag>
10192
  </docblock>
10193
- <argument line="355">
10194
  <name>$page_hook</name>
10195
  <default><![CDATA[]]></default>
10196
  <type/>
10197
  </argument>
10198
  </method>
10199
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="410" package="Media Library Assistant">
10200
  <name>pll_translate_media</name>
10201
  <full_name>pll_translate_media</full_name>
10202
- <docblock line="401">
10203
  <description><![CDATA[Copies taxonomy terms from the source item to the new translated item]]></description>
10204
  <long-description><![CDATA[]]></long-description>
10205
- <tag line="401" name="since" description="2.11"/>
10206
- <tag line="401" name="param" description="ID of the new item" type="integer" variable="$duplicated_attachment_id">
10207
  <type by_reference="false">integer</type>
10208
  </tag>
10209
- <tag line="401" name="param" description="post object of the new item" type="object" variable="$duplicated_attachment_object">
10210
  <type by_reference="false">object</type>
10211
  </tag>
10212
- <tag line="401" name="param" description="an associative array of translations with language code as key and translation id as value" type="array" variable="$translations">
10213
  <type by_reference="false">array</type>
10214
  </tag>
10215
  </docblock>
10216
- <argument line="410">
10217
  <name>$duplicated_attachment_id</name>
10218
  <default><![CDATA[]]></default>
10219
  <type/>
10220
  </argument>
10221
- <argument line="410">
10222
  <name>$duplicated_attachment_object</name>
10223
  <default><![CDATA[]]></default>
10224
  <type/>
10225
  </argument>
10226
- <argument line="410">
10227
  <name>$translations</name>
10228
  <default><![CDATA[]]></default>
10229
  <type/>
10230
  </argument>
10231
  </method>
10232
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="461" package="Media Library Assistant">
10233
  <name>_add_relevant_term</name>
10234
  <full_name>_add_relevant_term</full_name>
10235
- <docblock line="452">
10236
  <description><![CDATA[Adds a term and its translations to $relevant_terms]]></description>
10237
  <long-description><![CDATA[]]></long-description>
10238
- <tag line="452" name="since" description="2.11"/>
10239
- <tag line="452" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
10240
- <tag line="452" name="param" description="WordPress term object" type="object" variable="$term">
10241
  <type by_reference="false">object</type>
10242
  </tag>
10243
- <tag line="452" name="param" description="Polylang translations object; optional" type="object" variable="$translations">
10244
  <type by_reference="false">object</type>
10245
  </tag>
10246
  </docblock>
10247
- <argument line="461">
10248
  <name>$term</name>
10249
  <default><![CDATA[]]></default>
10250
  <type/>
10251
  </argument>
10252
- <argument line="461">
10253
  <name>$translations</name>
10254
  <default><![CDATA[NULL]]></default>
10255
  <type/>
10256
  </argument>
10257
  </method>
10258
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="499" package="Media Library Assistant">
10259
  <name>_get_relevant_term</name>
10260
  <full_name>_get_relevant_term</full_name>
10261
- <docblock line="488">
10262
  <description><![CDATA[Finds a $relevant_term (if defined) given a key and (optional) a language]]></description>
10263
  <long-description><![CDATA[]]></long-description>
10264
- <tag line="488" name="since" description="2.11"/>
10265
- <tag line="488" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
10266
- <tag line="488" name="param" description="to search in; 'id', 'name', or 'term_taxonomy_id'" type="string" variable="$field">
10267
  <type by_reference="false">string</type>
10268
  </tag>
10269
- <tag line="488" name="param" description="to search for; integer, string or integer" type="mixed" variable="$value">
10270
  <type by_reference="false">mixed</type>
10271
  </tag>
10272
- <tag line="488" name="param" description="to search in; slug" type="string" variable="$taxonomy">
10273
  <type by_reference="false">string</type>
10274
  </tag>
10275
- <tag line="488" name="param" description="code; string; optional" type="string" variable="$language">
10276
  <type by_reference="false">string</type>
10277
  </tag>
 
 
 
10278
  </docblock>
10279
- <argument line="499">
10280
  <name>$field</name>
10281
  <default><![CDATA[]]></default>
10282
  <type/>
10283
  </argument>
10284
- <argument line="499">
10285
  <name>$value</name>
10286
  <default><![CDATA[]]></default>
10287
  <type/>
10288
  </argument>
10289
- <argument line="499">
10290
  <name>$taxonomy</name>
10291
  <default><![CDATA[]]></default>
10292
  <type/>
10293
  </argument>
10294
- <argument line="499">
10295
  <name>$language</name>
10296
  <default><![CDATA[NULL]]></default>
10297
  <type/>
10298
  </argument>
 
 
 
 
 
10299
  </method>
10300
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="591" package="Media Library Assistant">
10301
  <name>_build_existing_terms</name>
10302
  <full_name>_build_existing_terms</full_name>
10303
- <docblock line="577">
10304
  <description><![CDATA[Build the $existing_terms array]]></description>
10305
  <long-description><![CDATA[<p>Takes each translatable taxonomy and builds an array of
10306
  language-specific term_id to term_id/term_name mappings
10307
  for terms already assigned to the item translation.</p>]]></long-description>
10308
- <tag line="577" name="since" description="2.11"/>
10309
- <tag line="577" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10310
- <tag line="577" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
10311
- <tag line="577" name="param" description="ID of the current post" type="integer" variable="$post_id">
10312
  <type by_reference="false">integer</type>
10313
  </tag>
10314
  </docblock>
10315
- <argument line="591">
10316
  <name>$post_id</name>
10317
  <default><![CDATA[]]></default>
10318
  <type/>
10319
  </argument>
10320
  </method>
10321
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="665" package="Media Library Assistant">
10322
  <name>_update_existing_terms</name>
10323
  <full_name>_update_existing_terms</full_name>
10324
- <docblock line="650">
10325
  <description><![CDATA[Update the $existing_terms array]]></description>
10326
  <long-description><![CDATA[<p>Takes each translatable taxonomy and rebuilds the array of
10327
  language-specific term_id to term_id/term_name mappings
10328
  for the "current translation" represented by the $post_id.</p>]]></long-description>
10329
- <tag line="650" name="since" description="2.11"/>
10330
- <tag line="650" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10331
- <tag line="650" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
10332
- <tag line="650" name="param" description="ID of the current post" type="integer" variable="$post_id">
10333
  <type by_reference="false">integer</type>
10334
  </tag>
10335
- <tag line="650" name="return" description="( taxonomy =&gt; term assignments ) before the update" type="array">
10336
  <type by_reference="false">array</type>
10337
  </tag>
10338
  </docblock>
10339
- <argument line="665">
10340
  <name>$post_id</name>
10341
  <default><![CDATA[]]></default>
10342
  <type/>
10343
  </argument>
10344
  </method>
10345
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="735" package="Media Library Assistant">
10346
  <name>_build_tax_input</name>
10347
  <full_name>_build_tax_input</full_name>
10348
- <docblock line="721">
10349
  <description><![CDATA[Build the $tax_input array]]></description>
10350
  <long-description><![CDATA[<p>Takes each term from the $tax_inputs parameter and builds an array of
10351
  language-specific term_id to term_id/term_name mappings for all languages.</p>]]></long-description>
10352
- <tag line="721" name="since" description="2.11"/>
10353
- <tag line="721" name="uses" description="\global\MLA_Polylang::$tax_input" refers="\global\MLA_Polylang::$tax_input"/>
10354
- <tag line="721" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10355
- <tag line="721" name="param" description="ID of the current post" type="integer" variable="$post_id">
10356
  <type by_reference="false">integer</type>
10357
  </tag>
10358
- <tag line="721" name="param" description="'tax_input' request parameter" type="array" variable="$tax_inputs">
10359
  <type by_reference="false">array</type>
10360
  </tag>
10361
- <tag line="721" name="param" description="'tax_action' request parameter" type="array" variable="$tax_actions">
10362
  <type by_reference="false">array</type>
10363
  </tag>
10364
  </docblock>
10365
- <argument line="735">
10366
  <name>$post_id</name>
10367
  <default><![CDATA[]]></default>
10368
  <type/>
10369
  </argument>
10370
- <argument line="735">
10371
  <name>$tax_inputs</name>
10372
  <default><![CDATA[NULL]]></default>
10373
  <type/>
10374
  </argument>
10375
- <argument line="735">
10376
  <name>$tax_actions</name>
10377
  <default><![CDATA[NULL]]></default>
10378
  <type/>
10379
  </argument>
10380
  </method>
10381
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="880" package="Media Library Assistant">
10382
  <name>_apply_tax_input</name>
10383
  <full_name>_apply_tax_input</full_name>
10384
- <docblock line="868">
10385
  <description><![CDATA[Filter the $tax_input array to a specific language]]></description>
10386
  <long-description><![CDATA[]]></long-description>
10387
- <tag line="868" name="since" description="2.11"/>
10388
- <tag line="868" name="uses" description="\global\MLA_Polylang::$tax_input" refers="\global\MLA_Polylang::$tax_input"/>
10389
- <tag line="868" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10390
- <tag line="868" name="param" description="ID of the post to be updated" type="integer" variable="$post_id">
10391
  <type by_reference="false">integer</type>
10392
  </tag>
10393
- <tag line="868" name="param" description="explicit language_code; optional" type="string" variable="$post_language">
10394
  <type by_reference="false">string</type>
10395
  </tag>
10396
- <tag line="868" name="return" description="language-specific $tax_inputs" type="array">
10397
  <type by_reference="false">array</type>
10398
  </tag>
10399
  </docblock>
10400
- <argument line="880">
10401
  <name>$post_id</name>
10402
  <default><![CDATA[]]></default>
10403
  <type/>
10404
  </argument>
10405
- <argument line="880">
10406
  <name>$post_language</name>
10407
  <default><![CDATA[NULL]]></default>
10408
  <type/>
10409
  </argument>
10410
  </method>
10411
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="911" package="Media Library Assistant">
10412
  <name>_apply_synch_input</name>
10413
  <full_name>_apply_synch_input</full_name>
10414
- <docblock line="897">
10415
  <description><![CDATA[Compute Term Synchronization replacement $tax_inputs]]></description>
10416
  <long-description><![CDATA[<p>Assumes the "current post" in $existing_terms is the source
10417
  and $existing_terms contains the target translation</p>]]></long-description>
10418
- <tag line="897" name="since" description="2.11"/>
10419
- <tag line="897" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10420
- <tag line="897" name="param" description="the target translation code" type="string" variable="$language">
10421
  <type by_reference="false">string</type>
10422
  </tag>
10423
- <tag line="897" name="param" description="source terms before updates/Term Assignment" type="array" variable="$terms_before">
10424
- <type by_reference="false">array</type>
10425
- </tag>
10426
- <tag line="897" name="return" description="$tax_inputs for Term Synchronization" type="array">
10427
  <type by_reference="false">array</type>
10428
  </tag>
10429
  </docblock>
10430
- <argument line="911">
10431
  <name>$language</name>
10432
  <default><![CDATA[]]></default>
10433
  <type/>
10434
  </argument>
10435
- <argument line="911">
10436
- <name>$terms_before</name>
10437
- <default><![CDATA[]]></default>
10438
- <type/>
10439
- </argument>
10440
  </method>
10441
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1003" package="Media Library Assistant">
10442
- <name>wp_insert_post_empty_content</name>
10443
- <full_name>wp_insert_post_empty_content</full_name>
10444
- <docblock line="995">
10445
  <description><![CDATA[Captures "before update" term assignments from the Media/Edit Media screen]]></description>
10446
  <long-description><![CDATA[]]></long-description>
10447
- <tag line="995" name="since" description="2.11"/>
10448
- <tag line="995" name="param" description="Whether the post should be considered &quot;empty&quot;." type="bool" variable="$maybe_empty">
10449
- <type by_reference="false">bool</type>
10450
  </tag>
10451
- <tag line="995" name="param" description="Array of post data." type="array" variable="$postarr">
10452
  <type by_reference="false">array</type>
10453
  </tag>
10454
  </docblock>
10455
- <argument line="1003">
10456
- <name>$maybe_empty</name>
10457
  <default><![CDATA[]]></default>
10458
  <type/>
10459
  </argument>
10460
- <argument line="1003">
10461
- <name>$postarr</name>
10462
  <default><![CDATA[]]></default>
10463
  <type/>
10464
  </argument>
10465
  </method>
10466
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1018" package="Media Library Assistant">
10467
  <name>edit_attachment</name>
10468
  <full_name>edit_attachment</full_name>
10469
- <docblock line="1011">
10470
- <description><![CDATA[Filters taxonomy updates by language.]]></description>
 
10471
  <long-description><![CDATA[]]></long-description>
10472
- <tag line="1011" name="since" description="2.11"/>
10473
- <tag line="1011" name="param" description="ID of the current post" type="integer" variable="$post_id">
10474
  <type by_reference="false">integer</type>
10475
  </tag>
10476
  </docblock>
10477
- <argument line="1018">
10478
  <name>$post_id</name>
10479
  <default><![CDATA[]]></default>
10480
  <type/>
10481
  </argument>
10482
  </method>
10483
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1141" package="Media Library Assistant">
10484
- <name>_get_view</name>
10485
- <full_name>_get_view</full_name>
10486
- <docblock line="1131">
10487
- <description><![CDATA[PolyMLA custom views for the Media/Assistant submenu]]></description>
10488
- <long-description><![CDATA[]]></long-description>
10489
- <tag line="1131" name="since" description="2.11"/>
10490
- <tag line="1131" name="param" description="The slug for the custom view to evaluate" type="string" variable="$view_slug">
10491
- <type by_reference="false">string</type>
10492
- </tag>
10493
- <tag line="1131" name="param" description="The slug for the current custom view, or ''" type="string" variable="$current_view">
10494
- <type by_reference="false">string</type>
10495
- </tag>
10496
- <tag line="1131" name="return" description="HTML for link to display the view, false if count = zero" type="mixed">
10497
- <type by_reference="false">mixed</type>
10498
- </tag>
10499
- </docblock>
10500
- <argument line="1141">
10501
- <name>$view_slug</name>
10502
- <default><![CDATA[]]></default>
10503
- <type/>
10504
- </argument>
10505
- <argument line="1141">
10506
- <name>$current_view</name>
10507
- <default><![CDATA[]]></default>
10508
- <type/>
10509
- </argument>
10510
- </method>
10511
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1198" package="Media Library Assistant">
10512
- <name>views_media_page_mla_menu</name>
10513
- <full_name>views_media_page_mla_menu</full_name>
10514
- <docblock line="1186">
10515
- <description><![CDATA[Views for media page MLA Menu]]></description>
10516
- <long-description><![CDATA[<p>This filter gives you an opportunity to filter the list of available list table views.</p>]]></long-description>
10517
- <tag line="1186" name="since" description="2.11"/>
10518
- <tag line="1186" name="param" description="An array of available list table views. format: view_slug =&gt; link to the view, with count" type="array" variable="$views">
10519
- <type by_reference="false">array</type>
10520
- </tag>
10521
- <tag line="1186" name="return" description="updated list table views." type="array">
10522
- <type by_reference="false">array</type>
10523
- </tag>
10524
- </docblock>
10525
- <argument line="1198">
10526
- <name>$views</name>
10527
- <default><![CDATA[]]></default>
10528
- <type/>
10529
- </argument>
10530
- </method>
10531
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1238" package="Media Library Assistant">
10532
  <name>mla_media_modal_begin_update_compat_fields</name>
10533
  <full_name>mla_media_modal_begin_update_compat_fields</full_name>
10534
- <docblock line="1230">
10535
  <description><![CDATA[Captures the existing term assignments before the
10536
  Media Manager Modal Window ATTACHMENT DETAILS taxonomy meta boxes updates]]></description>
10537
  <long-description><![CDATA[]]></long-description>
10538
- <tag line="1230" name="since" description="2.11"/>
10539
- <tag line="1230" name="param" description="the current post" type="object" variable="$post">
10540
  <type by_reference="false">object</type>
10541
  </tag>
10542
  </docblock>
10543
- <argument line="1238">
10544
  <name>$post</name>
10545
  <default><![CDATA[]]></default>
10546
  <type/>
10547
  </argument>
10548
  </method>
10549
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1256" package="Media Library Assistant">
10550
  <name>mla_media_modal_update_compat_fields_terms</name>
10551
  <full_name>mla_media_modal_update_compat_fields_terms</full_name>
10552
- <docblock line="1245">
10553
  <description><![CDATA[Applies Term Assignment to the terms assigned to one
10554
  Media Manager Modal Window ATTACHMENT DETAILS taxonomy]]></description>
10555
  <long-description><![CDATA[]]></long-description>
10556
- <tag line="1245" name="since" description="2.11"/>
10557
- <tag line="1245" name="param" description="assigned term id/name values" type="array" variable="$terms">
10558
  <type by_reference="false">array</type>
10559
  </tag>
10560
- <tag line="1245" name="param" description="taxonomy slug" type="string" variable="$key">
10561
  <type by_reference="false">string</type>
10562
  </tag>
10563
- <tag line="1245" name="param" description="taxonomy object" type="object" variable="$value">
10564
  <type by_reference="false">object</type>
10565
  </tag>
10566
- <tag line="1245" name="param" description="current post ID" type="integer" variable="$post_id">
10567
  <type by_reference="false">integer</type>
10568
  </tag>
10569
  </docblock>
10570
- <argument line="1256">
10571
  <name>$terms</name>
10572
  <default><![CDATA[]]></default>
10573
  <type/>
10574
  </argument>
10575
- <argument line="1256">
10576
  <name>$key</name>
10577
  <default><![CDATA[]]></default>
10578
  <type/>
10579
  </argument>
10580
- <argument line="1256">
10581
  <name>$value</name>
10582
  <default><![CDATA[]]></default>
10583
  <type/>
10584
  </argument>
10585
- <argument line="1256">
10586
  <name>$post_id</name>
10587
  <default><![CDATA[]]></default>
10588
  <type/>
10589
  </argument>
10590
  </method>
10591
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1288" package="Media Library Assistant">
10592
  <name>mla_media_modal_end_update_compat_fields</name>
10593
  <full_name>mla_media_modal_end_update_compat_fields</full_name>
10594
- <docblock line="1278">
10595
  <description><![CDATA[Applies Term Synchronization after the
10596
  Media Manager Modal Window taxonomy updates]]></description>
10597
  <long-description><![CDATA[]]></long-description>
10598
- <tag line="1278" name="since" description="2.11"/>
10599
- <tag line="1278" name="param" description="HTML markup for the taxonomy meta box elements" type="string" variable="$results">
10600
  <type by_reference="false">string</type>
10601
  </tag>
10602
- <tag line="1278" name="param" description="supported taxonomy objects" type="array" variable="$taxonomies">
10603
  <type by_reference="false">array</type>
10604
  </tag>
10605
- <tag line="1278" name="param" description="current post object" type="object" variable="$post">
10606
  <type by_reference="false">object</type>
10607
  </tag>
10608
  </docblock>
10609
- <argument line="1288">
10610
  <name>$results</name>
10611
  <default><![CDATA[]]></default>
10612
  <type/>
10613
  </argument>
10614
- <argument line="1288">
10615
  <name>$taxonomies</name>
10616
  <default><![CDATA[]]></default>
10617
  <type/>
10618
  </argument>
10619
- <argument line="1288">
10620
  <name>$post</name>
10621
  <default><![CDATA[]]></default>
10622
  <type/>
10623
  </argument>
10624
  </method>
10625
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1332" package="Media Library Assistant">
10626
  <name>mla_list_table_inline_action</name>
10627
  <full_name>mla_list_table_inline_action</full_name>
10628
- <docblock line="1319">
10629
  <description><![CDATA[Captures the Quick Edit "before update" term assignments and
10630
  process the Language dropdown selection, if changed]]></description>
10631
  <long-description><![CDATA[]]></long-description>
10632
- <tag line="1319" name="since" description="2.11"/>
10633
- <tag line="1319" name="param" description="NULL, to indicate no handler." type="array" variable="$item_content">
10634
  <type by_reference="false">array</type>
10635
  </tag>
10636
- <tag line="1319" name="param" description="the affected attachment." type="integer" variable="$post_id">
10637
  <type by_reference="false">integer</type>
10638
  </tag>
10639
- <tag line="1319" name="return" description="updated $item_content. NULL if no handler, otherwise ( 'message' =&gt; error or status message(s), 'body' =&gt; '', 'prevent_default' =&gt; true to bypass the MLA handler )" type="object">
10640
  <type by_reference="false">object</type>
10641
  </tag>
10642
  </docblock>
10643
- <argument line="1332">
10644
  <name>$item_content</name>
10645
  <default><![CDATA[]]></default>
10646
  <type/>
10647
  </argument>
10648
- <argument line="1332">
10649
  <name>$post_id</name>
10650
  <default><![CDATA[]]></default>
10651
  <type/>
10652
  </argument>
10653
  </method>
10654
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1371" package="Media Library Assistant">
10655
  <name>mla_list_table_bulk_action_initial_request</name>
10656
  <full_name>mla_list_table_bulk_action_initial_request</full_name>
10657
- <docblock line="1360">
10658
  <description><![CDATA[Captures the Bulk Edit parameters during "Upload New Media"]]></description>
10659
  <long-description><![CDATA[]]></long-description>
10660
- <tag line="1360" name="since" description="2.11"/>
10661
- <tag line="1360" name="param" description="bulk action request parameters, including ['mla_bulk_action_do_cleanup']." type="array" variable="$request">
10662
  <type by_reference="false">array</type>
10663
  </tag>
10664
- <tag line="1360" name="param" description="the requested action." type="string" variable="$bulk_action">
10665
  <type by_reference="false">string</type>
10666
  </tag>
10667
- <tag line="1360" name="param" description="[ slug =&gt; field_name ]" type="array" variable="$custom_field_map">
10668
  <type by_reference="false">array</type>
10669
  </tag>
10670
- <tag line="1360" name="return" description="updated bulk action request parameters" type="array">
10671
  <type by_reference="false">array</type>
10672
  </tag>
10673
  </docblock>
10674
- <argument line="1371">
10675
  <name>$request</name>
10676
  <default><![CDATA[]]></default>
10677
  <type/>
10678
  </argument>
10679
- <argument line="1371">
10680
  <name>$bulk_action</name>
10681
  <default><![CDATA[]]></default>
10682
  <type/>
10683
  </argument>
10684
- <argument line="1371">
10685
  <name>$custom_field_map</name>
10686
  <default><![CDATA[]]></default>
10687
  <type/>
10688
  </argument>
10689
  </method>
10690
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1413" package="Media Library Assistant">
10691
  <name>mla_list_table_bulk_action_item_request</name>
10692
  <full_name>mla_list_table_bulk_action_item_request</full_name>
10693
- <docblock line="1401">
10694
  <description><![CDATA[Converts Bulk Edit taxonomy inputs to language-specific values]]></description>
10695
  <long-description><![CDATA[]]></long-description>
10696
- <tag line="1401" name="since" description="2.11"/>
10697
- <tag line="1401" name="param" description="bulk action request parameters, including ['mla_bulk_action_do_cleanup']." type="array" variable="$request">
10698
  <type by_reference="false">array</type>
10699
  </tag>
10700
- <tag line="1401" name="param" description="the requested action." type="string" variable="$bulk_action">
10701
  <type by_reference="false">string</type>
10702
  </tag>
10703
- <tag line="1401" name="param" description="the affected attachment." type="integer" variable="$post_id">
10704
  <type by_reference="false">integer</type>
10705
  </tag>
10706
- <tag line="1401" name="param" description="[ slug =&gt; field_name ]" type="array" variable="$custom_field_map">
10707
  <type by_reference="false">array</type>
10708
  </tag>
10709
- <tag line="1401" name="return" description="updated bulk action request parameters" type="array">
10710
  <type by_reference="false">array</type>
10711
  </tag>
10712
  </docblock>
10713
- <argument line="1413">
10714
  <name>$request</name>
10715
  <default><![CDATA[]]></default>
10716
  <type/>
10717
  </argument>
10718
- <argument line="1413">
10719
  <name>$bulk_action</name>
10720
  <default><![CDATA[]]></default>
10721
  <type/>
10722
  </argument>
10723
- <argument line="1413">
10724
  <name>$post_id</name>
10725
  <default><![CDATA[]]></default>
10726
  <type/>
10727
  </argument>
10728
- <argument line="1413">
10729
  <name>$custom_field_map</name>
10730
  <default><![CDATA[]]></default>
10731
  <type/>
10732
  </argument>
10733
  </method>
10734
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1439" package="Media Library Assistant">
10735
  <name>mla_list_table_bulk_action</name>
10736
  <full_name>mla_list_table_bulk_action</full_name>
10737
- <docblock line="1424">
10738
  <description><![CDATA[Process an MLA_List_Table bulk action]]></description>
10739
  <long-description><![CDATA[<p>Sets the new item language from the Language dropdown selection.</p>]]></long-description>
10740
- <tag line="1424" name="since" description="2.11"/>
10741
- <tag line="1424" name="param" description="NULL, to indicate no handler." type="array" variable="$item_content">
10742
  <type by_reference="false">array</type>
10743
  </tag>
10744
- <tag line="1424" name="param" description="the requested action." type="string" variable="$bulk_action">
10745
  <type by_reference="false">string</type>
10746
  </tag>
10747
- <tag line="1424" name="param" description="the affected attachment." type="integer" variable="$post_id">
10748
  <type by_reference="false">integer</type>
10749
  </tag>
10750
- <tag line="1424" name="return" description="updated $item_content. NULL if no handler, otherwise ( 'message' =&gt; error or status message(s), 'body' =&gt; '', 'prevent_default' =&gt; true to bypass the MLA handler )" type="object">
10751
  <type by_reference="false">object</type>
10752
  </tag>
10753
  </docblock>
10754
- <argument line="1439">
10755
  <name>$item_content</name>
10756
  <default><![CDATA[]]></default>
10757
  <type/>
10758
  </argument>
10759
- <argument line="1439">
10760
  <name>$bulk_action</name>
10761
  <default><![CDATA[]]></default>
10762
  <type/>
10763
  </argument>
10764
- <argument line="1439">
10765
  <name>$post_id</name>
10766
  <default><![CDATA[]]></default>
10767
  <type/>
10768
  </argument>
10769
  </method>
10770
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1481" package="Media Library Assistant">
10771
  <name>mla_list_table_custom_bulk_action</name>
10772
  <full_name>mla_list_table_custom_bulk_action</full_name>
10773
- <docblock line="1467">
10774
  <description><![CDATA[Process an MLA_List_Table custom bulk action]]></description>
10775
  <long-description><![CDATA[<p>Creates new items from the "Bulk Translate" list.</p>]]></long-description>
10776
- <tag line="1467" name="since" description="2.11"/>
10777
- <tag line="1467" name="param" description="NULL, to indicate no handler." type="array" variable="$item_content">
10778
  <type by_reference="false">array</type>
10779
  </tag>
10780
- <tag line="1467" name="param" description="the requested action." type="string" variable="$bulk_action">
10781
  <type by_reference="false">string</type>
10782
  </tag>
10783
- <tag line="1467" name="param" description="the affected attachment." type="integer" variable="$post_id">
10784
  <type by_reference="false">integer</type>
10785
  </tag>
10786
- <tag line="1467" name="return" description="updated $item_content. NULL if no handler, otherwise ( 'message' =&gt; error or status message(s), 'body' =&gt; '' )" type="object">
10787
  <type by_reference="false">object</type>
10788
  </tag>
10789
  </docblock>
10790
- <argument line="1481">
10791
  <name>$item_content</name>
10792
  <default><![CDATA[]]></default>
10793
  <type/>
10794
  </argument>
10795
- <argument line="1481">
10796
  <name>$bulk_action</name>
10797
  <default><![CDATA[]]></default>
10798
  <type/>
10799
  </argument>
10800
- <argument line="1481">
10801
  <name>$post_id</name>
10802
  <default><![CDATA[]]></default>
10803
  <type/>
10804
  </argument>
10805
  </method>
10806
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1535" package="Media Library Assistant">
10807
  <name>mla_list_table_get_bulk_actions</name>
10808
  <full_name>mla_list_table_get_bulk_actions</full_name>
10809
- <docblock line="1523">
10810
  <description><![CDATA[Filter the MLA_List_Table bulk actions]]></description>
10811
  <long-description><![CDATA[<p>Adds the "Translate" action to the Bulk Actions list.</p>]]></long-description>
10812
- <tag line="1523" name="since" description="2.11"/>
10813
- <tag line="1523" name="param" description="An array of bulk actions. Format: 'slug' =&gt; 'Label'" type="array" variable="$actions">
10814
  <type by_reference="false">array</type>
10815
  </tag>
10816
- <tag line="1523" name="return" description="updated array of actions." type="array">
10817
  <type by_reference="false">array</type>
10818
  </tag>
10819
  </docblock>
10820
- <argument line="1535">
10821
  <name>$actions</name>
10822
  <default><![CDATA[]]></default>
10823
  <type/>
10824
  </argument>
10825
  </method>
10826
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1554" package="Media Library Assistant">
10827
  <name>mla_list_table_inline_values</name>
10828
  <full_name>mla_list_table_inline_values</full_name>
10829
- <docblock line="1542">
10830
  <description><![CDATA[MLA_List_Table inline edit item values]]></description>
10831
  <long-description><![CDATA[<p>Builds the Language dropdown and edit translation links
10832
  for the Quick and Bulk Edit forms.</p>]]></long-description>
10833
- <tag line="1542" name="since" description="2.11"/>
10834
- <tag line="1542" name="param" description="parameter_name =&gt; parameter_value pairs" type="array" variable="$item_values">
10835
  <type by_reference="false">array</type>
10836
  </tag>
10837
- <tag line="1542" name="return" description="updated substitution parameter name =&gt; value pairs" type="array">
10838
  <type by_reference="false">array</type>
10839
  </tag>
10840
  </docblock>
10841
- <argument line="1554">
10842
  <name>$item_values</name>
10843
  <default><![CDATA[]]></default>
10844
  <type/>
10845
  </argument>
10846
  </method>
10847
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1621" package="Media Library Assistant">
10848
  <name>mla_list_table_inline_parse</name>
10849
  <full_name>mla_list_table_inline_parse</full_name>
10850
- <docblock line="1607">
10851
  <description><![CDATA[MLA_List_Table inline edit parse]]></description>
10852
  <long-description><![CDATA[]]></long-description>
10853
- <tag line="1607" name="since" description="2.11&#13;&#10;Adds Bulk Translate form and the Language dropdown&#13;&#10;markup used for the Quick and Bulk Edit forms."/>
10854
- <tag line="1607" name="param" description="HTML markup returned by the template parser" type="string" variable="$html_markup">
10855
  <type by_reference="false">string</type>
10856
  </tag>
10857
- <tag line="1607" name="param" description="template used to generate the HTML markup" type="string" variable="$item_template">
10858
  <type by_reference="false">string</type>
10859
  </tag>
10860
- <tag line="1607" name="param" description="parameter_name =&gt; parameter_value pairs" type="array" variable="$item_values">
10861
  <type by_reference="false">array</type>
10862
  </tag>
10863
- <tag line="1607" name="return" description="updated HTML markup for the Quick and Bulk Edit forms" type="array">
10864
  <type by_reference="false">array</type>
10865
  </tag>
10866
  </docblock>
10867
- <argument line="1621">
10868
  <name>$html_markup</name>
10869
  <default><![CDATA[]]></default>
10870
  <type/>
10871
  </argument>
10872
- <argument line="1621">
10873
  <name>$item_template</name>
10874
  <default><![CDATA[]]></default>
10875
  <type/>
10876
  </argument>
10877
- <argument line="1621">
10878
  <name>$item_values</name>
10879
  <default><![CDATA[]]></default>
10880
  <type/>
10881
  </argument>
10882
  </method>
10883
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1698" package="Media Library Assistant">
10884
  <name>mla_list_table_get_columns</name>
10885
  <full_name>mla_list_table_get_columns</full_name>
10886
- <docblock line="1686">
10887
  <description><![CDATA[Filter the MLA_List_Table columns]]></description>
10888
  <long-description><![CDATA[<p>Inserts the language columns just after the item thumbnail column</p>]]></long-description>
10889
- <tag line="1686" name="since" description="2.11"/>
10890
- <tag line="1686" name="param" description="An array of columns. format: column_slug =&gt; Column Label" type="array" variable="$columns">
10891
  <type by_reference="false">array</type>
10892
  </tag>
10893
- <tag line="1686" name="return" description="updated array of columns." type="array">
10894
  <type by_reference="false">array</type>
10895
  </tag>
10896
  </docblock>
10897
- <argument line="1698">
10898
  <name>$columns</name>
10899
  <default><![CDATA[]]></default>
10900
  <type/>
10901
  </argument>
10902
  </method>
10903
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1736" package="Media Library Assistant">
10904
  <name>mla_list_table_add_pll_styles</name>
10905
  <full_name>mla_list_table_add_pll_styles</full_name>
10906
- <docblock line="1729">
10907
  <description><![CDATA[Add styles for the pll_translations table column]]></description>
10908
  <long-description><![CDATA[]]></long-description>
10909
- <tag line="1729" name="since" description="2.11"/>
10910
- <tag line="1729" name="return" description="echoes CSS styles before returning" type="void">
10911
  <type by_reference="false">void</type>
10912
  </tag>
10913
  </docblock>
10914
  </method>
10915
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1761" package="Media Library Assistant">
10916
  <name>mla_list_table_column_default</name>
10917
  <full_name>mla_list_table_column_default</full_name>
10918
- <docblock line="1749">
10919
  <description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
10920
  <long-description><![CDATA[<p>Fills in the Language columns with the item's translation status values.</p>]]></long-description>
10921
- <tag line="1749" name="since" description="2.11"/>
10922
- <tag line="1749" name="param" description="NULL, indicating no default content" type="string" variable="$content">
10923
  <type by_reference="false">string</type>
10924
  </tag>
10925
- <tag line="1749" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
10926
  <type by_reference="false">array</type>
10927
  </tag>
10928
- <tag line="1749" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
10929
  <type by_reference="false">array</type>
10930
  </tag>
10931
- <tag line="1749" name="return" description="Text or HTML to be placed inside the column" type="string">
10932
  <type by_reference="false">string</type>
10933
  </tag>
10934
  </docblock>
10935
- <argument line="1761">
10936
  <name>$content</name>
10937
  <default><![CDATA[]]></default>
10938
  <type/>
10939
  </argument>
10940
- <argument line="1761">
10941
  <name>$item</name>
10942
  <default><![CDATA[]]></default>
10943
  <type/>
10944
  </argument>
10945
- <argument line="1761">
10946
  <name>$column_name</name>
10947
  <default><![CDATA[]]></default>
10948
  <type/>
10949
  </argument>
10950
  </method>
10951
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1829" package="Media Library Assistant">
10952
  <name>mla_list_table_submenu_arguments</name>
10953
  <full_name>mla_list_table_submenu_arguments</full_name>
10954
- <docblock line="1814">
10955
  <description><![CDATA[Filter the "sticky" submenu URL parameters]]></description>
10956
- <long-description><![CDATA[<p>Adds a language ('lang') parameter to the URL parameters that will be
10957
- retained when the submenu page refreshes.
10958
- Maintains the pll_view and list of Bulk Translate items in the URLs for
10959
  paging through the results.</p>]]></long-description>
10960
- <tag line="1814" name="since" description="2.11"/>
10961
- <tag line="1814" name="param" description="Current view, pagination and sort parameters." type="array" variable="$submenu_arguments">
10962
  <type by_reference="false">array</type>
10963
  </tag>
10964
- <tag line="1814" name="param" description="True to include &quot;filter-by&quot; parameters, e.g., year/month dropdown." type="object" variable="$include_filters">
10965
  <type by_reference="false">object</type>
10966
  </tag>
10967
- <tag line="1814" name="return" description="updated submenu_arguments." type="array">
10968
  <type by_reference="false">array</type>
10969
  </tag>
10970
  </docblock>
10971
- <argument line="1829">
10972
  <name>$submenu_arguments</name>
10973
  <default><![CDATA[]]></default>
10974
  <type/>
10975
  </argument>
10976
- <argument line="1829">
10977
  <name>$include_filters</name>
10978
  <default><![CDATA[]]></default>
10979
  <type/>
10980
  </argument>
10981
  </method>
10982
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1864" package="Media Library Assistant">
10983
  <name>mla_list_table_prepare_items_pagination</name>
10984
  <full_name>mla_list_table_prepare_items_pagination</full_name>
10985
- <docblock line="1852">
10986
  <description><![CDATA[Filter the pagination parameters for prepare_items()]]></description>
10987
  <long-description><![CDATA[<p>Records the pagination parameters for use with custom table views, e.g., "attached".</p>]]></long-description>
10988
- <tag line="1852" name="since" description="2.11"/>
10989
- <tag line="1852" name="param" description="Contains 'per_page', 'current_page'." type="array" variable="$pagination">
10990
  <type by_reference="false">array</type>
10991
  </tag>
10992
- <tag line="1852" name="param" description="The MLA_List_Table object, passed by reference." type="object" variable="$mla_list_table">
10993
  <type by_reference="false">object</type>
10994
  </tag>
10995
- <tag line="1852" name="return" description="updated pagination array." type="array">
10996
  <type by_reference="false">array</type>
10997
  </tag>
10998
  </docblock>
10999
- <argument line="1864">
11000
  <name>$pagination</name>
11001
  <default><![CDATA[]]></default>
11002
  <type/>
11003
  </argument>
11004
- <argument line="1864">
11005
  <name>$mla_list_table</name>
11006
  <default><![CDATA[]]></default>
11007
  <type/>
11008
  </argument>
11009
  </method>
11010
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1882" package="Media Library Assistant">
11011
  <name>mla_list_table_prepare_items_total_items</name>
11012
  <full_name>mla_list_table_prepare_items_total_items</full_name>
11013
- <docblock line="1870">
11014
  <description><![CDATA[Filter the total items count for prepare_items()]]></description>
11015
- <long-description><![CDATA[<p>A convenient place to add the query argument required for the "attached" custom view.</p>]]></long-description>
11016
- <tag line="1870" name="since" description="2.11"/>
11017
- <tag line="1870" name="param" description="NULL, indicating no substitution." type="integer" variable="$total_items">
 
11018
  <type by_reference="false">integer</type>
11019
  </tag>
11020
- <tag line="1870" name="param" description="The MLA_List_Table object, passed by reference." type="object" variable="$mla_list_table">
11021
  <type by_reference="false">object</type>
11022
  </tag>
11023
- <tag line="1870" name="return" description="updated total_items." type="integer">
11024
  <type by_reference="false">integer</type>
11025
  </tag>
11026
  </docblock>
11027
- <argument line="1882">
11028
  <name>$total_items</name>
11029
  <default><![CDATA[]]></default>
11030
  <type/>
11031
  </argument>
11032
- <argument line="1882">
11033
  <name>$mla_list_table</name>
11034
  <default><![CDATA[]]></default>
11035
  <type/>
11036
  </argument>
11037
  </method>
11038
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1914" package="Media Library Assistant">
11039
  <name>mla_list_table_build_rollover_actions</name>
11040
  <full_name>mla_list_table_build_rollover_actions</full_name>
11041
- <docblock line="1901">
11042
  <description><![CDATA[Filter the list of item "Rollover" actions]]></description>
11043
  <long-description><![CDATA[<p>Adds "Quick Translate" to the list of item-level "Rollover" actions.</p>]]></long-description>
11044
- <tag line="1901" name="since" description="2.11"/>
11045
- <tag line="1901" name="param" description="The list of item &quot;Rollover&quot; actions." type="array" variable="$actions">
11046
  <type by_reference="false">array</type>
11047
  </tag>
11048
- <tag line="1901" name="param" description="The current Media Library item." type="object" variable="$item">
11049
  <type by_reference="false">object</type>
11050
  </tag>
11051
- <tag line="1901" name="param" description="The List Table column slug." type="string" variable="$column">
11052
  <type by_reference="false">string</type>
11053
  </tag>
11054
- <tag line="1901" name="return" description="updated &quot;Rollover&quot; actions." type="array">
11055
  <type by_reference="false">array</type>
11056
  </tag>
11057
  </docblock>
11058
- <argument line="1914">
11059
  <name>$actions</name>
11060
  <default><![CDATA[]]></default>
11061
  <type/>
11062
  </argument>
11063
- <argument line="1914">
11064
  <name>$item</name>
11065
  <default><![CDATA[]]></default>
11066
  <type/>
11067
  </argument>
11068
- <argument line="1914">
11069
  <name>$column</name>
11070
  <default><![CDATA[]]></default>
11071
  <type/>
11072
  </argument>
11073
  </method>
11074
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1936" package="Media Library Assistant">
11075
  <name>mla_list_table_inline_fields</name>
11076
  <full_name>mla_list_table_inline_fields</full_name>
11077
- <docblock line="1925">
11078
  <description><![CDATA[Define the fields for inline (Quick) editing]]></description>
11079
  <long-description><![CDATA[<p>Adds Language dropdown and Quick Translate links.</p>]]></long-description>
11080
- <tag line="1925" name="since" description="2.11"/>
11081
- <tag line="1925" name="param" description="The field names for inline data." type="array" variable="$fields">
11082
  <type by_reference="false">array</type>
11083
  </tag>
11084
- <tag line="1925" name="return" description="updated fields for inline data." type="string">
11085
  <type by_reference="false">string</type>
11086
  </tag>
11087
  </docblock>
11088
- <argument line="1936">
11089
  <name>$fields</name>
11090
  <default><![CDATA[]]></default>
11091
  <type/>
11092
  </argument>
11093
  </method>
11094
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1956" package="Media Library Assistant">
11095
  <name>mla_list_table_build_inline_data</name>
11096
  <full_name>mla_list_table_build_inline_data</full_name>
11097
- <docblock line="1944">
11098
  <description><![CDATA[Filter the data for inline (Quick and Bulk) editing]]></description>
11099
  <long-description><![CDATA[<p>Adds item-specific translations data for the JS quick and bulk edit functions.</p>]]></long-description>
11100
- <tag line="1944" name="since" description="2.11"/>
11101
- <tag line="1944" name="param" description="The HTML markup for inline data." type="string" variable="$inline_data">
11102
  <type by_reference="false">string</type>
11103
  </tag>
11104
- <tag line="1944" name="param" description="The current Media Library item." type="object" variable="$item">
11105
  <type by_reference="false">object</type>
11106
  </tag>
11107
- <tag line="1944" name="return" description="updated HTML markup for inline data." type="string">
11108
  <type by_reference="false">string</type>
11109
  </tag>
11110
  </docblock>
11111
- <argument line="1956">
11112
  <name>$inline_data</name>
11113
  <default><![CDATA[]]></default>
11114
  <type/>
11115
  </argument>
11116
- <argument line="1956">
11117
  <name>$item</name>
11118
  <default><![CDATA[]]></default>
11119
  <type/>
11120
  </argument>
11121
  </method>
11122
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1989" package="Media Library Assistant">
11123
  <name>mla_get_options_tablist</name>
11124
  <full_name>mla_get_options_tablist</full_name>
11125
- <docblock line="1978">
11126
  <description><![CDATA[Adds the "Language" tab to the Settings/Media Library Assistant list]]></description>
11127
  <long-description><![CDATA[]]></long-description>
11128
- <tag line="1978" name="since" description="2.11"/>
11129
- <tag line="1978" name="param" description="The entire tablist ( $tab = NULL ), a single tab entry or false if not found/not allowed." type="array|false" variable="$results">
11130
  <type by_reference="false">array</type>
11131
  <type by_reference="false">false</type>
11132
  </tag>
11133
- <tag line="1978" name="param" description="The entire default tablist" type="array" variable="$mla_tablist">
11134
  <type by_reference="false">array</type>
11135
  </tag>
11136
- <tag line="1978" name="param" description="tab slug for single-element return or NULL to return entire tablist" type="string|NULL" variable="$tab">
11137
  <type by_reference="false">string</type>
11138
  <type by_reference="false">NULL</type>
11139
  </tag>
11140
- <tag line="1978" name="return" description="updated tablist or single tab element" type="array">
11141
  <type by_reference="false">array</type>
11142
  </tag>
11143
  </docblock>
11144
- <argument line="1989">
11145
  <name>$results</name>
11146
  <default><![CDATA[]]></default>
11147
  <type/>
11148
  </argument>
11149
- <argument line="1989">
11150
  <name>$mla_tablist</name>
11151
  <default><![CDATA[]]></default>
11152
  <type/>
11153
  </argument>
11154
- <argument line="1989">
11155
  <name>$tab</name>
11156
  <default><![CDATA[]]></default>
11157
  <type/>
11158
  </argument>
11159
  </method>
11160
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2022" package="Media Library Assistant">
11161
  <name>mla_localize_language_option_definitions</name>
11162
  <full_name>mla_localize_language_option_definitions</full_name>
11163
- <docblock line="2012">
11164
  <description><![CDATA[Localize $mla_language_option_definitions array]]></description>
11165
  <long-description><![CDATA[<p>Localization must be done at runtime, and these calls cannot be placed
11166
  in the "public static" array definition itself.</p>]]></long-description>
11167
- <tag line="2012" name="since" description="2.11"/>
11168
- <tag line="2012" name="return" description="" type="void">
11169
  <type by_reference="false">void</type>
11170
  </tag>
11171
  </docblock>
11172
  </method>
11173
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2085" package="Media Library Assistant">
11174
  <name>mla_render_language_tab</name>
11175
  <full_name>mla_render_language_tab</full_name>
11176
- <docblock line="2078">
11177
  <description><![CDATA[Renders the Settings/Media Library Assistant "Language" tab]]></description>
11178
  <long-description><![CDATA[]]></long-description>
11179
- <tag line="2078" name="since" description="2.11"/>
11180
- <tag line="2078" name="return" description="( 'message' =&gt; '', 'body' =&gt; '' )" type="array">
11181
  <type by_reference="false">array</type>
11182
  </tag>
11183
  </docblock>
11184
  </method>
11185
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2150" package="Media Library Assistant">
11186
  <name>_save_language_settings</name>
11187
  <full_name>_save_language_settings</full_name>
11188
- <docblock line="2141">
11189
  <description><![CDATA[Save Language settings to the options table]]></description>
11190
  <long-description><![CDATA[]]></long-description>
11191
- <tag line="2141" name="since" description="2.11"/>
11192
- <tag line="2141" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
11193
- <tag line="2141" name="return" description="Message(s) reflecting the results of the operation" type="array">
11194
  <type by_reference="false">array</type>
11195
  </tag>
11196
  </docblock>
11197
  </method>
11198
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2179" package="Media Library Assistant">
11199
  <name>_reset_language_settings</name>
11200
  <full_name>_reset_language_settings</full_name>
11201
- <docblock line="2172">
11202
  <description><![CDATA[Delete saved settings, restoring default values]]></description>
11203
  <long-description><![CDATA[]]></long-description>
11204
- <tag line="2172" name="since" description="2.11"/>
11205
- <tag line="2172" name="return" description="Message(s) reflecting the results of the operation" type="array">
11206
  <type by_reference="false">array</type>
11207
  </tag>
11208
  </docblock>
11209
  </method>
11210
  </class>
11211
  </file>
11212
- <file path="includes\class-mla-settings.php" hash="2e1a5e544e512bd844ff4d5d17f818f9" package="Media Library Assistant">
11213
  <docblock line="2">
11214
  <description><![CDATA[Manages the settings page to edit the plugin option settings]]></description>
11215
  <long-description><![CDATA[]]></long-description>
@@ -12010,337 +12138,365 @@ in the "public static" array definition itself.</p>]]></long-description>
12010
  </tag>
12011
  </docblock>
12012
  </method>
12013
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3001" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12014
  <name>_compose_debug_tab</name>
12015
  <full_name>_compose_debug_tab</full_name>
12016
- <docblock line="2993">
12017
  <description><![CDATA[Compose the Debug tab content for the Settings subpage]]></description>
12018
  <long-description><![CDATA[]]></long-description>
12019
- <tag line="2993" name="since" description="2.10"/>
12020
- <tag line="2993" name="uses" description="\global\$page_template_array" refers="\global\$page_template_array"/>
12021
- <tag line="2993" name="return" description="'message' =&gt; status/error messages, 'body' =&gt; tab content" type="array">
12022
  <type by_reference="false">array</type>
12023
  </tag>
12024
  </docblock>
12025
  </method>
12026
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3134" package="Media Library Assistant">
12027
  <name>mla_render_settings_page</name>
12028
  <full_name>mla_render_settings_page</full_name>
12029
- <docblock line="3127">
12030
  <description><![CDATA[Render (echo) the "Media Library Assistant" subpage in the Settings section]]></description>
12031
  <long-description><![CDATA[]]></long-description>
12032
- <tag line="3127" name="since" description="0.1"/>
12033
- <tag line="3127" name="return" description="Echoes HTML markup for the Settings subpage" type="void">
12034
  <type by_reference="false">void</type>
12035
  </tag>
12036
  </docblock>
12037
  </method>
12038
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3203" package="Media Library Assistant">
12039
  <name>_save_gallery_settings</name>
12040
  <full_name>_save_gallery_settings</full_name>
12041
- <docblock line="3194">
12042
  <description><![CDATA[Save MLA Gallery settings to the options table]]></description>
12043
  <long-description><![CDATA[]]></long-description>
12044
- <tag line="3194" name="since" description="0.80"/>
12045
- <tag line="3194" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12046
- <tag line="3194" name="return" description="Message(s) reflecting the results of the operation" type="array">
12047
  <type by_reference="false">array</type>
12048
  </tag>
12049
  </docblock>
12050
  </method>
12051
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3481" package="Media Library Assistant">
12052
  <name>_save_view_settings</name>
12053
  <full_name>_save_view_settings</full_name>
12054
- <docblock line="3472">
12055
  <description><![CDATA[Save View settings to the options table]]></description>
12056
  <long-description><![CDATA[]]></long-description>
12057
- <tag line="3472" name="since" description="1.40"/>
12058
- <tag line="3472" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12059
- <tag line="3472" name="return" description="Message(s) reflecting the results of the operation" type="array">
12060
  <type by_reference="false">array</type>
12061
  </tag>
12062
  </docblock>
12063
  </method>
12064
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3512" package="Media Library Assistant">
12065
  <name>_save_upload_settings</name>
12066
  <full_name>_save_upload_settings</full_name>
12067
- <docblock line="3503">
12068
  <description><![CDATA[Save Upload settings to the options table]]></description>
12069
  <long-description><![CDATA[]]></long-description>
12070
- <tag line="3503" name="since" description="1.40"/>
12071
- <tag line="3503" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12072
- <tag line="3503" name="return" description="Message(s) reflecting the results of the operation" type="array">
12073
  <type by_reference="false">array</type>
12074
  </tag>
12075
  </docblock>
12076
  </method>
12077
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3550" package="Media Library Assistant">
12078
  <name>_process_custom_field_mapping</name>
12079
  <full_name>_process_custom_field_mapping</full_name>
12080
- <docblock line="3537">
12081
  <description><![CDATA[Process custom field settings against all image attachments
12082
  without saving the settings to the mla_option]]></description>
12083
  <long-description><![CDATA[]]></long-description>
12084
- <tag line="3537" name="since" description="1.10"/>
12085
- <tag line="3537" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12086
- <tag line="3537" name="param" description="| NULL specific custom_field_mapping values" type="array" variable="$settings">
12087
  <type by_reference="false">array</type>
12088
  </tag>
12089
- <tag line="3537" name="param" description="offset for chunk mapping" type="integer" variable="$offset">
12090
  <type by_reference="false">integer</type>
12091
  </tag>
12092
- <tag line="3537" name="param" description="length for chunk mapping" type="integer" variable="$length">
12093
  <type by_reference="false">integer</type>
12094
  </tag>
12095
- <tag line="3537" name="return" description="Message(s) reflecting the results of the operation" type="array">
12096
  <type by_reference="false">array</type>
12097
  </tag>
12098
  </docblock>
12099
- <argument line="3550">
12100
  <name>$settings</name>
12101
  <default><![CDATA[NULL]]></default>
12102
  <type/>
12103
  </argument>
12104
- <argument line="3550">
12105
  <name>$offset</name>
12106
  <default><![CDATA[0]]></default>
12107
  <type/>
12108
  </argument>
12109
- <argument line="3550">
12110
  <name>$length</name>
12111
  <default><![CDATA[0]]></default>
12112
  <type/>
12113
  </argument>
12114
  </method>
12115
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3622" package="Media Library Assistant">
12116
  <name>_delete_custom_field</name>
12117
  <full_name>_delete_custom_field</full_name>
12118
- <docblock line="3613">
12119
  <description><![CDATA[Delete a custom field from the wp_postmeta table]]></description>
12120
  <long-description><![CDATA[]]></long-description>
12121
- <tag line="3613" name="since" description="1.10"/>
12122
- <tag line="3613" name="param" description="specific custom_field_mapping rule" type="array" variable="$value">
12123
  <type by_reference="false">array</type>
12124
  </tag>
12125
- <tag line="3613" name="return" description="Message(s) reflecting the results of the operation" type="array">
12126
  <type by_reference="false">array</type>
12127
  </tag>
12128
  </docblock>
12129
- <argument line="3622">
12130
  <name>$value</name>
12131
  <default><![CDATA[]]></default>
12132
  <type/>
12133
  </argument>
12134
  </method>
12135
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3650" package="Media Library Assistant">
12136
  <name>_save_custom_field_settings</name>
12137
  <full_name>_save_custom_field_settings</full_name>
12138
- <docblock line="3640">
12139
  <description><![CDATA[Save custom field settings to the options table]]></description>
12140
  <long-description><![CDATA[]]></long-description>
12141
- <tag line="3640" name="since" description="1.10"/>
12142
- <tag line="3640" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12143
- <tag line="3640" name="param" description="| NULL specific custom_field_mapping values" type="array" variable="$new_values">
12144
  <type by_reference="false">array</type>
12145
  </tag>
12146
- <tag line="3640" name="return" description="Message(s) reflecting the results of the operation" type="array">
12147
  <type by_reference="false">array</type>
12148
  </tag>
12149
  </docblock>
12150
- <argument line="3650">
12151
  <name>$new_values</name>
12152
  <default><![CDATA[NULL]]></default>
12153
  <type/>
12154
  </argument>
12155
  </method>
12156
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3694" package="Media Library Assistant">
12157
  <name>_process_iptc_exif_standard</name>
12158
  <full_name>_process_iptc_exif_standard</full_name>
12159
- <docblock line="3681">
12160
  <description><![CDATA[Process IPTC/EXIF standard field settings against all image attachments
12161
  without saving the settings to the mla_option]]></description>
12162
  <long-description><![CDATA[]]></long-description>
12163
- <tag line="3681" name="since" description="1.00"/>
12164
- <tag line="3681" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12165
- <tag line="3681" name="param" description="offset for chunk mapping" type="integer" variable="$offset">
12166
  <type by_reference="false">integer</type>
12167
  </tag>
12168
- <tag line="3681" name="param" description="length for chunk mapping" type="integer" variable="$length">
12169
  <type by_reference="false">integer</type>
12170
  </tag>
12171
- <tag line="3681" name="return" description="Message(s) reflecting the results of the operation" type="array">
12172
  <type by_reference="false">array</type>
12173
  </tag>
12174
  </docblock>
12175
- <argument line="3694">
12176
  <name>$offset</name>
12177
  <default><![CDATA[0]]></default>
12178
  <type/>
12179
  </argument>
12180
- <argument line="3694">
12181
  <name>$length</name>
12182
  <default><![CDATA[0]]></default>
12183
  <type/>
12184
  </argument>
12185
  </method>
12186
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3765" package="Media Library Assistant">
12187
  <name>_process_iptc_exif_taxonomy</name>
12188
  <full_name>_process_iptc_exif_taxonomy</full_name>
12189
- <docblock line="3752">
12190
  <description><![CDATA[Process IPTC/EXIF taxonomy term settings against all image attachments
12191
  without saving the settings to the mla_option]]></description>
12192
  <long-description><![CDATA[]]></long-description>
12193
- <tag line="3752" name="since" description="1.00"/>
12194
- <tag line="3752" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12195
- <tag line="3752" name="param" description="offset for chunk mapping" type="integer" variable="$offset">
12196
  <type by_reference="false">integer</type>
12197
  </tag>
12198
- <tag line="3752" name="param" description="length for chunk mapping" type="integer" variable="$length">
12199
  <type by_reference="false">integer</type>
12200
  </tag>
12201
- <tag line="3752" name="return" description="Message(s) reflecting the results of the operation" type="array">
12202
  <type by_reference="false">array</type>
12203
  </tag>
12204
  </docblock>
12205
- <argument line="3765">
12206
  <name>$offset</name>
12207
  <default><![CDATA[0]]></default>
12208
  <type/>
12209
  </argument>
12210
- <argument line="3765">
12211
  <name>$length</name>
12212
  <default><![CDATA[0]]></default>
12213
  <type/>
12214
  </argument>
12215
  </method>
12216
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3837" package="Media Library Assistant">
12217
  <name>_process_iptc_exif_custom</name>
12218
  <full_name>_process_iptc_exif_custom</full_name>
12219
- <docblock line="3823">
12220
  <description><![CDATA[Process IPTC/EXIF custom field settings against all image attachments
12221
  without saving the settings to the mla_option]]></description>
12222
  <long-description><![CDATA[]]></long-description>
12223
- <tag line="3823" name="since" description="1.00"/>
12224
- <tag line="3823" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12225
- <tag line="3823" name="param" description="| NULL specific iptc_exif_custom_mapping values" type="array" variable="$settings">
12226
  <type by_reference="false">array</type>
12227
  </tag>
12228
- <tag line="3823" name="param" description="offset for chunk mapping" type="integer" variable="$offset">
12229
  <type by_reference="false">integer</type>
12230
  </tag>
12231
- <tag line="3823" name="param" description="length for chunk mapping" type="integer" variable="$length">
12232
  <type by_reference="false">integer</type>
12233
  </tag>
12234
- <tag line="3823" name="return" description="Message(s) reflecting the results of the operation" type="array">
12235
  <type by_reference="false">array</type>
12236
  </tag>
12237
  </docblock>
12238
- <argument line="3837">
12239
  <name>$settings</name>
12240
  <default><![CDATA[NULL]]></default>
12241
  <type/>
12242
  </argument>
12243
- <argument line="3837">
12244
  <name>$offset</name>
12245
  <default><![CDATA[0]]></default>
12246
  <type/>
12247
  </argument>
12248
- <argument line="3837">
12249
  <name>$length</name>
12250
  <default><![CDATA[0]]></default>
12251
  <type/>
12252
  </argument>
12253
  </method>
12254
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3918" package="Media Library Assistant">
12255
  <name>_save_iptc_exif_custom_settings</name>
12256
  <full_name>_save_iptc_exif_custom_settings</full_name>
12257
- <docblock line="3909">
12258
  <description><![CDATA[Save IPTC/EXIF custom field settings to the options table]]></description>
12259
  <long-description><![CDATA[]]></long-description>
12260
- <tag line="3909" name="since" description="1.30"/>
12261
- <tag line="3909" name="param" description="specific iptc_exif_custom_mapping values" type="array" variable="$new_values">
12262
  <type by_reference="false">array</type>
12263
  </tag>
12264
- <tag line="3909" name="return" description="Message(s) reflecting the results of the operation" type="array">
12265
  <type by_reference="false">array</type>
12266
  </tag>
12267
  </docblock>
12268
- <argument line="3918">
12269
  <name>$new_values</name>
12270
  <default><![CDATA[]]></default>
12271
  <type/>
12272
  </argument>
12273
  </method>
12274
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3934" package="Media Library Assistant">
12275
  <name>_save_iptc_exif_settings</name>
12276
  <full_name>_save_iptc_exif_settings</full_name>
12277
- <docblock line="3925">
12278
  <description><![CDATA[Save IPTC/EXIF settings to the options table]]></description>
12279
  <long-description><![CDATA[]]></long-description>
12280
- <tag line="3925" name="since" description="1.00"/>
12281
- <tag line="3925" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12282
- <tag line="3925" name="return" description="Message(s) reflecting the results of the operation" type="array">
12283
  <type by_reference="false">array</type>
12284
  </tag>
12285
  </docblock>
12286
  </method>
12287
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3972" package="Media Library Assistant">
12288
  <name>_save_general_settings</name>
12289
  <full_name>_save_general_settings</full_name>
12290
- <docblock line="3963">
12291
  <description><![CDATA[Save General settings to the options table]]></description>
12292
  <long-description><![CDATA[]]></long-description>
12293
- <tag line="3963" name="since" description="0.1"/>
12294
- <tag line="3963" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12295
- <tag line="3963" name="return" description="Message(s) reflecting the results of the operation" type="array">
12296
  <type by_reference="false">array</type>
12297
  </tag>
12298
  </docblock>
12299
  </method>
12300
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4062" package="Media Library Assistant">
12301
  <name>_reset_general_settings</name>
12302
  <full_name>_reset_general_settings</full_name>
12303
- <docblock line="4055">
12304
  <description><![CDATA[Delete saved settings, restoring default values]]></description>
12305
  <long-description><![CDATA[]]></long-description>
12306
- <tag line="4055" name="since" description="0.1"/>
12307
- <tag line="4055" name="return" description="Message(s) reflecting the results of the operation" type="array">
12308
  <type by_reference="false">array</type>
12309
  </tag>
12310
  </docblock>
12311
  </method>
12312
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4101" package="Media Library Assistant">
12313
  <name>_compose_import_settings</name>
12314
  <full_name>_compose_import_settings</full_name>
12315
- <docblock line="4094">
12316
  <description><![CDATA[Compose HTML markup for the import settings if any settings files exist]]></description>
12317
  <long-description><![CDATA[]]></long-description>
12318
- <tag line="4094" name="since" description="1.50"/>
12319
- <tag line="4094" name="return" description="HTML markup for the Import All Settings button and dropdown list, if any" type="string">
12320
  <type by_reference="false">string</type>
12321
  </tag>
12322
  </docblock>
12323
  </method>
12324
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4156" package="Media Library Assistant">
12325
  <name>_export_settings</name>
12326
  <full_name>_export_settings</full_name>
12327
- <docblock line="4147">
12328
  <description><![CDATA[Serialize option settings and write them to a file]]></description>
12329
  <long-description><![CDATA[<p>Options with a default value, i.e., not stored in the database are NOT written to the file.</p>]]></long-description>
12330
- <tag line="4147" name="since" description="1.50"/>
12331
- <tag line="4147" name="return" description="Message(s) reflecting the results of the operation" type="array">
12332
  <type by_reference="false">array</type>
12333
  </tag>
12334
  </docblock>
12335
  </method>
12336
- <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4243" package="Media Library Assistant">
12337
  <name>_import_settings</name>
12338
  <full_name>_import_settings</full_name>
12339
- <docblock line="4236">
12340
  <description><![CDATA[Read a serialized file of option settings and write them to the database]]></description>
12341
  <long-description><![CDATA[]]></long-description>
12342
- <tag line="4236" name="since" description="1.50"/>
12343
- <tag line="4236" name="return" description="Message(s) reflecting the results of the operation" type="array">
12344
  <type by_reference="false">array</type>
12345
  </tag>
12346
  </docblock>
@@ -13050,7 +13206,7 @@ relevant children are already in the $terms argument.</p>]]></long-description>
13050
  </method>
13051
  </class>
13052
  </file>
13053
- <file path="includes\class-mla-thumbnail-generation.php" hash="f2b9d7c1d79afa0bb50af97547cff7bb" package="Media Library Assistant">
13054
  <docblock line="2">
13055
  <description><![CDATA[Media Library Assistant Generate Featured Image class]]></description>
13056
  <long-description><![CDATA[<p>This file is conditionally loaded in MLA::initialize</p>]]></long-description>
@@ -13348,7 +13504,7 @@ Featured IMage generation]]></description>
13348
  </method>
13349
  </class>
13350
  </file>
13351
- <file path="includes\class-mla-upload-list-table.php" hash="82d09a799309f8b83640509497e3bd4d" package="Media Library Assistant">
13352
  <docblock line="2">
13353
  <description><![CDATA[Media Library Assistant extended List Table class]]></description>
13354
  <long-description><![CDATA[]]></long-description>
@@ -13493,494 +13649,565 @@ to affect the "screen options" setup.</p>]]></long-description>
13493
  </tag>
13494
  </docblock>
13495
  </method>
13496
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="170" package="Media Library Assistant">
13497
  <name>mla_localize_default_columns_array</name>
13498
  <full_name>mla_localize_default_columns_array</full_name>
13499
- <docblock line="160">
13500
  <description><![CDATA[Builds the $default_columns array with translated source texts.]]></description>
13501
  <long-description><![CDATA[<p>Called from MLA:mla_plugins_loaded_action because the $default_columns information might be
13502
  accessed from "front end" posts/pages.</p>]]></long-description>
13503
- <tag line="160" name="since" description="1.71"/>
13504
- <tag line="160" name="return" description="" type="void">
13505
  <type by_reference="false">void</type>
13506
  </tag>
13507
  </docblock>
13508
  </method>
13509
- <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="198" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
13510
  <name>mla_admin_init_action</name>
13511
  <full_name>mla_admin_init_action</full_name>
13512
- <docblock line="190">
13513
  <description><![CDATA[Called in the admin_init action because the list_table object isn't
13514
  created in time to affect the "screen options" setup.]]></description>
13515
  <long-description><![CDATA[]]></long-description>
13516
- <tag line="190" name="since" description="1.40"/>
13517
- <tag line="190" name="return" description="" type="void">
13518
  <type by_reference="false">void</type>
13519
  </tag>
13520
  </docblock>
13521
  </method>
13522
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="217" package="Media Library Assistant">
13523
  <name>__construct</name>
13524
  <full_name>__construct</full_name>
13525
- <docblock line="209">
13526
  <description><![CDATA[Initializes some properties from $_REQUEST variables, then
13527
  calls the parent constructor to set some default configs.]]></description>
13528
  <long-description><![CDATA[]]></long-description>
13529
- <tag line="209" name="since" description="1.40"/>
13530
- <tag line="209" name="return" description="" type="void">
13531
  <type by_reference="false">void</type>
13532
  </tag>
13533
  </docblock>
13534
  </method>
13535
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="244" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13536
  <name>column_default</name>
13537
  <full_name>column_default</full_name>
13538
- <docblock line="231">
13539
  <description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
13540
  <long-description><![CDATA[<p>Called when the parent class can't find a method specifically built for a
13541
  given column. All columns should have a specific method, so this function
13542
  returns a troubleshooting message.</p>]]></long-description>
13543
- <tag line="231" name="since" description="1.40"/>
13544
- <tag line="231" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
13545
  <type by_reference="false">array</type>
13546
  </tag>
13547
- <tag line="231" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
13548
  <type by_reference="false">array</type>
13549
  </tag>
13550
- <tag line="231" name="return" description="Text or HTML to be placed inside the column" type="string">
13551
  <type by_reference="false">string</type>
13552
  </tag>
13553
  </docblock>
13554
- <argument line="244">
13555
  <name>$item</name>
13556
  <default><![CDATA[]]></default>
13557
  <type/>
13558
  </argument>
13559
- <argument line="244">
13560
  <name>$column_name</name>
13561
  <default><![CDATA[]]></default>
13562
  <type/>
13563
  </argument>
13564
  </method>
13565
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="259" package="Media Library Assistant">
13566
  <name>column_cb</name>
13567
  <full_name>column_cb</full_name>
13568
- <docblock line="250">
13569
  <description><![CDATA[Displays checkboxes for using bulk actions.]]></description>
13570
  <long-description><![CDATA[<p>The 'cb' column
13571
  is given special treatment when columns are processed.</p>]]></long-description>
13572
- <tag line="250" name="since" description="1.40"/>
13573
- <tag line="250" name="param" description="An MLA upload_type object" type="object" variable="$item">
13574
  <type by_reference="false">object</type>
13575
  </tag>
13576
- <tag line="250" name="return" description="HTML markup to be placed inside the column" type="string">
13577
  <type by_reference="false">string</type>
13578
  </tag>
13579
  </docblock>
13580
- <argument line="259">
13581
  <name>$item</name>
13582
  <default><![CDATA[]]></default>
13583
  <type/>
13584
  </argument>
13585
  </method>
13586
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="273" package="Media Library Assistant">
13587
  <name>column_icon</name>
13588
  <full_name>column_icon</full_name>
13589
- <docblock line="265">
13590
  <description><![CDATA[Supply the content for a custom column]]></description>
13591
  <long-description><![CDATA[]]></long-description>
13592
- <tag line="265" name="since" description="0.1"/>
13593
- <tag line="265" name="param" description="A singular attachment (post) object" type="array" variable="$item">
13594
  <type by_reference="false">array</type>
13595
  </tag>
13596
- <tag line="265" name="return" description="HTML markup to be placed inside the column" type="string">
13597
  <type by_reference="false">string</type>
13598
  </tag>
13599
  </docblock>
13600
- <argument line="273">
13601
  <name>$item</name>
13602
  <default><![CDATA[]]></default>
13603
  <type/>
13604
  </argument>
13605
  </method>
13606
- <method final="false" abstract="false" static="false" visibility="private" namespace="global" line="287" package="Media Library Assistant">
13607
  <name>_build_rollover_actions</name>
13608
  <full_name>_build_rollover_actions</full_name>
13609
- <docblock line="277">
13610
  <description><![CDATA[Add rollover actions to a table column]]></description>
13611
  <long-description><![CDATA[]]></long-description>
13612
- <tag line="277" name="since" description="1.40"/>
13613
- <tag line="277" name="param" description="An MLA upload_type object" type="object" variable="$item">
13614
  <type by_reference="false">object</type>
13615
  </tag>
13616
- <tag line="277" name="param" description="Current column name" type="string" variable="$column">
13617
  <type by_reference="false">string</type>
13618
  </tag>
13619
- <tag line="277" name="return" description="Names and URLs of row-level actions" type="array">
13620
  <type by_reference="false">array</type>
13621
  </tag>
13622
  </docblock>
13623
- <argument line="287">
13624
  <name>$item</name>
13625
  <default><![CDATA[]]></default>
13626
  <type/>
13627
  </argument>
13628
- <argument line="287">
13629
  <name>$column</name>
13630
  <default><![CDATA[]]></default>
13631
  <type/>
13632
  </argument>
13633
  </method>
13634
- <method final="false" abstract="false" static="false" visibility="private" namespace="global" line="336" package="Media Library Assistant">
13635
  <name>_build_inline_data</name>
13636
  <full_name>_build_inline_data</full_name>
13637
- <docblock line="327">
13638
  <description><![CDATA[Add hidden fields with the data for use in the inline editor]]></description>
13639
  <long-description><![CDATA[]]></long-description>
13640
- <tag line="327" name="since" description="1.40"/>
13641
- <tag line="327" name="param" description="An MLA upload_type object" type="object" variable="$item">
13642
  <type by_reference="false">object</type>
13643
  </tag>
13644
- <tag line="327" name="return" description="HTML &lt;div&gt; with row data" type="string">
13645
  <type by_reference="false">string</type>
13646
  </tag>
13647
  </docblock>
13648
- <argument line="336">
13649
  <name>$item</name>
13650
  <default><![CDATA[]]></default>
13651
  <type/>
13652
  </argument>
13653
  </method>
13654
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="363" package="Media Library Assistant">
13655
  <name>column_name</name>
13656
  <full_name>column_name</full_name>
13657
- <docblock line="355">
13658
  <description><![CDATA[Supply the content for a custom column]]></description>
13659
  <long-description><![CDATA[]]></long-description>
13660
- <tag line="355" name="since" description="1.40"/>
13661
- <tag line="355" name="param" description="An MLA upload_type object" type="object" variable="$item">
13662
  <type by_reference="false">object</type>
13663
  </tag>
13664
- <tag line="355" name="return" description="HTML markup to be placed inside the column" type="string">
13665
  <type by_reference="false">string</type>
13666
  </tag>
13667
  </docblock>
13668
- <argument line="363">
13669
  <name>$item</name>
13670
  <default><![CDATA[]]></default>
13671
  <type/>
13672
  </argument>
13673
  </method>
13674
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="377" package="Media Library Assistant">
13675
  <name>column_mime_type</name>
13676
  <full_name>column_mime_type</full_name>
13677
- <docblock line="369">
13678
  <description><![CDATA[Supply the content for a custom column]]></description>
13679
  <long-description><![CDATA[]]></long-description>
13680
- <tag line="369" name="since" description="1.40"/>
13681
- <tag line="369" name="param" description="An MLA upload_type object" type="object" variable="$item">
13682
  <type by_reference="false">object</type>
13683
  </tag>
13684
- <tag line="369" name="return" description="HTML markup to be placed inside the column" type="string">
13685
  <type by_reference="false">string</type>
13686
  </tag>
13687
  </docblock>
13688
- <argument line="377">
13689
  <name>$item</name>
13690
  <default><![CDATA[]]></default>
13691
  <type/>
13692
  </argument>
13693
  </method>
13694
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="389" package="Media Library Assistant">
13695
  <name>column_icon_type</name>
13696
  <full_name>column_icon_type</full_name>
13697
- <docblock line="381">
13698
  <description><![CDATA[Supply the content for a custom column]]></description>
13699
  <long-description><![CDATA[]]></long-description>
13700
- <tag line="381" name="since" description="1.40"/>
13701
- <tag line="381" name="param" description="An MLA upload_type object" type="object" variable="$item">
13702
  <type by_reference="false">object</type>
13703
  </tag>
13704
- <tag line="381" name="return" description="HTML markup to be placed inside the column" type="string">
13705
  <type by_reference="false">string</type>
13706
  </tag>
13707
  </docblock>
13708
- <argument line="389">
13709
  <name>$item</name>
13710
  <default><![CDATA[]]></default>
13711
  <type/>
13712
  </argument>
13713
  </method>
13714
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="401" package="Media Library Assistant">
13715
  <name>column_source</name>
13716
  <full_name>column_source</full_name>
13717
- <docblock line="393">
13718
  <description><![CDATA[Supply the content for a custom column]]></description>
13719
  <long-description><![CDATA[]]></long-description>
13720
- <tag line="393" name="since" description="1.40"/>
13721
- <tag line="393" name="param" description="An MLA upload_type object" type="object" variable="$item">
13722
  <type by_reference="false">object</type>
13723
  </tag>
13724
- <tag line="393" name="return" description="HTML markup to be placed inside the column" type="string">
13725
  <type by_reference="false">string</type>
13726
  </tag>
13727
  </docblock>
13728
- <argument line="401">
13729
  <name>$item</name>
13730
  <default><![CDATA[]]></default>
13731
  <type/>
13732
  </argument>
13733
  </method>
13734
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="413" package="Media Library Assistant">
13735
  <name>column_status</name>
13736
  <full_name>column_status</full_name>
13737
- <docblock line="405">
13738
  <description><![CDATA[Supply the content for a custom column]]></description>
13739
  <long-description><![CDATA[]]></long-description>
13740
- <tag line="405" name="since" description="1.40"/>
13741
- <tag line="405" name="param" description="An MLA upload_type object" type="object" variable="$item">
13742
  <type by_reference="false">object</type>
13743
  </tag>
13744
- <tag line="405" name="return" description="HTML markup to be placed inside the column" type="string">
13745
  <type by_reference="false">string</type>
13746
  </tag>
13747
  </docblock>
13748
- <argument line="413">
13749
  <name>$item</name>
13750
  <default><![CDATA[]]></default>
13751
  <type/>
13752
  </argument>
13753
  </method>
13754
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="429" package="Media Library Assistant">
13755
  <name>column_core_type</name>
13756
  <full_name>column_core_type</full_name>
13757
- <docblock line="421">
13758
  <description><![CDATA[Supply the content for a custom column]]></description>
13759
  <long-description><![CDATA[]]></long-description>
13760
- <tag line="421" name="since" description="1.40"/>
13761
- <tag line="421" name="param" description="An MLA upload_type object" type="object" variable="$item">
13762
  <type by_reference="false">object</type>
13763
  </tag>
13764
- <tag line="421" name="return" description="HTML markup to be placed inside the column" type="string">
13765
  <type by_reference="false">string</type>
13766
  </tag>
13767
  </docblock>
13768
- <argument line="429">
13769
  <name>$item</name>
13770
  <default><![CDATA[]]></default>
13771
  <type/>
13772
  </argument>
13773
  </method>
13774
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="441" package="Media Library Assistant">
13775
  <name>column_mla_type</name>
13776
  <full_name>column_mla_type</full_name>
13777
- <docblock line="433">
13778
  <description><![CDATA[Supply the content for a custom column]]></description>
13779
  <long-description><![CDATA[]]></long-description>
13780
- <tag line="433" name="since" description="1.40"/>
13781
- <tag line="433" name="param" description="An MLA upload_type object" type="object" variable="$item">
13782
  <type by_reference="false">object</type>
13783
  </tag>
13784
- <tag line="433" name="return" description="HTML markup to be placed inside the column" type="string">
13785
  <type by_reference="false">string</type>
13786
  </tag>
13787
  </docblock>
13788
- <argument line="441">
13789
  <name>$item</name>
13790
  <default><![CDATA[]]></default>
13791
  <type/>
13792
  </argument>
13793
  </method>
13794
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="453" package="Media Library Assistant">
13795
  <name>column_standard_source</name>
13796
  <full_name>column_standard_source</full_name>
13797
- <docblock line="445">
13798
  <description><![CDATA[Supply the content for a custom column]]></description>
13799
  <long-description><![CDATA[]]></long-description>
13800
- <tag line="445" name="since" description="1.40"/>
13801
- <tag line="445" name="param" description="An MLA upload_type object" type="object" variable="$item">
13802
  <type by_reference="false">object</type>
13803
  </tag>
13804
- <tag line="445" name="return" description="HTML markup to be placed inside the column" type="string">
13805
  <type by_reference="false">string</type>
13806
  </tag>
13807
  </docblock>
13808
- <argument line="453">
13809
  <name>$item</name>
13810
  <default><![CDATA[]]></default>
13811
  <type/>
13812
  </argument>
13813
  </method>
13814
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="465" package="Media Library Assistant">
13815
  <name>column_core_icon_type</name>
13816
  <full_name>column_core_icon_type</full_name>
13817
- <docblock line="457">
13818
  <description><![CDATA[Supply the content for a custom column]]></description>
13819
  <long-description><![CDATA[]]></long-description>
13820
- <tag line="457" name="since" description="1.40"/>
13821
- <tag line="457" name="param" description="An MLA upload_type object" type="object" variable="$item">
13822
  <type by_reference="false">object</type>
13823
  </tag>
13824
- <tag line="457" name="return" description="HTML markup to be placed inside the column" type="string">
13825
  <type by_reference="false">string</type>
13826
  </tag>
13827
  </docblock>
13828
- <argument line="465">
13829
  <name>$item</name>
13830
  <default><![CDATA[]]></default>
13831
  <type/>
13832
  </argument>
13833
  </method>
13834
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="477" package="Media Library Assistant">
13835
  <name>column_description</name>
13836
  <full_name>column_description</full_name>
13837
- <docblock line="469">
13838
  <description><![CDATA[Supply the content for a custom column]]></description>
13839
  <long-description><![CDATA[]]></long-description>
13840
- <tag line="469" name="since" description="1.40"/>
13841
- <tag line="469" name="param" description="An MLA upload_type object" type="object" variable="$item">
13842
  <type by_reference="false">object</type>
13843
  </tag>
13844
- <tag line="469" name="return" description="HTML markup to be placed inside the column" type="string">
13845
  <type by_reference="false">string</type>
13846
  </tag>
13847
  </docblock>
13848
- <argument line="477">
13849
  <name>$item</name>
13850
  <default><![CDATA[]]></default>
13851
  <type/>
13852
  </argument>
13853
  </method>
13854
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="488" package="Media Library Assistant">
13855
  <name>get_columns</name>
13856
  <full_name>get_columns</full_name>
13857
- <docblock line="481">
13858
  <description><![CDATA[This method dictates the table's columns and titles]]></description>
13859
  <long-description><![CDATA[]]></long-description>
13860
- <tag line="481" name="since" description="1.40"/>
13861
- <tag line="481" name="return" description="Column information: 'slugs'=&gt;'Visible Titles'" type="array">
13862
  <type by_reference="false">array</type>
13863
  </tag>
13864
  </docblock>
13865
  </method>
13866
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="500" package="Media Library Assistant">
13867
  <name>get_hidden_columns</name>
13868
  <full_name>get_hidden_columns</full_name>
13869
- <docblock line="492">
13870
  <description><![CDATA[Returns the list of currently hidden columns from a user option or
13871
  from default values if the option is not set]]></description>
13872
  <long-description><![CDATA[]]></long-description>
13873
- <tag line="492" name="since" description="1.40"/>
13874
- <tag line="492" name="return" description="Column information,e.g., array(0 =&gt; 'ID_parent, 1 =&gt; 'title_name')" type="array">
13875
  <type by_reference="false">array</type>
13876
  </tag>
13877
  </docblock>
13878
  </method>
13879
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="520" package="Media Library Assistant">
13880
  <name>get_sortable_columns</name>
13881
  <full_name>get_sortable_columns</full_name>
13882
- <docblock line="510">
13883
  <description><![CDATA[Returns an array where the key is the column that needs to be sortable
13884
  and the value is db column to sort by.]]></description>
13885
  <long-description><![CDATA[<p>Also notes the current sort column,
13886
  if set.</p>]]></long-description>
13887
- <tag line="510" name="since" description="1.40"/>
13888
- <tag line="510" name="return" description="Sortable column information,e.g., 'slugs'=&gt;array('data_values',boolean)" type="array">
13889
  <type by_reference="false">array</type>
13890
  </tag>
13891
  </docblock>
13892
  </method>
13893
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="547" package="Media Library Assistant">
13894
  <name>_get_view</name>
13895
  <full_name>_get_view</full_name>
13896
- <docblock line="536">
13897
  <description><![CDATA[Returns HTML markup for one view that can be used with this table]]></description>
13898
  <long-description><![CDATA[]]></long-description>
13899
- <tag line="536" name="since" description="1.40"/>
13900
- <tag line="536" name="param" description="View slug" type="string" variable="$view_slug">
13901
  <type by_reference="false">string</type>
13902
  </tag>
13903
- <tag line="536" name="param" description="count and labels for the View" type="array" variable="$upload_item">
13904
  <type by_reference="false">array</type>
13905
  </tag>
13906
- <tag line="536" name="param" description="Slug for current view" type="string" variable="$current_view">
13907
  <type by_reference="false">string</type>
13908
  </tag>
13909
- <tag line="536" name="return" description="| false HTML for link to display the view, false if count = zero" type="string">
13910
  <type by_reference="false">string</type>
13911
  </tag>
13912
  </docblock>
13913
- <argument line="547">
13914
  <name>$view_slug</name>
13915
  <default><![CDATA[]]></default>
13916
  <type/>
13917
  </argument>
13918
- <argument line="547">
13919
  <name>$upload_item</name>
13920
  <default><![CDATA[]]></default>
13921
  <type/>
13922
  </argument>
13923
- <argument line="547">
13924
  <name>$current_view</name>
13925
  <default><![CDATA[]]></default>
13926
  <type/>
13927
  </argument>
13928
  </method>
13929
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="581" package="Media Library Assistant">
13930
  <name>get_views</name>
13931
  <full_name>get_views</full_name>
13932
- <docblock line="573">
13933
  <description><![CDATA[Returns an associative array listing all the views that can be used with this table.]]></description>
13934
  <long-description><![CDATA[<p>These are listed across the top of the page and managed by WordPress.</p>]]></long-description>
13935
- <tag line="573" name="since" description="1.40"/>
13936
- <tag line="573" name="return" description="View information,e.g., array ( id =&gt; link )" type="array">
13937
  <type by_reference="false">array</type>
13938
  </tag>
13939
  </docblock>
13940
  </method>
13941
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="607" package="Media Library Assistant">
13942
  <name>get_bulk_actions</name>
13943
  <full_name>get_bulk_actions</full_name>
13944
- <docblock line="599">
13945
  <description><![CDATA[Get an associative array ( option_name => option_title ) with the list
13946
  of bulk actions available on this table.]]></description>
13947
  <long-description><![CDATA[]]></long-description>
13948
- <tag line="599" name="since" description="1.40"/>
13949
- <tag line="599" name="return" description="Contains all the bulk actions: 'slugs'=&gt;'Visible Titles'" type="array">
13950
  <type by_reference="false">array</type>
13951
  </tag>
13952
  </docblock>
13953
  </method>
13954
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="628" package="Media Library Assistant">
13955
  <name>prepare_items</name>
13956
  <full_name>prepare_items</full_name>
13957
- <docblock line="616">
13958
  <description><![CDATA[Prepares the list of items for displaying]]></description>
13959
  <long-description><![CDATA[<p>This is where you prepare your data for display. This method will usually
13960
  be used to query the database, sort and filter the data, and generally
13961
  get it ready to be displayed. At a minimum, we should set $this->items and
13962
  $this->set_pagination_args().</p>]]></long-description>
13963
- <tag line="616" name="since" description="1.40"/>
13964
- <tag line="616" name="return" description="" type="void">
13965
  <type by_reference="false">void</type>
13966
  </tag>
13967
  </docblock>
13968
  </method>
13969
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="679" package="Media Library Assistant">
13970
  <name>single_row</name>
13971
  <full_name>single_row</full_name>
13972
- <docblock line="670">
13973
  <description><![CDATA[Generates (echoes) content for a single row of the table]]></description>
13974
  <long-description><![CDATA[]]></long-description>
13975
- <tag line="670" name="since" description="1.40"/>
13976
- <tag line="670" name="param" description="the current item" type="object" variable="$item">
13977
  <type by_reference="false">object</type>
13978
  </tag>
13979
- <tag line="670" name="return" description="Echoes the row HTML" type="void">
13980
  <type by_reference="false">void</type>
13981
  </tag>
13982
  </docblock>
13983
- <argument line="679">
13984
  <name>$item</name>
13985
  <default><![CDATA[]]></default>
13986
  <type/>
@@ -14441,7 +14668,7 @@ $this->set_pagination_args().</p>]]></long-description>
14441
  </method>
14442
  </class>
14443
  </file>
14444
- <file path="includes\class-mla-view-list-table.php" hash="6749faa5b2b835410f8fa8df11a471e8" package="Media Library Assistant">
14445
  <docblock line="2">
14446
  <description><![CDATA[Media Library Assistant extended List Table class]]></description>
14447
  <long-description><![CDATA[]]></long-description>
@@ -14625,347 +14852,409 @@ calls the parent constructor to set some default configs.]]></description>
14625
  </tag>
14626
  </docblock>
14627
  </method>
14628
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="233" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14629
  <name>column_default</name>
14630
  <full_name>column_default</full_name>
14631
- <docblock line="220">
14632
  <description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
14633
  <long-description><![CDATA[<p>Called when the parent class can't find a method specifically built for a
14634
  given column. All columns should have a specific method, so this function
14635
  returns a troubleshooting message.</p>]]></long-description>
14636
- <tag line="220" name="since" description="1.40"/>
14637
- <tag line="220" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
14638
  <type by_reference="false">array</type>
14639
  </tag>
14640
- <tag line="220" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
14641
  <type by_reference="false">array</type>
14642
  </tag>
14643
- <tag line="220" name="return" description="Text or HTML to be placed inside the column" type="string">
14644
  <type by_reference="false">string</type>
14645
  </tag>
14646
  </docblock>
14647
- <argument line="233">
14648
  <name>$item</name>
14649
  <default><![CDATA[]]></default>
14650
  <type/>
14651
  </argument>
14652
- <argument line="233">
14653
  <name>$column_name</name>
14654
  <default><![CDATA[]]></default>
14655
  <type/>
14656
  </argument>
14657
  </method>
14658
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="248" package="Media Library Assistant">
14659
  <name>column_cb</name>
14660
  <full_name>column_cb</full_name>
14661
- <docblock line="239">
14662
  <description><![CDATA[Displays checkboxes for using bulk actions.]]></description>
14663
  <long-description><![CDATA[<p>The 'cb' column
14664
  is given special treatment when columns are processed.</p>]]></long-description>
14665
- <tag line="239" name="since" description="1.40"/>
14666
- <tag line="239" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14667
  <type by_reference="false">object</type>
14668
  </tag>
14669
- <tag line="239" name="return" description="HTML markup to be placed inside the column" type="string">
14670
  <type by_reference="false">string</type>
14671
  </tag>
14672
  </docblock>
14673
- <argument line="248">
14674
  <name>$item</name>
14675
  <default><![CDATA[]]></default>
14676
  <type/>
14677
  </argument>
14678
  </method>
14679
- <method final="false" abstract="false" static="false" visibility="private" namespace="global" line="264" package="Media Library Assistant">
14680
  <name>_build_rollover_actions</name>
14681
  <full_name>_build_rollover_actions</full_name>
14682
- <docblock line="254">
14683
  <description><![CDATA[Add rollover actions to a table column]]></description>
14684
  <long-description><![CDATA[]]></long-description>
14685
- <tag line="254" name="since" description="1.40"/>
14686
- <tag line="254" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14687
  <type by_reference="false">object</type>
14688
  </tag>
14689
- <tag line="254" name="param" description="Current column name" type="string" variable="$column">
14690
  <type by_reference="false">string</type>
14691
  </tag>
14692
- <tag line="254" name="return" description="Names and URLs of row-level actions" type="array">
14693
  <type by_reference="false">array</type>
14694
  </tag>
14695
  </docblock>
14696
- <argument line="264">
14697
  <name>$item</name>
14698
  <default><![CDATA[]]></default>
14699
  <type/>
14700
  </argument>
14701
- <argument line="264">
14702
  <name>$column</name>
14703
  <default><![CDATA[]]></default>
14704
  <type/>
14705
  </argument>
14706
  </method>
14707
- <method final="false" abstract="false" static="false" visibility="private" namespace="global" line="326" package="Media Library Assistant">
14708
  <name>_build_inline_data</name>
14709
  <full_name>_build_inline_data</full_name>
14710
- <docblock line="317">
14711
  <description><![CDATA[Add hidden fields with the data for use in the inline editor]]></description>
14712
  <long-description><![CDATA[]]></long-description>
14713
- <tag line="317" name="since" description="1.40"/>
14714
- <tag line="317" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14715
  <type by_reference="false">object</type>
14716
  </tag>
14717
- <tag line="317" name="return" description="HTML &lt;div&gt; with row data" type="string">
14718
  <type by_reference="false">string</type>
14719
  </tag>
14720
  </docblock>
14721
- <argument line="326">
14722
  <name>$item</name>
14723
  <default><![CDATA[]]></default>
14724
  <type/>
14725
  </argument>
14726
  </method>
14727
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="349" package="Media Library Assistant">
14728
  <name>column_name</name>
14729
  <full_name>column_name</full_name>
14730
- <docblock line="341">
14731
  <description><![CDATA[Supply the content for a custom column]]></description>
14732
  <long-description><![CDATA[]]></long-description>
14733
- <tag line="341" name="since" description="1.40"/>
14734
- <tag line="341" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14735
  <type by_reference="false">object</type>
14736
  </tag>
14737
- <tag line="341" name="return" description="HTML markup to be placed inside the column" type="string">
14738
  <type by_reference="false">string</type>
14739
  </tag>
14740
  </docblock>
14741
- <argument line="349">
14742
  <name>$item</name>
14743
  <default><![CDATA[]]></default>
14744
  <type/>
14745
  </argument>
14746
  </method>
14747
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="363" package="Media Library Assistant">
14748
  <name>column_specification</name>
14749
  <full_name>column_specification</full_name>
14750
- <docblock line="355">
14751
  <description><![CDATA[Supply the content for a custom column]]></description>
14752
  <long-description><![CDATA[]]></long-description>
14753
- <tag line="355" name="since" description="1.40"/>
14754
- <tag line="355" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14755
  <type by_reference="false">object</type>
14756
  </tag>
14757
- <tag line="355" name="return" description="HTML markup to be placed inside the column" type="string">
14758
  <type by_reference="false">string</type>
14759
  </tag>
14760
  </docblock>
14761
- <argument line="363">
14762
  <name>$item</name>
14763
  <default><![CDATA[]]></default>
14764
  <type/>
14765
  </argument>
14766
  </method>
14767
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="375" package="Media Library Assistant">
14768
  <name>column_post_mime_type</name>
14769
  <full_name>column_post_mime_type</full_name>
14770
- <docblock line="367">
14771
  <description><![CDATA[Supply the content for a custom column]]></description>
14772
  <long-description><![CDATA[]]></long-description>
14773
- <tag line="367" name="since" description="1.40"/>
14774
- <tag line="367" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14775
  <type by_reference="false">object</type>
14776
  </tag>
14777
- <tag line="367" name="return" description="HTML markup to be placed inside the column" type="string">
14778
  <type by_reference="false">string</type>
14779
  </tag>
14780
  </docblock>
14781
- <argument line="375">
14782
  <name>$item</name>
14783
  <default><![CDATA[]]></default>
14784
  <type/>
14785
  </argument>
14786
  </method>
14787
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="391" package="Media Library Assistant">
14788
  <name>column_table_view</name>
14789
  <full_name>column_table_view</full_name>
14790
- <docblock line="383">
14791
  <description><![CDATA[Supply the content for a custom column]]></description>
14792
  <long-description><![CDATA[]]></long-description>
14793
- <tag line="383" name="since" description="1.40"/>
14794
- <tag line="383" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14795
  <type by_reference="false">object</type>
14796
  </tag>
14797
- <tag line="383" name="return" description="HTML markup to be placed inside the column" type="string">
14798
  <type by_reference="false">string</type>
14799
  </tag>
14800
  </docblock>
14801
- <argument line="391">
14802
  <name>$item</name>
14803
  <default><![CDATA[]]></default>
14804
  <type/>
14805
  </argument>
14806
  </method>
14807
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="407" package="Media Library Assistant">
14808
  <name>column_singular</name>
14809
  <full_name>column_singular</full_name>
14810
- <docblock line="399">
14811
  <description><![CDATA[Supply the content for a custom column]]></description>
14812
  <long-description><![CDATA[]]></long-description>
14813
- <tag line="399" name="since" description="1.40"/>
14814
- <tag line="399" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14815
  <type by_reference="false">object</type>
14816
  </tag>
14817
- <tag line="399" name="return" description="HTML markup to be placed inside the column" type="string">
14818
  <type by_reference="false">string</type>
14819
  </tag>
14820
  </docblock>
14821
- <argument line="407">
14822
  <name>$item</name>
14823
  <default><![CDATA[]]></default>
14824
  <type/>
14825
  </argument>
14826
  </method>
14827
- <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="419" package="Media Library Assistant">
14828
  <name>column_plural</name>
14829
  <full_name>column_plural</full_name>
14830
- <docblock line="411">
14831
  <description><![CDATA[Supply the content for a custom column]]></description>
14832
  <long-description><![CDATA[]]></long-description>
14833
- <tag line="411" name="since" description="1.40"/>
14834
- <tag line="411" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
982
  <todo line="341">encode the rest</todo>
983
  </markers>
984
  </file>
985
+ <file path="includes\class-mla-data.php" hash="fd6a80bece2ea580818b7057fd064b77" package="Media Library Assistant">
986
  <docblock line="2">
987
  <description><![CDATA[Database and template file access for MLA needs]]></description>
988
  <long-description><![CDATA[]]></long-description>
989
  <tag line="2" name="package" description="Media Library Assistant"/>
990
  <tag line="2" name="since" description="0.1"/>
991
  </docblock>
992
+ <include line="5195" type="Require" package="Media Library Assistant">
993
  <name/>
994
  </include>
995
  <class final="false" abstract="false" namespace="global" line="18" package="Media Library Assistant">
1096
  </tag>
1097
  </docblock>
1098
  </property>
1099
+ <property final="false" static="true" visibility="private" line="3854" namespace="global" package="Media Library Assistant">
1100
  <name>$galleries</name>
1101
  <default><![CDATA[null]]></default>
1102
+ <docblock line="3834">
1103
  <description><![CDATA[Objects containing [gallery] shortcodes]]></description>
1104
  <long-description><![CDATA[<p>This array contains all of the objects containing one or more [gallery] shortcodes
1105
  and array(s) of which attachments each [gallery] contains. The arrays are built once
1113
  ['galleries'] array of [gallery] entries numbered from one (1), containing:
1114
  galleries[X]['query'] contains a string with the arguments of the [gallery],
1115
  galleries[X]['results'] contains an array ( ID ) of post_ids for the objects in the gallery.</p>]]></long-description>
1116
+ <tag line="3834" name="since" description="0.70"/>
1117
+ <tag line="3834" name="var" description="" type="array">
1118
  <type by_reference="false">array</type>
1119
  </tag>
1120
  </docblock>
1121
  </property>
1122
+ <property final="false" static="true" visibility="private" line="3867" namespace="global" package="Media Library Assistant">
1123
  <name>$mla_galleries</name>
1124
  <default><![CDATA[null]]></default>
1125
+ <docblock line="3856">
1126
  <description><![CDATA[Objects containing [mla_gallery] shortcodes]]></description>
1127
  <long-description><![CDATA[<p>This array contains all of the objects containing one or more [mla_gallery] shortcodes
1128
  and array(s) of which attachments each [mla_gallery] contains. The arrays are built once
1129
  each page load and cached for subsequent calls.</p>]]></long-description>
1130
+ <tag line="3856" name="since" description="0.70"/>
1131
+ <tag line="3856" name="var" description="" type="array">
1132
  <type by_reference="false">array</type>
1133
  </tag>
1134
  </docblock>
1135
  </property>
1136
+ <property final="false" static="true" visibility="public" line="4453" namespace="global" package="Media Library Assistant">
1137
  <name>$utf8_chars</name>
1138
  <default><![CDATA[array("\xC2\x80", "\xC2\x81", "\xC2\x82", "\xC2\x83", "\xC2\x84", "\xC2\x85", "\xC2\x86", "\xC2\x87", "\xC2\x88", "\xC2\x89", "\xC2\x8A", "\xC2\x8B", "\xC2\x8C", "\xC2\x8D", "\xC2\x8E", "\xC2\x8F", "\xC2\x90", "\xC2\x91", "\xC2\x92", "\xC2\x93", "\xC2\x94", "\xC2\x95", "\xC2\x96", "\xC2\x97", "\xC2\x98", "\xC2\x99", "\xC2\x9A", "\xC2\x9B", "\xC2\x9C", "\xC2\x9D", "\xC2\x9E", "\xC2\x9F", "\xC2\xA0", "\xC2\xA1", "\xC2\xA2", "\xC2\xA3", "\xC2\xA4", "\xC2\xA5", "\xC2\xA6", "\xC2\xA7", "\xC2\xA8", "\xC2\xA9", "\xC2\xAA", "\xC2\xAB", "\xC2\xAC", "\xC2\xAD", "\xC2\xAE", "\xC2\xAF", "\xC2\xB0", "\xC2\xB1", "\xC2\xB2", "\xC2\xB3", "\xC2\xB4", "\xC2\xB5", "\xC2\xB6", "\xC2\xB7", "\xC2\xB8", "\xC2\xB9", "\xC2\xBA", "\xC2\xBB", "\xC2\xBC", "\xC2\xBD", "\xC2\xBE", "\xC2\xBF", "\xC3\x80", "\xC3\x81", "\xC3\x82", "\xC3\x83", "\xC3\x84", "\xC3\x85", "\xC3\x86", "\xC3\x87", "\xC3\x88", "\xC3\x89", "\xC3\x8A", "\xC3\x8B", "\xC3\x8C", "\xC3\x8D", "\xC3\x8E", "\xC3\x8F", "\xC3\x90", "\xC3\x91", "\xC3\x92", "\xC3\x93", "\xC3\x94", "\xC3\x95", "\xC3\x96", "\xC3\x97", "\xC3\x98", "\xC3\x99", "\xC3\x9A", "\xC3\x9B", "\xC3\x9C", "\xC3\x9D", "\xC3\x9E", "\xC3\x9F", "\xC3\xA0", "\xC3\xA1", "\xC3\xA2", "\xC3\xA3", "\xC3\xA4", "\xC3\xA5", "\xC3\xA6", "\xC3\xA7", "\xC3\xA8", "\xC3\xA9", "\xC3\xAA", "\xC3\xAB", "\xC3\xAC", "\xC3\xAD", "\xC3\xAE", "\xC3\xAF", "\xC3\xB0", "\xC3\xB1", "\xC3\xB2", "\xC3\xB3", "\xC3\xB4", "\xC3\xB5", "\xC3\xB6", "\xC3\xB7", "\xC3\xB8", "\xC3\xB9", "\xC3\xBA", "\xC3\xBB", "\xC3\xBC", "\xC3\xBD", "\xC3\xBE", "\xC3\xBF")]]></default>
1139
+ <docblock line="4446">
1140
  <description><![CDATA[UTF-8 replacements for invalid SQL characters]]></description>
1141
  <long-description><![CDATA[]]></long-description>
1142
+ <tag line="4446" name="since" description="1.41"/>
1143
+ <tag line="4446" name="var" description="" type="array">
1144
  <type by_reference="false">array</type>
1145
  </tag>
1146
  </docblock>
1147
  </property>
1148
+ <property final="false" static="true" visibility="private" line="4513" namespace="global" package="Media Library Assistant">
1149
  <name>$mla_iptc_records</name>
1150
  <default><![CDATA[array("1#000" => "Model Version", "1#005" => "Destination", "1#020" => "File Format", "1#022" => "File Format Version", "1#030" => "Service Identifier", "1#040" => "Envelope Number", "1#050" => "Product ID", "1#060" => "Envelope Priority", "1#070" => "Date Sent", "1#080" => "Time Sent", "1#090" => "Coded Character Set", "1#100" => "UNO", "1#120" => "ARM Identifier", "1#122" => "ARM Version", "2#000" => "Record Version", "2#003" => "Object Type Reference", "2#004" => "Object Attribute Reference", "2#005" => "Object Name", "2#007" => "Edit Status", "2#008" => "Editorial Update", "2#010" => "Urgency", "2#012" => "Subject Reference", "2#015" => "Category", "2#020" => "Supplemental Category", "2#022" => "Fixture Identifier", "2#025" => "Keywords", "2#026" => "Content Location Code", "2#027" => "Content Location Name", "2#030" => "Release Date", "2#035" => "Release Time", "2#037" => "Expiration Date", "2#038" => "Expiration Time", "2#040" => "Special Instructions", "2#042" => "Action Advised", "2#045" => "Reference Service", "2#047" => "Reference Date", "2#050" => "Reference Number", "2#055" => "Date Created", "2#060" => "Time Created", "2#062" => "Digital Creation Date", "2#063" => "Digital Creation Time", "2#065" => "Originating Program", "2#070" => "Program Version", "2#075" => "Object Cycle", "2#080" => "By-line", "2#085" => "By-line Title", "2#090" => "City", "2#092" => "Sub-location", "2#095" => "Province or State", "2#100" => "Country or Primary Location Code", "2#101" => "Country or Primary Location Name", "2#103" => "Original Transmission Reference", "2#105" => "Headline", "2#110" => "Credit", "2#115" => "Source", "2#116" => "Copyright Notice", "2#118" => "Contact", "2#120" => "Caption or Abstract", "2#122" => "Caption Writer or Editor", "2#125" => "Rasterized Caption", "2#130" => "Image Type", "2#131" => "Image Orientation", "2#135" => "Language Identifier", "2#150" => "Audio Type", "2#151" => "Audio Sampling Rate", "2#152" => "Audio Sampling Resolution", "2#153" => "Audio Duration", "2#154" => "Audio Outcue", "2#200" => "ObjectData Preview File Format", "2#201" => "ObjectData Preview File Format Version", "2#202" => "ObjectData Preview Data", "7#010" => "Size Mode", "7#020" => "Max Subfile Size", "7#090" => "ObjectData Size Announced", "7#095" => "Maximum ObjectData Size", "8#010" => "Subfile", "9#010" => "Confirmed ObjectData Size")]]></default>
1151
+ <docblock line="4503">
1152
  <description><![CDATA[IPTC Dataset identifiers and names]]></description>
1153
  <long-description><![CDATA[<p>This array contains the identifiers and names of Datasets defined in
1154
  the "IPTC-NAA Information Interchange Model Version No. 4.1".</p>]]></long-description>
1155
+ <tag line="4503" name="since" description="0.90"/>
1156
+ <tag line="4503" name="var" description="" type="array">
1157
  <type by_reference="false">array</type>
1158
  </tag>
1159
  </docblock>
1160
  </property>
1161
+ <property final="false" static="true" visibility="public" line="4612" namespace="global" package="Media Library Assistant">
1162
  <name>$mla_iptc_keys</name>
1163
  <default><![CDATA[array('model-version' => '1#000', 'destination' => '1#005', 'file-format' => '1#020', 'file-format-version' => '1#022', 'service-identifier' => '1#030', 'envelope-number' => '1#040', 'product-id' => '1#050', 'envelope-priority' => '1#060', 'date-sent' => '1#070', 'time-sent' => '1#080', 'coded-character-set' => '1#090', 'uno' => '1#100', 'arm-identifier' => '1#120', 'arm-version' => '1#122', 'record-version' => '2#000', 'object-type-reference' => '2#003', 'object-attribute-reference' => '2#004', 'object-name' => '2#005', 'edit-status' => '2#007', 'editorial-update' => '2#008', 'urgency' => '2#010', 'subject-reference' => '2#012', 'category' => '2#015', 'supplemental-category' => '2#020', 'fixture-identifier' => '2#022', 'keywords' => '2#025', 'content-location-code' => '2#026', 'content-location-name' => '2#027', 'release-date' => '2#030', 'release-time' => '2#035', 'expiration-date' => '2#037', 'expiration-time' => '2#038', 'special-instructions' => '2#040', 'action-advised' => '2#042', 'reference-service' => '2#045', 'reference-date' => '2#047', 'reference-number' => '2#050', 'date-created' => '2#055', 'time-created' => '2#060', 'digital-creation-date' => '2#062', 'digital-creation-time' => '2#063', 'originating-program' => '2#065', 'program-version' => '2#070', 'object-cycle' => '2#075', 'by-line' => '2#080', 'by-line-title' => '2#085', 'city' => '2#090', 'sub-location' => '2#092', 'province-or-state' => '2#095', 'country-or-primary-location-code' => '2#100', 'country-or-primary-location-name' => '2#101', 'original-transmission-reference' => '2#103', 'headline' => '2#105', 'credit' => '2#110', 'source' => '2#115', 'copyright-notice' => '2#116', 'contact' => '2#118', 'caption-or-abstract' => '2#120', 'caption-writer-or-editor' => '2#122', 'rasterized-caption' => '2#125', 'image-type' => '2#130', 'image-orientation' => '2#131', 'language-identifier' => '2#135', 'audio-type' => '2#150', 'audio-sampling-rate' => '2#151', 'audio-sampling-resolution' => '2#152', 'audio-duration' => '2#153', 'audio-outcue' => '2#154', 'objectdata-preview-file-format' => '2#200', 'objectdata-preview-file-format-version' => '2#201', 'objectdata-preview-data' => '2#202', 'size-mode' => '7#010', 'max-subfile-size' => '7#020', 'objectdata-size-announced' => '7#090', 'maximum-objectdata-size' => '7#095', 'subfile' => '8#010', 'confirmed-objectdata-size' => '9#010')]]></default>
1164
+ <docblock line="4602">
1165
  <description><![CDATA[IPTC Dataset friendly name/slug and identifiers]]></description>
1166
  <long-description><![CDATA[<p>This array contains the sanitized names and identifiers of Datasets defined in
1167
  the "IPTC-NAA Information Interchange Model Version No. 4.1".</p>]]></long-description>
1168
+ <tag line="4602" name="since" description="0.90"/>
1169
+ <tag line="4602" name="var" description="" type="array">
1170
  <type by_reference="false">array</type>
1171
  </tag>
1172
  </docblock>
1173
  </property>
1174
+ <property final="false" static="true" visibility="private" line="4711" namespace="global" package="Media Library Assistant">
1175
  <name>$mla_iptc_descriptions</name>
1176
  <default><![CDATA[array("1#000" => "2 octet binary IIM version number", "1#005" => "Max 1024 characters of Destination (ISO routing information); repeatable", "1#020" => "2 octet binary file format number, see IPTC-NAA V4 Appendix A", "1#022" => "2 octet binary file format version number", "1#030" => "Max 10 characters of Service Identifier and product", "1#040" => "8 Character Envelope Number", "1#050" => "Max 32 characters subset of provider's overall service; repeatable", "1#060" => "1 numeric character of envelope handling priority (not urgency)", "1#070" => "8 numeric characters of Date Sent by service - CCYYMMDD", "1#080" => "11 characters of Time Sent by service - HHMMSS±HHMM", "1#090" => "Max 32 characters of control functions, etc.", "1#100" => "14 to 80 characters of eternal, globally unique identification for objects", "1#120" => "2 octet binary Abstract Relationship Model Identifier", "1#122" => "2 octet binary Abstract Relationship Model Version", "2#000" => "2 octet binary Information Interchange Model, Part II version number", "2#003" => "3 to 67 Characters of Object Type Reference number and optional text", "2#004" => "3 to 67 Characters of Object Attribute Reference number and optional text; repeatable", "2#005" => "Max 64 characters of the object name or shorthand reference", "2#007" => "Max 64 characters of the status of the objectdata", "2#008" => "2 numeric characters of the type of update this object provides", "2#010" => "1 numeric character of the editorial urgency of content", "2#012" => "13 to 236 characters of a structured definition of the subject matter; repeatable", "2#015" => "Max 3 characters of the subject of the objectdata, DEPRECATED", "2#020" => "Max 32 characters (each) of further refinement of subject, DEPRECATED; repeatable", "2#022" => "Max 32 characters identifying recurring, predictable content", "2#025" => "Max 64 characters (each) of tags; repeatable", "2#026" => "3 characters of ISO3166 country code or IPTC-assigned code; repeatable", "2#027" => "Max 64 characters of publishable country/geographical location name; repeatable", "2#030" => "8 numeric characters of Release Date - CCYYMMDD", "2#035" => "11 characters of Release Time (earliest use) - HHMMSS±HHMM", "2#037" => "8 numeric characters of Expiration Date (latest use) - CCYYMDD", "2#038" => "11 characters of Expiration Time (latest use) - HHMMSS±HHMM", "2#040" => "Max 256 Characters of editorial instructions, e.g., embargoes and warnings", "2#042" => "2 numeric characters of type of action this object provides to a previous object", "2#045" => "Max 10 characters of the Service ID (1#030) of a prior envelope; repeatable", "2#047" => "8 numeric characters of prior envelope Reference Date (1#070) - CCYYMMDD; repeatable", "2#050" => "8 characters of prior envelope Reference Number (1#040); repeatable", "2#055" => "8 numeric characters of intellectual content Date Created - CCYYMMDD", "2#060" => "11 characters of intellectual content Time Created - HHMMSS±HHMM", "2#062" => "8 numeric characters of digital representation creation date - CCYYMMDD", "2#063" => "11 characters of digital representation creation time - HHMMSS±HHMM", "2#065" => "Max 32 characters of the program used to create the objectdata", "2#070" => "Program Version - Max 10 characters of the version of the program used to create the objectdata", "2#075" => "1 character where a=morning, p=evening, b=both", "2#080" => "Max 32 Characters of the name of the objectdata creator, e.g., the writer, photographer; repeatable", "2#085" => "Max 32 characters of the title of the objectdata creator; repeatable", "2#090" => "Max 32 Characters of the city of objectdata origin", "2#092" => "Max 32 Characters of the location within the city of objectdata origin", "2#095" => "Max 32 Characters of the objectdata origin Province or State", "2#100" => "3 characters of ISO3166 or IPTC-assigned code for Country of objectdata origin", "2#101" => "Max 64 characters of publishable country/geographical location name of objectdata origin", "2#103" => "Max 32 characters of a code representing the location of original transmission", "2#105" => "Max 256 Characters of a publishable entry providing a synopsis of the contents of the objectdata", "2#110" => "Max 32 Characters that identifies the provider of the objectdata (Vs the owner/creator)", "2#115" => "Max 32 Characters that identifies the original owner of the intellectual content", "2#116" => "Max 128 Characters that contains any necessary copyright notice", "2#118" => "Max 128 characters that identifies the person or organisation which can provide further background information; repeatable", "2#120" => "Max 2000 Characters of a textual description of the objectdata", "2#122" => "Max 32 Characters that the identifies the person involved in the writing, editing or correcting the objectdata or caption/abstract; repeatable", "2#125" => "7360 binary octets of the rasterized caption - 1 bit per pixel, 460x128-pixel image", "2#130" => "2 characters of color composition type and information", "2#131" => "1 alphabetic character indicating the image area layout - P=portrait, L=landscape, S=square", "2#135" => "2 or 3 aphabetic characters containing the major national language of the object, according to the ISO 639:1988 codes", "2#150" => "2 characters identifying monaural/stereo and exact type of audio content", "2#151" => "6 numeric characters representing the audio sampling rate in hertz (Hz)", "2#152" => "2 numeric characters representing the number of bits in each audio sample", "2#153" => "6 numeric characters of the Audio Duration - HHMMSS", "2#154" => "Max 64 characters of the content of the end of an audio objectdata", "2#200" => "2 octet binary file format of the ObjectData Preview", "2#201" => "2 octet binary particular version of the ObjectData Preview File Format", "2#202" => "Max 256000 binary octets containing the ObjectData Preview data", "7#010" => "1 numeric character - 0=objectdata size not known, 1=objectdata size known at beginning of transfer", "7#020" => "4 octet binary maximum subfile dataset(s) size", "7#090" => "4 octet binary objectdata size if known at beginning of transfer", "7#095" => "4 octet binary largest possible objectdata size", "8#010" => "Subfile DataSet containing the objectdata itself; repeatable", "9#010" => "4 octet binary total objectdata size")]]></default>
1177
+ <docblock line="4701">
1178
  <description><![CDATA[IPTC Dataset descriptions]]></description>
1179
  <long-description><![CDATA[<p>This array contains the descriptions of Datasets defined in
1180
  the "IPTC-NAA Information Interchange Model Version No. 4.1".</p>]]></long-description>
1181
+ <tag line="4701" name="since" description="0.90"/>
1182
+ <tag line="4701" name="var" description="" type="array">
1183
  <type by_reference="false">array</type>
1184
  </tag>
1185
  </docblock>
1186
  </property>
1187
+ <property final="false" static="true" visibility="private" line="4810" namespace="global" package="Media Library Assistant">
1188
  <name>$mla_iptc_formats</name>
1189
  <default><![CDATA[array(0 => "No ObjectData", 1 => "IPTC-NAA Digital Newsphoto Parameter Record", 2 => "IPTC7901 Recommended Message Format", 3 => "Tagged Image File Format (Adobe/Aldus Image data)", 4 => "Illustrator (Adobe Graphics data)", 5 => "AppleSingle (Apple Computer Inc)", 6 => "NAA 89-3 (ANPA 1312)", 7 => "MacBinary II", 0 => "IPTC Unstructured Character Oriented File Format (UCOFF)", 0 => "United Press International ANPA 1312 variant", 10 => "United Press International Down-Load Message", 11 => "JPEG File Interchange (JFIF)", 12 => "Photo-CD Image-Pac (Eastman Kodak)", 13 => "Microsoft Bit Mapped Graphics File [*.BMP]", 14 => "Digital Audio File [*.WAV] (Microsoft & Creative Labs)", 15 => "Audio plus Moving Video [*.AVI] (Microsoft)", 16 => "PC DOS/Windows Executable Files [*.COM][*.EXE]", 17 => "Compressed Binary File [*.ZIP] (PKWare Inc)", 18 => "Audio Interchange File Format AIFF (Apple Computer Inc)", 19 => "RIFF Wave (Microsoft Corporation)", 20 => "Freehand (Macromedia/Aldus)", 21 => "Hypertext Markup Language - HTML (The Internet Society)", 22 => "MPEG 2 Audio Layer 2 (Musicom), ISO/IEC", 23 => "MPEG 2 Audio Layer 3, ISO/IEC", 24 => "Portable Document File (*.PDF) Adobe", 25 => "News Industry Text Format (NITF)", 26 => "Tape Archive (*.TAR)", 27 => "Tidningarnas Telegrambyrå NITF version (TTNITF DTD)", 28 => "Ritzaus Bureau NITF version (RBNITF DTD)", 29 => "Corel Draw [*.CDR]")]]></default>
1190
+ <docblock line="4800">
1191
  <description><![CDATA[IPTC file format identifiers and descriptions]]></description>
1192
  <long-description><![CDATA[<p>This array contains the file format identifiers and descriptions defined in
1193
  the "IPTC-NAA Information Interchange Model Version No. 4.1" for dataset 1#020.</p>]]></long-description>
1194
+ <tag line="4800" name="since" description="0.90"/>
1195
+ <tag line="4800" name="var" description="" type="array">
1196
  <type by_reference="false">array</type>
1197
  </tag>
1198
  </docblock>
1199
  </property>
1200
+ <property final="false" static="true" visibility="private" line="4853" namespace="global" package="Media Library Assistant">
1201
  <name>$mla_iptc_image_types</name>
1202
  <default><![CDATA[array("M" => "Monochrome", "Y" => "Yellow Component", "M" => "Magenta Component", "C" => "Cyan Component", "K" => "Black Component", "R" => "Red Component", "G" => "Green Component", "B" => "Blue Component", "T" => "Text Only", "F" => "Full colour composite, frame sequential", "L" => "Full colour composite, line sequential", "P" => "Full colour composite, pixel sequential", "S" => "Full colour composite, special interleaving")]]></default>
1203
+ <docblock line="4843">
1204
  <description><![CDATA[IPTC image type identifiers and descriptions]]></description>
1205
  <long-description><![CDATA[<p>This array contains the image type identifiers and descriptions defined in
1206
  the "IPTC-NAA Information Interchange Model Version No. 4.1" for dataset 2#130, octet 2.</p>]]></long-description>
1207
+ <tag line="4843" name="since" description="0.90"/>
1208
+ <tag line="4843" name="var" description="" type="array">
1209
  <type by_reference="false">array</type>
1210
  </tag>
1211
  </docblock>
1212
  </property>
1213
+ <property final="false" static="true" visibility="private" line="5131" namespace="global" package="Media Library Assistant">
1214
  <name>$mla_IPTC_EXIF_errors</name>
1215
  <default><![CDATA[array()]]></default>
1216
+ <docblock line="5123">
1217
  <description><![CDATA[Passes IPTC/EXIF parse errors between mla_IPTC_EXIF_error_handler
1218
  and mla_fetch_attachment_image_metadata]]></description>
1219
  <long-description><![CDATA[]]></long-description>
1220
+ <tag line="5123" name="since" description="1.81"/>
1221
+ <tag line="5123" name="var" description="" type="array">
1222
  <type by_reference="false">array</type>
1223
  </tag>
1224
  </docblock>
1930
  <type/>
1931
  </argument>
1932
  </method>
1933
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2568" package="Media Library Assistant">
1934
  <name>mla_query_posts_join_filter</name>
1935
  <full_name>mla_query_posts_join_filter</full_name>
1936
+ <docblock line="2557">
1937
  <description><![CDATA[Adds a JOIN clause, if required, to handle sorting/searching on custom fields or ALT Text]]></description>
1938
  <long-description><![CDATA[<p>Defined as public because it's a filter.</p>]]></long-description>
1939
+ <tag line="2557" name="since" description="0.30"/>
1940
+ <tag line="2557" name="param" description="query clause before modification" type="string" variable="$join_clause">
1941
  <type by_reference="false">string</type>
1942
  </tag>
1943
+ <tag line="2557" name="return" description="query clause after &quot;LEFT JOIN view ON post_id&quot; item modification" type="string">
1944
  <type by_reference="false">string</type>
1945
  </tag>
1946
  </docblock>
1947
+ <argument line="2568">
1948
  <name>$join_clause</name>
1949
  <default><![CDATA[]]></default>
1950
  <type/>
1951
  </argument>
1952
  </method>
1953
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2618" package="Media Library Assistant">
1954
  <name>mla_query_posts_groupby_filter</name>
1955
  <full_name>mla_query_posts_groupby_filter</full_name>
1956
+ <docblock line="2606">
1957
  <description><![CDATA[Adds a GROUPBY clause, if required]]></description>
1958
  <long-description><![CDATA[<p>Taxonomy text queries and postmeta queries can return multiple results for the same ID.
1959
  Defined as public because it's a filter.</p>]]></long-description>
1960
+ <tag line="2606" name="since" description="1.90"/>
1961
+ <tag line="2606" name="param" description="query clause before modification" type="string" variable="$groupby_clause">
1962
  <type by_reference="false">string</type>
1963
  </tag>
1964
+ <tag line="2606" name="return" description="updated query clause" type="string">
1965
  <type by_reference="false">string</type>
1966
  </tag>
1967
  </docblock>
1968
+ <argument line="2618">
1969
  <name>$groupby_clause</name>
1970
  <default><![CDATA[]]></default>
1971
  <type/>
1972
  </argument>
1973
  </method>
1974
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2640" package="Media Library Assistant">
1975
  <name>mla_query_posts_orderby_filter</name>
1976
  <full_name>mla_query_posts_orderby_filter</full_name>
1977
+ <docblock line="2628">
1978
  <description><![CDATA[Adds a ORDERBY clause, if required]]></description>
1979
  <long-description><![CDATA[<p>Expands the range of sort options because the logic in WP_Query is limited.
1980
  Defined as public because it's a filter.</p>]]></long-description>
1981
+ <tag line="2628" name="since" description="0.30"/>
1982
+ <tag line="2628" name="param" description="query clause before modification" type="string" variable="$orderby_clause">
1983
  <type by_reference="false">string</type>
1984
  </tag>
1985
+ <tag line="2628" name="return" description="updated query clause" type="string">
1986
  <type by_reference="false">string</type>
1987
  </tag>
1988
  </docblock>
1989
+ <argument line="2640">
1990
  <name>$orderby_clause</name>
1991
  <default><![CDATA[]]></default>
1992
  <type/>
1993
  </argument>
1994
  </method>
1995
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2713" package="Media Library Assistant">
1996
  <name>mla_query_relevanssi_admin_search_ok_filter</name>
1997
  <full_name>mla_query_relevanssi_admin_search_ok_filter</full_name>
1998
+ <docblock line="2703">
1999
  <description><![CDATA[Disable Relevanssi - A Better Search, v3.2 by Mikko Saari
2000
  Defined as public because it's a filter.]]></description>
2001
  <long-description><![CDATA[]]></long-description>
2002
+ <tag line="2703" name="since" description="1.80"/>
2003
+ <tag line="2703" name="param" description="Default setting" type="boolean" variable="$admin_search_ok">
2004
  <type by_reference="false">boolean</type>
2005
  </tag>
2006
+ <tag line="2703" name="return" description="Updated setting" type="boolean">
2007
  <type by_reference="false">boolean</type>
2008
  </tag>
2009
  </docblock>
2010
+ <argument line="2713">
2011
  <name>$admin_search_ok</name>
2012
  <default><![CDATA[]]></default>
2013
  <type/>
2014
  </argument>
2015
  </method>
2016
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2728" package="Media Library Assistant">
2017
  <name>mla_query_terms_clauses_filter</name>
2018
  <full_name>mla_query_terms_clauses_filter</full_name>
2019
+ <docblock line="2717">
2020
  <description><![CDATA[Filters all clauses for get_terms queries]]></description>
2021
  <long-description><![CDATA[<p>Defined as public because it's a filter.</p>]]></long-description>
2022
+ <tag line="2717" name="since" description="2.13"/>
2023
+ <tag line="2717" name="param" description="Terms query SQL clauses." type="array" variable="$pieces">
2024
  <type by_reference="false">array</type>
2025
  </tag>
2026
+ <tag line="2717" name="param" description="An array of taxonomies." type="array" variable="$taxonomies">
2027
  <type by_reference="false">array</type>
2028
  </tag>
2029
+ <tag line="2717" name="param" description="An array of terms query arguments." type="array" variable="$args">
2030
  <type by_reference="false">array</type>
2031
  </tag>
2032
  </docblock>
2033
+ <argument line="2728">
2034
  <name>$pieces</name>
2035
  <default><![CDATA[]]></default>
2036
  <type/>
2037
  </argument>
2038
+ <argument line="2728">
2039
  <name>$taxonomies</name>
2040
  <default><![CDATA[]]></default>
2041
  <type/>
2042
  </argument>
2043
+ <argument line="2728">
2044
  <name>$args</name>
2045
  <default><![CDATA[]]></default>
2046
  <type/>
2047
  </argument>
2048
  </method>
2049
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2773" package="Media Library Assistant">
2050
  <name>mla_query_posts_clauses_filter</name>
2051
  <full_name>mla_query_posts_clauses_filter</full_name>
2052
+ <docblock line="2761">
2053
  <description><![CDATA[Filters all clauses for shortcode queries, pre caching plugins]]></description>
2054
  <long-description><![CDATA[<p>This is for debug purposes only.
2055
  Defined as public because it's a filter.</p>]]></long-description>
2056
+ <tag line="2761" name="since" description="1.80"/>
2057
+ <tag line="2761" name="param" description="query clauses before modification" type="array" variable="$pieces">
2058
  <type by_reference="false">array</type>
2059
  </tag>
2060
+ <tag line="2761" name="return" description="query clauses after modification (none)" type="array">
2061
  <type by_reference="false">array</type>
2062
  </tag>
2063
  </docblock>
2064
+ <argument line="2773">
2065
  <name>$pieces</name>
2066
  <default><![CDATA[]]></default>
2067
  <type/>
2068
  </argument>
2069
  </method>
2070
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2792" package="Media Library Assistant">
2071
  <name>mla_query_posts_clauses_request_filter</name>
2072
  <full_name>mla_query_posts_clauses_request_filter</full_name>
2073
+ <docblock line="2780">
2074
  <description><![CDATA[Filters all clauses for shortcode queries, post caching plugins]]></description>
2075
  <long-description><![CDATA[<p>This is for debug purposes only.
2076
  Defined as public because it's a filter.</p>]]></long-description>
2077
+ <tag line="2780" name="since" description="1.80"/>
2078
+ <tag line="2780" name="param" description="query clauses before modification" type="array" variable="$pieces">
2079
  <type by_reference="false">array</type>
2080
  </tag>
2081
+ <tag line="2780" name="return" description="query clauses after modification (none)" type="array">
2082
  <type by_reference="false">array</type>
2083
  </tag>
2084
  </docblock>
2085
+ <argument line="2792">
2086
  <name>$pieces</name>
2087
  <default><![CDATA[]]></default>
2088
  <type/>
2089
  </argument>
2090
  </method>
2091
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2813" package="Media Library Assistant">
2092
  <name>mla_get_attachment_by_id</name>
2093
  <full_name>mla_get_attachment_by_id</full_name>
2094
+ <docblock line="2799">
2095
  <description><![CDATA[Retrieve an Attachment array given a $post_id]]></description>
2096
  <long-description><![CDATA[<p>The (associative) array will contain every field that can be found in
2097
  the posts and postmeta tables, and all references to the attachment.</p>]]></long-description>
2098
+ <tag line="2799" name="since" description="0.1"/>
2099
+ <tag line="2799" name="uses" description="\global\$post" refers="\global\$post"/>
2100
+ <tag line="2799" name="param" description="The ID of the attachment post" type="integer" variable="$post_id">
2101
  <type by_reference="false">integer</type>
2102
  </tag>
2103
+ <tag line="2799" name="param" description="True to add references, false to skip references" type="boolean" variable="$add_references">
2104
  <type by_reference="false">boolean</type>
2105
  </tag>
2106
+ <tag line="2799" name="return" description="NULL on failure else associative array" type="NULL|array">
2107
  <type by_reference="false">NULL</type>
2108
  <type by_reference="false">array</type>
2109
  </tag>
2110
  </docblock>
2111
+ <argument line="2813">
2112
  <name>$post_id</name>
2113
  <default><![CDATA[]]></default>
2114
  <type/>
2115
  </argument>
2116
+ <argument line="2813">
2117
  <name>$add_references</name>
2118
  <default><![CDATA[true]]></default>
2119
  <type/>
2120
  </argument>
2121
  </method>
2122
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2869" package="Media Library Assistant">
2123
  <name>mla_fetch_attachment_parent_data</name>
2124
  <full_name>mla_fetch_attachment_parent_data</full_name>
2125
+ <docblock line="2860">
2126
  <description><![CDATA[Returns information about an attachment's parent, if found]]></description>
2127
  <long-description><![CDATA[]]></long-description>
2128
+ <tag line="2860" name="since" description="0.1"/>
2129
+ <tag line="2860" name="param" description="post ID of attachment's parent, if any" type="int" variable="$parent_id">
2130
  <type by_reference="false">int</type>
2131
  </tag>
2132
+ <tag line="2860" name="return" description="Parent information; post_date, post_title and post_type" type="array">
2133
  <type by_reference="false">array</type>
2134
  </tag>
2135
  </docblock>
2136
+ <argument line="2869">
2137
  <name>$parent_id</name>
2138
  <default><![CDATA[]]></default>
2139
  <type/>
2140
  </argument>
2141
  </method>
2142
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2919" package="Media Library Assistant">
2143
  <name>_set_array_element</name>
2144
  <full_name>_set_array_element</full_name>
2145
+ <docblock line="2908">
2146
  <description><![CDATA[Adds or replaces the value of a key in a possibly nested array structure]]></description>
2147
  <long-description><![CDATA[]]></long-description>
2148
+ <tag line="2908" name="since" description="1.51"/>
2149
+ <tag line="2908" name="param" description="key value, e.g. array1.array2.element" type="string" variable="$needle">
2150
  <type by_reference="false">string</type>
2151
  </tag>
2152
+ <tag line="2908" name="param" description="replacement value, string or array, by reference" type="mixed" variable="$value">
2153
  <type by_reference="false">mixed</type>
2154
  </tag>
2155
+ <tag line="2908" name="param" description="PHP nested arrays, by reference" type="array" variable="$haystack">
2156
  <type by_reference="false">array</type>
2157
  </tag>
2158
+ <tag line="2908" name="return" description="true if $needle element set, false if not" type="boolean">
2159
  <type by_reference="false">boolean</type>
2160
  </tag>
2161
  </docblock>
2162
+ <argument line="2919">
2163
  <name>$needle</name>
2164
  <default><![CDATA[]]></default>
2165
  <type/>
2166
  </argument>
2167
+ <argument line="2919">
2168
  <name>$value</name>
2169
  <default><![CDATA[]]></default>
2170
  <type/>
2171
  </argument>
2172
+ <argument line="2919">
2173
  <name>$haystack</name>
2174
  <default><![CDATA[]]></default>
2175
  <type/>
2176
  </argument>
2177
  </method>
2178
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2953" package="Media Library Assistant">
2179
  <name>_unset_array_element</name>
2180
  <full_name>_unset_array_element</full_name>
2181
+ <docblock line="2943">
2182
  <description><![CDATA[Deletes the value of a key in a possibly nested array structure]]></description>
2183
  <long-description><![CDATA[]]></long-description>
2184
+ <tag line="2943" name="since" description="1.51"/>
2185
+ <tag line="2943" name="param" description="key value, e.g. array1.array2.element" type="string" variable="$needle">
2186
  <type by_reference="false">string</type>
2187
  </tag>
2188
+ <tag line="2943" name="param" description="PHP nested arrays, by reference" type="array" variable="$haystack">
2189
  <type by_reference="false">array</type>
2190
  </tag>
2191
+ <tag line="2943" name="return" description="true if $needle element found, false if not" type="boolean">
2192
  <type by_reference="false">boolean</type>
2193
  </tag>
2194
  </docblock>
2195
+ <argument line="2953">
2196
  <name>$needle</name>
2197
  <default><![CDATA[]]></default>
2198
  <type/>
2199
  </argument>
2200
+ <argument line="2953">
2201
  <name>$haystack</name>
2202
  <default><![CDATA[]]></default>
2203
  <type/>
2204
  </argument>
2205
  </method>
2206
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2988" package="Media Library Assistant">
2207
  <name>mla_find_array_element</name>
2208
  <full_name>mla_find_array_element</full_name>
2209
+ <docblock line="2973">
2210
  <description><![CDATA[Finds the value of a key in a possibly nested array structure]]></description>
2211
  <long-description><![CDATA[<p>Used primarily to extract fields from the _wp_attachment_metadata custom field.
2212
  Also used with the audio/video ID3 metadata exposed in WordPress 3.6 and later.</p>]]></long-description>
2213
+ <tag line="2973" name="since" description="1.30"/>
2214
+ <tag line="2973" name="param" description="key value, e.g. array1.array2.element" type="string" variable="$needle">
2215
  <type by_reference="false">string</type>
2216
  </tag>
2217
+ <tag line="2973" name="param" description="PHP nested arrays" type="array" variable="$haystack">
2218
  <type by_reference="false">array</type>
2219
  </tag>
2220
+ <tag line="2973" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2221
  <type by_reference="false">string</type>
2222
  </tag>
2223
+ <tag line="2973" name="param" description="keep existing values - for 'multi' option" type="boolean" variable="$keep_existing">
2224
  <type by_reference="false">boolean</type>
2225
  </tag>
2226
+ <tag line="2973" name="return" description="string or array value matching key(.key ...) or ''" type="mixed">
2227
  <type by_reference="false">mixed</type>
2228
  </tag>
2229
  </docblock>
2230
+ <argument line="2988">
2231
  <name>$needle</name>
2232
  <default><![CDATA[]]></default>
2233
  <type/>
2234
  </argument>
2235
+ <argument line="2988">
2236
  <name>$haystack</name>
2237
  <default><![CDATA[]]></default>
2238
  <type/>
2239
  </argument>
2240
+ <argument line="2988">
2241
  <name>$option</name>
2242
  <default><![CDATA[]]></default>
2243
  <type/>
2244
  </argument>
2245
+ <argument line="2988">
2246
  <name>$keep_existing</name>
2247
  <default><![CDATA[false]]></default>
2248
  <type/>
2249
  </argument>
2250
  </method>
2251
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3090" package="Media Library Assistant">
2252
  <name>mla_fetch_attachment_metadata</name>
2253
  <full_name>mla_fetch_attachment_metadata</full_name>
2254
+ <docblock line="3078">
2255
  <description><![CDATA[Fetch and filter meta data for an attachment]]></description>
2256
  <long-description><![CDATA[<p>Returns a filtered array of a post's meta data. Internal values beginning with '<em>'
2257
  are stripped out or converted to an 'mla</em>' equivalent.</p>]]></long-description>
2258
+ <tag line="3078" name="since" description="0.1"/>
2259
+ <tag line="3078" name="param" description="post ID of attachment" type="int" variable="$post_id">
2260
  <type by_reference="false">int</type>
2261
  </tag>
2262
+ <tag line="3078" name="return" description="Meta data variables" type="array">
2263
  <type by_reference="false">array</type>
2264
  </tag>
2265
  </docblock>
2266
+ <argument line="3090">
2267
  <name>$post_id</name>
2268
  <default><![CDATA[]]></default>
2269
  <type/>
2270
  </argument>
2271
  </method>
2272
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3176" package="Media Library Assistant">
2273
  <name>mla_fetch_attachment_references</name>
2274
  <full_name>mla_fetch_attachment_references</full_name>
2275
+ <docblock line="3162">
2276
  <description><![CDATA[Find Featured Image and inserted image/link references to an attachment]]></description>
2277
  <long-description><![CDATA[<p>Searches all post and page content to see if the attachment is used
2278
  as a Featured Image or inserted in the post as an image or link.</p>]]></long-description>
2279
+ <tag line="3162" name="since" description="0.1"/>
2280
+ <tag line="3162" name="param" description="post ID of attachment" type="int" variable="$ID">
2281
  <type by_reference="false">int</type>
2282
  </tag>
2283
+ <tag line="3162" name="param" description="post ID of attachment's parent, if any" type="int" variable="$parent">
2284
  <type by_reference="false">int</type>
2285
  </tag>
2286
+ <tag line="3162" name="param" description="True to compute references, false to return empty values" type="boolean" variable="$add_references">
2287
  <type by_reference="false">boolean</type>
2288
  </tag>
2289
+ <tag line="3162" name="return" description="Reference information; see $references array comments" type="array">
2290
  <type by_reference="false">array</type>
2291
  </tag>
2292
  </docblock>
2293
+ <argument line="3176">
2294
  <name>$ID</name>
2295
  <default><![CDATA[]]></default>
2296
  <type/>
2297
  </argument>
2298
+ <argument line="3176">
2299
  <name>$parent</name>
2300
  <default><![CDATA[]]></default>
2301
  <type/>
2302
  </argument>
2303
+ <argument line="3176">
2304
  <name>$add_references</name>
2305
  <default><![CDATA[true]]></default>
2306
  <type/>
2307
  </argument>
2308
  </method>
2309
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3505" package="Media Library Assistant">
2310
  <name>mla_attachment_array_fetch_references</name>
2311
  <full_name>mla_attachment_array_fetch_references</full_name>
2312
+ <docblock line="3493">
2313
  <description><![CDATA[Add Featured Image and inserted image/link references to an array of attachments]]></description>
2314
  <long-description><![CDATA[<p>Searches all post and page content to see if the attachmenta are used
2315
  as a Featured Image or inserted in the post as an image or link.</p>]]></long-description>
2316
+ <tag line="3493" name="since" description="1.94"/>
2317
+ <tag line="3493" name="param" description="WP_Post objects, passed by reference" type="array" variable="$attachments">
2318
  <type by_reference="false">array</type>
2319
  </tag>
2320
+ <tag line="3493" name="return" description="updates WP_Post objects with new mla_references property" type="void">
2321
  <type by_reference="false">void</type>
2322
  </tag>
2323
  </docblock>
2324
+ <argument line="3505">
2325
  <name>$attachments</name>
2326
  <default><![CDATA[]]></default>
2327
  <type/>
2328
  </argument>
2329
  </method>
2330
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3878" package="Media Library Assistant">
2331
  <name>mla_flush_mla_galleries</name>
2332
  <full_name>mla_flush_mla_galleries</full_name>
2333
+ <docblock line="3869">
2334
  <description><![CDATA[Invalidates the $mla_galleries or $galleries array and cached values]]></description>
2335
  <long-description><![CDATA[]]></long-description>
2336
+ <tag line="3869" name="since" description="1.00"/>
2337
+ <tag line="3869" name="param" description="name of the gallery's cache/option variable" type="string" variable="$option_name">
2338
  <type by_reference="false">string</type>
2339
  </tag>
2340
+ <tag line="3869" name="return" description="" type="void">
2341
  <type by_reference="false">void</type>
2342
  </tag>
2343
  </docblock>
2344
+ <argument line="3878">
2345
  <name>$option_name</name>
2346
  <default><![CDATA[]]></default>
2347
  <type/>
2348
  </argument>
2349
  </method>
2350
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3902" package="Media Library Assistant">
2351
  <name>mla_save_post_action</name>
2352
  <full_name>mla_save_post_action</full_name>
2353
+ <docblock line="3893">
2354
  <description><![CDATA[Invalidates $mla_galleries and $galleries arrays and cached values after post, page or attachment updates]]></description>
2355
  <long-description><![CDATA[]]></long-description>
2356
+ <tag line="3893" name="since" description="1.00"/>
2357
+ <tag line="3893" name="param" description="ID of post/page/attachment; not used at this time" type="integer" variable="$post_id">
2358
  <type by_reference="false">integer</type>
2359
  </tag>
2360
+ <tag line="3893" name="return" description="" type="void">
2361
  <type by_reference="false">void</type>
2362
  </tag>
2363
  </docblock>
2364
+ <argument line="3902">
2365
  <name>$post_id</name>
2366
  <default><![CDATA[]]></default>
2367
  <type/>
2368
  </argument>
2369
  </method>
2370
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3919" package="Media Library Assistant">
2371
  <name>_build_mla_galleries</name>
2372
  <full_name>_build_mla_galleries</full_name>
2373
+ <docblock line="3907">
2374
  <description><![CDATA[Builds the $mla_galleries or $galleries array]]></description>
2375
  <long-description><![CDATA[]]></long-description>
2376
+ <tag line="3907" name="since" description="0.70"/>
2377
+ <tag line="3907" name="param" description="name of the gallery's cache/option variable" type="string" variable="$option_name">
2378
  <type by_reference="false">string</type>
2379
  </tag>
2380
+ <tag line="3907" name="param" description="by reference to the private static galleries array variable" type="array" variable="$galleries_array">
2381
  <type by_reference="false">array</type>
2382
  </tag>
2383
+ <tag line="3907" name="param" description="the shortcode to be searched for and processed" type="string" variable="$shortcode">
2384
  <type by_reference="false">string</type>
2385
  </tag>
2386
+ <tag line="3907" name="param" description="true to exclude revisions from the search" type="boolean" variable="$exclude_revisions">
2387
  <type by_reference="false">boolean</type>
2388
  </tag>
2389
+ <tag line="3907" name="return" description="true if the galleries array is not empty" type="boolean">
2390
  <type by_reference="false">boolean</type>
2391
  </tag>
2392
  </docblock>
2393
+ <argument line="3919">
2394
  <name>$option_name</name>
2395
  <default><![CDATA[]]></default>
2396
  <type/>
2397
  </argument>
2398
+ <argument line="3919">
2399
  <name>$galleries_array</name>
2400
  <default><![CDATA[]]></default>
2401
  <type/>
2402
  </argument>
2403
+ <argument line="3919">
2404
  <name>$shortcode</name>
2405
  <default><![CDATA[]]></default>
2406
  <type/>
2407
  </argument>
2408
+ <argument line="3919">
2409
  <name>$exclude_revisions</name>
2410
  <default><![CDATA[]]></default>
2411
  <type/>
2412
  </argument>
2413
  </method>
2414
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4039" package="Media Library Assistant">
2415
  <name>_search_mla_galleries</name>
2416
  <full_name>_search_mla_galleries</full_name>
2417
+ <docblock line="4028">
2418
  <description><![CDATA[Search the $mla_galleries or $galleries array]]></description>
2419
  <long-description><![CDATA[]]></long-description>
2420
+ <tag line="4028" name="since" description="0.70"/>
2421
+ <tag line="4028" name="param" description="by reference to the private static galleries array variable" type="array" variable="$galleries_array">
2422
  <type by_reference="false">array</type>
2423
  </tag>
2424
+ <tag line="4028" name="param" description="the attachment ID to be searched for and processed" type="int" variable="$attachment_id">
2425
  <type by_reference="false">int</type>
2426
  </tag>
2427
+ <tag line="4028" name="return" description="All posts/pages with one or more galleries that include the attachment. The array key is the parent_post ID; each entry contains post_title and post_type." type="array">
2428
  <type by_reference="false">array</type>
2429
  </tag>
2430
  </docblock>
2431
+ <argument line="4039">
2432
  <name>$galleries_array</name>
2433
  <default><![CDATA[]]></default>
2434
  <type/>
2435
  </argument>
2436
+ <argument line="4039">
2437
  <name>$attachment_id</name>
2438
  <default><![CDATA[]]></default>
2439
  <type/>
2440
  </argument>
2441
  </method>
2442
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4061" package="Media Library Assistant">
2443
  <name>mla_parse_pdf_date</name>
2444
  <full_name>mla_parse_pdf_date</full_name>
2445
+ <docblock line="4052">
2446
  <description><![CDATA[Parse a PDF date string]]></description>
2447
  <long-description><![CDATA[]]></long-description>
2448
+ <tag line="4052" name="since" description="1.50"/>
2449
+ <tag line="4052" name="param" description="PDF date string of the form D:YYYYMMDDHHmmSSOHH'mm" type="string" variable="$source_string">
2450
  <type by_reference="false">string</type>
2451
  </tag>
2452
+ <tag line="4052" name="return" description="formatted date string YYYY-MM-DD HH:mm:SS" type="string">
2453
  <type by_reference="false">string</type>
2454
  </tag>
2455
  </docblock>
2456
+ <argument line="4061">
2457
  <name>$source_string</name>
2458
  <default><![CDATA[]]></default>
2459
  <type/>
2460
  </argument>
2461
  </method>
2462
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4084" package="Media Library Assistant">
2463
  <name>_parse_iso8601_date</name>
2464
  <full_name>_parse_iso8601_date</full_name>
2465
+ <docblock line="4075">
2466
  <description><![CDATA[Parse a ISO 8601 Timestamp]]></description>
2467
  <long-description><![CDATA[]]></long-description>
2468
+ <tag line="4075" name="since" description="1.50"/>
2469
+ <tag line="4075" name="param" description="ISO string of the form YYYY-MM-DDTHH:MM:SS-HH:MM (inc time zone)" type="string" variable="$source_string">
2470
  <type by_reference="false">string</type>
2471
  </tag>
2472
+ <tag line="4075" name="return" description="formatted date string YYYY-MM-DD HH:mm:SS" type="string">
2473
  <type by_reference="false">string</type>
2474
  </tag>
2475
  </docblock>
2476
+ <argument line="4084">
2477
  <name>$source_string</name>
2478
  <default><![CDATA[]]></default>
2479
  <type/>
2480
  </argument>
2481
  </method>
2482
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4107" package="Media Library Assistant">
2483
  <name>_parse_xmp_array</name>
2484
  <full_name>_parse_xmp_array</full_name>
2485
+ <docblock line="4098">
2486
  <description><![CDATA[Parse an XMP array value, stripping namespace prefixes and Seq/Alt/Bag arrays]]></description>
2487
  <long-description><![CDATA[]]></long-description>
2488
+ <tag line="4098" name="since" description="2.10"/>
2489
+ <tag line="4098" name="param" description="XMP multi-valued element" type="array" variable="$values">
2490
  <type by_reference="false">array</type>
2491
  </tag>
2492
+ <tag line="4098" name="return" description="Simplified array or string value" type="mixed">
2493
  <type by_reference="false">mixed</type>
2494
  </tag>
2495
  </docblock>
2496
+ <argument line="4107">
2497
  <name>$values</name>
2498
  <default><![CDATA[]]></default>
2499
  <type/>
2500
  </argument>
2501
  </method>
2502
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4152" package="Media Library Assistant">
2503
  <name>mla_parse_xmp_metadata</name>
2504
  <full_name>mla_parse_xmp_metadata</full_name>
2505
+ <docblock line="4142">
2506
  <description><![CDATA[Extract XMP meta data from a file]]></description>
2507
  <long-description><![CDATA[]]></long-description>
2508
+ <tag line="4142" name="since" description="2.10"/>
2509
+ <tag line="4142" name="param" description="full path and file name" type="string" variable="$file_name">
2510
  <type by_reference="false">string</type>
2511
  </tag>
2512
+ <tag line="4142" name="param" description="offset within the file of the search start point" type="integer" variable="$file_offset">
2513
  <type by_reference="false">integer</type>
2514
  </tag>
2515
+ <tag line="4142" name="return" description="array of metadata values or NULL on failure" type="mixed">
2516
  <type by_reference="false">mixed</type>
2517
  </tag>
2518
  </docblock>
2519
+ <argument line="4152">
2520
  <name>$file_name</name>
2521
  <default><![CDATA[]]></default>
2522
  <type/>
2523
  </argument>
2524
+ <argument line="4152">
2525
  <name>$file_offset</name>
2526
  <default><![CDATA[]]></default>
2527
  <type/>
2528
  </argument>
2529
  </method>
2530
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4481" package="Media Library Assistant">
2531
  <name>_bin_to_utf8</name>
2532
  <full_name>_bin_to_utf8</full_name>
2533
+ <docblock line="4472">
2534
  <description><![CDATA[Replace SQL incorrect characters (0x80 - 0xFF) with their UTF-8 equivalents]]></description>
2535
  <long-description><![CDATA[]]></long-description>
2536
+ <tag line="4472" name="since" description="1.41"/>
2537
+ <tag line="4472" name="param" description="unencoded string" type="string" variable="$string">
2538
  <type by_reference="false">string</type>
2539
  </tag>
2540
+ <tag line="4472" name="return" description="UTF-8 encoded string" type="string">
2541
  <type by_reference="false">string</type>
2542
  </tag>
2543
  </docblock>
2544
+ <argument line="4481">
2545
  <name>$string</name>
2546
  <default><![CDATA[]]></default>
2547
  <type/>
2548
  </argument>
2549
  </method>
2550
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4881" package="Media Library Assistant">
2551
  <name>mla_iptc_metadata_value</name>
2552
  <full_name>mla_iptc_metadata_value</full_name>
2553
+ <docblock line="4869">
2554
  <description><![CDATA[Parse one IPTC metadata field]]></description>
2555
  <long-description><![CDATA[]]></long-description>
2556
+ <tag line="4869" name="since" description="1.41"/>
2557
+ <tag line="4869" name="param" description="field name - IPTC Identifier or friendly name/slug" type="string" variable="$iptc_key">
2558
  <type by_reference="false">string</type>
2559
  </tag>
2560
+ <tag line="4869" name="param" description="metadata array containing iptc, exif, xmp and pdf metadata arrays" type="array" variable="$item_metadata">
2561
  <type by_reference="false">array</type>
2562
  </tag>
2563
+ <tag line="4869" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2564
  <type by_reference="false">string</type>
2565
  </tag>
2566
+ <tag line="4869" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
2567
  <type by_reference="false">boolean</type>
2568
  </tag>
2569
+ <tag line="4869" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2570
  <type by_reference="false">mixed</type>
2571
  </tag>
2572
  </docblock>
2573
+ <argument line="4881">
2574
  <name>$iptc_key</name>
2575
  <default><![CDATA[]]></default>
2576
  <type/>
2577
  </argument>
2578
+ <argument line="4881">
2579
  <name>$item_metadata</name>
2580
  <default><![CDATA[]]></default>
2581
  <type/>
2582
  </argument>
2583
+ <argument line="4881">
2584
  <name>$option</name>
2585
  <default><![CDATA['text']]></default>
2586
  <type/>
2587
  </argument>
2588
+ <argument line="4881">
2589
  <name>$keep_existing</name>
2590
  <default><![CDATA[false]]></default>
2591
  <type/>
2592
  </argument>
2593
  </method>
2594
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4922" package="Media Library Assistant">
2595
  <name>mla_exif_metadata_value</name>
2596
  <full_name>mla_exif_metadata_value</full_name>
2597
+ <docblock line="4908">
2598
  <description><![CDATA[Parse one EXIF metadata field]]></description>
2599
  <long-description><![CDATA[<p>Also handles the special pseudo-values 'ALL_EXIF' and 'ALL_IPTC'.</p>]]></long-description>
2600
+ <tag line="4908" name="since" description="1.13"/>
2601
+ <tag line="4908" name="param" description="field name" type="string" variable="$exif_key">
2602
  <type by_reference="false">string</type>
2603
  </tag>
2604
+ <tag line="4908" name="param" description="metadata array containing iptc, exif, xmp and pdf metadata arrays" type="array" variable="$item_metadata">
2605
  <type by_reference="false">array</type>
2606
  </tag>
2607
+ <tag line="4908" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2608
  <type by_reference="false">string</type>
2609
  </tag>
2610
+ <tag line="4908" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
2611
  <type by_reference="false">boolean</type>
2612
  </tag>
2613
+ <tag line="4908" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2614
  <type by_reference="false">mixed</type>
2615
  </tag>
2616
  </docblock>
2617
+ <argument line="4922">
2618
  <name>$exif_key</name>
2619
  <default><![CDATA[]]></default>
2620
  <type/>
2621
  </argument>
2622
+ <argument line="4922">
2623
  <name>$item_metadata</name>
2624
  <default><![CDATA[]]></default>
2625
  <type/>
2626
  </argument>
2627
+ <argument line="4922">
2628
  <name>$option</name>
2629
  <default><![CDATA['text']]></default>
2630
  <type/>
2631
  </argument>
2632
+ <argument line="4922">
2633
  <name>$keep_existing</name>
2634
  <default><![CDATA[false]]></default>
2635
  <type/>
2636
  </argument>
2637
  </method>
2638
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4971" package="Media Library Assistant">
2639
  <name>mla_xmp_metadata_value</name>
2640
  <full_name>mla_xmp_metadata_value</full_name>
2641
+ <docblock line="4957">
2642
  <description><![CDATA[Parse one XMP metadata field]]></description>
2643
  <long-description><![CDATA[<p>Also handles the special pseudo-value 'ALL_XMP'.</p>]]></long-description>
2644
+ <tag line="4957" name="since" description="2.10"/>
2645
+ <tag line="4957" name="param" description="field name" type="string" variable="$xmp_key">
2646
  <type by_reference="false">string</type>
2647
  </tag>
2648
+ <tag line="4957" name="param" description="XMP metadata array" type="array" variable="$xmp_metadata">
2649
  <type by_reference="false">array</type>
2650
  </tag>
2651
+ <tag line="4957" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2652
  <type by_reference="false">string</type>
2653
  </tag>
2654
+ <tag line="4957" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
2655
  <type by_reference="false">boolean</type>
2656
  </tag>
2657
+ <tag line="4957" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2658
  <type by_reference="false">mixed</type>
2659
  </tag>
2660
  </docblock>
2661
+ <argument line="4971">
2662
  <name>$xmp_key</name>
2663
  <default><![CDATA[]]></default>
2664
  <type/>
2665
  </argument>
2666
+ <argument line="4971">
2667
  <name>$xmp_metadata</name>
2668
  <default><![CDATA[]]></default>
2669
  <type/>
2670
  </argument>
2671
+ <argument line="4971">
2672
  <name>$option</name>
2673
  <default><![CDATA['text']]></default>
2674
  <type/>
2675
  </argument>
2676
+ <argument line="4971">
2677
  <name>$keep_existing</name>
2678
  <default><![CDATA[false]]></default>
2679
  <type/>
2680
  </argument>
2681
  </method>
2682
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5004" package="Media Library Assistant">
2683
  <name>mla_id3_metadata_value</name>
2684
  <full_name>mla_id3_metadata_value</full_name>
2685
+ <docblock line="4990">
2686
  <description><![CDATA[Parse one ID3 (audio/visual) metadata field]]></description>
2687
  <long-description><![CDATA[<p>Also handles the special pseudo-value 'ALL_ID3'.</p>]]></long-description>
2688
+ <tag line="4990" name="since" description="2.13"/>
2689
+ <tag line="4990" name="param" description="field name" type="string" variable="$id3_key">
2690
  <type by_reference="false">string</type>
2691
  </tag>
2692
+ <tag line="4990" name="param" description="ID3 metadata array" type="array" variable="$id3_metadata">
2693
  <type by_reference="false">array</type>
2694
  </tag>
2695
+ <tag line="4990" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
2696
  <type by_reference="false">string</type>
2697
  </tag>
2698
+ <tag line="4990" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
2699
  <type by_reference="false">boolean</type>
2700
  </tag>
2701
+ <tag line="4990" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2702
  <type by_reference="false">mixed</type>
2703
  </tag>
2704
  </docblock>
2705
+ <argument line="5004">
2706
  <name>$id3_key</name>
2707
  <default><![CDATA[]]></default>
2708
  <type/>
2709
  </argument>
2710
+ <argument line="5004">
2711
  <name>$id3_metadata</name>
2712
  <default><![CDATA[]]></default>
2713
  <type/>
2714
  </argument>
2715
+ <argument line="5004">
2716
  <name>$option</name>
2717
  <default><![CDATA[]]></default>
2718
  <type/>
2719
  </argument>
2720
+ <argument line="5004">
2721
  <name>$keep_existing</name>
2722
  <default><![CDATA[]]></default>
2723
  <type/>
2724
  </argument>
2725
  </method>
2726
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5035" package="Media Library Assistant">
2727
  <name>mla_pdf_metadata_value</name>
2728
  <full_name>mla_pdf_metadata_value</full_name>
2729
+ <docblock line="5023">
2730
  <description><![CDATA[Parse one PDF metadata field]]></description>
2731
  <long-description><![CDATA[<p>Also handles the special pseudo-value 'ALL_PDF'.</p>]]></long-description>
2732
+ <tag line="5023" name="since" description="1.50"/>
2733
+ <tag line="5023" name="param" description="field name" type="string" variable="$pdf_key">
2734
  <type by_reference="false">string</type>
2735
  </tag>
2736
+ <tag line="5023" name="param" description="metadata array containing iptc, exif, xmp and pdf metadata arrays" type="string" variable="$item_metadata">
2737
  <type by_reference="false">string</type>
2738
  </tag>
2739
+ <tag line="5023" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
2740
  <type by_reference="false">mixed</type>
2741
  </tag>
2742
  </docblock>
2743
+ <argument line="5035">
2744
  <name>$pdf_key</name>
2745
  <default><![CDATA[]]></default>
2746
  <type/>
2747
  </argument>
2748
+ <argument line="5035">
2749
  <name>$item_metadata</name>
2750
  <default><![CDATA[]]></default>
2751
  <type/>
2752
  </argument>
2753
  </method>
2754
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="5077" package="Media Library Assistant">
2755
  <name>_rational_to_decimal</name>
2756
  <full_name>_rational_to_decimal</full_name>
2757
+ <docblock line="5068">
2758
  <description><![CDATA[Convert an EXIF GPS rational value to a PHP float value]]></description>
2759
  <long-description><![CDATA[]]></long-description>
2760
+ <tag line="5068" name="since" description="1.50"/>
2761
+ <tag line="5068" name="param" description="array( 0 =&gt; numerator, 1 =&gt; denominator )" type="array" variable="$rational">
2762
  <type by_reference="false">array</type>
2763
  </tag>
2764
+ <tag line="5068" name="return" description="numerator/denominator" type="float">
2765
  <type by_reference="false">float</type>
2766
  </tag>
2767
  </docblock>
2768
+ <argument line="5077">
2769
  <name>$rational</name>
2770
  <default><![CDATA[]]></default>
2771
  <type/>
2772
  </argument>
2773
  </method>
2774
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="5094" package="Media Library Assistant">
2775
  <name>_rational_to_string</name>
2776
  <full_name>_rational_to_string</full_name>
2777
+ <docblock line="5082">
2778
  <description><![CDATA[Convert an EXIF rational value to a formatted string]]></description>
2779
  <long-description><![CDATA[]]></long-description>
2780
+ <tag line="5082" name="since" description="2.02"/>
2781
+ <tag line="5082" name="param" description="numerator/denominator" type="string" variable="$rational">
2782
  <type by_reference="false">string</type>
2783
  </tag>
2784
+ <tag line="5082" name="param" description="format for integer values" type="string" variable="$integer_format">
2785
  <type by_reference="false">string</type>
2786
  </tag>
2787
+ <tag line="5082" name="param" description="format for fractional values from -1 to +1" type="string" variable="$fraction_format">
2788
  <type by_reference="false">string</type>
2789
  </tag>
2790
+ <tag line="5082" name="param" description="format for integer.fraction values" type="string" variable="$mixed_format">
2791
  <type by_reference="false">string</type>
2792
  </tag>
2793
+ <tag line="5082" name="return" description="formatted value or boolean false if no value available" type="mixed">
2794
  <type by_reference="false">mixed</type>
2795
  </tag>
2796
  </docblock>
2797
+ <argument line="5094">
2798
  <name>$rational</name>
2799
  <default><![CDATA[]]></default>
2800
  <type/>
2801
  </argument>
2802
+ <argument line="5094">
2803
  <name>$integer_format</name>
2804
  <default><![CDATA[]]></default>
2805
  <type/>
2806
  </argument>
2807
+ <argument line="5094">
2808
  <name>$fraction_format</name>
2809
  <default><![CDATA[]]></default>
2810
  <type/>
2811
  </argument>
2812
+ <argument line="5094">
2813
  <name>$mixed_format</name>
2814
  <default><![CDATA[]]></default>
2815
  <type/>
2816
  </argument>
2817
  </method>
2818
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5145" package="Media Library Assistant">
2819
  <name>mla_IPTC_EXIF_error_handler</name>
2820
  <full_name>mla_IPTC_EXIF_error_handler</full_name>
2821
+ <docblock line="5133">
2822
  <description><![CDATA[Intercept IPTC and EXIF parse errors]]></description>
2823
  <long-description><![CDATA[]]></long-description>
2824
+ <tag line="5133" name="since" description="1.81"/>
2825
+ <tag line="5133" name="param" description="the level of the error raised" type="int" variable="$type">
2826
  <type by_reference="false">int</type>
2827
  </tag>
2828
+ <tag line="5133" name="param" description="the error message" type="string" variable="$string">
2829
  <type by_reference="false">string</type>
2830
  </tag>
2831
+ <tag line="5133" name="param" description="the filename that the error was raised in" type="string" variable="$file">
2832
  <type by_reference="false">string</type>
2833
  </tag>
2834
+ <tag line="5133" name="param" description="the line number the error was raised at" type="int" variable="$line">
2835
  <type by_reference="false">int</type>
2836
  </tag>
2837
+ <tag line="5133" name="return" description="true, to bypass PHP error handler" type="boolean">
2838
  <type by_reference="false">boolean</type>
2839
  </tag>
2840
  </docblock>
2841
+ <argument line="5145">
2842
  <name>$type</name>
2843
  <default><![CDATA[]]></default>
2844
  <type/>
2845
  </argument>
2846
+ <argument line="5145">
2847
  <name>$string</name>
2848
  <default><![CDATA[]]></default>
2849
  <type/>
2850
  </argument>
2851
+ <argument line="5145">
2852
  <name>$file</name>
2853
  <default><![CDATA[]]></default>
2854
  <type/>
2855
  </argument>
2856
+ <argument line="5145">
2857
  <name>$line</name>
2858
  <default><![CDATA[]]></default>
2859
  <type/>
2860
  </argument>
2861
  </method>
2862
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5186" package="Media Library Assistant">
2863
  <name>mla_fetch_attachment_id3_metadata</name>
2864
  <full_name>mla_fetch_attachment_id3_metadata</full_name>
2865
+ <docblock line="5173">
2866
  <description><![CDATA[Fetch and filter ID3 metadata for an audio or video attachment]]></description>
2867
  <long-description><![CDATA[<p>Adapted from /wp-admin/includes/media.php functions wp_add_id3_tag_data,
2868
  wp_read_video_metadata and wp_read_audio_metadata</p>]]></long-description>
2869
+ <tag line="5173" name="since" description="2.13"/>
2870
+ <tag line="5173" name="param" description="post ID of attachment" type="int" variable="$post_id">
2871
  <type by_reference="false">int</type>
2872
  </tag>
2873
+ <tag line="5173" name="param" description="optional; if $post_id is zero, path to the image file." type="string" variable="$path">
2874
  <type by_reference="false">string</type>
2875
  </tag>
2876
+ <tag line="5173" name="return" description="Meta data variables, including 'audio' and 'video'" type="array">
2877
  <type by_reference="false">array</type>
2878
  </tag>
2879
  </docblock>
2880
+ <argument line="5186">
2881
  <name>$post_id</name>
2882
  <default><![CDATA[]]></default>
2883
  <type/>
2884
  </argument>
2885
+ <argument line="5186">
2886
  <name>$path</name>
2887
  <default><![CDATA['']]></default>
2888
  <type/>
2889
  </argument>
2890
  </method>
2891
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5280" package="Media Library Assistant">
2892
  <name>mla_fetch_attachment_image_metadata</name>
2893
  <full_name>mla_fetch_attachment_image_metadata</full_name>
2894
+ <docblock line="5270">
2895
  <description><![CDATA[Fetch and filter IPTC and EXIF, XMP or PDF metadata for an image attachment]]></description>
2896
  <long-description><![CDATA[]]></long-description>
2897
+ <tag line="5270" name="since" description="0.90"/>
2898
+ <tag line="5270" name="param" description="post ID of attachment" type="int" variable="$post_id">
2899
  <type by_reference="false">int</type>
2900
  </tag>
2901
+ <tag line="5270" name="param" description="optional; if $post_id is zero, path to the image file." type="string" variable="$path">
2902
  <type by_reference="false">string</type>
2903
  </tag>
2904
+ <tag line="5270" name="return" description="Meta data variables, IPTC and EXIF or PDF" type="array">
2905
  <type by_reference="false">array</type>
2906
  </tag>
2907
  </docblock>
2908
+ <argument line="5280">
2909
  <name>$post_id</name>
2910
  <default><![CDATA[]]></default>
2911
  <type/>
2912
  </argument>
2913
+ <argument line="5280">
2914
  <name>$path</name>
2915
  <default><![CDATA['']]></default>
2916
  <type/>
2917
  </argument>
2918
  </method>
2919
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5628" package="Media Library Assistant">
2920
  <name>mla_update_wp_attachment_metadata</name>
2921
  <full_name>mla_update_wp_attachment_metadata</full_name>
2922
+ <docblock line="5618">
2923
  <description><![CDATA[Update "meta:" data for a single attachment]]></description>
2924
  <long-description><![CDATA[]]></long-description>
2925
+ <tag line="5618" name="since" description="1.51"/>
2926
+ <tag line="5618" name="param" description="The current wp_attachment_metadata value" type="array" variable="$current_values">
2927
  <type by_reference="false">array</type>
2928
  </tag>
2929
+ <tag line="5618" name="param" description="Field name =&gt; value pairs" type="array" variable="$new_meta">
2930
  <type by_reference="false">array</type>
2931
  </tag>
2932
+ <tag line="5618" name="return" description="success/failure message(s); empty string if no changes." type="string">
2933
  <type by_reference="false">string</type>
2934
  </tag>
2935
  </docblock>
2936
+ <argument line="5628">
2937
  <name>$current_values</name>
2938
  <default><![CDATA[]]></default>
2939
  <type/>
2940
  </argument>
2941
+ <argument line="5628">
2942
  <name>$new_meta</name>
2943
  <default><![CDATA[]]></default>
2944
  <type/>
2945
  </argument>
2946
  </method>
2947
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5712" package="Media Library Assistant">
2948
  <name>mla_update_item_postmeta</name>
2949
  <full_name>mla_update_item_postmeta</full_name>
2950
+ <docblock line="5702">
2951
  <description><![CDATA[Update custom field and "meta:" data for a single attachment]]></description>
2952
  <long-description><![CDATA[]]></long-description>
2953
+ <tag line="5702" name="since" description="1.40"/>
2954
+ <tag line="5702" name="param" description="The ID of the attachment to be updated" type="int" variable="$post_id">
2955
  <type by_reference="false">int</type>
2956
  </tag>
2957
+ <tag line="5702" name="param" description="Field name =&gt; value pairs" type="array" variable="$new_meta">
2958
  <type by_reference="false">array</type>
2959
  </tag>
2960
+ <tag line="5702" name="return" description="success/failure message(s)" type="string">
2961
  <type by_reference="false">string</type>
2962
  </tag>
2963
  </docblock>
2964
+ <argument line="5712">
2965
  <name>$post_id</name>
2966
  <default><![CDATA[]]></default>
2967
  <type/>
2968
  </argument>
2969
+ <argument line="5712">
2970
  <name>$new_meta</name>
2971
  <default><![CDATA[]]></default>
2972
  <type/>
2973
  </argument>
2974
  </method>
2975
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="5879" package="Media Library Assistant">
2976
  <name>mla_update_single_item</name>
2977
  <full_name>mla_update_single_item</full_name>
2978
+ <docblock line="5866">
2979
  <description><![CDATA[Update a single item; change the "post" data, taxonomy terms
2980
  and meta data for a single attachment]]></description>
2981
  <long-description><![CDATA[]]></long-description>
2982
+ <tag line="5866" name="since" description="0.1"/>
2983
+ <tag line="5866" name="param" description="The ID of the attachment to be updated" type="int" variable="$post_id">
2984
  <type by_reference="false">int</type>
2985
  </tag>
2986
+ <tag line="5866" name="param" description="Field name =&gt; value pairs" type="array" variable="$new_data">
2987
  <type by_reference="false">array</type>
2988
  </tag>
2989
+ <tag line="5866" name="param" description="Optional taxonomy term values, default null" type="array" variable="$tax_input">
2990
  <type by_reference="false">array</type>
2991
  </tag>
2992
+ <tag line="5866" name="param" description="Optional taxonomy actions (add, remove, replace), default null" type="array" variable="$tax_actions">
2993
  <type by_reference="false">array</type>
2994
  </tag>
2995
+ <tag line="5866" name="return" description="success/failure message and NULL content" type="array">
2996
  <type by_reference="false">array</type>
2997
  </tag>
2998
  </docblock>
2999
+ <argument line="5879">
3000
  <name>$post_id</name>
3001
  <default><![CDATA[]]></default>
3002
  <type/>
3003
  </argument>
3004
+ <argument line="5879">
3005
  <name>$new_data</name>
3006
  <default><![CDATA[]]></default>
3007
  <type/>
3008
  </argument>
3009
+ <argument line="5879">
3010
  <name>$tax_input</name>
3011
  <default><![CDATA[NULL]]></default>
3012
  <type/>
3013
  </argument>
3014
+ <argument line="5879">
3015
  <name>$tax_actions</name>
3016
  <default><![CDATA[NULL]]></default>
3017
  <type/>
3018
  </argument>
3019
  </method>
3020
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="6171" package="Media Library Assistant">
3021
  <name>_remove_terms</name>
3022
  <full_name>_remove_terms</full_name>
3023
+ <docblock line="6160">
3024
  <description><![CDATA[Remove terms from an attachment's assignments]]></description>
3025
  <long-description><![CDATA[]]></long-description>
3026
+ <tag line="6160" name="since" description="0.40"/>
3027
+ <tag line="6160" name="param" description="The ID of the attachment to be updated" type="integer" variable="$post_id">
3028
  <type by_reference="false">integer</type>
3029
  </tag>
3030
+ <tag line="6160" name="param" description="The term ids (integer array) or names (string array) to remove" type="array" variable="$terms">
3031
  <type by_reference="false">array</type>
3032
  </tag>
3033
+ <tag line="6160" name="param" description="The taxonomy object" type="object" variable="$taxonomy_obj">
3034
  <type by_reference="false">object</type>
3035
  </tag>
3036
+ <tag line="6160" name="return" description="Term ids/names of the surviving terms" type="array">
3037
  <type by_reference="false">array</type>
3038
  </tag>
3039
  </docblock>
3040
+ <argument line="6171">
3041
  <name>$post_id</name>
3042
  <default><![CDATA[]]></default>
3043
  <type/>
3044
  </argument>
3045
+ <argument line="6171">
3046
  <name>$terms</name>
3047
  <default><![CDATA[]]></default>
3048
  <type/>
3049
  </argument>
3050
+ <argument line="6171">
3051
  <name>$taxonomy_obj</name>
3052
  <default><![CDATA[]]></default>
3053
  <type/>
3054
  </argument>
3055
  </method>
3056
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="6224" package="Media Library Assistant">
3057
  <name>mla_hex_dump</name>
3058
  <full_name>mla_hex_dump</full_name>
3059
+ <docblock line="6212">
3060
  <description><![CDATA[Format printable version of binary data]]></description>
3061
  <long-description><![CDATA[]]></long-description>
3062
+ <tag line="6212" name="since" description="0.90"/>
3063
+ <tag line="6212" name="param" description="Binary data" type="string" variable="$data">
3064
  <type by_reference="false">string</type>
3065
  </tag>
3066
+ <tag line="6212" name="param" description="Bytes to format, default = 0 (all bytes)" type="integer" variable="$limit">
3067
  <type by_reference="false">integer</type>
3068
  </tag>
3069
+ <tag line="6212" name="param" description="Bytes to format on each line" type="\intger" variable="$bytes_per_row">
3070
  <type by_reference="false">\intger</type>
3071
  </tag>
3072
+ <tag line="6212" name="param" description="offset of initial byte, or -1 to suppress printing offset information" type="integer" variable="$offset">
3073
  <type by_reference="false">integer</type>
3074
  </tag>
3075
+ <tag line="6212" name="return" description="Printable representation of $data" type="string">
3076
  <type by_reference="false">string</type>
3077
  </tag>
3078
  </docblock>
3079
+ <argument line="6224">
3080
  <name>$data</name>
3081
  <default><![CDATA[]]></default>
3082
  <type/>
3083
  </argument>
3084
+ <argument line="6224">
3085
  <name>$limit</name>
3086
  <default><![CDATA[0]]></default>
3087
  <type/>
3088
  </argument>
3089
+ <argument line="6224">
3090
  <name>$bytes_per_row</name>
3091
  <default><![CDATA[16]]></default>
3092
  <type/>
3093
  </argument>
3094
+ <argument line="6224">
3095
  <name>$offset</name>
3096
  <default><![CDATA[-1]]></default>
3097
  <type/>
3099
  </method>
3100
  </class>
3101
  </file>
3102
+ <file path="includes\class-mla-edit-media.php" hash="bfe3e12add474bb00d54d6d3e2606451" package="Media Library Assistant">
3103
  <docblock line="2">
3104
  <description><![CDATA[Media Library Assistant Edit Media screen enhancements]]></description>
3105
  <long-description><![CDATA[]]></long-description>
3155
  </tag>
3156
  </docblock>
3157
  </constant>
3158
+ <property final="false" static="true" visibility="private" line="760" namespace="global" package="Media Library Assistant">
3159
  <name>$mla_references</name>
3160
  <default><![CDATA[null]]></default>
3161
+ <docblock line="750">
3162
  <description><![CDATA[Where-used values for the current item]]></description>
3163
  <long-description><![CDATA[<p>This array contains the Featured/Inserted/Gallery/MLA Gallery references for the item.
3164
  The array is built once each page load and cached for subsequent calls.</p>]]></long-description>
3165
+ <tag line="750" name="since" description="0.80"/>
3166
+ <tag line="750" name="var" description="" type="array">
3167
  <type by_reference="false">array</type>
3168
  </tag>
3169
  </docblock>
3212
  <type/>
3213
  </argument>
3214
  </method>
3215
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="268" package="Media Library Assistant">
3216
  <name>mla_upload_post_params</name>
3217
  <full_name>mla_upload_post_params</full_name>
3218
+ <docblock line="261">
3219
  <description><![CDATA[Filter the Media/Add New post parameters.]]></description>
3220
  <long-description><![CDATA[]]></long-description>
3221
+ <tag line="261" name="since" description="2.02"/>
3222
+ <tag line="261" name="param" description="An array of media upload parameters used by Plupload." type="array" variable="$post_parms">
3223
  <type by_reference="false">array</type>
3224
  </tag>
3225
  </docblock>
3226
+ <argument line="268">
3227
  <name>$post_parms</name>
3228
  <default><![CDATA[]]></default>
3229
  <type/>
3230
  </argument>
3231
  </method>
3232
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="291" package="Media Library Assistant">
3233
  <name>mla_post_upload_ui</name>
3234
  <full_name>mla_post_upload_ui</full_name>
3235
+ <docblock line="281">
3236
  <description><![CDATA[Echoes bulk edit area HTML to the Media/Add New screen]]></description>
3237
  <long-description><![CDATA[<p>Fires on the post upload UI screen; legacy (pre-3.5.0) upload interface.
3238
  Anything echoed here goes below the "Maximum upload file size" message
3239
  and above the id="media-items" div.</p>]]></long-description>
3240
+ <tag line="281" name="since" description="2.02"/>
3241
  </docblock>
3242
  </method>
3243
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="459" package="Media Library Assistant">
3244
  <name>mla_update_attachment_metadata_postfilter</name>
3245
  <full_name>mla_update_attachment_metadata_postfilter</full_name>
3246
+ <docblock line="443">
3247
  <description><![CDATA[Apply Media/Add New bulk edit area updates, if any]]></description>
3248
  <long-description><![CDATA[<p>This filter is called AFTER MLA mapping rules are applied during
3249
  wp_update_attachment_metadata() processing. If none of the mapping rules
3250
  is enabled it is called from the 'wp_update_attachment_metadata' filter
3251
  with just two arguments.</p>]]></long-description>
3252
+ <tag line="443" name="since" description="2.02"/>
3253
+ <tag line="443" name="param" description="attachment metadata" type="array" variable="$data">
3254
  <type by_reference="false">array</type>
3255
  </tag>
3256
+ <tag line="443" name="param" description="The Post ID of the new/updated attachment" type="integer" variable="$post_id">
3257
  <type by_reference="false">integer</type>
3258
  </tag>
3259
+ <tag line="443" name="param" description="Processing options, e.g., 'is_upload'" type="array" variable="$options">
3260
  <type by_reference="false">array</type>
3261
  </tag>
3262
+ <tag line="443" name="return" description="updated attachment metadata" type="array">
3263
  <type by_reference="false">array</type>
3264
  </tag>
3265
  </docblock>
3266
+ <argument line="459">
3267
  <name>$data</name>
3268
  <default><![CDATA[]]></default>
3269
  <type/>
3270
  </argument>
3271
+ <argument line="459">
3272
  <name>$post_id</name>
3273
  <default><![CDATA[]]></default>
3274
  <type/>
3275
  </argument>
3276
+ <argument line="459">
3277
  <name>$options</name>
3278
  <default><![CDATA[array('is_upload' => true)]]></default>
3279
  <type/>
3280
  </argument>
3281
  </method>
3282
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="510" package="Media Library Assistant">
3283
  <name>mla_post_updated_messages_filter</name>
3284
  <full_name>mla_post_updated_messages_filter</full_name>
3285
+ <docblock line="500">
3286
  <description><![CDATA[Adds mapping update messages for display at the top of the Edit Media screen.]]></description>
3287
  <long-description><![CDATA[<p>Declared public because it is a filter.</p>]]></long-description>
3288
+ <tag line="500" name="since" description="1.10"/>
3289
+ <tag line="500" name="param" description="messages for the Edit screen" type="array" variable="$messages">
3290
  <type by_reference="false">array</type>
3291
  </tag>
3292
+ <tag line="500" name="return" description="updated messages" type="array">
3293
  <type by_reference="false">array</type>
3294
  </tag>
3295
  </docblock>
3296
+ <argument line="510">
3297
  <name>$messages</name>
3298
  <default><![CDATA[]]></default>
3299
  <type/>
3300
  </argument>
3301
  </method>
3302
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="527" package="Media Library Assistant">
3303
  <name>mla_attachment_submitbox_action</name>
3304
  <full_name>mla_attachment_submitbox_action</full_name>
3305
+ <docblock line="519">
3306
  <description><![CDATA[Adds Last Modified date to the Submit box on the Edit Media screen.]]></description>
3307
  <long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
3308
+ <tag line="519" name="since" description="0.80"/>
3309
+ <tag line="519" name="return" description="echoes the HTML markup for the label and value" type="void">
3310
  <type by_reference="false">void</type>
3311
  </tag>
3312
  </docblock>
3313
  </method>
3314
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="563" package="Media Library Assistant">
3315
  <name>mla_add_meta_boxes_action</name>
3316
  <full_name>mla_add_meta_boxes_action</full_name>
3317
+ <docblock line="552">
3318
  <description><![CDATA[Registers meta boxes for the Edit Media screen.]]></description>
3319
  <long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
3320
+ <tag line="552" name="since" description="0.80"/>
3321
+ <tag line="552" name="param" description="type of the current post, e.g., 'attachment' (optional, default 'unknown')" type="string" variable="$post_type">
3322
  <type by_reference="false">string</type>
3323
  </tag>
3324
+ <tag line="552" name="param" description="current post (optional, default (object) array ( 'ID' =&gt; 0 ))" type="object" variable="$post">
3325
  <type by_reference="false">object</type>
3326
  </tag>
3327
+ <tag line="552" name="return" description="" type="void">
3328
  <type by_reference="false">void</type>
3329
  </tag>
3330
  </docblock>
3331
+ <argument line="563">
3332
  <name>$post_type</name>
3333
  <default><![CDATA['unknown']]></default>
3334
  <type/>
3335
  </argument>
3336
+ <argument line="563">
3337
  <name>$post</name>
3338
  <default><![CDATA[NULL]]></default>
3339
  <type/>
3340
  </argument>
3341
  </method>
3342
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="660" package="Media Library Assistant">
3343
  <name>mla_edit_add_help_tab</name>
3344
  <full_name>mla_edit_add_help_tab</full_name>
3345
+ <docblock line="650">
3346
  <description><![CDATA[Add contextual help tabs to the WordPress Edit Media page]]></description>
3347
  <long-description><![CDATA[]]></long-description>
3348
+ <tag line="650" name="since" description="0.90"/>
3349
+ <tag line="650" name="param" description="title as shown on the screen" type="string" variable="$admin_title">
3350
  <type by_reference="false">string</type>
3351
  </tag>
3352
+ <tag line="650" name="param" description="title as shown in the HTML header" type="string" variable="$title">
3353
  <type by_reference="false">string</type>
3354
  </tag>
3355
+ <tag line="650" name="return" description="" type="void">
3356
  <type by_reference="false">void</type>
3357
  </tag>
3358
  </docblock>
3359
+ <argument line="660">
3360
  <name>$admin_title</name>
3361
  <default><![CDATA[]]></default>
3362
  <type/>
3363
  </argument>
3364
+ <argument line="660">
3365
  <name>$title</name>
3366
  <default><![CDATA[]]></default>
3367
  <type/>
3368
  </argument>
3369
  </method>
3370
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="772" package="Media Library Assistant">
3371
  <name>mla_parent_info_handler</name>
3372
  <full_name>mla_parent_info_handler</full_name>
3373
+ <docblock line="762">
3374
  <description><![CDATA[Renders the Parent Info meta box on the Edit Media page.]]></description>
3375
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3376
+ <tag line="762" name="since" description="0.80"/>
3377
+ <tag line="762" name="param" description="current post" type="object" variable="$post">
3378
  <type by_reference="false">object</type>
3379
  </tag>
3380
+ <tag line="762" name="return" description="echoes the HTML markup for the meta box content" type="void">
3381
  <type by_reference="false">void</type>
3382
  </tag>
3383
  </docblock>
3384
+ <argument line="772">
3385
  <name>$post</name>
3386
  <default><![CDATA[]]></default>
3387
  <type/>
3388
  </argument>
3389
  </method>
3390
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="821" package="Media Library Assistant">
3391
  <name>mla_menu_order_handler</name>
3392
  <full_name>mla_menu_order_handler</full_name>
3393
+ <docblock line="811">
3394
  <description><![CDATA[Renders the Menu Order meta box on the Edit Media page.]]></description>
3395
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3396
+ <tag line="811" name="since" description="0.80"/>
3397
+ <tag line="811" name="param" description="current post" type="object" variable="$post">
3398
  <type by_reference="false">object</type>
3399
  </tag>
3400
+ <tag line="811" name="return" description="echoes the HTML markup for the meta box content" type="void">
3401
  <type by_reference="false">void</type>
3402
  </tag>
3403
  </docblock>
3404
+ <argument line="821">
3405
  <name>$post</name>
3406
  <default><![CDATA[]]></default>
3407
  <type/>
3408
  </argument>
3409
  </method>
3410
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="838" package="Media Library Assistant">
3411
  <name>mla_image_metadata_handler</name>
3412
  <full_name>mla_image_metadata_handler</full_name>
3413
+ <docblock line="828">
3414
  <description><![CDATA[Renders the Image Metadata meta box on the Edit Media page.]]></description>
3415
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3416
+ <tag line="828" name="since" description="0.80"/>
3417
+ <tag line="828" name="param" description="current post" type="object" variable="$post">
3418
  <type by_reference="false">object</type>
3419
  </tag>
3420
+ <tag line="828" name="return" description="echoes the HTML markup for the meta box content" type="void">
3421
  <type by_reference="false">void</type>
3422
  </tag>
3423
  </docblock>
3424
+ <argument line="838">
3425
  <name>$post</name>
3426
  <default><![CDATA[]]></default>
3427
  <type/>
3428
  </argument>
3429
  </method>
3430
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="863" package="Media Library Assistant">
3431
  <name>mla_featured_in_handler</name>
3432
  <full_name>mla_featured_in_handler</full_name>
3433
+ <docblock line="853">
3434
  <description><![CDATA[Renders the Featured in meta box on the Edit Media page.]]></description>
3435
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3436
+ <tag line="853" name="since" description="0.80"/>
3437
+ <tag line="853" name="param" description="current post" type="object" variable="$post">
3438
  <type by_reference="false">object</type>
3439
  </tag>
3440
+ <tag line="853" name="return" description="echoes the HTML markup for the meta box content" type="void">
3441
  <type by_reference="false">void</type>
3442
  </tag>
3443
  </docblock>
3444
+ <argument line="863">
3445
  <name>$post</name>
3446
  <default><![CDATA[]]></default>
3447
  <type/>
3448
  </argument>
3449
  </method>
3450
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="898" package="Media Library Assistant">
3451
  <name>mla_inserted_in_handler</name>
3452
  <full_name>mla_inserted_in_handler</full_name>
3453
+ <docblock line="888">
3454
  <description><![CDATA[Renders the Inserted in meta box on the Edit Media page.]]></description>
3455
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3456
+ <tag line="888" name="since" description="0.80"/>
3457
+ <tag line="888" name="param" description="current post" type="object" variable="$post">
3458
  <type by_reference="false">object</type>
3459
  </tag>
3460
+ <tag line="888" name="return" description="echoes the HTML markup for the meta box content" type="void">
3461
  <type by_reference="false">void</type>
3462
  </tag>
3463
  </docblock>
3464
+ <argument line="898">
3465
  <name>$post</name>
3466
  <default><![CDATA[]]></default>
3467
  <type/>
3468
  </argument>
3469
  </method>
3470
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="937" package="Media Library Assistant">
3471
  <name>mla_gallery_in_handler</name>
3472
  <full_name>mla_gallery_in_handler</full_name>
3473
+ <docblock line="927">
3474
  <description><![CDATA[Renders the Gallery in meta box on the Edit Media page.]]></description>
3475
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3476
+ <tag line="927" name="since" description="0.80"/>
3477
+ <tag line="927" name="param" description="current post" type="object" variable="$post">
3478
  <type by_reference="false">object</type>
3479
  </tag>
3480
+ <tag line="927" name="return" description="echoes the HTML markup for the meta box content" type="void">
3481
  <type by_reference="false">void</type>
3482
  </tag>
3483
  </docblock>
3484
+ <argument line="937">
3485
  <name>$post</name>
3486
  <default><![CDATA[]]></default>
3487
  <type/>
3488
  </argument>
3489
  </method>
3490
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="972" package="Media Library Assistant">
3491
  <name>mla_mla_gallery_in_handler</name>
3492
  <full_name>mla_mla_gallery_in_handler</full_name>
3493
+ <docblock line="962">
3494
  <description><![CDATA[Renders the MLA Gallery in meta box on the Edit Media page.]]></description>
3495
  <long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
3496
+ <tag line="962" name="since" description="0.80"/>
3497
+ <tag line="962" name="param" description="current post" type="object" variable="$post">
3498
  <type by_reference="false">object</type>
3499
  </tag>
3500
+ <tag line="962" name="return" description="echoes the HTML markup for the meta box content" type="void">
3501
  <type by_reference="false">void</type>
3502
  </tag>
3503
  </docblock>
3504
+ <argument line="972">
3505
  <name>$post</name>
3506
  <default><![CDATA[]]></default>
3507
  <type/>
3508
  </argument>
3509
  </method>
3510
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1007" package="Media Library Assistant">
3511
  <name>mla_edit_attachment_action</name>
3512
  <full_name>mla_edit_attachment_action</full_name>
3513
+ <docblock line="997">
3514
  <description><![CDATA[Saves updates from the Edit Media screen.]]></description>
3515
  <long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
3516
+ <tag line="997" name="since" description="0.80"/>
3517
+ <tag line="997" name="param" description="ID of the current post" type="integer" variable="$post_ID">
3518
  <type by_reference="false">integer</type>
3519
  </tag>
3520
+ <tag line="997" name="return" description="" type="void">
3521
  <type by_reference="false">void</type>
3522
  </tag>
3523
  </docblock>
3524
+ <argument line="1007">
3525
  <name>$post_ID</name>
3526
  <default><![CDATA[]]></default>
3527
  <type/>
3528
  </argument>
3529
  </method>
3530
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1033" package="Media Library Assistant">
3531
  <name>_mla_ajax_add_flat_term</name>
3532
  <full_name>_mla_ajax_add_flat_term</full_name>
3533
+ <docblock line="1022">
3534
  <description><![CDATA[Add flat taxonomy term from "checklist" meta box on the Media Manager Modal Window]]></description>
3535
  <long-description><![CDATA[<p>Adapted from the WordPress post_categories_meta_box() in /wp-admin/includes/meta-boxes.php.</p>]]></long-description>
3536
+ <tag line="1022" name="since" description="1.80"/>
3537
+ <tag line="1022" name="param" description="The taxonomy name, from $_POST['action']" type="string" variable="$key">
3538
  <type by_reference="false">string</type>
3539
  </tag>
3540
+ <tag line="1022" name="return" description="Sends JSON response with updated HTML for the checklist" type="void">
3541
  <type by_reference="false">void</type>
3542
  </tag>
3543
  </docblock>
3544
+ <argument line="1033">
3545
  <name>$key</name>
3546
  <default><![CDATA[]]></default>
3547
  <type/>
3548
  </argument>
3549
  </method>
3550
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1096" package="Media Library Assistant">
3551
  <name>mla_checklist_meta_box</name>
3552
  <full_name>mla_checklist_meta_box</full_name>
3553
+ <docblock line="1081">
3554
  <description><![CDATA[Display taxonomy "checklist" form fields]]></description>
3555
  <long-description><![CDATA[<p>Adapted from /wp-admin/includes/ajax-actions.php function _wp_ajax_add_hierarchical_term().
3556
  Includes the "? Search" area to filter the term checklist by entering part
3557
  or all of a word/phrase in the term label.
3558
  Output to the Media/Edit Media screen and to the Media Manager Modal Window.</p>]]></long-description>
3559
+ <tag line="1081" name="since" description="1.71"/>
3560
+ <tag line="1081" name="param" description="The current post" type="object" variable="$target_post">
3561
  <type by_reference="false">object</type>
3562
  </tag>
3563
+ <tag line="1081" name="param" description="The meta box parameters" type="array" variable="$box">
3564
  <type by_reference="false">array</type>
3565
  </tag>
3566
+ <tag line="1081" name="return" description="Echoes HTML for the form fields" type="void">
3567
  <type by_reference="false">void</type>
3568
  </tag>
3569
  </docblock>
3570
+ <argument line="1096">
3571
  <name>$target_post</name>
3572
  <default><![CDATA[]]></default>
3573
  <type/>
3574
  </argument>
3575
+ <argument line="1096">
3576
  <name>$box</name>
3577
  <default><![CDATA[]]></default>
3578
  <type/>
3579
  </argument>
3580
  </method>
3581
  </class>
3582
+ <class final="false" abstract="false" namespace="global" line="1255" package="Media Library Assistant">
3583
  <extends>\Walker_Category</extends>
3584
  <name>MLA_Checklist_Walker</name>
3585
  <full_name>\MLA_Checklist_Walker</full_name>
3586
+ <docblock line="1245">
3587
  <description><![CDATA[Class MLA (Media Library Assistant) Checklist Walker replaces term_id with slug in checklist output]]></description>
3588
  <long-description><![CDATA[<p>This walker is used to build the meta boxes for flat taxonomies, e.g., Tags, Att. Tags.
3589
  Class Walker_Category is defined in /wp-includes/category-template.php.
3590
  Class Walker is defined in /wp-includes/class-wp-walker.php.</p>]]></long-description>
3591
+ <tag line="1245" name="package" description="Media Library Assistant"/>
3592
+ <tag line="1245" name="since" description="1.80"/>
3593
  </docblock>
3594
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1269" package="Media Library Assistant">
3595
  <name>start_el</name>
3596
  <full_name>start_el</full_name>
3597
+ <docblock line="1256">
3598
  <description><![CDATA[Start the element output.]]></description>
3599
  <long-description><![CDATA[]]></long-description>
3600
+ <tag line="1256" name="see" description="\global\Walker::start_el()" refers="\global\Walker::start_el()"/>
3601
+ <tag line="1256" name="since" description="1.80"/>
3602
+ <tag line="1256" name="param" description="Passed by reference. Used to append additional content." type="string" variable="$output">
3603
  <type by_reference="false">string</type>
3604
  </tag>
3605
+ <tag line="1256" name="param" description="Taxonomy data object." type="object" variable="$taxonomy_object">
3606
  <type by_reference="false">object</type>
3607
  </tag>
3608
+ <tag line="1256" name="param" description="Depth of category in reference to parents. Default 0." type="int" variable="$depth">
3609
  <type by_reference="false">int</type>
3610
  </tag>
3611
+ <tag line="1256" name="param" description="An array of arguments. @see wp_list_categories()" type="array" variable="$args">
3612
  <type by_reference="false">array</type>
3613
  </tag>
3614
+ <tag line="1256" name="param" description="ID of the current category." type="int" variable="$id">
3615
  <type by_reference="false">int</type>
3616
  </tag>
3617
  </docblock>
3618
+ <argument line="1269">
3619
  <name>$output</name>
3620
  <default><![CDATA[]]></default>
3621
  <type/>
3622
  </argument>
3623
+ <argument line="1269">
3624
  <name>$taxonomy_object</name>
3625
  <default><![CDATA[]]></default>
3626
  <type/>
3627
  </argument>
3628
+ <argument line="1269">
3629
  <name>$depth</name>
3630
  <default><![CDATA[0]]></default>
3631
  <type/>
3632
  </argument>
3633
+ <argument line="1269">
3634
  <name>$args</name>
3635
  <default><![CDATA[array()]]></default>
3636
  <type/>
3637
  </argument>
3638
+ <argument line="1269">
3639
  <name>$id</name>
3640
  <default><![CDATA[0]]></default>
3641
  <type/>
3642
  </argument>
3643
  </method>
3644
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1302" package="Media Library Assistant">
3645
  <name>end_el</name>
3646
  <full_name>end_el</full_name>
3647
+ <docblock line="1290">
3648
  <description><![CDATA[Ends the element output, if needed.]]></description>
3649
  <long-description><![CDATA[]]></long-description>
3650
+ <tag line="1290" name="see" description="\global\Walker::end_el()" refers="\global\Walker::end_el()"/>
3651
+ <tag line="1290" name="since" description="1.80"/>
3652
+ <tag line="1290" name="param" description="Passed by reference. Used to append additional content." type="string" variable="$output">
3653
  <type by_reference="false">string</type>
3654
  </tag>
3655
+ <tag line="1290" name="param" description="The current term object." type="object" variable="$category">
3656
  <type by_reference="false">object</type>
3657
  </tag>
3658
+ <tag line="1290" name="param" description="Depth of the term in reference to parents. Default 0." type="int" variable="$depth">
3659
  <type by_reference="false">int</type>
3660
  </tag>
3661
+ <tag line="1290" name="param" description="An array of arguments. @see wp_terms_checklist()" type="array" variable="$args">
3662
  <type by_reference="false">array</type>
3663
  </tag>
3664
  </docblock>
3665
+ <argument line="1302">
3666
  <name>$output</name>
3667
  <default><![CDATA[]]></default>
3668
  <type/>
3669
  </argument>
3670
+ <argument line="1302">
3671
  <name>$category</name>
3672
  <default><![CDATA[]]></default>
3673
  <type/>
3674
  </argument>
3675
+ <argument line="1302">
3676
  <name>$depth</name>
3677
  <default><![CDATA[0]]></default>
3678
  <type/>
3679
  </argument>
3680
+ <argument line="1302">
3681
  <name>$args</name>
3682
  <default><![CDATA[array()]]></default>
3683
  <type/>
4136
  </method>
4137
  </class>
4138
  </file>
4139
+ <file path="includes\class-mla-list-table.php" hash="04c172eacc2606fd2fc5d63b391205a0" package="Media Library Assistant">
4140
  <docblock line="2">
4141
  <description><![CDATA[Media Library Assistant extended List Table class]]></description>
4142
  <long-description><![CDATA[]]></long-description>
4156
  <tag line="16" name="package" description="Media Library Assistant"/>
4157
  <tag line="16" name="since" description="0.1"/>
4158
  </docblock>
4159
+ <property final="false" static="false" visibility="private" line="34" namespace="global" package="Media Library Assistant">
4160
  <name>$detached</name>
4161
  <default><![CDATA[]]></default>
4162
+ <docblock line="25">
4163
  <description><![CDATA[True if the current view is "Unattached"]]></description>
4164
  <long-description><![CDATA[<p>Declaration added in MLA v2.11 for WP 4.2 compatibility.</p>]]></long-description>
4165
+ <tag line="25" name="since" description="0.1"/>
4166
+ <tag line="25" name="var" description="" type="int">
4167
  <type by_reference="false">int</type>
4168
  </tag>
4169
  </docblock>
4170
  </property>
4171
+ <property final="false" static="false" visibility="private" line="43" namespace="global" package="Media Library Assistant">
4172
  <name>$attached</name>
4173
  <default><![CDATA[]]></default>
4174
+ <docblock line="36">
4175
  <description><![CDATA[True if the current view is "Attached"]]></description>
4176
  <long-description><![CDATA[]]></long-description>
4177
+ <tag line="36" name="since" description="2.11"/>
4178
+ <tag line="36" name="var" description="" type="int">
4179
  <type by_reference="false">int</type>
4180
  </tag>
4181
  </docblock>
4182
  </property>
4183
+ <property final="false" static="false" visibility="private" line="54" namespace="global" package="Media Library Assistant">
4184
  <name>$is_trash</name>
4185
  <default><![CDATA[]]></default>
4186
+ <docblock line="45">
4187
  <description><![CDATA[True if the current view is "Trash"]]></description>
4188
  <long-description><![CDATA[<p>Declaration added in MLA v2.11 for WP 4.2 compatibility.</p>]]></long-description>
4189
+ <tag line="45" name="since" description="0.1"/>
4190
+ <tag line="45" name="var" description="" type="int">
4191
  <type by_reference="false">int</type>
4192
  </tag>
4193
  </docblock>
4194
  </property>
4195
+ <property final="false" static="false" visibility="protected" line="69" namespace="global" package="Media Library Assistant">
4196
  <name>$rollover_id</name>
4197
  <default><![CDATA[0]]></default>
4198
+ <docblock line="60">
4199
  <description><![CDATA[Records assignment of row-level actions to a table row]]></description>
4200
  <long-description><![CDATA[<p>Set to the current Post-ID when row-level actions are output for the row.</p>]]></long-description>
4201
+ <tag line="60" name="since" description="0.1"/>
4202
+ <tag line="60" name="var" description="" type="int">
4203
  <type by_reference="false">int</type>
4204
  </tag>
4205
  </docblock>
4206
  </property>
4207
+ <property final="false" static="false" visibility="protected" line="80" namespace="global" package="Media Library Assistant">
4208
  <name>$currently_hidden</name>
4209
  <default><![CDATA[array()]]></default>
4210
+ <docblock line="71">
4211
  <description><![CDATA[Currently hidden columns]]></description>
4212
  <long-description><![CDATA[<p>Records hidden columns so row-level actions are not assigned to them.</p>]]></long-description>
4213
+ <tag line="71" name="since" description="0.1"/>
4214
+ <tag line="71" name="var" description="" type="array">
4215
  <type by_reference="false">array</type>
4216
  </tag>
4217
  </docblock>
4218
  </property>
4219
+ <property final="false" static="false" visibility="protected" line="89" namespace="global" package="Media Library Assistant">
4220
  <name>$mla_wpml_table</name>
4221
  <default><![CDATA[NULL]]></default>
4222
+ <docblock line="82">
4223
  <description><![CDATA[The WPML_List_table support object, if required]]></description>
4224
  <long-description><![CDATA[]]></long-description>
4225
+ <tag line="82" name="since" description="2.11"/>
4226
+ <tag line="82" name="var" description="" type="object">
4227
  <type by_reference="false">object</type>
4228
  </tag>
4229
  </docblock>
4230
  </property>
4231
+ <property final="false" static="true" visibility="protected" line="113" namespace="global" package="Media Library Assistant">
4232
  <name>$default_columns</name>
4233
  <default><![CDATA[array()]]></default>
4234
+ <docblock line="96">
4235
  <description><![CDATA[Table column definitions]]></description>
4236
  <long-description><![CDATA[<p>This array defines table columns and titles where the key is the column slug (and class)
4237
  and the value is the column's title text. If you need a checkbox for bulk actions,
4242
  bulk actions or checkboxes, simply leave the 'cb' entry out of your array.</p>
4243
 
4244
  <p>All of the columns are added to this array by MLA_List_Table::mla_admin_init_action.</p>]]></long-description>
4245
+ <tag line="96" name="since" description="0.1"/>
4246
+ <tag line="96" name="var" description="" type="array">
4247
  <type by_reference="false">array</type>
4248
  </tag>
4249
  </docblock>
4250
  </property>
4251
+ <property final="false" static="true" visibility="protected" line="131" namespace="global" package="Media Library Assistant">
4252
  <name>$default_hidden_columns</name>
4253
  <default><![CDATA[array('post_title', 'post_name', 'parent', 'menu_order', 'galleries', 'mla_galleries', 'alt_text', 'caption', 'description', 'post_mime_type', 'file_url', 'base_file', 'date', 'modified', 'author', 'attached_to')]]></default>
4254
+ <docblock line="115">
4255
  <description><![CDATA[Default values for hidden columns]]></description>
4256
  <long-description><![CDATA[<p>This array is used when the user-level option is not set, i.e.,
4257
  the user has not altered the selection of hidden columns.</p>
4261
 
4262
  <p>Taxonomy and custom field columns are added to this array by
4263
  MLA_List_Table::mla_admin_init_action.</p>]]></long-description>
4264
+ <tag line="115" name="since" description="0.1"/>
4265
+ <tag line="115" name="var" description="" type="array">
4266
  <type by_reference="false">array</type>
4267
  </tag>
4268
  </docblock>
4269
  </property>
4270
+ <property final="false" static="true" visibility="protected" line="174" namespace="global" package="Media Library Assistant">
4271
  <name>$default_sortable_columns</name>
4272
  <default><![CDATA[array('ID_parent' => array('ID', true), 'title_name' => array('title_name', false), 'post_title' => array('post_title', false), 'post_name' => array('post_name', false), 'parent' => array('post_parent', false), 'menu_order' => array('menu_order', false), 'alt_text' => array('_wp_attachment_image_alt', true), 'caption' => array('post_excerpt', false), 'description' => array('post_content', false), 'post_mime_type' => array('post_mime_type', false), 'file_url' => array('guid', false), 'base_file' => array('_wp_attached_file', false), 'date' => array('post_date', true), 'modified' => array('post_modified', true), 'author' => array('post_author', false), 'attached_to' => array('post_parent', false))]]></default>
4273
+ <docblock line="156">
4274
  <description><![CDATA[Sortable column definitions]]></description>
4275
  <long-description><![CDATA[<p>This array defines the table columns that can be sorted. The array key
4276
  is the column slug that needs to be sortable, and the value is database column
4282
 
4283
  <p>Taxonomy and custom field columns are added to this array by
4284
  MLA_List_Table::mla_admin_init_action.</p>]]></long-description>
4285
+ <tag line="156" name="since" description="0.1"/>
4286
+ <tag line="156" name="var" description="" type="array">
4287
  <type by_reference="false">array</type>
4288
  </tag>
4289
  </docblock>
4290
  </property>
4291
+ <method final="false" abstract="false" static="true" visibility="protected" namespace="global" line="211" package="Media Library Assistant">
4292
  <name>_avail_mime_types</name>
4293
  <full_name>_avail_mime_types</full_name>
4294
+ <docblock line="199">
4295
  <description><![CDATA[Get MIME types with one or more attachments for view preparation]]></description>
4296
  <long-description><![CDATA[<p>Modeled after get_available_post_mime_types in wp-admin/includes/post.php,
4297
  but uses the output of wp_count_attachments() as input.</p>]]></long-description>
4298
+ <tag line="199" name="since" description="0.1"/>
4299
+ <tag line="199" name="param" description="Number of posts for each MIME type" type="array" variable="$num_posts">
4300
  <type by_reference="false">array</type>
4301
  </tag>
4302
+ <tag line="199" name="return" description="Mime type names" type="array">
4303
  <type by_reference="false">array</type>
4304
  </tag>
4305
  </docblock>
4306
+ <argument line="211">
4307
  <name>$num_posts</name>
4308
  <default><![CDATA[]]></default>
4309
  <type/>
4310
  </argument>
4311
  </method>
4312
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="231" package="Media Library Assistant">
4313
  <name>mla_localize_default_columns_array</name>
4314
  <full_name>mla_localize_default_columns_array</full_name>
4315
+ <docblock line="223">
4316
  <description><![CDATA[Builds the $default_columns array with translated source texts.]]></description>
4317
+ <long-description><![CDATA[<p>Called from MLA:mla_plugins_loaded_action because the $default_columns information
4318
+ might be accessed from "front end" posts/pages.</p>]]></long-description>
4319
+ <tag line="223" name="since" description="1.71"/>
 
 
 
4320
  </docblock>
4321
  </method>
4322
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="272" package="Media Library Assistant">
4323
  <name>mla_get_taxonomy_filter_dropdown</name>
4324
  <full_name>mla_get_taxonomy_filter_dropdown</full_name>
4325
+ <docblock line="263">
4326
  <description><![CDATA[Get dropdown box of terms to filter by, if available]]></description>
4327
  <long-description><![CDATA[]]></long-description>
4328
+ <tag line="263" name="since" description="1.20"/>
4329
+ <tag line="263" name="param" description="currently selected term_id || zero (default)" type="integer" variable="$selected">
4330
  <type by_reference="false">integer</type>
4331
  </tag>
4332
+ <tag line="263" name="return" description="HTML markup for dropdown box" type="string">
4333
  <type by_reference="false">string</type>
4334
  </tag>
4335
  </docblock>
4336
+ <argument line="272">
4337
  <name>$selected</name>
4338
  <default><![CDATA[0]]></default>
4339
  <type/>
4340
  </argument>
4341
  </method>
4342
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="317" package="Media Library Assistant">
4343
  <name>mla_get_sortable_columns</name>
4344
  <full_name>mla_get_sortable_columns</full_name>
4345
+ <docblock line="310">
4346
  <description><![CDATA[Return the names and display values of the sortable columns]]></description>
4347
  <long-description><![CDATA[]]></long-description>
4348
+ <tag line="310" name="since" description="0.30"/>
4349
+ <tag line="310" name="return" description="name =&gt; array( orderby value, heading ) for sortable columns" type="array">
4350
  <type by_reference="false">array</type>
4351
  </tag>
4352
  </docblock>
4353
  </method>
4354
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="337" package="Media Library Assistant">
4355
  <name>mla_submenu_arguments</name>
4356
  <full_name>mla_submenu_arguments</full_name>
4357
+ <docblock line="328">
4358
  <description><![CDATA[Process $_REQUEST, building $submenu_arguments]]></description>
4359
  <long-description><![CDATA[]]></long-description>
4360
+ <tag line="328" name="since" description="1.42"/>
4361
+ <tag line="328" name="param" description="Optional: Include the &quot;click filter&quot; values in the results" type="boolean" variable="$include_filters">
4362
  <type by_reference="false">boolean</type>
4363
  </tag>
4364
+ <tag line="328" name="return" description="non-empty view, search, filter and sort arguments" type="array">
4365
  <type by_reference="false">array</type>
4366
  </tag>
4367
  </docblock>
4368
+ <argument line="337">
4369
  <name>$include_filters</name>
4370
  <default><![CDATA[true]]></default>
4371
  <type/>
4372
  </argument>
4373
  </method>
4374
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="454" package="Media Library Assistant">
4375
  <name>mla_manage_hidden_columns_filter</name>
4376
  <full_name>mla_manage_hidden_columns_filter</full_name>
4377
+ <docblock line="439">
4378
  <description><![CDATA[Handler for filter 'get_user_option_managemedia_page_mla-menucolumnshidden']]></description>
4379
  <long-description><![CDATA[<p>Required because the screen.php get_hidden_columns function only uses
4380
  the get_user_option result. Set when the file is loaded because the object
4381
  is not created in time for the call from screen.php.</p>]]></long-description>
4382
+ <tag line="439" name="since" description="0.1"/>
4383
+ <tag line="439" name="param" description="current list of hidden columns, if any" type="string" variable="$result">
4384
  <type by_reference="false">string</type>
4385
  </tag>
4386
+ <tag line="439" name="param" description="'managemedia_page_mla-menucolumnshidden'" type="string" variable="$option">
4387
  <type by_reference="false">string</type>
4388
  </tag>
4389
+ <tag line="439" name="param" description="WP_User object, if logged in" type="object" variable="$user_data">
4390
  <type by_reference="false">object</type>
4391
  </tag>
4392
+ <tag line="439" name="return" description="updated list of hidden columns" type="array">
4393
  <type by_reference="false">array</type>
4394
  </tag>
4395
  </docblock>
4396
+ <argument line="454">
4397
  <name>$result</name>
4398
  <default><![CDATA[]]></default>
4399
  <type/>
4400
  </argument>
4401
+ <argument line="454">
4402
  <name>$option</name>
4403
  <default><![CDATA[]]></default>
4404
  <type/>
4405
  </argument>
4406
+ <argument line="454">
4407
  <name>$user_data</name>
4408
  <default><![CDATA[]]></default>
4409
  <type/>
4410
  </argument>
4411
  </method>
4412
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="473" package="Media Library Assistant">
4413
  <name>mla_manage_columns_filter</name>
4414
  <full_name>mla_manage_columns_filter</full_name>
4415
+ <docblock line="462">
4416
  <description><![CDATA[Handler for filter 'manage_media_page_mla-menu_columns']]></description>
4417
  <long-description><![CDATA[<p>This required filter dictates the table's columns and titles. Set when the
4418
  file is loaded because the list_table object isn't created in time
4419
  to affect the "screen options" setup.</p>]]></long-description>
4420
+ <tag line="462" name="since" description="0.1"/>
4421
+ <tag line="462" name="return" description="list of table columns" type="array">
4422
  <type by_reference="false">array</type>
4423
  </tag>
4424
  </docblock>
4425
  </method>
4426
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="492" package="Media Library Assistant">
4427
  <name>mla_admin_init_action</name>
4428
  <full_name>mla_admin_init_action</full_name>
4429
+ <docblock line="484">
4430
  <description><![CDATA[Adds support for taxonomy and custom field columns]]></description>
4431
  <long-description><![CDATA[<p>Called in the admin_init action because the list_table object isn't
4432
  created in time to affect the "screen options" setup.</p>]]></long-description>
4433
+ <tag line="484" name="since" description="0.30"/>
 
 
 
4434
  </docblock>
4435
  </method>
4436
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="515" package="Media Library Assistant">
4437
  <name>__construct</name>
4438
  <full_name>__construct</full_name>
4439
+ <docblock line="509">
4440
  <description><![CDATA[Initializes some properties from $_REQUEST variables, then
4441
  calls the parent constructor to set some default configs.]]></description>
4442
  <long-description><![CDATA[]]></long-description>
4443
+ <tag line="509" name="since" description="0.1"/>
 
 
 
4444
  </docblock>
4445
  </method>
4446
  <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="551" package="Media Library Assistant">
4447
+ <name>ajax_user_can</name>
4448
+ <full_name>ajax_user_can</full_name>
4449
+ <docblock line="544">
4450
+ <description><![CDATA[Checks the current user's permissions]]></description>
4451
+ <long-description><![CDATA[]]></long-description>
4452
+ <tag line="544" name="since" description="2.13"/>
4453
+ <tag line="544" name="return" description="" type="bool">
4454
+ <type by_reference="false">bool</type>
4455
+ </tag>
4456
+ </docblock>
4457
+ </method>
4458
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="568" package="Media Library Assistant">
4459
  <name>column_default</name>
4460
  <full_name>column_default</full_name>
4461
+ <docblock line="555">
4462
  <description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
4463
  <long-description><![CDATA[<p>Called when the parent class can't find a method specifically built for a given column.
4464
  The taxonomy and custom field columns are handled here. All other columns should have
4465
  a specific method, so this function returns a troubleshooting message.</p>]]></long-description>
4466
+ <tag line="555" name="since" description="0.1"/>
4467
+ <tag line="555" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
4468
  <type by_reference="false">array</type>
4469
  </tag>
4470
+ <tag line="555" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
4471
  <type by_reference="false">array</type>
4472
  </tag>
4473
+ <tag line="555" name="return" description="Text or HTML to be placed inside the column" type="string">
4474
  <type by_reference="false">string</type>
4475
  </tag>
4476
  </docblock>
4477
+ <argument line="568">
4478
  <name>$item</name>
4479
  <default><![CDATA[]]></default>
4480
  <type/>
4481
  </argument>
4482
+ <argument line="568">
4483
  <name>$column_name</name>
4484
  <default><![CDATA[]]></default>
4485
  <type/>
4486
  </argument>
4487
  </method>
4488
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="658" package="Media Library Assistant">
4489
  <name>column_cb</name>
4490
  <full_name>column_cb</full_name>
4491
+ <docblock line="649">
4492
  <description><![CDATA[Displays checkboxes for using bulk actions.]]></description>
4493
  <long-description><![CDATA[<p>The 'cb' column
4494
  is given special treatment when columns are processed.</p>]]></long-description>
4495
+ <tag line="649" name="since" description="0.1"/>
4496
+ <tag line="649" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4497
  <type by_reference="false">array</type>
4498
  </tag>
4499
+ <tag line="649" name="return" description="HTML markup to be placed inside the column" type="string">
4500
  <type by_reference="false">string</type>
4501
  </tag>
4502
  </docblock>
4503
+ <argument line="658">
4504
  <name>$item</name>
4505
  <default><![CDATA[]]></default>
4506
  <type/>
4507
  </argument>
4508
  </method>
4509
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="673" package="Media Library Assistant">
4510
  <name>column_icon</name>
4511
  <full_name>column_icon</full_name>
4512
+ <docblock line="665">
4513
  <description><![CDATA[Supply the content for a custom column]]></description>
4514
  <long-description><![CDATA[]]></long-description>
4515
+ <tag line="665" name="since" description="0.1"/>
4516
+ <tag line="665" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4517
  <type by_reference="false">array</type>
4518
  </tag>
4519
+ <tag line="665" name="return" description="HTML markup to be placed inside the column" type="string">
4520
  <type by_reference="false">string</type>
4521
  </tag>
4522
  </docblock>
4523
+ <argument line="673">
4524
  <name>$item</name>
4525
  <default><![CDATA[]]></default>
4526
  <type/>
4527
  </argument>
4528
  </method>
4529
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="733" package="Media Library Assistant">
4530
  <name>_format_post_status</name>
4531
  <full_name>_format_post_status</full_name>
4532
+ <docblock line="724">
4533
  <description><![CDATA[Translate post_status 'future', 'pending', 'draft' and 'trash' to label]]></description>
4534
  <long-description><![CDATA[]]></long-description>
4535
+ <tag line="724" name="since" description="2.01"/>
4536
+ <tag line="724" name="param" description="post_status" type="string" variable="$post_status">
4537
  <type by_reference="false">string</type>
4538
  </tag>
4539
+ <tag line="724" name="return" description="Status label or empty string" type="string">
4540
  <type by_reference="false">string</type>
4541
  </tag>
4542
  </docblock>
4543
+ <argument line="733">
4544
  <name>$post_status</name>
4545
  <default><![CDATA[]]></default>
4546
  <type/>
4547
  </argument>
4548
  </method>
4549
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="763" package="Media Library Assistant">
4550
+ <name>get_default_primary_column_name</name>
4551
+ <full_name>get_default_primary_column_name</full_name>
4552
+ <docblock line="755">
4553
+ <description><![CDATA[Get the name of the default primary column.]]></description>
4554
+ <long-description><![CDATA[]]></long-description>
4555
+ <tag line="755" name="since" description="2.13"/>
4556
+ <tag line="755" name="access" description="protected"/>
4557
+ <tag line="755" name="return" description="Name of the default primary column" type="string">
4558
+ <type by_reference="false">string</type>
4559
+ </tag>
4560
+ </docblock>
4561
+ </method>
4562
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="798" package="Media Library Assistant">
4563
+ <name>handle_row_actions</name>
4564
+ <full_name>handle_row_actions</full_name>
4565
+ <docblock line="787">
4566
+ <description><![CDATA[Generate and display row actions links.]]></description>
4567
+ <long-description><![CDATA[]]></long-description>
4568
+ <tag line="787" name="since" description="2.13"/>
4569
+ <tag line="787" name="access" description="protected"/>
4570
+ <tag line="787" name="param" description="Attachment being acted upon." type="object" variable="$item">
4571
+ <type by_reference="false">object</type>
4572
+ </tag>
4573
+ <tag line="787" name="param" description="Current column name." type="string" variable="$column_name">
4574
+ <type by_reference="false">string</type>
4575
+ </tag>
4576
+ <tag line="787" name="param" description="Primary column name." type="string" variable="$primary">
4577
+ <type by_reference="false">string</type>
4578
+ </tag>
4579
+ <tag line="787" name="return" description="Row actions output for media attachments." type="string">
4580
+ <type by_reference="false">string</type>
4581
+ </tag>
4582
+ </docblock>
4583
+ <argument line="798">
4584
+ <name>$item</name>
4585
+ <default><![CDATA[]]></default>
4586
+ <type/>
4587
+ </argument>
4588
+ <argument line="798">
4589
+ <name>$column_name</name>
4590
+ <default><![CDATA[]]></default>
4591
+ <type/>
4592
+ </argument>
4593
+ <argument line="798">
4594
+ <name>$primary</name>
4595
+ <default><![CDATA[]]></default>
4596
+ <type/>
4597
+ </argument>
4598
+ </method>
4599
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="819" package="Media Library Assistant">
4600
  <name>_build_rollover_actions</name>
4601
  <full_name>_build_rollover_actions</full_name>
4602
+ <docblock line="808">
4603
+ <description><![CDATA[Add rollover actions to the current primary column, one of:
4604
  'ID_parent', 'title_name', 'post_title', 'post_name']]></description>
4605
  <long-description><![CDATA[]]></long-description>
4606
+ <tag line="808" name="since" description="0.1"/>
4607
+ <tag line="808" name="param" description="A singular attachment (post) object" type="object" variable="$item">
4608
  <type by_reference="false">object</type>
4609
  </tag>
4610
+ <tag line="808" name="param" description="Current column name" type="string" variable="$column">
4611
  <type by_reference="false">string</type>
4612
  </tag>
4613
+ <tag line="808" name="return" description="Names and URLs of row-level actions" type="array">
4614
  <type by_reference="false">array</type>
4615
  </tag>
4616
  </docblock>
4617
+ <argument line="819">
4618
  <name>$item</name>
4619
  <default><![CDATA[]]></default>
4620
  <type/>
4621
  </argument>
4622
+ <argument line="819">
4623
  <name>$column</name>
4624
  <default><![CDATA[]]></default>
4625
  <type/>
4626
  </argument>
4627
  </method>
4628
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="891" package="Media Library Assistant">
4629
  <name>_build_inline_data</name>
4630
  <full_name>_build_inline_data</full_name>
4631
+ <docblock line="882">
4632
  <description><![CDATA[Add hidden fields with the data for use in the inline editor]]></description>
4633
  <long-description><![CDATA[]]></long-description>
4634
+ <tag line="882" name="since" description="0.20"/>
4635
+ <tag line="882" name="param" description="A singular attachment (post) object" type="object" variable="$item">
4636
  <type by_reference="false">object</type>
4637
  </tag>
4638
+ <tag line="882" name="return" description="HTML &lt;div&gt; with row data" type="string">
4639
  <type by_reference="false">string</type>
4640
  </tag>
4641
  </docblock>
4642
+ <argument line="891">
4643
+ <name>$item</name>
4644
+ <default><![CDATA[]]></default>
4645
+ <type/>
4646
+ </argument>
4647
+ </method>
4648
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="991" package="Media Library Assistant">
4649
+ <name>_handle_primary_column</name>
4650
+ <full_name>_handle_primary_column</full_name>
4651
+ <docblock line="976">
4652
+ <description><![CDATA[Format primary column before/after Wordpress v4.3]]></description>
4653
+ <long-description><![CDATA[<p>For WordPress before 4.3, add rollover actions and inline_data to the
4654
+ first visible column. For 4.3 and later, merge the icon with the primary
4655
+ visible column and add div tags.</p>]]></long-description>
4656
+ <tag line="976" name="since" description="2.13"/>
4657
+ <tag line="976" name="param" description="A singular attachment (post) object" type="object" variable="$item">
4658
+ <type by_reference="false">object</type>
4659
+ </tag>
4660
+ <tag line="976" name="param" description="Current column name" type="string" variable="$column_name">
4661
+ <type by_reference="false">string</type>
4662
+ </tag>
4663
+ <tag line="976" name="param" description="Current column contents" type="string" variable="$column_content">
4664
+ <type by_reference="false">string</type>
4665
+ </tag>
4666
+ <tag line="976" name="return" description="Complete column content" type="string">
4667
+ <type by_reference="false">string</type>
4668
+ </tag>
4669
+ </docblock>
4670
+ <argument line="991">
4671
  <name>$item</name>
4672
  <default><![CDATA[]]></default>
4673
  <type/>
4674
  </argument>
4675
+ <argument line="991">
4676
+ <name>$column_name</name>
4677
+ <default><![CDATA[]]></default>
4678
+ <type/>
4679
+ </argument>
4680
+ <argument line="991">
4681
+ <name>$column_content</name>
4682
+ <default><![CDATA[]]></default>
4683
+ <type/>
4684
+ </argument>
4685
  </method>
4686
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1024" package="Media Library Assistant">
4687
  <name>column_ID_parent</name>
4688
  <full_name>column_ID_parent</full_name>
4689
+ <docblock line="1016">
4690
  <description><![CDATA[Supply the content for a custom column]]></description>
4691
  <long-description><![CDATA[]]></long-description>
4692
+ <tag line="1016" name="since" description="0.1"/>
4693
+ <tag line="1016" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4694
  <type by_reference="false">array</type>
4695
  </tag>
4696
+ <tag line="1016" name="return" description="HTML markup to be placed inside the column" type="string">
4697
  <type by_reference="false">string</type>
4698
  </tag>
4699
  </docblock>
4700
+ <argument line="1024">
4701
  <name>$item</name>
4702
  <default><![CDATA[]]></default>
4703
  <type/>
4704
  </argument>
4705
  </method>
4706
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1053" package="Media Library Assistant">
4707
  <name>column_title_name</name>
4708
  <full_name>column_title_name</full_name>
4709
+ <docblock line="1045">
4710
  <description><![CDATA[Supply the content for a custom column]]></description>
4711
  <long-description><![CDATA[]]></long-description>
4712
+ <tag line="1045" name="since" description="0.1"/>
4713
+ <tag line="1045" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4714
  <type by_reference="false">array</type>
4715
  </tag>
4716
+ <tag line="1045" name="return" description="HTML markup to be placed inside the column" type="string">
4717
  <type by_reference="false">string</type>
4718
  </tag>
4719
  </docblock>
4720
+ <argument line="1053">
4721
  <name>$item</name>
4722
  <default><![CDATA[]]></default>
4723
  <type/>
4724
  </argument>
4725
  </method>
4726
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1071" package="Media Library Assistant">
4727
  <name>column_post_title</name>
4728
  <full_name>column_post_title</full_name>
4729
+ <docblock line="1063">
4730
  <description><![CDATA[Supply the content for a custom column]]></description>
4731
  <long-description><![CDATA[]]></long-description>
4732
+ <tag line="1063" name="since" description="0.1"/>
4733
+ <tag line="1063" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4734
  <type by_reference="false">array</type>
4735
  </tag>
4736
+ <tag line="1063" name="return" description="HTML markup to be placed inside the column" type="string">
4737
  <type by_reference="false">string</type>
4738
  </tag>
4739
  </docblock>
4740
+ <argument line="1071">
4741
  <name>$item</name>
4742
  <default><![CDATA[]]></default>
4743
  <type/>
4744
  </argument>
4745
  </method>
4746
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1083" package="Media Library Assistant">
4747
  <name>column_post_name</name>
4748
  <full_name>column_post_name</full_name>
4749
+ <docblock line="1075">
4750
  <description><![CDATA[Supply the content for a custom column]]></description>
4751
  <long-description><![CDATA[]]></long-description>
4752
+ <tag line="1075" name="since" description="0.1"/>
4753
+ <tag line="1075" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4754
  <type by_reference="false">array</type>
4755
  </tag>
4756
+ <tag line="1075" name="return" description="HTML markup to be placed inside the column" type="string">
4757
  <type by_reference="false">string</type>
4758
  </tag>
4759
  </docblock>
4760
+ <argument line="1083">
4761
  <name>$item</name>
4762
  <default><![CDATA[]]></default>
4763
  <type/>
4764
  </argument>
4765
  </method>
4766
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1095" package="Media Library Assistant">
4767
  <name>column_parent</name>
4768
  <full_name>column_parent</full_name>
4769
+ <docblock line="1087">
4770
  <description><![CDATA[Supply the content for a custom column]]></description>
4771
  <long-description><![CDATA[]]></long-description>
4772
+ <tag line="1087" name="since" description="0.1"/>
4773
+ <tag line="1087" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4774
  <type by_reference="false">array</type>
4775
  </tag>
4776
+ <tag line="1087" name="return" description="HTML markup to be placed inside the column" type="string">
4777
  <type by_reference="false">string</type>
4778
  </tag>
4779
  </docblock>
4780
+ <argument line="1095">
4781
  <name>$item</name>
4782
  <default><![CDATA[]]></default>
4783
  <type/>
4784
  </argument>
4785
  </method>
4786
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1121" package="Media Library Assistant">
4787
  <name>column_menu_order</name>
4788
  <full_name>column_menu_order</full_name>
4789
+ <docblock line="1113">
4790
  <description><![CDATA[Supply the content for a custom column]]></description>
4791
  <long-description><![CDATA[]]></long-description>
4792
+ <tag line="1113" name="since" description="0.60"/>
4793
+ <tag line="1113" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4794
  <type by_reference="false">array</type>
4795
  </tag>
4796
+ <tag line="1113" name="return" description="HTML markup to be placed inside the column" type="string">
4797
  <type by_reference="false">string</type>
4798
  </tag>
4799
  </docblock>
4800
+ <argument line="1121">
4801
  <name>$item</name>
4802
  <default><![CDATA[]]></default>
4803
  <type/>
4804
  </argument>
4805
  </method>
4806
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1133" package="Media Library Assistant">
4807
  <name>column_featured</name>
4808
  <full_name>column_featured</full_name>
4809
+ <docblock line="1125">
4810
  <description><![CDATA[Supply the content for a custom column]]></description>
4811
  <long-description><![CDATA[]]></long-description>
4812
+ <tag line="1125" name="since" description="0.1"/>
4813
+ <tag line="1125" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4814
  <type by_reference="false">array</type>
4815
  </tag>
4816
+ <tag line="1125" name="return" description="HTML markup to be placed inside the column" type="string">
4817
  <type by_reference="false">string</type>
4818
  </tag>
4819
  </docblock>
4820
+ <argument line="1133">
4821
  <name>$item</name>
4822
  <default><![CDATA[]]></default>
4823
  <type/>
4824
  </argument>
4825
  </method>
4826
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1178" package="Media Library Assistant">
4827
  <name>column_inserted</name>
4828
  <full_name>column_inserted</full_name>
4829
+ <docblock line="1170">
4830
  <description><![CDATA[Supply the content for a custom column]]></description>
4831
  <long-description><![CDATA[]]></long-description>
4832
+ <tag line="1170" name="since" description="0.1"/>
4833
+ <tag line="1170" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4834
  <type by_reference="false">array</type>
4835
  </tag>
4836
+ <tag line="1170" name="return" description="HTML markup to be placed inside the column" type="string">
4837
  <type by_reference="false">string</type>
4838
  </tag>
4839
  </docblock>
4840
+ <argument line="1178">
4841
  <name>$item</name>
4842
  <default><![CDATA[]]></default>
4843
  <type/>
4844
  </argument>
4845
  </method>
4846
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1228" package="Media Library Assistant">
4847
  <name>column_galleries</name>
4848
  <full_name>column_galleries</full_name>
4849
+ <docblock line="1220">
4850
  <description><![CDATA[Supply the content for a custom column]]></description>
4851
  <long-description><![CDATA[]]></long-description>
4852
+ <tag line="1220" name="since" description="0.70"/>
4853
+ <tag line="1220" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4854
  <type by_reference="false">array</type>
4855
  </tag>
4856
+ <tag line="1220" name="return" description="HTML markup to be placed inside the column" type="string">
4857
  <type by_reference="false">string</type>
4858
  </tag>
4859
  </docblock>
4860
+ <argument line="1228">
4861
  <name>$item</name>
4862
  <default><![CDATA[]]></default>
4863
  <type/>
4864
  </argument>
4865
  </method>
4866
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1273" package="Media Library Assistant">
4867
  <name>column_mla_galleries</name>
4868
  <full_name>column_mla_galleries</full_name>
4869
+ <docblock line="1265">
4870
  <description><![CDATA[Supply the content for a custom column]]></description>
4871
  <long-description><![CDATA[]]></long-description>
4872
+ <tag line="1265" name="since" description="0.70"/>
4873
+ <tag line="1265" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4874
  <type by_reference="false">array</type>
4875
  </tag>
4876
+ <tag line="1265" name="return" description="HTML markup to be placed inside the column" type="string">
4877
  <type by_reference="false">string</type>
4878
  </tag>
4879
  </docblock>
4880
+ <argument line="1273">
4881
  <name>$item</name>
4882
  <default><![CDATA[]]></default>
4883
  <type/>
4884
  </argument>
4885
  </method>
4886
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1318" package="Media Library Assistant">
4887
  <name>column_alt_text</name>
4888
  <full_name>column_alt_text</full_name>
4889
+ <docblock line="1310">
4890
  <description><![CDATA[Supply the content for a custom column]]></description>
4891
  <long-description><![CDATA[]]></long-description>
4892
+ <tag line="1310" name="since" description="0.1"/>
4893
+ <tag line="1310" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4894
  <type by_reference="false">array</type>
4895
  </tag>
4896
+ <tag line="1310" name="return" description="HTML markup to be placed inside the column" type="string">
4897
  <type by_reference="false">string</type>
4898
  </tag>
4899
  </docblock>
4900
+ <argument line="1318">
4901
  <name>$item</name>
4902
  <default><![CDATA[]]></default>
4903
  <type/>
4904
  </argument>
4905
  </method>
4906
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1345" package="Media Library Assistant">
4907
  <name>column_caption</name>
4908
  <full_name>column_caption</full_name>
4909
+ <docblock line="1337">
4910
  <description><![CDATA[Supply the content for a custom column]]></description>
4911
  <long-description><![CDATA[]]></long-description>
4912
+ <tag line="1337" name="since" description="0.1"/>
4913
+ <tag line="1337" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4914
  <type by_reference="false">array</type>
4915
  </tag>
4916
+ <tag line="1337" name="return" description="HTML markup to be placed inside the column" type="string">
4917
  <type by_reference="false">string</type>
4918
  </tag>
4919
  </docblock>
4920
+ <argument line="1345">
4921
  <name>$item</name>
4922
  <default><![CDATA[]]></default>
4923
  <type/>
4924
  </argument>
4925
  </method>
4926
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1357" package="Media Library Assistant">
4927
  <name>column_description</name>
4928
  <full_name>column_description</full_name>
4929
+ <docblock line="1349">
4930
  <description><![CDATA[Supply the content for a custom column]]></description>
4931
  <long-description><![CDATA[]]></long-description>
4932
+ <tag line="1349" name="since" description="0.1"/>
4933
+ <tag line="1349" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4934
  <type by_reference="false">array</type>
4935
  </tag>
4936
+ <tag line="1349" name="return" description="HTML markup to be placed inside the column" type="string">
4937
  <type by_reference="false">string</type>
4938
  </tag>
4939
  </docblock>
4940
+ <argument line="1357">
4941
  <name>$item</name>
4942
  <default><![CDATA[]]></default>
4943
  <type/>
4944
  </argument>
4945
  </method>
4946
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1369" package="Media Library Assistant">
4947
  <name>column_post_mime_type</name>
4948
  <full_name>column_post_mime_type</full_name>
4949
+ <docblock line="1361">
4950
  <description><![CDATA[Supply the content for a custom column]]></description>
4951
  <long-description><![CDATA[]]></long-description>
4952
+ <tag line="1361" name="since" description="0.30"/>
4953
+ <tag line="1361" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4954
  <type by_reference="false">array</type>
4955
  </tag>
4956
+ <tag line="1361" name="return" description="HTML markup to be placed inside the column" type="string">
4957
  <type by_reference="false">string</type>
4958
  </tag>
4959
  </docblock>
4960
+ <argument line="1369">
4961
  <name>$item</name>
4962
  <default><![CDATA[]]></default>
4963
  <type/>
4964
  </argument>
4965
  </method>
4966
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1385" package="Media Library Assistant">
4967
  <name>column_file_url</name>
4968
  <full_name>column_file_url</full_name>
4969
+ <docblock line="1377">
4970
  <description><![CDATA[Supply the content for a custom column]]></description>
4971
  <long-description><![CDATA[]]></long-description>
4972
+ <tag line="1377" name="since" description="0.1"/>
4973
+ <tag line="1377" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4974
  <type by_reference="false">array</type>
4975
  </tag>
4976
+ <tag line="1377" name="return" description="HTML markup to be placed inside the column" type="string">
4977
  <type by_reference="false">string</type>
4978
  </tag>
4979
  </docblock>
4980
+ <argument line="1385">
4981
  <name>$item</name>
4982
  <default><![CDATA[]]></default>
4983
  <type/>
4984
  </argument>
4985
  </method>
4986
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1399" package="Media Library Assistant">
4987
  <name>column_base_file</name>
4988
  <full_name>column_base_file</full_name>
4989
+ <docblock line="1391">
4990
  <description><![CDATA[Supply the content for a custom column]]></description>
4991
  <long-description><![CDATA[]]></long-description>
4992
+ <tag line="1391" name="since" description="0.1"/>
4993
+ <tag line="1391" name="param" description="A singular attachment (post) object" type="array" variable="$item">
4994
  <type by_reference="false">array</type>
4995
  </tag>
4996
+ <tag line="1391" name="return" description="HTML markup to be placed inside the column" type="string">
4997
  <type by_reference="false">string</type>
4998
  </tag>
4999
  </docblock>
5000
+ <argument line="1399">
5001
  <name>$item</name>
5002
  <default><![CDATA[]]></default>
5003
  <type/>
5004
  </argument>
5005
  </method>
5006
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1418" package="Media Library Assistant">
5007
  <name>column_date</name>
5008
  <full_name>column_date</full_name>
5009
+ <docblock line="1410">
5010
  <description><![CDATA[Supply the content for a custom column]]></description>
5011
  <long-description><![CDATA[]]></long-description>
5012
+ <tag line="1410" name="since" description="0.1"/>
5013
+ <tag line="1410" name="param" description="A singular attachment (post) object" type="array" variable="$item">
5014
  <type by_reference="false">array</type>
5015
  </tag>
5016
+ <tag line="1410" name="return" description="HTML markup to be placed inside the column" type="string">
5017
  <type by_reference="false">string</type>
5018
  </tag>
5019
  </docblock>
5020
+ <argument line="1418">
5021
  <name>$item</name>
5022
  <default><![CDATA[]]></default>
5023
  <type/>
5024
  </argument>
5025
  </method>
5026
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1453" package="Media Library Assistant">
5027
  <name>column_modified</name>
5028
  <full_name>column_modified</full_name>
5029
+ <docblock line="1445">
5030
  <description><![CDATA[Supply the content for a custom column]]></description>
5031
  <long-description><![CDATA[]]></long-description>
5032
+ <tag line="1445" name="since" description="0.30"/>
5033
+ <tag line="1445" name="param" description="A singular attachment (post) object" type="array" variable="$item">
5034
  <type by_reference="false">array</type>
5035
  </tag>
5036
+ <tag line="1445" name="return" description="HTML markup to be placed inside the column" type="string">
5037
  <type by_reference="false">string</type>
5038
  </tag>
5039
  </docblock>
5040
+ <argument line="1453">
5041
  <name>$item</name>
5042
  <default><![CDATA[]]></default>
5043
  <type/>
5044
  </argument>
5045
  </method>
5046
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1482" package="Media Library Assistant">
5047
  <name>column_author</name>
5048
  <full_name>column_author</full_name>
5049
+ <docblock line="1474">
5050
  <description><![CDATA[Supply the content for a custom column]]></description>
5051
  <long-description><![CDATA[]]></long-description>
5052
+ <tag line="1474" name="since" description="0.30"/>
5053
+ <tag line="1474" name="param" description="A singular attachment (post) object" type="array" variable="$item">
5054
  <type by_reference="false">array</type>
5055
  </tag>
5056
+ <tag line="1474" name="return" description="HTML markup to be placed inside the column" type="string">
5057
  <type by_reference="false">string</type>
5058
  </tag>
5059
  </docblock>
5060
+ <argument line="1482">
5061
  <name>$item</name>
5062
  <default><![CDATA[]]></default>
5063
  <type/>
5064
  </argument>
5065
  </method>
5066
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1504" package="Media Library Assistant">
5067
  <name>column_attached_to</name>
5068
  <full_name>column_attached_to</full_name>
5069
+ <docblock line="1496">
5070
  <description><![CDATA[Supply the content for a custom column]]></description>
5071
  <long-description><![CDATA[]]></long-description>
5072
+ <tag line="1496" name="since" description="0.1"/>
5073
+ <tag line="1496" name="param" description="A singular attachment (post) object" type="array" variable="$item">
5074
  <type by_reference="false">array</type>
5075
  </tag>
5076
+ <tag line="1496" name="return" description="HTML markup to be placed inside the column" type="string">
5077
  <type by_reference="false">string</type>
5078
  </tag>
5079
  </docblock>
5080
+ <argument line="1504">
5081
  <name>$item</name>
5082
  <default><![CDATA[]]></default>
5083
  <type/>
5084
  </argument>
5085
  </method>
5086
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1540" package="Media Library Assistant">
5087
  <name>pagination</name>
5088
  <full_name>pagination</full_name>
5089
+ <docblock line="1533">
5090
  <description><![CDATA[Display the pagination, adding view, search and filter arguments]]></description>
5091
  <long-description><![CDATA[]]></long-description>
5092
+ <tag line="1533" name="since" description="1.42"/>
5093
+ <tag line="1533" name="param" description="'top' | 'bottom'" type="string" variable="$which">
5094
  <type by_reference="false">string</type>
5095
  </tag>
 
 
 
5096
  </docblock>
5097
+ <argument line="1540">
5098
  <name>$which</name>
5099
  <default><![CDATA[]]></default>
5100
  <type/>
5101
  </argument>
5102
  </method>
5103
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1554" package="Media Library Assistant">
5104
  <name>get_columns</name>
5105
  <full_name>get_columns</full_name>
5106
+ <docblock line="1547">
5107
  <description><![CDATA[This method dictates the table's columns and titles]]></description>
5108
  <long-description><![CDATA[]]></long-description>
5109
+ <tag line="1547" name="since" description="0.1"/>
5110
+ <tag line="1547" name="return" description="Column information: 'slugs'=&gt;'Visible Titles'" type="array">
5111
  <type by_reference="false">array</type>
5112
  </tag>
5113
  </docblock>
5114
  </method>
5115
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1566" package="Media Library Assistant">
5116
  <name>get_hidden_columns</name>
5117
  <full_name>get_hidden_columns</full_name>
5118
+ <docblock line="1558">
5119
  <description><![CDATA[Returns the list of currently hidden columns from a user option or
5120
  from default values if the option is not set]]></description>
5121
  <long-description><![CDATA[]]></long-description>
5122
+ <tag line="1558" name="since" description="0.1"/>
5123
+ <tag line="1558" name="return" description="Column information,e.g., array(0 =&gt; 'ID_parent, 1 =&gt; 'title_name')" type="array">
5124
  <type by_reference="false">array</type>
5125
  </tag>
5126
  </docblock>
5127
  </method>
5128
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1591" package="Media Library Assistant">
5129
  <name>get_sortable_columns</name>
5130
  <full_name>get_sortable_columns</full_name>
5131
+ <docblock line="1582">
5132
  <description><![CDATA[Returns an array where the key is the column that needs to be sortable
5133
  and the value is db column (or other criteria) to sort by.]]></description>
5134
  <long-description><![CDATA[]]></long-description>
5135
+ <tag line="1582" name="since" description="0.1"/>
5136
+ <tag line="1582" name="return" description="Sortable column information,e.g., 'slug' =&gt; array('data_value', (boolean) initial_descending )" type="array">
5137
  <type by_reference="false">array</type>
5138
  </tag>
5139
  </docblock>
5140
  </method>
5141
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1602" package="Media Library Assistant">
5142
  <name>print_column_headers</name>
5143
  <full_name>print_column_headers</full_name>
5144
+ <docblock line="1595">
5145
  <description><![CDATA[Print column headers, adding view, search and filter arguments]]></description>
5146
  <long-description><![CDATA[]]></long-description>
5147
+ <tag line="1595" name="since" description="1.42"/>
5148
+ <tag line="1595" name="param" description="Whether to set the id attribute or not" type="bool" variable="$with_id">
5149
  <type by_reference="false">bool</type>
5150
  </tag>
5151
  </docblock>
5152
+ <argument line="1602">
5153
  <name>$with_id</name>
5154
  <default><![CDATA[true]]></default>
5155
  <type/>
5156
  </argument>
5157
  </method>
5158
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1619" package="Media Library Assistant">
5159
  <name>mla_get_view</name>
5160
  <full_name>mla_get_view</full_name>
5161
+ <docblock line="1609">
5162
  <description><![CDATA[Wrapper for _get_view; returns HTML markup for one view that can be used with this table]]></description>
5163
  <long-description><![CDATA[]]></long-description>
5164
+ <tag line="1609" name="since" description="2.11"/>
5165
+ <tag line="1609" name="param" description="View slug, key to MLA_POST_MIME_TYPES array" type="string" variable="$view_slug">
5166
  <type by_reference="false">string</type>
5167
  </tag>
5168
+ <tag line="1609" name="param" description="Slug for current view" type="string" variable="$current_view">
5169
  <type by_reference="false">string</type>
5170
  </tag>
5171
+ <tag line="1609" name="return" description="| false HTML for link to display the view, false if count = zero" type="string">
5172
  <type by_reference="false">string</type>
5173
  </tag>
5174
  </docblock>
5175
+ <argument line="1619">
5176
  <name>$view_slug</name>
5177
  <default><![CDATA[]]></default>
5178
  <type/>
5179
  </argument>
5180
+ <argument line="1619">
5181
  <name>$current_view</name>
5182
  <default><![CDATA[]]></default>
5183
  <type/>
5184
  </argument>
5185
  </method>
5186
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1633" package="Media Library Assistant">
5187
  <name>_get_view</name>
5188
  <full_name>_get_view</full_name>
5189
+ <docblock line="1623">
5190
  <description><![CDATA[Returns HTML markup for one view that can be used with this table]]></description>
5191
  <long-description><![CDATA[]]></long-description>
5192
+ <tag line="1623" name="since" description="1.40"/>
5193
+ <tag line="1623" name="param" description="View slug, key to MLA_POST_MIME_TYPES array" type="string" variable="$view_slug">
5194
  <type by_reference="false">string</type>
5195
  </tag>
5196
+ <tag line="1623" name="param" description="Slug for current view" type="string" variable="$current_view">
5197
  <type by_reference="false">string</type>
5198
  </tag>
5199
+ <tag line="1623" name="return" description="| false HTML for link to display the view, false if count = zero" type="string">
5200
  <type by_reference="false">string</type>
5201
  </tag>
5202
  </docblock>
5203
+ <argument line="1633">
5204
  <name>$view_slug</name>
5205
  <default><![CDATA[]]></default>
5206
  <type/>
5207
  </argument>
5208
+ <argument line="1633">
5209
  <name>$current_view</name>
5210
  <default><![CDATA[]]></default>
5211
  <type/>
5212
  </argument>
5213
  </method>
5214
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1762" package="Media Library Assistant">
5215
  <name>get_views</name>
5216
  <full_name>get_views</full_name>
5217
+ <docblock line="1754">
5218
  <description><![CDATA[Returns an associative array listing all the views that can be used with this table.]]></description>
5219
  <long-description><![CDATA[<p>These are listed across the top of the page and managed by WordPress.</p>]]></long-description>
5220
+ <tag line="1754" name="since" description="0.1"/>
5221
+ <tag line="1754" name="return" description="View information,e.g., array ( id =&gt; link )" type="array">
5222
  <type by_reference="false">array</type>
5223
  </tag>
5224
  </docblock>
5225
  </method>
5226
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1815" package="Media Library Assistant">
5227
  <name>get_bulk_actions</name>
5228
  <full_name>get_bulk_actions</full_name>
5229
+ <docblock line="1807">
5230
  <description><![CDATA[Get an associative array ( option_name => option_title ) with the list
5231
  of bulk actions available on this table.]]></description>
5232
  <long-description><![CDATA[]]></long-description>
5233
+ <tag line="1807" name="since" description="0.1"/>
5234
+ <tag line="1807" name="return" description="Contains all the bulk actions: 'slugs'=&gt;'Visible Titles'" type="array">
5235
  <type by_reference="false">array</type>
5236
  </tag>
5237
  </docblock>
5238
  </method>
5239
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1845" package="Media Library Assistant">
5240
  <name>extra_tablenav</name>
5241
  <full_name>extra_tablenav</full_name>
5242
+ <docblock line="1834">
5243
  <description><![CDATA[Extra controls to be displayed between bulk actions and pagination]]></description>
5244
  <long-description><![CDATA[<p>Modeled after class-wp-posts-list-table.php in wp-admin/includes.</p>]]></long-description>
5245
+ <tag line="1834" name="since" description="0.1"/>
5246
+ <tag line="1834" name="param" description="'top' or 'bottom', i.e., above or below the table rows" type="string" variable="$which">
5247
  <type by_reference="false">string</type>
5248
  </tag>
5249
+ <tag line="1834" name="return" description="Contains all the bulk actions: 'slugs'=&gt;'Visible Titles'" type="array">
5250
  <type by_reference="false">array</type>
5251
  </tag>
5252
  </docblock>
5253
+ <argument line="1845">
5254
  <name>$which</name>
5255
  <default><![CDATA[]]></default>
5256
  <type/>
5257
  </argument>
5258
  </method>
5259
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1886" package="Media Library Assistant">
5260
  <name>prepare_items</name>
5261
  <full_name>prepare_items</full_name>
5262
+ <docblock line="1876">
5263
  <description><![CDATA[Prepares the list of items for displaying]]></description>
5264
  <long-description><![CDATA[<p>This is where you prepare your data for display. This method will usually
5265
  be used to query the database, sort and filter the data, and generally
5266
  get it ready to be displayed. At a minimum, we should set $this->items and
5267
  $this->set_pagination_args().</p>]]></long-description>
5268
+ <tag line="1876" name="since" description="0.1"/>
 
 
 
5269
  </docblock>
5270
  </method>
5271
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1941" package="Media Library Assistant">
5272
  <name>single_row</name>
5273
  <full_name>single_row</full_name>
5274
+ <docblock line="1932">
5275
  <description><![CDATA[Generates (echoes) content for a single row of the table]]></description>
5276
  <long-description><![CDATA[]]></long-description>
5277
+ <tag line="1932" name="since" description=".20"/>
5278
+ <tag line="1932" name="param" description="the current item" type="object" variable="$item">
5279
  <type by_reference="false">object</type>
5280
  </tag>
5281
+ <tag line="1932" name="return" description="Echoes the row HTML" type="void">
5282
  <type by_reference="false">void</type>
5283
  </tag>
5284
  </docblock>
5285
+ <argument line="1941">
5286
  <name>$item</name>
5287
  <default><![CDATA[]]></default>
5288
  <type/>
5290
  </method>
5291
  </class>
5292
  </file>
5293
+ <file path="includes\class-mla-main.php" hash="be3d0a023804e31be0ca91fe91fec015" package="Media Library Assistant">
5294
  <docblock line="2">
5295
  <description><![CDATA[Top-level functions for the Media Library Assistant]]></description>
5296
  <long-description><![CDATA[]]></long-description>
5309
  <include line="265" type="Require Once" package="Media Library Assistant">
5310
  <name/>
5311
  </include>
5312
+ <include line="1661" type="Require Once" package="Media Library Assistant">
5313
  <name/>
5314
  </include>
5315
  <class final="false" abstract="false" namespace="global" line="23" package="Media Library Assistant">
5326
  <constant namespace="global" line="32" package="Media Library Assistant">
5327
  <name>CURRENT_MLA_VERSION</name>
5328
  <full_name>CURRENT_MLA_VERSION</full_name>
5329
+ <value><![CDATA['2.13']]></value>
5330
  <docblock line="25">
5331
  <description><![CDATA[Current version number]]></description>
5332
  <long-description><![CDATA[]]></long-description>
5339
  <constant namespace="global" line="41" package="Media Library Assistant">
5340
  <name>MLA_DEVELOPMENT_VERSION</name>
5341
  <full_name>MLA_DEVELOPMENT_VERSION</full_name>
5342
+ <value><![CDATA['20150816']]></value>
5343
  <docblock line="34">
5344
  <description><![CDATA[Current date for Development Version, empty for production versions]]></description>
5345
  <long-description><![CDATA[]]></long-description>
5544
  </tag>
5545
  </docblock>
5546
  </constant>
5547
+ <constant namespace="global" line="2637" package="Media Library Assistant">
5548
  <name>MLA_DEBUG_CATEGORY_AJAX</name>
5549
  <full_name>MLA_DEBUG_CATEGORY_AJAX</full_name>
5550
  <value><![CDATA[2]]></value>
5551
+ <docblock line="2630">
5552
  <description><![CDATA[Constant to log Ajax debug activity]]></description>
5553
  <long-description><![CDATA[]]></long-description>
5554
+ <tag line="2630" name="since" description="2.13"/>
5555
+ <tag line="2630" name="var" description="" type="integer">
5556
  <type by_reference="false">integer</type>
5557
  </tag>
5558
  </docblock>
5578
  <tag line="191" name="since" description="1.14"/>
5579
  </docblock>
5580
  </property>
5581
+ <property final="false" static="true" visibility="private" line="2472" namespace="global" package="Media Library Assistant">
5582
  <name>$mla_debug_messages</name>
5583
  <default><![CDATA[array()]]></default>
5584
+ <docblock line="2465">
5585
  <description><![CDATA[Accumulates debug messages]]></description>
5586
  <long-description><![CDATA[]]></long-description>
5587
+ <tag line="2465" name="since" description="2.12"/>
5588
+ <tag line="2465" name="var" description="" type="string">
5589
  <type by_reference="false">string</type>
5590
  </tag>
5591
  </docblock>
5592
  </property>
5593
+ <property final="false" static="true" visibility="private" line="2483" namespace="global" package="Media Library Assistant">
5594
  <name>$mla_debug_mode</name>
5595
  <default><![CDATA['none']]></default>
5596
+ <docblock line="2474">
5597
  <description><![CDATA[Debug information collection mode]]></description>
5598
+ <long-description><![CDATA[<p>Collection mode: 'buffer', 'console', 'log' or 'none' (default).</p>]]></long-description>
5599
+ <tag line="2474" name="since" description="2.12"/>
5600
+ <tag line="2474" name="var" description="" type="string">
5601
+ <type by_reference="false">string</type>
5602
+ </tag>
5603
+ </docblock>
5604
+ </property>
5605
+ <property final="false" static="true" visibility="private" line="2511" namespace="global" package="Media Library Assistant">
5606
+ <name>$mla_debug_file</name>
5607
+ <default><![CDATA[NULL]]></default>
5608
+ <docblock line="2504">
5609
+ <description><![CDATA[Debug information output file for mode = 'log']]></description>
5610
  <long-description><![CDATA[]]></long-description>
5611
+ <tag line="2504" name="since" description="2.14"/>
5612
+ <tag line="2504" name="var" description="" type="string">
5613
  <type by_reference="false">string</type>
5614
  </tag>
5615
  </docblock>
5641
  <name>mla_plugins_loaded_action</name>
5642
  <full_name>mla_plugins_loaded_action</full_name>
5643
  <docblock line="281">
5644
+ <description><![CDATA[Load a plugin text domain and alternate debug file]]></description>
5645
  <long-description><![CDATA[<p>The "add_action" for this function is in mla-plugin-loader.php, because the "initialize"
5646
  function above doesn't run in time.
5647
  Defined as public because it's an action.</p>]]></long-description>
5651
  </tag>
5652
  </docblock>
5653
  </method>
5654
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="330" package="Media Library Assistant">
5655
  <name>mla_admin_init_action</name>
5656
  <full_name>mla_admin_init_action</full_name>
5657
+ <docblock line="323">
5658
  <description><![CDATA[Load the plugin's Ajax handler or process Edit Media update actions]]></description>
5659
  <long-description><![CDATA[]]></long-description>
5660
+ <tag line="323" name="since" description="0.20"/>
5661
+ <tag line="323" name="return" description="" type="void">
5662
  <type by_reference="false">void</type>
5663
  </tag>
5664
  </docblock>
5665
  </method>
5666
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="396" package="Media Library Assistant">
5667
+ <name>mla_admin_print_styles_action</name>
5668
+ <full_name>mla_admin_print_styles_action</full_name>
5669
+ <docblock line="391">
5670
+ <description><![CDATA[Print optional in-lne styles for Media/Assistant submenu table]]></description>
5671
+ <long-description><![CDATA[]]></long-description>
5672
+ <tag line="391" name="since" description="2.13"/>
5673
+ </docblock>
5674
+ </method>
5675
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="504" package="Media Library Assistant">
5676
  <name>mla_admin_enqueue_scripts_action</name>
5677
  <full_name>mla_admin_enqueue_scripts_action</full_name>
5678
+ <docblock line="495">
5679
  <description><![CDATA[Load the plugin's Style Sheet and Javascript files]]></description>
5680
  <long-description><![CDATA[]]></long-description>
5681
+ <tag line="495" name="since" description="0.1"/>
5682
+ <tag line="495" name="param" description="Name of the page being loaded" type="string" variable="$page_hook">
5683
  <type by_reference="false">string</type>
5684
  </tag>
5685
+ <tag line="495" name="return" description="" type="void">
5686
  <type by_reference="false">void</type>
5687
  </tag>
5688
  </docblock>
5689
+ <argument line="504">
5690
  <name>$page_hook</name>
5691
  <default><![CDATA[]]></default>
5692
  <type/>
5693
  </argument>
5694
  </method>
5695
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="589" package="Media Library Assistant">
5696
  <name>mla_admin_menu_action</name>
5697
  <full_name>mla_admin_menu_action</full_name>
5698
+ <docblock line="578">
5699
  <description><![CDATA[Add the submenu pages]]></description>
5700
  <long-description><![CDATA[<p>Add a submenu page in the "Media" section,
5701
  add settings page in the "Settings" section.
5702
  add settings link in the Plugins section entry for MLA.</p>]]></long-description>
5703
+ <tag line="578" name="since" description="0.1"/>
5704
+ <tag line="578" name="return" description="" type="void">
5705
  <type by_reference="false">void</type>
5706
  </tag>
5707
  </docblock>
5708
  </method>
5709
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="658" package="Media Library Assistant">
5710
  <name>mla_load_media_action</name>
5711
  <full_name>mla_load_media_action</full_name>
5712
+ <docblock line="651">
5713
  <description><![CDATA[Redirect to Media/Assistant if Media/Library is hidden]]></description>
5714
  <long-description><![CDATA[]]></long-description>
5715
+ <tag line="651" name="since" description="1.60"/>
5716
+ <tag line="651" name="return" description="" type="void">
5717
  <type by_reference="false">void</type>
5718
  </tag>
5719
  </docblock>
5720
  </method>
5721
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="686" package="Media Library Assistant">
5722
  <name>mla_add_menu_options</name>
5723
  <full_name>mla_add_menu_options</full_name>
5724
+ <docblock line="679">
5725
  <description><![CDATA[Add the "XX Entries per page" filter to the Screen Options tab]]></description>
5726
  <long-description><![CDATA[]]></long-description>
5727
+ <tag line="679" name="since" description="0.1"/>
5728
+ <tag line="679" name="return" description="" type="void">
5729
  <type by_reference="false">void</type>
5730
  </tag>
5731
  </docblock>
5732
  </method>
5733
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="705" package="Media Library Assistant">
5734
  <name>mla_add_help_tab</name>
5735
  <full_name>mla_add_help_tab</full_name>
5736
+ <docblock line="698">
5737
  <description><![CDATA[Add contextual help tabs to all the MLA pages]]></description>
5738
  <long-description><![CDATA[]]></long-description>
5739
+ <tag line="698" name="since" description="0.1"/>
5740
+ <tag line="698" name="return" description="" type="void">
5741
  <type by_reference="false">void</type>
5742
  </tag>
5743
  </docblock>
5744
  </method>
5745
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="808" package="Media Library Assistant">
5746
  <name>mla_screen_options_show_screen_filter</name>
5747
  <full_name>mla_screen_options_show_screen_filter</full_name>
5748
+ <docblock line="798">
5749
  <description><![CDATA[Only show screen options on the table-list screen]]></description>
5750
  <long-description><![CDATA[]]></long-description>
5751
+ <tag line="798" name="since" description="0.1"/>
5752
+ <tag line="798" name="param" description="True to display &quot;Screen Options&quot;, false to suppress them" type="boolean" variable="$show_screen">
5753
  <type by_reference="false">boolean</type>
5754
  </tag>
5755
+ <tag line="798" name="param" description="Name of the page being loaded" type="string" variable="$this_screen">
5756
  <type by_reference="false">string</type>
5757
  </tag>
5758
+ <tag line="798" name="return" description="True to display &quot;Screen Options&quot;, false to suppress them" type="boolean">
5759
  <type by_reference="false">boolean</type>
5760
  </tag>
5761
  </docblock>
5762
+ <argument line="808">
5763
  <name>$show_screen</name>
5764
  <default><![CDATA[]]></default>
5765
  <type/>
5766
  </argument>
5767
+ <argument line="808">
5768
  <name>$this_screen</name>
5769
  <default><![CDATA[]]></default>
5770
  <type/>
5771
  </argument>
5772
  </method>
5773
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="823" package="Media Library Assistant">
5774
  <name>mla_set_screen_option_filter</name>
5775
  <full_name>mla_set_screen_option_filter</full_name>
5776
+ <docblock line="812">
5777
  <description><![CDATA[Save the "Entries per page" option set by this user]]></description>
5778
  <long-description><![CDATA[]]></long-description>
5779
+ <tag line="812" name="since" description="0.1"/>
5780
+ <tag line="812" name="param" description="false or value returned by previous filter" type="mixed" variable="$status">
5781
  <type by_reference="false">mixed</type>
5782
  </tag>
5783
+ <tag line="812" name="param" description="Name of the option being changed" type="string" variable="$option">
5784
  <type by_reference="false">string</type>
5785
  </tag>
5786
+ <tag line="812" name="param" description="New value of the option" type="string" variable="$value">
5787
  <type by_reference="false">string</type>
5788
  </tag>
5789
+ <tag line="812" name="return" description="New value if this is our option, otherwise nothing" type="string|void">
5790
  <type by_reference="false">string</type>
5791
  <type by_reference="false">void</type>
5792
  </tag>
5793
  </docblock>
5794
+ <argument line="823">
5795
  <name>$status</name>
5796
  <default><![CDATA[]]></default>
5797
  <type/>
5798
  </argument>
5799
+ <argument line="823">
5800
  <name>$option</name>
5801
  <default><![CDATA[]]></default>
5802
  <type/>
5803
  </argument>
5804
+ <argument line="823">
5805
  <name>$value</name>
5806
  <default><![CDATA[]]></default>
5807
  <type/>
5808
  </argument>
5809
  </method>
5810
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="842" package="Media Library Assistant">
5811
  <name>mla_parent_file_filter</name>
5812
  <full_name>mla_parent_file_filter</full_name>
5813
+ <docblock line="831">
5814
  <description><![CDATA[Cleanup menus for Edit Tags/Categories page]]></description>
5815
  <long-description><![CDATA[<p>Fixes the submenu bolding when going to the Edit Media screen.</p>]]></long-description>
5816
+ <tag line="831" name="since" description="0.1"/>
5817
+ <tag line="831" name="param" description="The top-level menu page" type="array" variable="$parent_file">
5818
  <type by_reference="false">array</type>
5819
  </tag>
5820
+ <tag line="831" name="return" description="The updated top-level menu page" type="string">
5821
  <type by_reference="false">string</type>
5822
  </tag>
5823
  </docblock>
5824
+ <argument line="842">
5825
  <name>$parent_file</name>
5826
  <default><![CDATA[]]></default>
5827
  <type/>
5828
  </argument>
5829
  </method>
5830
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="879" package="Media Library Assistant">
5831
  <name>_process_mla_download_file</name>
5832
  <full_name>_process_mla_download_file</full_name>
5833
+ <docblock line="870">
5834
  <description><![CDATA[Process secure file download]]></description>
5835
  <long-description><![CDATA[<p>Requires _wpnonce, mla_download_file and mla_download_type in $_REQUEST; mla_download_disposition is optional.</p>]]></long-description>
5836
+ <tag line="870" name="since" description="2.00"/>
5837
+ <tag line="870" name="return" description="echos file contents and calls exit();" type="void">
5838
  <type by_reference="false">void</type>
5839
  </tag>
5840
  </docblock>
5841
  </method>
5842
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="933" package="Media Library Assistant">
5843
  <name>_process_bulk_value</name>
5844
  <full_name>_process_bulk_value</full_name>
5845
+ <docblock line="923">
5846
  <description><![CDATA[Process bulk edit area fields, which may contain a Content Template]]></description>
5847
  <long-description><![CDATA[]]></long-description>
5848
+ <tag line="923" name="since" description="1.80"/>
5849
+ <tag line="923" name="param" description="Current post ID" type="integer" variable="$post_id">
5850
  <type by_reference="false">integer</type>
5851
  </tag>
5852
+ <tag line="923" name="param" description="Field value as entered" type="string" variable="$bulk_value">
5853
  <type by_reference="false">string</type>
5854
  </tag>
5855
+ <tag line="923" name="return" description="Empty, or new value for the field" type="string">
5856
  <type by_reference="false">string</type>
5857
  </tag>
5858
  </docblock>
5859
+ <argument line="933">
5860
  <name>$post_id</name>
5861
  <default><![CDATA[]]></default>
5862
  <type/>
5863
  </argument>
5864
+ <argument line="933">
5865
  <name>$bulk_value</name>
5866
  <default><![CDATA[]]></default>
5867
  <type/>
5868
  </argument>
5869
  </method>
5870
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="969" package="Media Library Assistant">
5871
  <name>mla_prepare_bulk_edits</name>
5872
  <full_name>mla_prepare_bulk_edits</full_name>
5873
+ <docblock line="958">
5874
  <description><![CDATA[Prepare Bulk Edit field-level updates]]></description>
5875
  <long-description><![CDATA[]]></long-description>
5876
+ <tag line="958" name="since" description="2.11"/>
5877
+ <tag line="958" name="param" description="Current post ID" type="integer" variable="$post_id">
5878
  <type by_reference="false">integer</type>
5879
  </tag>
5880
+ <tag line="958" name="param" description="Form elements, e.g., from $_REQUEST" type="array" variable="$request">
5881
  <type by_reference="false">array</type>
5882
  </tag>
5883
+ <tag line="958" name="param" description="Form id to field name mapping" type="array" variable="$custom_field_map">
5884
  <type by_reference="false">array</type>
5885
  </tag>
5886
+ <tag line="958" name="return" description="Non-empty form elements" type="array">
5887
  <type by_reference="false">array</type>
5888
  </tag>
5889
  </docblock>
5890
+ <argument line="969">
5891
  <name>$post_id</name>
5892
  <default><![CDATA[]]></default>
5893
  <type/>
5894
  </argument>
5895
+ <argument line="969">
5896
  <name>$request</name>
5897
  <default><![CDATA[]]></default>
5898
  <type/>
5899
  </argument>
5900
+ <argument line="969">
5901
  <name>$custom_field_map</name>
5902
  <default><![CDATA[]]></default>
5903
  <type/>
5904
  </argument>
5905
  </method>
5906
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1201" package="Media Library Assistant">
5907
  <name>mla_process_bulk_action</name>
5908
  <full_name>mla_process_bulk_action</full_name>
5909
+ <docblock line="1191">
5910
  <description><![CDATA[Process bulk action for one or more attachments]]></description>
5911
  <long-description><![CDATA[]]></long-description>
5912
+ <tag line="1191" name="since" description="2.00"/>
5913
+ <tag line="1191" name="param" description="Bulk action slug: delete, edit, restore, trash, custom action" type="string" variable="$bulk_action">
5914
  <type by_reference="false">string</type>
5915
  </tag>
5916
+ <tag line="1191" name="param" description="Form elements, e.g., from $_REQUEST" type="array" variable="$request">
5917
  <type by_reference="false">array</type>
5918
  </tag>
5919
+ <tag line="1191" name="return" description="messages and page content: ( 'message', 'body', 'unchanged', 'success', 'failure', 'item_results' )" type="array">
5920
  <type by_reference="false">array</type>
5921
  </tag>
5922
  </docblock>
5923
+ <argument line="1201">
5924
  <name>$bulk_action</name>
5925
  <default><![CDATA[]]></default>
5926
  <type/>
5927
  </argument>
5928
+ <argument line="1201">
5929
  <name>$request</name>
5930
  <default><![CDATA[NULL]]></default>
5931
  <type/>
5932
  </argument>
5933
  </method>
5934
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1395" package="Media Library Assistant">
5935
  <name>mla_clear_filter_by</name>
5936
  <full_name>mla_clear_filter_by</full_name>
5937
+ <docblock line="1386">
5938
  <description><![CDATA[Clear the Media/Assistant submenu Filter-by variables]]></description>
5939
  <long-description><![CDATA[]]></long-description>
5940
+ <tag line="1386" name="since" description="2.13"/>
5941
+ <tag line="1386" name="param" description="Filters to be retained" type="array" variable="$preserves">
5942
  <type by_reference="false">array</type>
5943
  </tag>
5944
+ <tag line="1386" name="return" description="" type="void">
5945
  <type by_reference="false">void</type>
5946
  </tag>
5947
  </docblock>
5948
+ <argument line="1395">
5949
  <name>$preserves</name>
5950
  <default><![CDATA[array()]]></default>
5951
  <type/>
5952
  </argument>
5953
  </method>
5954
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1417" package="Media Library Assistant">
5955
  <name>mla_render_admin_page</name>
5956
  <full_name>mla_render_admin_page</full_name>
5957
+ <docblock line="1410">
5958
  <description><![CDATA[Render the "Assistant" subpage in the Media section, using the list_table package]]></description>
5959
  <long-description><![CDATA[]]></long-description>
5960
+ <tag line="1410" name="since" description="0.1"/>
5961
+ <tag line="1410" name="return" description="" type="void">
5962
  <type by_reference="false">void</type>
5963
  </tag>
5964
  </docblock>
5965
  </method>
5966
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1714" package="Media Library Assistant">
5967
  <name>mla_find_posts_ajax_action</name>
5968
  <full_name>mla_find_posts_ajax_action</full_name>
5969
+ <docblock line="1704">
5970
  <description><![CDATA[Ajax handler to fetch candidates for the "Set Parent" popup window]]></description>
5971
  <long-description><![CDATA[<p>Adapted from wp_ajax_find_posts in /wp-admin/includes/ajax-actions.php.
5972
  Adds filters for post type and pagination.</p>]]></long-description>
5973
+ <tag line="1704" name="since" description="1.90"/>
5974
+ <tag line="1704" name="return" description="passes results to wp_send_json_success() for JSON encoding and transmission" type="void">
5975
  <type by_reference="false">void</type>
5976
  </tag>
5977
  </docblock>
5978
  </method>
5979
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1803" package="Media Library Assistant">
5980
  <name>mla_set_parent_ajax_action</name>
5981
  <full_name>mla_set_parent_ajax_action</full_name>
5982
+ <docblock line="1794">
5983
  <description><![CDATA[Ajax handler to set post_parent for a single attachment]]></description>
5984
  <long-description><![CDATA[<p>Adapted from wp_ajax_inline_save in /wp-admin/includes/ajax-actions.php</p>]]></long-description>
5985
+ <tag line="1794" name="since" description="0.20"/>
5986
+ <tag line="1794" name="return" description="echo HTML &lt;td&gt; innerHTML for updated call or error message, then die()" type="void">
5987
  <type by_reference="false">void</type>
5988
  </tag>
5989
  </docblock>
5990
  </method>
5991
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1841" package="Media Library Assistant">
5992
  <name>_bulk_edit_ajax_handler</name>
5993
  <full_name>_bulk_edit_ajax_handler</full_name>
5994
+ <docblock line="1834">
5995
  <description><![CDATA[Ajax handler for bulk editing and mapping]]></description>
5996
  <long-description><![CDATA[]]></long-description>
5997
+ <tag line="1834" name="since" description="2.00"/>
5998
+ <tag line="1834" name="return" description="echo json results or error message, then die()" type="void">
5999
  <type by_reference="false">void</type>
6000
  </tag>
6001
  </docblock>
6002
  </method>
6003
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1884" package="Media Library Assistant">
6004
  <name>mla_inline_edit_ajax_action</name>
6005
  <full_name>mla_inline_edit_ajax_action</full_name>
6006
+ <docblock line="1875">
6007
  <description><![CDATA[Ajax handler for inline editing]]></description>
6008
  <long-description><![CDATA[<p>Adapted for Quick Edit from wp_ajax_inline_save in /wp-admin/includes/ajax-actions.php</p>]]></long-description>
6009
+ <tag line="1875" name="since" description="0.20"/>
6010
+ <tag line="1875" name="return" description="echo HTML &lt;tr&gt; markup for updated row or error message, then die()" type="void">
6011
  <type by_reference="false">void</type>
6012
  </tag>
6013
  </docblock>
6014
  </method>
6015
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2008" package="Media Library Assistant">
6016
  <name>_compose_post_type_select</name>
6017
  <full_name>_compose_post_type_select</full_name>
6018
+ <docblock line="1997">
6019
  <description><![CDATA[Compose a Post Type Options list with current selection]]></description>
6020
  <long-description><![CDATA[]]></long-description>
6021
+ <tag line="1997" name="since" description="1.90"/>
6022
+ <tag line="1997" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
6023
+ <tag line="1997" name="param" description="template parts" type="array" variable="$templates">
6024
  <type by_reference="false">array</type>
6025
  </tag>
6026
+ <tag line="1997" name="param" description="current selection or 'all' (default)" type="string" variable="$selection">
6027
  <type by_reference="false">string</type>
6028
  </tag>
6029
+ <tag line="1997" name="return" description="HTML markup with select field options" type="string">
6030
  <type by_reference="false">string</type>
6031
  </tag>
6032
  </docblock>
6033
+ <argument line="2008">
6034
  <name>$templates</name>
6035
  <default><![CDATA[]]></default>
6036
  <type/>
6037
  </argument>
6038
+ <argument line="2008">
6039
  <name>$selection</name>
6040
  <default><![CDATA['all']]></default>
6041
  <type/>
6042
  </argument>
6043
  </method>
6044
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2047" package="Media Library Assistant">
6045
  <name>mla_set_parent_form</name>
6046
  <full_name>mla_set_parent_form</full_name>
6047
+ <docblock line="2038">
6048
  <description><![CDATA[Build the hidden form for the "Set Parent" popup modal window]]></description>
6049
  <long-description><![CDATA[]]></long-description>
6050
+ <tag line="2038" name="since" description="1.90"/>
6051
+ <tag line="2038" name="param" description="true to return complete form, false to return mla-set-parent-div" type="boolean" variable="$return_form">
6052
  <type by_reference="false">boolean</type>
6053
  </tag>
6054
+ <tag line="2038" name="return" description="HTML &lt;form&gt; markup for hidden form" type="string">
6055
  <type by_reference="false">string</type>
6056
  </tag>
6057
  </docblock>
6058
+ <argument line="2047">
6059
  <name>$return_form</name>
6060
  <default><![CDATA[true]]></default>
6061
  <type/>
6062
  </argument>
6063
  </method>
6064
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2110" package="Media Library Assistant">
6065
  <name>_build_inline_edit_form</name>
6066
  <full_name>_build_inline_edit_form</full_name>
6067
+ <docblock line="2099">
6068
  <description><![CDATA[Build the hidden row templates for inline editing (quick and bulk edit)]]></description>
6069
  <long-description><![CDATA[<p>inspired by inline_edit() in wp-admin\includes\class-wp-posts-list-table.php.</p>]]></long-description>
6070
+ <tag line="2099" name="since" description="0.20"/>
6071
+ <tag line="2099" name="param" description="MLA List Table object" type="object" variable="$MLAListTable">
6072
  <type by_reference="false">object</type>
6073
  </tag>
6074
+ <tag line="2099" name="return" description="HTML &lt;form&gt; markup for hidden rows" type="string">
6075
  <type by_reference="false">string</type>
6076
  </tag>
6077
  </docblock>
6078
+ <argument line="2110">
6079
  <name>$MLAListTable</name>
6080
  <default><![CDATA[]]></default>
6081
  <type/>
6082
  </argument>
6083
  </method>
6084
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2305" package="Media Library Assistant">
6085
  <name>mla_authors_dropdown</name>
6086
  <full_name>mla_authors_dropdown</full_name>
6087
+ <docblock line="2294">
6088
  <description><![CDATA[Get the edit Authors dropdown box, if user has suitable permissions]]></description>
6089
  <long-description><![CDATA[]]></long-description>
6090
+ <tag line="2294" name="since" description="0.20"/>
6091
+ <tag line="2294" name="param" description="Optional User ID of the current author, default 0" type="integer" variable="$author">
6092
  <type by_reference="false">integer</type>
6093
  </tag>
6094
+ <tag line="2294" name="param" description="Optional HTML name attribute, default 'post_author'" type="string" variable="$name">
6095
  <type by_reference="false">string</type>
6096
  </tag>
6097
+ <tag line="2294" name="param" description="Optional HTML class attribute, default 'authors'" type="string" variable="$class">
6098
  <type by_reference="false">string</type>
6099
  </tag>
6100
+ <tag line="2294" name="return" description="HTML markup for the dropdown field or False" type="string|false">
6101
  <type by_reference="false">string</type>
6102
  <type by_reference="false">false</type>
6103
  </tag>
6104
  </docblock>
6105
+ <argument line="2305">
6106
  <name>$author</name>
6107
  <default><![CDATA[0]]></default>
6108
  <type/>
6109
  </argument>
6110
+ <argument line="2305">
6111
  <name>$name</name>
6112
  <default><![CDATA['post_author']]></default>
6113
  <type/>
6114
  </argument>
6115
+ <argument line="2305">
6116
  <name>$class</name>
6117
  <default><![CDATA['authors']]></default>
6118
  <type/>
6119
  </argument>
6120
  </method>
6121
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2339" package="Media Library Assistant">
6122
  <name>_current_bulk_action</name>
6123
  <full_name>_current_bulk_action</full_name>
6124
+ <docblock line="2332">
6125
  <description><![CDATA[Get the current action selected from the bulk actions dropdown]]></description>
6126
  <long-description><![CDATA[]]></long-description>
6127
+ <tag line="2332" name="since" description="0.1"/>
6128
+ <tag line="2332" name="return" description="The action name or False if no action was selected" type="string|false">
6129
  <type by_reference="false">string</type>
6130
  <type by_reference="false">false</type>
6131
  </tag>
6132
  </docblock>
6133
  </method>
6134
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2370" package="Media Library Assistant">
6135
  <name>_delete_single_item</name>
6136
  <full_name>_delete_single_item</full_name>
6137
+ <docblock line="2361">
6138
  <description><![CDATA[Delete a single item permanently]]></description>
6139
  <long-description><![CDATA[]]></long-description>
6140
+ <tag line="2361" name="since" description="0.1"/>
6141
+ <tag line="2361" name="param" description="The form POST data" type="array" variable="$post_id">
6142
  <type by_reference="false">array</type>
6143
  </tag>
6144
+ <tag line="2361" name="return" description="success/failure message and NULL content" type="array">
6145
  <type by_reference="false">array</type>
6146
  </tag>
6147
  </docblock>
6148
+ <argument line="2370">
6149
  <name>$post_id</name>
6150
  <default><![CDATA[]]></default>
6151
  <type/>
6152
  </argument>
6153
  </method>
6154
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2402" package="Media Library Assistant">
6155
  <name>_restore_single_item</name>
6156
  <full_name>_restore_single_item</full_name>
6157
+ <docblock line="2393">
6158
  <description><![CDATA[Restore a single item from the Trash]]></description>
6159
  <long-description><![CDATA[]]></long-description>
6160
+ <tag line="2393" name="since" description="0.1"/>
6161
+ <tag line="2393" name="param" description="The WordPress Post ID of the attachment item" type="integer" variable="$post_id">
6162
  <type by_reference="false">integer</type>
6163
  </tag>
6164
+ <tag line="2393" name="return" description="success/failure message and NULL content" type="array">
6165
  <type by_reference="false">array</type>
6166
  </tag>
6167
  </docblock>
6168
+ <argument line="2402">
6169
  <name>$post_id</name>
6170
  <default><![CDATA[]]></default>
6171
  <type/>
6172
  </argument>
6173
  </method>
6174
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2442" package="Media Library Assistant">
6175
  <name>_trash_single_item</name>
6176
  <full_name>_trash_single_item</full_name>
6177
+ <docblock line="2433">
6178
  <description><![CDATA[Move a single item to Trash]]></description>
6179
  <long-description><![CDATA[]]></long-description>
6180
+ <tag line="2433" name="since" description="0.1"/>
6181
+ <tag line="2433" name="param" description="The WordPress Post ID of the attachment item" type="integer" variable="$post_id">
6182
  <type by_reference="false">integer</type>
6183
  </tag>
6184
+ <tag line="2433" name="return" description="success/failure message and NULL content" type="array">
6185
  <type by_reference="false">array</type>
6186
  </tag>
6187
  </docblock>
6188
+ <argument line="2442">
6189
  <name>$post_id</name>
6190
  <default><![CDATA[]]></default>
6191
  <type/>
6192
  </argument>
6193
  </method>
6194
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2494" package="Media Library Assistant">
6195
  <name>mla_debug_mode</name>
6196
  <full_name>mla_debug_mode</full_name>
6197
+ <docblock line="2485">
6198
+ <description><![CDATA[Get/Set debug information collection mode]]></description>
6199
  <long-description><![CDATA[]]></long-description>
6200
+ <tag line="2485" name="since" description="2.12"/>
6201
+ <tag line="2485" name="param" description="Optional. New collection mode: 'none' (default), 'buffer', 'console' or 'log'" type="string" variable="$mode">
6202
  <type by_reference="false">string</type>
6203
  </tag>
6204
+ <tag line="2485" name="return" description="The previous mode value, i.e., before the update" type="string">
6205
+ <type by_reference="false">string</type>
6206
  </tag>
6207
  </docblock>
6208
+ <argument line="2494">
6209
  <name>$mode</name>
6210
+ <default><![CDATA[false]]></default>
6211
+ <type/>
6212
+ </argument>
6213
+ </method>
6214
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2526" package="Media Library Assistant">
6215
+ <name>mla_debug_file</name>
6216
+ <full_name>mla_debug_file</full_name>
6217
+ <docblock line="2513">
6218
+ <description><![CDATA[Get/Set debug information collection output file for mode = 'log']]></description>
6219
+ <long-description><![CDATA[<p>Note that WP_CONTENT_DIR will be pre-pended to the value, and a slash
6220
+ will be added to the front of the value if necessary.</p>]]></long-description>
6221
+ <tag line="2513" name="since" description="2.14"/>
6222
+ <tag line="2513" name="param" description="Optional. The (optional path and) file name, relative to WP_CONTENT_DIR, or false/empty string to clear the value." type="string" variable="$file">
6223
+ <type by_reference="false">string</type>
6224
+ </tag>
6225
+ <tag line="2513" name="return" description="The previous file value, i.e., before the update, relative to WP_CONTENT_DIR" type="string">
6226
+ <type by_reference="false">string</type>
6227
+ </tag>
6228
+ </docblock>
6229
+ <argument line="2526">
6230
+ <name>$file</name>
6231
+ <default><![CDATA[NULL]]></default>
6232
  <type/>
6233
  </argument>
6234
  </method>
6235
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2557" package="Media Library Assistant">
6236
  <name>mla_debug_content</name>
6237
  <full_name>mla_debug_content</full_name>
6238
+ <docblock line="2547">
6239
  <description><![CDATA[Get debug information without clearing the buffer]]></description>
6240
  <long-description><![CDATA[]]></long-description>
6241
+ <tag line="2547" name="since" description="2.12"/>
6242
+ <tag line="2547" name="param" description="Return data type: 'string' (default) or 'array'" type="string" variable="$format">
6243
  <type by_reference="false">string</type>
6244
  </tag>
6245
+ <tag line="2547" name="param" description="Join array elements with '\n' or '&lt;p&gt;' (default)" type="string" variable="$glue">
6246
  <type by_reference="false">string</type>
6247
  </tag>
6248
+ <tag line="2547" name="return" description="true if success else false" type="boolean">
6249
  <type by_reference="false">boolean</type>
6250
  </tag>
6251
  </docblock>
6252
+ <argument line="2557">
6253
  <name>$format</name>
6254
  <default><![CDATA['string']]></default>
6255
  <type/>
6256
  </argument>
6257
+ <argument line="2557">
6258
  <name>$glue</name>
6259
  <default><![CDATA['<p>']]></default>
6260
  <type/>
6261
  </argument>
6262
  </method>
6263
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2580" package="Media Library Assistant">
6264
  <name>mla_debug_flush</name>
6265
  <full_name>mla_debug_flush</full_name>
6266
+ <docblock line="2570">
6267
  <description><![CDATA[Flush debug information and clear buffer]]></description>
6268
  <long-description><![CDATA[]]></long-description>
6269
+ <tag line="2570" name="since" description="2.12"/>
6270
+ <tag line="2570" name="param" description="Destination: 'buffer' (default), 'console', 'log' or 'none'" type="string" variable="$destination">
6271
  <type by_reference="false">string</type>
6272
  </tag>
6273
+ <tag line="2570" name="param" description="true (default) to stop, false to continue collection" type="boolean" variable="$stop_collecting">
6274
  <type by_reference="false">boolean</type>
6275
  </tag>
6276
+ <tag line="2570" name="return" description="debug content if $destination == 'buffer' else empty string" type="string">
6277
  <type by_reference="false">string</type>
6278
  </tag>
6279
  </docblock>
6280
+ <argument line="2580">
6281
  <name>$destination</name>
6282
  <default><![CDATA['buffer']]></default>
6283
  <type/>
6284
  </argument>
6285
+ <argument line="2580">
6286
  <name>$stop_collecting</name>
6287
  <default><![CDATA[true]]></default>
6288
  <type/>
6289
  </argument>
6290
  </method>
6291
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2615" package="Media Library Assistant">
6292
+ <name>_debug_log</name>
6293
+ <full_name>_debug_log</full_name>
6294
+ <docblock line="2608">
6295
+ <description><![CDATA[Write a debug message to the appropriate log file]]></description>
6296
+ <long-description><![CDATA[]]></long-description>
6297
+ <tag line="2608" name="since" description="2.14"/>
6298
+ <tag line="2608" name="param" description="Message text" type="string" variable="$message">
6299
+ <type by_reference="false">string</type>
6300
+ </tag>
6301
+ </docblock>
6302
+ <argument line="2615">
6303
+ <name>$message</name>
6304
+ <default><![CDATA[]]></default>
6305
+ <type/>
6306
+ </argument>
6307
+ </method>
6308
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2647" package="Media Library Assistant">
6309
  <name>mla_debug_add</name>
6310
  <full_name>mla_debug_add</full_name>
6311
+ <docblock line="2639">
6312
  <description><![CDATA[Add a debug message to the collection]]></description>
6313
  <long-description><![CDATA[]]></long-description>
6314
+ <tag line="2639" name="since" description="2.12"/>
6315
+ <tag line="2639" name="param" description="Message text" type="string" variable="$message">
6316
  <type by_reference="false">string</type>
6317
  </tag>
6318
+ <tag line="2639" name="param" description="Optional. Debug category." type="integer" variable="$debug_level">
6319
  <type by_reference="false">integer</type>
6320
  </tag>
6321
  </docblock>
6322
+ <argument line="2647">
6323
  <name>$message</name>
6324
  <default><![CDATA[]]></default>
6325
  <type/>
6326
  </argument>
6327
+ <argument line="2647">
6328
  <name>$debug_level</name>
6329
  <default><![CDATA[NULL]]></default>
6330
  <type/>
6754
  </method>
6755
  </class>
6756
  </file>
6757
+ <file path="includes\class-mla-mime-types.php" hash="ab8692c2fa79aafc469ae8733c154937" package="Media Library Assistant">
6758
  <docblock line="2">
6759
  <description><![CDATA[Media Library Assistant MIME Type Support]]></description>
6760
  <long-description><![CDATA[]]></long-description>
6880
  </tag>
6881
  </docblock>
6882
  </property>
6883
+ <property final="false" static="true" visibility="private" line="2369" namespace="global" package="Media Library Assistant">
6884
  <name>$mla_optional_upload_mime_templates</name>
6885
  <default><![CDATA[NULL]]></default>
6886
+ <docblock line="2362">
6887
  <description><![CDATA[In-memory representation of the (read-only) Optional Upload MIME Types]]></description>
6888
  <long-description><![CDATA[]]></long-description>
6889
+ <tag line="2362" name="since" description="1.40"/>
6890
+ <tag line="2362" name="var" description="( ID, slug, mime_type, core_type, mla_type, description )" type="array">
6891
  <type by_reference="false">array</type>
6892
  </tag>
6893
  </docblock>
7683
  <type/>
7684
  </argument>
7685
  </method>
7686
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1660" package="Media Library Assistant">
7687
+ <name>mla_get_icon_type_size</name>
7688
+ <full_name>mla_get_icon_type_size</full_name>
7689
+ <docblock line="1651">
7690
+ <description><![CDATA[Get an attachment icon height and width]]></description>
7691
+ <long-description><![CDATA[]]></long-description>
7692
+ <tag line="1651" name="since" description="2.14"/>
7693
+ <tag line="1651" name="param" description="Icon Type, e.g., audio, video, spreadsheet" type="string" variable="$icon_type">
7694
+ <type by_reference="false">string</type>
7695
+ </tag>
7696
+ <tag line="1651" name="return" description="( width, height )" type="array">
7697
+ <type by_reference="false">array</type>
7698
+ </tag>
7699
+ </docblock>
7700
+ <argument line="1660">
7701
+ <name>$icon_type</name>
7702
+ <default><![CDATA[]]></default>
7703
+ <type/>
7704
+ </argument>
7705
+ </method>
7706
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1691" package="Media Library Assistant">
7707
  <name>mla_get_icon_type_image</name>
7708
  <full_name>mla_get_icon_type_image</full_name>
7709
+ <docblock line="1681">
7710
  <description><![CDATA[Get an HTML img element representing an attachment icon]]></description>
7711
  <long-description><![CDATA[]]></long-description>
7712
+ <tag line="1681" name="since" description="1.40"/>
7713
+ <tag line="1681" name="param" description="Icon Type, e.g., audio, video, spreadsheet" type="string" variable="$icon_type">
7714
  <type by_reference="false">string</type>
7715
  </tag>
7716
+ <tag line="1681" name="param" description="( width, height ) optional image size, default (64, 64)." type="array" variable="$size">
7717
  <type by_reference="false">array</type>
7718
  </tag>
7719
+ <tag line="1681" name="return" description="HTML img element or empty string on failure." type="string">
7720
  <type by_reference="false">string</type>
7721
  </tag>
7722
  </docblock>
7723
+ <argument line="1691">
7724
  <name>$icon_type</name>
7725
  <default><![CDATA[]]></default>
7726
  <type/>
7727
  </argument>
7728
+ <argument line="1691">
7729
  <name>$size</name>
7730
  <default><![CDATA[NULL]]></default>
7731
  <type/>
7732
  </argument>
7733
  </method>
7734
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1726" package="Media Library Assistant">
7735
  <name>mla_get_current_icon_types</name>
7736
  <full_name>mla_get_current_icon_types</full_name>
7737
+ <docblock line="1719">
7738
  <description><![CDATA[Get an array of current Icon Type names]]></description>
7739
  <long-description><![CDATA[]]></long-description>
7740
+ <tag line="1719" name="since" description="1.40"/>
7741
+ <tag line="1719" name="return" description="( icon_type ) or false on failure." type="array">
7742
  <type by_reference="false">array</type>
7743
  </tag>
7744
  </docblock>
7745
  </method>
7746
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1742" package="Media Library Assistant">
7747
  <name>_get_upload_mime_templates</name>
7748
  <full_name>_get_upload_mime_templates</full_name>
7749
+ <docblock line="1734">
7750
  <description><![CDATA[Assemble the in-memory representation of the Upload MIME Types]]></description>
7751
  <long-description><![CDATA[]]></long-description>
7752
+ <tag line="1734" name="since" description="1.40"/>
7753
+ <tag line="1734" name="param" description="Force a reload/recalculation of types" type="boolean" variable="$force_refresh">
7754
  <type by_reference="false">boolean</type>
7755
  </tag>
7756
+ <tag line="1734" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
7757
  <type by_reference="false">boolean</type>
7758
  </tag>
7759
  </docblock>
7760
+ <argument line="1742">
7761
  <name>$force_refresh</name>
7762
  <default><![CDATA[false]]></default>
7763
  <type/>
7764
  </argument>
7765
  </method>
7766
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1960" package="Media Library Assistant">
7767
  <name>_put_upload_mime_templates</name>
7768
  <full_name>_put_upload_mime_templates</full_name>
7769
+ <docblock line="1953">
7770
  <description><![CDATA[Store the options portion of the Upload MIME Types]]></description>
7771
  <long-description><![CDATA[]]></long-description>
7772
+ <tag line="1953" name="since" description="1.40"/>
7773
+ <tag line="1953" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
7774
  <type by_reference="false">boolean</type>
7775
  </tag>
7776
  </docblock>
7777
  </method>
7778
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1995" package="Media Library Assistant">
7779
  <name>mla_add_upload_mime</name>
7780
  <full_name>mla_add_upload_mime</full_name>
7781
+ <docblock line="1986">
7782
  <description><![CDATA[Add an MLA Upload MIME Type object]]></description>
7783
  <long-description><![CDATA[]]></long-description>
7784
+ <tag line="1986" name="since" description="1.40"/>
7785
+ <tag line="1986" name="param" description="Query variables for a single object, including slug" type="array" variable="$request">
7786
  <type by_reference="false">array</type>
7787
  </tag>
7788
+ <tag line="1986" name="return" description="Message(s) reflecting the results of the operation" type="array">
7789
  <type by_reference="false">array</type>
7790
  </tag>
7791
  </docblock>
7792
+ <argument line="1995">
7793
  <name>$request</name>
7794
  <default><![CDATA[]]></default>
7795
  <type/>
7796
  </argument>
7797
  </method>
7798
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2094" package="Media Library Assistant">
7799
  <name>mla_update_upload_mime</name>
7800
  <full_name>mla_update_upload_mime</full_name>
7801
+ <docblock line="2085">
7802
  <description><![CDATA[Update an MLA Upload MIME Type object]]></description>
7803
  <long-description><![CDATA[]]></long-description>
7804
+ <tag line="2085" name="since" description="1.40"/>
7805
+ <tag line="2085" name="param" description="Query variables for new object values, including optional original_slug" type="array" variable="$request">
7806
  <type by_reference="false">array</type>
7807
  </tag>
7808
+ <tag line="2085" name="return" description="Message(s) reflecting the results of the operation" type="array">
7809
  <type by_reference="false">array</type>
7810
  </tag>
7811
  </docblock>
7812
+ <argument line="2094">
7813
  <name>$request</name>
7814
  <default><![CDATA[NULL]]></default>
7815
  <type/>
7816
  </argument>
7817
  </method>
7818
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2283" package="Media Library Assistant">
7819
  <name>mla_get_upload_mime_slug</name>
7820
  <full_name>mla_get_upload_mime_slug</full_name>
7821
+ <docblock line="2274">
7822
  <description><![CDATA[Retrieve an MLA Upload MIME Type slug given a post_ID]]></description>
7823
  <long-description><![CDATA[]]></long-description>
7824
+ <tag line="2274" name="since" description="1.40"/>
7825
+ <tag line="2274" name="param" description="MLA Upload MIME Type post_ID" type="integer" variable="$post_ID">
7826
  <type by_reference="false">integer</type>
7827
  </tag>
7828
+ <tag line="2274" name="return" description="string with slug of the requested object; false if object not found" type="mixed">
7829
  <type by_reference="false">mixed</type>
7830
  </tag>
7831
  </docblock>
7832
+ <argument line="2283">
7833
  <name>$post_ID</name>
7834
  <default><![CDATA[]]></default>
7835
  <type/>
7836
  </argument>
7837
  </method>
7838
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2304" package="Media Library Assistant">
7839
  <name>mla_get_upload_mime</name>
7840
  <full_name>mla_get_upload_mime</full_name>
7841
+ <docblock line="2295">
7842
  <description><![CDATA[Retrieve an MLA Upload MIME Type object]]></description>
7843
  <long-description><![CDATA[]]></long-description>
7844
+ <tag line="2295" name="since" description="1.40"/>
7845
+ <tag line="2295" name="param" description="MLA Upload MIME Type slug" type="string" variable="$slug">
7846
  <type by_reference="false">string</type>
7847
  </tag>
7848
+ <tag line="2295" name="return" description="Array of elements, including slug, for the requested object; false if object not found" type="mixed">
7849
  <type by_reference="false">mixed</type>
7850
  </tag>
7851
  </docblock>
7852
+ <argument line="2304">
7853
  <name>$slug</name>
7854
  <default><![CDATA[]]></default>
7855
  <type/>
7856
  </argument>
7857
  </method>
7858
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2325" package="Media Library Assistant">
7859
  <name>mla_delete_upload_mime</name>
7860
  <full_name>mla_delete_upload_mime</full_name>
7861
+ <docblock line="2316">
7862
  <description><![CDATA[Delete an MLA Upload MIME Type object]]></description>
7863
  <long-description><![CDATA[]]></long-description>
7864
+ <tag line="2316" name="since" description="1.40"/>
7865
+ <tag line="2316" name="param" description="MLA Upload MIME Type slug" type="string" variable="$slug">
7866
  <type by_reference="false">string</type>
7867
  </tag>
7868
+ <tag line="2316" name="return" description="Message(s) reflecting the results of the operation" type="array">
7869
  <type by_reference="false">array</type>
7870
  </tag>
7871
  </docblock>
7872
+ <argument line="2325">
7873
  <name>$slug</name>
7874
  <default><![CDATA[]]></default>
7875
  <type/>
7876
  </argument>
7877
  </method>
7878
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2382" package="Media Library Assistant">
7879
  <name>_prepare_optional_upload_items_query</name>
7880
  <full_name>_prepare_optional_upload_items_query</full_name>
7881
+ <docblock line="2371">
7882
  <description><![CDATA[Sanitize and expand Optional Upload MIME Type query arguments from request variables]]></description>
7883
  <long-description><![CDATA[]]></long-description>
7884
+ <tag line="2371" name="since" description="1.40"/>
7885
+ <tag line="2371" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$raw_request">
7886
  <type by_reference="false">array</type>
7887
  </tag>
7888
+ <tag line="2371" name="param" description="Optional number of rows (default 0) to skip over to reach desired page" type="int" variable="$offset">
7889
  <type by_reference="false">int</type>
7890
  </tag>
7891
+ <tag line="2371" name="param" description="Optional number of rows on each page (0 = all rows, default)" type="int" variable="$count">
7892
  <type by_reference="false">int</type>
7893
  </tag>
7894
+ <tag line="2371" name="return" description="revised arguments suitable for query" type="array">
7895
  <type by_reference="false">array</type>
7896
  </tag>
7897
  </docblock>
7898
+ <argument line="2382">
7899
  <name>$raw_request</name>
7900
  <default><![CDATA[]]></default>
7901
  <type/>
7902
  </argument>
7903
+ <argument line="2382">
7904
  <name>$offset</name>
7905
  <default><![CDATA[0]]></default>
7906
  <type/>
7907
  </argument>
7908
+ <argument line="2382">
7909
  <name>$count</name>
7910
  <default><![CDATA[0]]></default>
7911
  <type/>
7912
  </argument>
7913
  </method>
7914
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2455" package="Media Library Assistant">
7915
  <name>_execute_optional_upload_items_query</name>
7916
  <full_name>_execute_optional_upload_items_query</full_name>
7917
+ <docblock line="2446">
7918
  <description><![CDATA[Execute an Optional Upload MIME Types query]]></description>
7919
  <long-description><![CDATA[]]></long-description>
7920
+ <tag line="2446" name="since" description="1.40"/>
7921
+ <tag line="2446" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
7922
  <type by_reference="false">array</type>
7923
  </tag>
7924
+ <tag line="2446" name="return" description="query results; array of MLA Optional Upload MIME Type objects" type="array">
7925
  <type by_reference="false">array</type>
7926
  </tag>
7927
  </docblock>
7928
+ <argument line="2455">
7929
  <name>$request</name>
7930
  <default><![CDATA[]]></default>
7931
  <type/>
7932
  </argument>
7933
  </method>
7934
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2537" package="Media Library Assistant">
7935
  <name>mla_count_optional_upload_items</name>
7936
  <full_name>mla_count_optional_upload_items</full_name>
7937
+ <docblock line="2528">
7938
  <description><![CDATA[Get the total number of MLA Upload MIME Type objects]]></description>
7939
  <long-description><![CDATA[]]></long-description>
7940
+ <tag line="2528" name="since" description="1.40"/>
7941
+ <tag line="2528" name="param" description="Query variables, e.g., from $_REQUEST" type="array" variable="$request">
7942
  <type by_reference="false">array</type>
7943
  </tag>
7944
+ <tag line="2528" name="return" description="Number of MLA Upload MIME Type objects" type="integer">
7945
  <type by_reference="false">integer</type>
7946
  </tag>
7947
  </docblock>
7948
+ <argument line="2537">
7949
  <name>$request</name>
7950
  <default><![CDATA[]]></default>
7951
  <type/>
7952
  </argument>
7953
  </method>
7954
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2554" package="Media Library Assistant">
7955
  <name>mla_query_optional_upload_items</name>
7956
  <full_name>mla_query_optional_upload_items</full_name>
7957
+ <docblock line="2543">
7958
  <description><![CDATA[Retrieve MLA Upload MIME Type objects for list table display]]></description>
7959
  <long-description><![CDATA[]]></long-description>
7960
+ <tag line="2543" name="since" description="1.40"/>
7961
+ <tag line="2543" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
7962
  <type by_reference="false">array</type>
7963
  </tag>
7964
+ <tag line="2543" name="param" description="number of rows to skip over to reach desired page" type="int" variable="$offset">
7965
  <type by_reference="false">int</type>
7966
  </tag>
7967
+ <tag line="2543" name="param" description="number of rows on each page" type="int" variable="$count">
7968
  <type by_reference="false">int</type>
7969
  </tag>
7970
+ <tag line="2543" name="return" description="MLA Upload MIME Type objects" type="array">
7971
  <type by_reference="false">array</type>
7972
  </tag>
7973
  </docblock>
7974
+ <argument line="2554">
7975
  <name>$request</name>
7976
  <default><![CDATA[]]></default>
7977
  <type/>
7978
  </argument>
7979
+ <argument line="2554">
7980
  <name>$offset</name>
7981
  <default><![CDATA[]]></default>
7982
  <type/>
7983
  </argument>
7984
+ <argument line="2554">
7985
  <name>$count</name>
7986
  <default><![CDATA[]]></default>
7987
  <type/>
7988
  </argument>
7989
  </method>
7990
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2567" package="Media Library Assistant">
7991
  <name>_get_optional_upload_mime_templates</name>
7992
  <full_name>_get_optional_upload_mime_templates</full_name>
7993
+ <docblock line="2560">
7994
  <description><![CDATA[Assemble the in-memory representation of the (read-only) Optional Upload MIME Types]]></description>
7995
  <long-description><![CDATA[]]></long-description>
7996
+ <tag line="2560" name="since" description="1.40"/>
7997
+ <tag line="2560" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
7998
  <type by_reference="false">boolean</type>
7999
  </tag>
8000
  </docblock>
8001
  </method>
8002
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2612" package="Media Library Assistant">
8003
  <name>mla_get_optional_upload_mime</name>
8004
  <full_name>mla_get_optional_upload_mime</full_name>
8005
+ <docblock line="2603">
8006
  <description><![CDATA[Retrieve an MLA Optional Upload MIME Type given an ID]]></description>
8007
  <long-description><![CDATA[]]></long-description>
8008
+ <tag line="2603" name="since" description="1.40"/>
8009
+ <tag line="2603" name="param" description="MLA Optional Upload MIME Type ID" type="integer" variable="$ID">
8010
  <type by_reference="false">integer</type>
8011
  </tag>
8012
+ <tag line="2603" name="return" description="the requested object; false if object not found" type="mixed">
8013
  <type by_reference="false">mixed</type>
8014
  </tag>
8015
  </docblock>
8016
+ <argument line="2612">
8017
  <name>$ID</name>
8018
  <default><![CDATA[]]></default>
8019
  <type/>
8021
  </method>
8022
  </class>
8023
  </file>
8024
+ <file path="includes\class-mla-objects.php" hash="3e3746ad9c49cdd310b5c6af7f9eb2c8" package="Media Library Assistant">
8025
  <docblock line="2">
8026
  <description><![CDATA[Media Library Assistant Custom Taxonomy and Widget objects]]></description>
8027
  <long-description><![CDATA[]]></long-description>
8233
  </method>
8234
  </class>
8235
  </file>
8236
+ <file path="includes\class-mla-options.php" hash="3d5cafd13e09051ec7d182aebb014a4c" package="Media Library Assistant">
8237
  <docblock line="2">
8238
  <description><![CDATA[Manages the plugin option settings]]></description>
8239
  <long-description><![CDATA[]]></long-description>
8240
  <tag line="2" name="package" description="Media Library Assistant"/>
8241
  <tag line="2" name="since" description="1.00"/>
8242
  </docblock>
8243
+ <include line="2023" type="Require Once" package="Media Library Assistant">
8244
  <name/>
8245
  </include>
8246
+ <include line="2054" type="Require" package="Media Library Assistant">
8247
  <name/>
8248
  </include>
8249
  <class final="false" abstract="false" namespace="global" line="18" package="Media Library Assistant">
8675
  <long-description><![CDATA[]]></long-description>
8676
  </docblock>
8677
  </constant>
8678
+ <constant namespace="global" line="256" package="Media Library Assistant">
8679
+ <name>MLA_DEBUG_FILE</name>
8680
+ <full_name>MLA_DEBUG_FILE</full_name>
8681
+ <value><![CDATA['debug_file']]></value>
8682
+ <docblock line="253">
8683
+ <description><![CDATA[Provides a unique name for the Debug alternate log file option]]></description>
8684
+ <long-description><![CDATA[]]></long-description>
8685
+ </docblock>
8686
+ </constant>
8687
+ <property final="false" static="true" visibility="public" line="267" namespace="global" package="Media Library Assistant">
8688
  <name>$process_featured_in</name>
8689
  <default><![CDATA[true]]></default>
8690
+ <docblock line="258">
8691
  <description><![CDATA[Option setting for "Featured in" reporting]]></description>
8692
  <long-description><![CDATA[<p>This setting is false if the "Featured in" database access setting is "disabled", else true.</p>]]></long-description>
8693
+ <tag line="258" name="since" description="1.00"/>
8694
+ <tag line="258" name="var" description="" type="boolean">
8695
  <type by_reference="false">boolean</type>
8696
  </tag>
8697
  </docblock>
8698
  </property>
8699
+ <property final="false" static="true" visibility="public" line="278" namespace="global" package="Media Library Assistant">
8700
  <name>$process_inserted_in</name>
8701
  <default><![CDATA[true]]></default>
8702
+ <docblock line="269">
8703
  <description><![CDATA[Option setting for "Inserted in" reporting]]></description>
8704
  <long-description><![CDATA[<p>This setting is false if the "Inserted in" database access setting is "disabled", else true.</p>]]></long-description>
8705
+ <tag line="269" name="since" description="1.00"/>
8706
+ <tag line="269" name="var" description="" type="boolean">
8707
  <type by_reference="false">boolean</type>
8708
  </tag>
8709
  </docblock>
8710
  </property>
8711
+ <property final="false" static="true" visibility="public" line="289" namespace="global" package="Media Library Assistant">
8712
  <name>$process_gallery_in</name>
8713
  <default><![CDATA[true]]></default>
8714
+ <docblock line="280">
8715
  <description><![CDATA[Option setting for "Gallery in" reporting]]></description>
8716
  <long-description><![CDATA[<p>This setting is false if the "Gallery in" database access setting is "disabled", else true.</p>]]></long-description>
8717
+ <tag line="280" name="since" description="1.00"/>
8718
+ <tag line="280" name="var" description="" type="boolean">
8719
  <type by_reference="false">boolean</type>
8720
  </tag>
8721
  </docblock>
8722
  </property>
8723
+ <property final="false" static="true" visibility="public" line="300" namespace="global" package="Media Library Assistant">
8724
  <name>$process_mla_gallery_in</name>
8725
  <default><![CDATA[true]]></default>
8726
+ <docblock line="291">
8727
  <description><![CDATA[Option setting for "MLA Gallery in" reporting]]></description>
8728
  <long-description><![CDATA[<p>This setting is false if the "MLA Gallery in" database access setting is "disabled", else true.</p>]]></long-description>
8729
+ <tag line="291" name="since" description="1.00"/>
8730
+ <tag line="291" name="var" description="" type="boolean">
8731
  <type by_reference="false">boolean</type>
8732
  </tag>
8733
  </docblock>
8734
  </property>
8735
+ <property final="false" static="true" visibility="public" line="332" namespace="global" package="Media Library Assistant">
8736
  <name>$mla_option_definitions</name>
8737
  <default><![CDATA[array()]]></default>
8738
+ <docblock line="302">
8739
  <description><![CDATA[$mla_option_definitions defines the database options and admin page areas for setting/updating them]]></description>
8740
  <long-description><![CDATA[<p>The array must be populated at runtime in MLAOptions::mla_localize_option_definitions_array(),
8741
  because Localization calls cannot be placed in the "public static" array definition itself.</p>
8764
  $message = ['reset']( 'reset', $key, $value, $_REQUEST );</p>]]></long-description>
8765
  </docblock>
8766
  </property>
8767
+ <property final="false" static="true" visibility="private" line="379" namespace="global" package="Media Library Assistant">
8768
  <name>$mla_option_templates</name>
8769
  <default><![CDATA[null]]></default>
8770
+ <docblock line="372">
8771
  <description><![CDATA[Style and Markup templates]]></description>
8772
  <long-description><![CDATA[]]></long-description>
8773
+ <tag line="372" name="since" description="0.80"/>
8774
+ <tag line="372" name="var" description="" type="array">
8775
  <type by_reference="false">array</type>
8776
  </tag>
8777
  </docblock>
8778
  </property>
8779
+ <property final="false" static="true" visibility="private" line="2075" namespace="global" package="Media Library Assistant">
8780
  <name>$add_attachment_id</name>
8781
  <default><![CDATA[0]]></default>
8782
+ <docblock line="2065">
8783
  <description><![CDATA[Attachment ID passed from mla_add_attachment_action to mla_update_attachment_metadata_filter]]></description>
8784
  <long-description><![CDATA[<p>Ensures that IPTC/EXIF and Custom Field mapping is only performed when the attachment is first
8785
  added to the Media Library.</p>]]></long-description>
8786
+ <tag line="2065" name="since" description="1.70"/>
8787
+ <tag line="2065" name="var" description="" type="integer">
8788
  <type by_reference="false">integer</type>
8789
  </tag>
8790
  </docblock>
8791
  </property>
8792
+ <property final="false" static="true" visibility="private" line="3161" namespace="global" package="Media Library Assistant">
8793
  <name>$custom_field_data_sources</name>
8794
  <default><![CDATA[array('post_id', 'post_author', 'post_date', 'post_date_gmt', 'post_content', 'post_title', 'post_excerpt', 'post_status', 'comment_status', 'ping_status', 'post_name', 'post_modified', 'post_modified_gmt', 'post_content_filtered', 'parent', 'post_parent', 'guid', 'menu_order', 'mime_type', 'post_mime_type', 'comment_count', 'alt_text', 'absolute_path', 'absolute_file_name', 'base_file', 'path', 'file_name', 'name_only', 'extension', 'file_size', 'upload_date', 'dimensions', 'pixels', 'width', 'height', 'orientation', 'hwstring_small', 'size_keys', 'size_names', 'size_bytes', 'size_pixels', 'size_dimensions', 'size_name[size]', 'size_bytes[size]', 'size_pixels[size]', 'size_dimensions[size]', 'parent_date', 'parent_type', 'parent_title', 'parent_issues', 'reference_issues', 'featured_in', 'featured_in_title', 'inserted_in', 'inserted_in_title', 'gallery_in', 'gallery_in_title', 'mla_gallery_in', 'mla_gallery_in_title', 'aperture', 'credit', 'camera', 'caption', 'created_timestamp', 'copyright', 'focal_length', 'iso', 'shutter_speed', 'title')]]></default>
8795
+ <docblock line="3154">
8796
  <description><![CDATA[Array of Data Source names for custom field mapping]]></description>
8797
  <long-description><![CDATA[]]></long-description>
8798
+ <tag line="3154" name="since" description="1.10"/>
8799
+ <tag line="3154" name="var" description="" type="array">
8800
  <type by_reference="false">array</type>
8801
  </tag>
8802
  </docblock>
8803
  </property>
8804
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="341" package="Media Library Assistant">
8805
  <name>initialize</name>
8806
  <full_name>initialize</full_name>
8807
+ <docblock line="334">
8808
  <description><![CDATA[Initialization function, similar to __construct()]]></description>
8809
  <long-description><![CDATA[]]></long-description>
8810
+ <tag line="334" name="since" description="1.00"/>
8811
+ <tag line="334" name="return" description="" type="void">
8812
  <type by_reference="false">void</type>
8813
  </tag>
8814
  </docblock>
8815
  </method>
8816
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="388" package="Media Library Assistant">
8817
  <name>_load_option_templates</name>
8818
  <full_name>_load_option_templates</full_name>
8819
+ <docblock line="381">
8820
  <description><![CDATA[Load style and markup templates to $mla_templates]]></description>
8821
  <long-description><![CDATA[]]></long-description>
8822
+ <tag line="381" name="since" description="0.80"/>
8823
+ <tag line="381" name="return" description="" type="void">
8824
  <type by_reference="false">void</type>
8825
  </tag>
8826
  </docblock>
8827
  </method>
8828
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="435" package="Media Library Assistant">
8829
  <name>mla_localize_option_definitions_array</name>
8830
  <full_name>mla_localize_option_definitions_array</full_name>
8831
+ <docblock line="425">
8832
  <description><![CDATA[Localize $mla_option_definitions array]]></description>
8833
  <long-description><![CDATA[<p>Localization must be done at runtime, and these calls cannot be placed
8834
  in the "public static" array definition itself.</p>]]></long-description>
8835
+ <tag line="425" name="since" description="1.70"/>
8836
+ <tag line="425" name="return" description="" type="void">
8837
  <type by_reference="false">void</type>
8838
  </tag>
8839
  </docblock>
8840
  </method>
8841
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1306" package="Media Library Assistant">
8842
  <name>mla_initialize_tax_checked_on_top</name>
8843
  <full_name>mla_initialize_tax_checked_on_top</full_name>
8844
+ <docblock line="1297">
8845
  <description><![CDATA[Initialize "tax_checked_on_top" => "checked" default for all supported taxonomies]]></description>
8846
  <long-description><![CDATA[<p>Called after all taxonomies are registered, e.g., in MLAObjects::_build_taxonomies.</p>]]></long-description>
8847
+ <tag line="1297" name="since" description="2.02"/>
8848
+ <tag line="1297" name="return" description="" type="void">
8849
  <type by_reference="false">void</type>
8850
  </tag>
8851
  </docblock>
8852
  </method>
8853
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1332" package="Media Library Assistant">
8854
  <name>mla_fetch_gallery_template</name>
8855
  <full_name>mla_fetch_gallery_template</full_name>
8856
+ <docblock line="1322">
8857
  <description><![CDATA[Fetch style or markup template from $mla_templates]]></description>
8858
  <long-description><![CDATA[]]></long-description>
8859
+ <tag line="1322" name="since" description="0.80"/>
8860
+ <tag line="1322" name="param" description="Template name" type="string" variable="$key">
8861
  <type by_reference="false">string</type>
8862
  </tag>
8863
+ <tag line="1322" name="param" description="Template type; 'style' (default) or 'markup'" type="string" variable="$type">
8864
  <type by_reference="false">string</type>
8865
  </tag>
8866
+ <tag line="1322" name="return" description="requested template, false if not found or null if no templates" type="string|boolean|null">
8867
  <type by_reference="false">string</type>
8868
  <type by_reference="false">boolean</type>
8869
  <type by_reference="false">null</type>
8870
  </tag>
8871
  </docblock>
8872
+ <argument line="1332">
8873
  <name>$key</name>
8874
  <default><![CDATA[]]></default>
8875
  <type/>
8876
  </argument>
8877
+ <argument line="1332">
8878
  <name>$type</name>
8879
  <default><![CDATA['style']]></default>
8880
  <type/>
8881
  </argument>
8882
  </method>
8883
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1354" package="Media Library Assistant">
8884
  <name>mla_get_style_templates</name>
8885
  <full_name>mla_get_style_templates</full_name>
8886
+ <docblock line="1347">
8887
  <description><![CDATA[Get ALL style templates from $mla_templates, including 'default']]></description>
8888
  <long-description><![CDATA[]]></long-description>
8889
+ <tag line="1347" name="since" description="0.80"/>
8890
+ <tag line="1347" name="return" description="name =&gt; value for all style templates or null if no templates" type="array|null">
8891
  <type by_reference="false">array</type>
8892
  <type by_reference="false">null</type>
8893
  </tag>
8894
  </docblock>
8895
  </method>
8896
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1380" package="Media Library Assistant">
8897
  <name>mla_put_style_templates</name>
8898
  <full_name>mla_put_style_templates</full_name>
8899
+ <docblock line="1372">
8900
  <description><![CDATA[Put user-defined style templates to $mla_templates and database]]></description>
8901
  <long-description><![CDATA[]]></long-description>
8902
+ <tag line="1372" name="since" description="0.80"/>
8903
+ <tag line="1372" name="param" description="name =&gt; value for all user-defined style templates" type="array" variable="$templates">
8904
  <type by_reference="false">array</type>
8905
  </tag>
8906
+ <tag line="1372" name="return" description="true if success, false if failure" type="boolean">
8907
  <type by_reference="false">boolean</type>
8908
  </tag>
8909
  </docblock>
8910
+ <argument line="1380">
8911
  <name>$templates</name>
8912
  <default><![CDATA[]]></default>
8913
  <type/>
8914
  </argument>
8915
  </method>
8916
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1396" package="Media Library Assistant">
8917
  <name>mla_get_markup_templates</name>
8918
  <full_name>mla_get_markup_templates</full_name>
8919
+ <docblock line="1389">
8920
  <description><![CDATA[Get ALL markup templates from $mla_templates, including 'default']]></description>
8921
  <long-description><![CDATA[]]></long-description>
8922
+ <tag line="1389" name="since" description="0.80"/>
8923
+ <tag line="1389" name="return" description="name =&gt; value for all markup templates or null if no templates" type="array|null">
8924
  <type by_reference="false">array</type>
8925
  <type by_reference="false">null</type>
8926
  </tag>
8927
  </docblock>
8928
  </method>
8929
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1451" package="Media Library Assistant">
8930
  <name>mla_put_markup_templates</name>
8931
  <full_name>mla_put_markup_templates</full_name>
8932
+ <docblock line="1443">
8933
  <description><![CDATA[Put user-defined markup templates to $mla_templates and database]]></description>
8934
  <long-description><![CDATA[]]></long-description>
8935
+ <tag line="1443" name="since" description="0.80"/>
8936
+ <tag line="1443" name="param" description="name =&gt; value for all user-defined markup templates" type="array" variable="$templates">
8937
  <type by_reference="false">array</type>
8938
  </tag>
8939
+ <tag line="1443" name="return" description="true if success, false if failure" type="boolean">
8940
  <type by_reference="false">boolean</type>
8941
  </tag>
8942
  </docblock>
8943
+ <argument line="1451">
8944
  <name>$templates</name>
8945
  <default><![CDATA[]]></default>
8946
  <type/>
8947
  </argument>
8948
  </method>
8949
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1473" package="Media Library Assistant">
8950
  <name>mla_get_option</name>
8951
  <full_name>mla_get_option</full_name>
8952
+ <docblock line="1460">
8953
  <description><![CDATA[Return the stored value or default value of a defined MLA option]]></description>
8954
  <long-description><![CDATA[]]></long-description>
8955
+ <tag line="1460" name="since" description="0.1"/>
8956
+ <tag line="1460" name="param" description="Name of the desired option" type="string" variable="$option">
8957
  <type by_reference="false">string</type>
8958
  </tag>
8959
+ <tag line="1460" name="param" description="True to ignore current setting and return default values" type="boolean" variable="$get_default">
8960
  <type by_reference="false">boolean</type>
8961
  </tag>
8962
+ <tag line="1460" name="param" description="True to ignore default values and return only stored values" type="boolean" variable="$get_stored">
8963
  <type by_reference="false">boolean</type>
8964
  </tag>
8965
+ <tag line="1460" name="param" description="Custom option definitions" type="array" variable="$option_table">
8966
  <type by_reference="false">array</type>
8967
  </tag>
8968
+ <tag line="1460" name="return" description="Value(s) for the option or false if the option is not a defined MLA option" type="mixed">
8969
  <type by_reference="false">mixed</type>
8970
  </tag>
8971
  </docblock>
8972
+ <argument line="1473">
8973
  <name>$option</name>
8974
  <default><![CDATA[]]></default>
8975
  <type/>
8976
  </argument>
8977
+ <argument line="1473">
8978
  <name>$get_default</name>
8979
  <default><![CDATA[false]]></default>
8980
  <type/>
8981
  </argument>
8982
+ <argument line="1473">
8983
  <name>$get_stored</name>
8984
  <default><![CDATA[false]]></default>
8985
  <type/>
8986
  </argument>
8987
+ <argument line="1473">
8988
  <name>$option_table</name>
8989
  <default><![CDATA[NULL]]></default>
8990
  <type/>
8991
  </argument>
8992
  </method>
8993
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1508" package="Media Library Assistant">
8994
  <name>mla_update_option</name>
8995
  <full_name>mla_update_option</full_name>
8996
+ <docblock line="1497">
8997
  <description><![CDATA[Add or update the stored value of a defined MLA option]]></description>
8998
  <long-description><![CDATA[]]></long-description>
8999
+ <tag line="1497" name="since" description="0.1"/>
9000
+ <tag line="1497" name="param" description="Name of the desired option" type="string" variable="$option">
9001
  <type by_reference="false">string</type>
9002
  </tag>
9003
+ <tag line="1497" name="param" description="New value for the desired option" type="mixed" variable="$newvalue">
9004
  <type by_reference="false">mixed</type>
9005
  </tag>
9006
+ <tag line="1497" name="param" description="Custom option definitions" type="array" variable="$option_table">
9007
  <type by_reference="false">array</type>
9008
  </tag>
9009
+ <tag line="1497" name="return" description="True if the value was changed or false if the update failed" type="boolean">
9010
  <type by_reference="false">boolean</type>
9011
  </tag>
9012
  </docblock>
9013
+ <argument line="1508">
9014
  <name>$option</name>
9015
  <default><![CDATA[]]></default>
9016
  <type/>
9017
  </argument>
9018
+ <argument line="1508">
9019
  <name>$newvalue</name>
9020
  <default><![CDATA[]]></default>
9021
  <type/>
9022
  </argument>
9023
+ <argument line="1508">
9024
  <name>$option_table</name>
9025
  <default><![CDATA[NULL]]></default>
9026
  <type/>
9027
  </argument>
9028
  </method>
9029
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1530" package="Media Library Assistant">
9030
  <name>mla_delete_option</name>
9031
  <full_name>mla_delete_option</full_name>
9032
+ <docblock line="1520">
9033
  <description><![CDATA[Delete the stored value of a defined MLA option]]></description>
9034
  <long-description><![CDATA[]]></long-description>
9035
+ <tag line="1520" name="since" description="0.1"/>
9036
+ <tag line="1520" name="param" description="Name of the desired option" type="string" variable="$option">
9037
  <type by_reference="false">string</type>
9038
  </tag>
9039
+ <tag line="1520" name="param" description="Custom option definitions" type="array" variable="$option_table">
9040
  <type by_reference="false">array</type>
9041
  </tag>
9042
+ <tag line="1520" name="return" description="True if the option was deleted, otherwise false" type="boolean">
9043
  <type by_reference="false">boolean</type>
9044
  </tag>
9045
  </docblock>
9046
+ <argument line="1530">
9047
  <name>$option</name>
9048
  <default><![CDATA[]]></default>
9049
  <type/>
9050
  </argument>
9051
+ <argument line="1530">
9052
  <name>$option_table</name>
9053
  <default><![CDATA[NULL]]></default>
9054
  <type/>
9055
  </argument>
9056
  </method>
9057
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1555" package="Media Library Assistant">
9058
  <name>mla_taxonomy_support</name>
9059
  <full_name>mla_taxonomy_support</full_name>
9060
+ <docblock line="1542">
9061
  <description><![CDATA[Determine MLA support for a taxonomy, handling the special case where the
9062
  settings are being updated or reset.]]></description>
9063
  <long-description><![CDATA[]]></long-description>
9064
+ <tag line="1542" name="since" description="0.30"/>
9065
+ <tag line="1542" name="param" description="Taxonomy name, e.g., attachment_category" type="string" variable="$tax_name">
9066
  <type by_reference="false">string</type>
9067
  </tag>
9068
+ <tag line="1542" name="param" description="Optional. 'support' (default), 'quick-edit' or 'filter'" type="string" variable="$support_type">
9069
  <type by_reference="false">string</type>
9070
  </tag>
9071
+ <tag line="1542" name="return" description="true if the taxonomy is supported in this way else false. string if $tax_name is '' and $support_type is 'filter', returns the taxonomy to filter by." type="boolean|string">
9072
  <type by_reference="false">boolean</type>
9073
  <type by_reference="false">string</type>
9074
  </tag>
9075
  </docblock>
9076
+ <argument line="1555">
9077
  <name>$tax_name</name>
9078
  <default><![CDATA[]]></default>
9079
  <type/>
9080
  </argument>
9081
+ <argument line="1555">
9082
  <name>$support_type</name>
9083
  <default><![CDATA['support']]></default>
9084
  <type/>
9085
  </argument>
9086
  </method>
9087
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1632" package="Media Library Assistant">
9088
  <name>mla_supported_taxonomies</name>
9089
  <full_name>mla_supported_taxonomies</full_name>
9090
+ <docblock line="1623">
9091
  <description><![CDATA[Returns an array of taxonomy names assigned to $support_type]]></description>
9092
  <long-description><![CDATA[]]></long-description>
9093
+ <tag line="1623" name="since" description="1.90"/>
9094
+ <tag line="1623" name="param" description="Optional. 'support' (default), 'quick-edit', 'flat-checklist', 'term-search' or 'filter'" type="string" variable="$support_type">
9095
  <type by_reference="false">string</type>
9096
  </tag>
9097
+ <tag line="1623" name="return" description="taxonomies assigned to $support_type; can be empty." type="array">
9098
  <type by_reference="false">array</type>
9099
  </tag>
9100
  </docblock>
9101
+ <argument line="1632">
9102
  <name>$support_type</name>
9103
  <default><![CDATA['support']]></default>
9104
  <type/>
9105
  </argument>
9106
  </method>
9107
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1701" package="Media Library Assistant">
9108
  <name>mla_attachment_display_settings_option_handler</name>
9109
  <full_name>mla_attachment_display_settings_option_handler</full_name>
9110
+ <docblock line="1688">
9111
  <description><![CDATA[Render and manage Attachment Display Settings options; alignment, link type and size]]></description>
9112
  <long-description><![CDATA[]]></long-description>
9113
+ <tag line="1688" name="since" description="1.71"/>
9114
+ <tag line="1688" name="uses" description="\global\MLASettings::$page_template_array" refers="\global\MLASettings::$page_template_array"/>
9115
+ <tag line="1688" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
9116
  <type by_reference="false">string</type>
9117
  </tag>
9118
+ <tag line="1688" name="param" description="option name, e.g., 'image_default_align'" type="string" variable="$key">
9119
  <type by_reference="false">string</type>
9120
  </tag>
9121
+ <tag line="1688" name="param" description="option parameters" type="array" variable="$value">
9122
  <type by_reference="false">array</type>
9123
  </tag>
9124
+ <tag line="1688" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
9125
  <type by_reference="false">array</type>
9126
  </tag>
9127
+ <tag line="1688" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
9128
  <type by_reference="false">string</type>
9129
  </tag>
9130
  </docblock>
9131
+ <argument line="1701">
9132
  <name>$action</name>
9133
  <default><![CDATA[]]></default>
9134
  <type/>
9135
  </argument>
9136
+ <argument line="1701">
9137
  <name>$key</name>
9138
  <default><![CDATA[]]></default>
9139
  <type/>
9140
  </argument>
9141
+ <argument line="1701">
9142
  <name>$value</name>
9143
  <default><![CDATA[]]></default>
9144
  <type/>
9145
  </argument>
9146
+ <argument line="1701">
9147
  <name>$args</name>
9148
  <default><![CDATA[null]]></default>
9149
  <type/>
9150
  </argument>
9151
  </method>
9152
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1765" package="Media Library Assistant">
9153
  <name>mla_taxonomy_option_handler</name>
9154
  <full_name>mla_taxonomy_option_handler</full_name>
9155
+ <docblock line="1752">
9156
  <description><![CDATA[Render and manage taxonomy support options, e.g., Categories and Post Tags]]></description>
9157
  <long-description><![CDATA[]]></long-description>
9158
+ <tag line="1752" name="since" description="0.30"/>
9159
+ <tag line="1752" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9160
+ <tag line="1752" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
9161
  <type by_reference="false">string</type>
9162
  </tag>
9163
+ <tag line="1752" name="param" description="option name, e.g., 'tax_support', or 'tax_flat_checklist'" type="string" variable="$key">
9164
  <type by_reference="false">string</type>
9165
  </tag>
9166
+ <tag line="1752" name="param" description="option parameters" type="array" variable="$value">
9167
  <type by_reference="false">array</type>
9168
  </tag>
9169
+ <tag line="1752" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
9170
  <type by_reference="false">array</type>
9171
  </tag>
9172
+ <tag line="1752" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
9173
  <type by_reference="false">string</type>
9174
  </tag>
9175
  </docblock>
9176
+ <argument line="1765">
9177
  <name>$action</name>
9178
  <default><![CDATA[]]></default>
9179
  <type/>
9180
  </argument>
9181
+ <argument line="1765">
9182
  <name>$key</name>
9183
  <default><![CDATA[]]></default>
9184
  <type/>
9185
  </argument>
9186
+ <argument line="1765">
9187
  <name>$value</name>
9188
  <default><![CDATA[]]></default>
9189
  <type/>
9190
  </argument>
9191
+ <argument line="1765">
9192
  <name>$args</name>
9193
  <default><![CDATA[null]]></default>
9194
  <type/>
9195
  </argument>
9196
  </method>
9197
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1942" package="Media Library Assistant">
9198
  <name>mla_search_option_handler</name>
9199
  <full_name>mla_search_option_handler</full_name>
9200
+ <docblock line="1929">
9201
  <description><![CDATA[Render and manage Search box options, e.g., connector and search fields]]></description>
9202
  <long-description><![CDATA[]]></long-description>
9203
+ <tag line="1929" name="since" description="1.90"/>
9204
+ <tag line="1929" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9205
+ <tag line="1929" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
9206
  <type by_reference="false">string</type>
9207
  </tag>
9208
+ <tag line="1929" name="param" description="option name; 'search_connector' or 'search_fields'" type="string" variable="$key">
9209
  <type by_reference="false">string</type>
9210
  </tag>
9211
+ <tag line="1929" name="param" description="option parameters" type="array" variable="$value">
9212
  <type by_reference="false">array</type>
9213
  </tag>
9214
+ <tag line="1929" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
9215
  <type by_reference="false">array</type>
9216
  </tag>
9217
+ <tag line="1929" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
9218
  <type by_reference="false">string</type>
9219
  </tag>
9220
  </docblock>
9221
+ <argument line="1942">
9222
  <name>$action</name>
9223
  <default><![CDATA[]]></default>
9224
  <type/>
9225
  </argument>
9226
+ <argument line="1942">
9227
  <name>$key</name>
9228
  <default><![CDATA[]]></default>
9229
  <type/>
9230
  </argument>
9231
+ <argument line="1942">
9232
  <name>$value</name>
9233
  <default><![CDATA[]]></default>
9234
  <type/>
9235
  </argument>
9236
+ <argument line="1942">
9237
  <name>$args</name>
9238
  <default><![CDATA[null]]></default>
9239
  <type/>
9240
  </argument>
9241
  </method>
9242
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2013" package="Media Library Assistant">
9243
  <name>mla_wp_handle_upload_prefilter_filter</name>
9244
  <full_name>mla_wp_handle_upload_prefilter_filter</full_name>
9245
+ <docblock line="2004">
9246
  <description><![CDATA[Examine or alter the filename before the file is made permanent]]></description>
9247
  <long-description><![CDATA[]]></long-description>
9248
+ <tag line="2004" name="since" description="1.70"/>
9249
+ <tag line="2004" name="param" description="file parameters ( 'name' )" type="array" variable="$file">
9250
  <type by_reference="false">array</type>
9251
  </tag>
9252
+ <tag line="2004" name="return" description="updated file parameters" type="array">
9253
  <type by_reference="false">array</type>
9254
  </tag>
9255
  </docblock>
9256
+ <argument line="2013">
9257
  <name>$file</name>
9258
  <default><![CDATA[]]></default>
9259
  <type/>
9260
  </argument>
9261
  </method>
9262
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2044" package="Media Library Assistant">
9263
  <name>mla_wp_handle_upload_filter</name>
9264
  <full_name>mla_wp_handle_upload_filter</full_name>
9265
+ <docblock line="2035">
9266
  <description><![CDATA[Called once for each file uploaded]]></description>
9267
  <long-description><![CDATA[]]></long-description>
9268
+ <tag line="2035" name="since" description="1.70"/>
9269
+ <tag line="2035" name="param" description="file parameters ( 'name' )" type="array" variable="$file">
9270
  <type by_reference="false">array</type>
9271
  </tag>
9272
+ <tag line="2035" name="return" description="updated file parameters" type="array">
9273
  <type by_reference="false">array</type>
9274
  </tag>
9275
  </docblock>
9276
+ <argument line="2044">
9277
  <name>$file</name>
9278
  <default><![CDATA[]]></default>
9279
  <type/>
9280
  </argument>
9281
  </method>
9282
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2088" package="Media Library Assistant">
9283
  <name>mla_add_attachment_action</name>
9284
  <full_name>mla_add_attachment_action</full_name>
9285
+ <docblock line="2077">
9286
  <description><![CDATA[Set $add_attachment_id to just-inserted attachment]]></description>
9287
  <long-description><![CDATA[<p>All of the actual processing is done later, in mla_update_attachment_metadata_filter.</p>]]></long-description>
9288
+ <tag line="2077" name="since" description="1.00"/>
9289
+ <tag line="2077" name="param" description="ID of just-inserted attachment" type="integer" variable="$post_ID">
9290
  <type by_reference="false">integer</type>
9291
  </tag>
9292
+ <tag line="2077" name="return" description="" type="void">
9293
  <type by_reference="false">void</type>
9294
  </tag>
9295
  </docblock>
9296
+ <argument line="2088">
9297
  <name>$post_ID</name>
9298
  <default><![CDATA[]]></default>
9299
  <type/>
9300
  </argument>
9301
  </method>
9302
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2103" package="Media Library Assistant">
9303
  <name>_update_attachment_metadata</name>
9304
  <full_name>_update_attachment_metadata</full_name>
9305
+ <docblock line="2093">
9306
  <description><![CDATA[Update _wp_attachment_metadata for just-inserted attachment]]></description>
9307
  <long-description><![CDATA[]]></long-description>
9308
+ <tag line="2093" name="since" description="1.70"/>
9309
+ <tag line="2093" name="param" description="Attachment metadata updates" type="array" variable="$updates">
9310
  <type by_reference="false">array</type>
9311
  </tag>
9312
+ <tag line="2093" name="param" description="Attachment metadata, by reference; updated by this function" type="array" variable="$data">
9313
  <type by_reference="false">array</type>
9314
  </tag>
9315
+ <tag line="2093" name="return" description="Attachment metadata updates, with &quot;meta:&quot; elements removed" type="array">
9316
  <type by_reference="false">array</type>
9317
  </tag>
9318
  </docblock>
9319
+ <argument line="2103">
9320
  <name>$updates</name>
9321
  <default><![CDATA[]]></default>
9322
  <type/>
9323
  </argument>
9324
+ <argument line="2103">
9325
  <name>$data</name>
9326
  <default><![CDATA[]]></default>
9327
  <type/>
9328
  </argument>
9329
  </method>
9330
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2139" package="Media Library Assistant">
9331
  <name>mla_update_attachment_metadata_filter</name>
9332
  <full_name>mla_update_attachment_metadata_filter</full_name>
9333
+ <docblock line="2126">
9334
  <description><![CDATA[Perform IPTC/EXIF and Custom Field mapping on just-inserted attachment]]></description>
9335
  <long-description><![CDATA[<p>This filter tests the $add_attachment_id variable set by the mla_add_attachment_action
9336
  to ensure that mapping is only performed for new additions, not metadata updates.</p>]]></long-description>
9337
+ <tag line="2126" name="since" description="1.10"/>
9338
+ <tag line="2126" name="param" description="Attachment metadata for just-inserted attachment" type="array" variable="$data">
9339
  <type by_reference="false">array</type>
9340
  </tag>
9341
+ <tag line="2126" name="param" description="ID of just-inserted attachment" type="integer" variable="$post_id">
9342
  <type by_reference="false">integer</type>
9343
  </tag>
9344
+ <tag line="2126" name="return" description="Updated attachment metadata" type="array">
9345
  <type by_reference="false">array</type>
9346
  </tag>
9347
  </docblock>
9348
+ <argument line="2139">
9349
  <name>$data</name>
9350
  <default><![CDATA[]]></default>
9351
  <type/>
9352
  </argument>
9353
+ <argument line="2139">
9354
  <name>$post_id</name>
9355
  <default><![CDATA[]]></default>
9356
  <type/>
9357
  </argument>
9358
  </method>
9359
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2221" package="Media Library Assistant">
9360
  <name>mla_custom_field_option_value</name>
9361
  <full_name>mla_custom_field_option_value</full_name>
9362
+ <docblock line="2212">
9363
  <description><![CDATA[Fetch custom field option value given a slug]]></description>
9364
  <long-description><![CDATA[]]></long-description>
9365
+ <tag line="2212" name="since" description="1.10"/>
9366
+ <tag line="2212" name="param" description="slug, e.g., 'c_File Size' for the 'File Size' field" type="string" variable="$slug">
9367
  <type by_reference="false">string</type>
9368
  </tag>
9369
+ <tag line="2212" name="return" description="option value, e.g., array( 'name' =&gt; 'File Size', ... )" type="array">
9370
  <type by_reference="false">array</type>
9371
  </tag>
9372
  </docblock>
9373
+ <argument line="2221">
9374
  <name>$slug</name>
9375
  <default><![CDATA[]]></default>
9376
  <type/>
9377
  </argument>
9378
  </method>
9379
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2242" package="Media Library Assistant">
9380
  <name>mla_custom_field_support</name>
9381
  <full_name>mla_custom_field_support</full_name>
9382
+ <docblock line="2233">
9383
  <description><![CDATA[Evaluate file information for custom field mapping]]></description>
9384
  <long-description><![CDATA[]]></long-description>
9385
+ <tag line="2233" name="since" description="1.10"/>
9386
+ <tag line="2233" name="param" description="array format; 'default_columns' (default), 'default_hidden_columns', 'default_sortable_columns', 'quick_edit' or 'bulk_edit'" type="string" variable="$support_type">
9387
  <type by_reference="false">string</type>
9388
  </tag>
9389
+ <tag line="2233" name="return" description="default, hidden, sortable quick_edit or bulk_edit colums in appropriate format" type="array">
9390
  <type by_reference="false">array</type>
9391
  </tag>
9392
  </docblock>
9393
+ <argument line="2242">
9394
  <name>$support_type</name>
9395
  <default><![CDATA['default_columns']]></default>
9396
  <type/>
9397
  </argument>
9398
  </method>
9399
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2306" package="Media Library Assistant">
9400
  <name>_evaluate_file_information</name>
9401
  <full_name>_evaluate_file_information</full_name>
9402
+ <docblock line="2294">
9403
  <description><![CDATA[Evaluate file information for custom field mapping]]></description>
9404
  <long-description><![CDATA[]]></long-description>
9405
+ <tag line="2294" name="since" description="1.10"/>
9406
+ <tag line="2294" name="param" description="absolute path the the uploads base directory" type="string" variable="$upload_dir">
9407
  <type by_reference="false">string</type>
9408
  </tag>
9409
+ <tag line="2294" name="param" description="_wp_attached_file meta_value array, indexed by post_id" type="array" variable="$wp_attached_files">
9410
  <type by_reference="false">array</type>
9411
  </tag>
9412
+ <tag line="2294" name="param" description="_wp_attachment_metadata meta_value array, indexed by post_id" type="array" variable="$wp_attachment_metadata">
9413
  <type by_reference="false">array</type>
9414
  </tag>
9415
+ <tag line="2294" name="param" description="post-&gt;ID of attachment" type="integer" variable="$post_id">
9416
  <type by_reference="false">integer</type>
9417
  </tag>
9418
+ <tag line="2294" name="return" description="absolute_path_raw, absolute_path, absolute_file_name_raw, absolute_file_name, absolute_file, base_file, path, file_name, extension, dimensions, width, height, hwstring_small, array of intermediate sizes" type="array">
9419
  <type by_reference="false">array</type>
9420
  </tag>
9421
  </docblock>
9422
+ <argument line="2306">
9423
  <name>$upload_dir</name>
9424
  <default><![CDATA[]]></default>
9425
  <type/>
9426
  </argument>
9427
+ <argument line="2306">
9428
  <name>$wp_attached_files</name>
9429
  <default><![CDATA[]]></default>
9430
  <type/>
9431
  </argument>
9432
+ <argument line="2306">
9433
  <name>$wp_attachment_metadata</name>
9434
  <default><![CDATA[]]></default>
9435
  <type/>
9436
  </argument>
9437
+ <argument line="2306">
9438
  <name>$post_id</name>
9439
  <default><![CDATA[]]></default>
9440
  <type/>
9441
  </argument>
9442
  </method>
9443
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2400" package="Media Library Assistant">
9444
  <name>_evaluate_post_information</name>
9445
  <full_name>_evaluate_post_information</full_name>
9446
+ <docblock line="2389">
9447
  <description><![CDATA[Evaluate post information for custom field mapping]]></description>
9448
  <long-description><![CDATA[]]></long-description>
9449
+ <tag line="2389" name="since" description="1.40"/>
9450
+ <tag line="2389" name="param" description="post-&gt;ID of attachment" type="integer" variable="$post_id">
9451
  <type by_reference="false">integer</type>
9452
  </tag>
9453
+ <tag line="2389" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
9454
  <type by_reference="false">string</type>
9455
  </tag>
9456
+ <tag line="2389" name="param" description="data source name ( post_date or post_parent )" type="string" variable="$data_source">
9457
  <type by_reference="false">string</type>
9458
  </tag>
9459
+ <tag line="2389" name="return" description="(string)/'' or (integer)/0 depending on $data_source type" type="mixed">
9460
  <type by_reference="false">mixed</type>
9461
  </tag>
9462
  </docblock>
9463
+ <argument line="2400">
9464
  <name>$post_id</name>
9465
  <default><![CDATA[]]></default>
9466
  <type/>
9467
  </argument>
9468
+ <argument line="2400">
9469
  <name>$category</name>
9470
  <default><![CDATA[]]></default>
9471
  <type/>
9472
  </argument>
9473
+ <argument line="2400">
9474
  <name>$data_source</name>
9475
  <default><![CDATA[]]></default>
9476
  <type/>
9477
  </argument>
9478
  </method>
9479
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2460" package="Media Library Assistant">
9480
  <name>_evaluate_array_result</name>
9481
  <full_name>_evaluate_array_result</full_name>
9482
+ <docblock line="2449">
9483
  <description><![CDATA[Evaluate post information for custom field mapping]]></description>
9484
  <long-description><![CDATA[]]></long-description>
9485
+ <tag line="2449" name="since" description="1.40"/>
9486
+ <tag line="2449" name="param" description="field value(s)" type="array" variable="$value">
9487
  <type by_reference="false">array</type>
9488
  </tag>
9489
+ <tag line="2449" name="param" description="format option text|single|export|array|multi" type="string" variable="$option">
9490
  <type by_reference="false">string</type>
9491
  </tag>
9492
+ <tag line="2449" name="param" description="keep existing value(s) - for 'multi' option" type="boolean" variable="$keep_existing">
9493
  <type by_reference="false">boolean</type>
9494
  </tag>
9495
+ <tag line="2449" name="return" description="array for option = array|multi else string" type="mixed">
9496
  <type by_reference="false">mixed</type>
9497
  </tag>
9498
  </docblock>
9499
+ <argument line="2460">
9500
  <name>$value</name>
9501
  <default><![CDATA[]]></default>
9502
  <type/>
9503
  </argument>
9504
+ <argument line="2460">
9505
  <name>$option</name>
9506
  <default><![CDATA[]]></default>
9507
  <type/>
9508
  </argument>
9509
+ <argument line="2460">
9510
  <name>$keep_existing</name>
9511
  <default><![CDATA[]]></default>
9512
  <type/>
9513
  </argument>
9514
  </method>
9515
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2500" package="Media Library Assistant">
9516
  <name>mla_get_data_source</name>
9517
  <full_name>mla_get_data_source</full_name>
9518
+ <docblock line="2485">
9519
  <description><![CDATA[Get IPTC/EXIF or custom field mapping data source]]></description>
9520
  <long-description><![CDATA[<p>Defined as public so MLA Mapping Hooks clients can call it.
9521
  Isolates clients from changes to _evaluate_data_source().</p>]]></long-description>
9522
+ <tag line="2485" name="since" description="1.70"/>
9523
+ <tag line="2485" name="param" description="post-&gt;ID of attachment" type="integer" variable="$post_id">
9524
  <type by_reference="false">integer</type>
9525
  </tag>
9526
+ <tag line="2485" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
9527
  <type by_reference="false">string</type>
9528
  </tag>
9529
+ <tag line="2485" name="param" description="data source specification ( name, *data_source, *keep_existing, *format, mla_column, quick_edit, bulk_edit, *meta_name, *option, no_null )" type="array" variable="$data_value">
9530
  <type by_reference="false">array</type>
9531
  </tag>
9532
+ <tag line="2485" name="param" description="(optional) _wp_attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
9533
  <type by_reference="false">array</type>
9534
  </tag>
9535
+ <tag line="2485" name="return" description="data source value" type="string|array">
9536
  <type by_reference="false">string</type>
9537
  <type by_reference="false">array</type>
9538
  </tag>
9539
  </docblock>
9540
+ <argument line="2500">
9541
  <name>$post_id</name>
9542
  <default><![CDATA[]]></default>
9543
  <type/>
9544
  </argument>
9545
+ <argument line="2500">
9546
  <name>$category</name>
9547
  <default><![CDATA[]]></default>
9548
  <type/>
9549
  </argument>
9550
+ <argument line="2500">
9551
  <name>$data_value</name>
9552
  <default><![CDATA[]]></default>
9553
  <type/>
9554
  </argument>
9555
+ <argument line="2500">
9556
  <name>$attachment_metadata</name>
9557
  <default><![CDATA[NULL]]></default>
9558
  <type/>
9559
  </argument>
9560
  </method>
9561
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2525" package="Media Library Assistant">
9562
  <name>mla_is_data_source</name>
9563
  <full_name>mla_is_data_source</full_name>
9564
+ <docblock line="2513">
9565
  <description><![CDATA[Identify custom field mapping data source]]></description>
9566
  <long-description><![CDATA[<p>Determines whether a name matches any of the element-level data source dropdown options, i.e.,
9567
  excludes "template:" and "meta:" values.</p>]]></long-description>
9568
+ <tag line="2513" name="since" description="1.80"/>
9569
+ <tag line="2513" name="param" description="candidate data source name" type="string" variable="$candidate_name">
9570
  <type by_reference="false">string</type>
9571
  </tag>
9572
+ <tag line="2513" name="return" description="true if candidate name matches a data source" type="boolean">
9573
  <type by_reference="false">boolean</type>
9574
  </tag>
9575
  </docblock>
9576
+ <argument line="2525">
9577
  <name>$candidate_name</name>
9578
  <default><![CDATA[]]></default>
9579
  <type/>
9580
  </argument>
9581
  </method>
9582
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2560" package="Media Library Assistant">
9583
  <name>_evaluate_data_source</name>
9584
  <full_name>_evaluate_data_source</full_name>
9585
+ <docblock line="2548">
9586
  <description><![CDATA[Evaluate custom field mapping data source]]></description>
9587
  <long-description><![CDATA[]]></long-description>
9588
+ <tag line="2548" name="since" description="1.10"/>
9589
+ <tag line="2548" name="param" description="post-&gt;ID of attachment" type="integer" variable="$post_id">
9590
  <type by_reference="false">integer</type>
9591
  </tag>
9592
+ <tag line="2548" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
9593
  <type by_reference="false">string</type>
9594
  </tag>
9595
+ <tag line="2548" name="param" description="data source specification ( name, *data_source, *keep_existing, *format, mla_column, quick_edit, bulk_edit, *meta_name, *option, no_null )" type="array" variable="$data_value">
9596
  <type by_reference="false">array</type>
9597
  </tag>
9598
+ <tag line="2548" name="param" description="(optional) _wp_attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
9599
  <type by_reference="false">array</type>
9600
  </tag>
9601
+ <tag line="2548" name="return" description="data source value" type="string|array">
9602
  <type by_reference="false">string</type>
9603
  <type by_reference="false">array</type>
9604
  </tag>
9605
  </docblock>
9606
+ <argument line="2560">
9607
  <name>$post_id</name>
9608
  <default><![CDATA[]]></default>
9609
  <type/>
9610
  </argument>
9611
+ <argument line="2560">
9612
  <name>$category</name>
9613
  <default><![CDATA[]]></default>
9614
  <type/>
9615
  </argument>
9616
+ <argument line="2560">
9617
  <name>$data_value</name>
9618
  <default><![CDATA[]]></default>
9619
  <type/>
9620
  </argument>
9621
+ <argument line="2560">
9622
  <name>$attachment_metadata</name>
9623
  <default><![CDATA[NULL]]></default>
9624
  <type/>
9625
  </argument>
9626
  </method>
9627
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3017" package="Media Library Assistant">
9628
  <name>mla_evaluate_custom_field_mapping</name>
9629
  <full_name>mla_evaluate_custom_field_mapping</full_name>
9630
+ <docblock line="3005">
9631
  <description><![CDATA[Evaluate custom field mapping updates for a post]]></description>
9632
  <long-description><![CDATA[]]></long-description>
9633
+ <tag line="3005" name="since" description="1.10"/>
9634
+ <tag line="3005" name="param" description="post ID to be evaluated" type="integer" variable="$post_id">
9635
  <type by_reference="false">integer</type>
9636
  </tag>
9637
+ <tag line="3005" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
9638
  <type by_reference="false">string</type>
9639
  </tag>
9640
+ <tag line="3005" name="param" description="(optional) custom_field_mapping values, default NULL (use current option value)" type="array" variable="$settings">
9641
  <type by_reference="false">array</type>
9642
  </tag>
9643
+ <tag line="3005" name="param" description="(optional) attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
9644
  <type by_reference="false">array</type>
9645
  </tag>
9646
+ <tag line="3005" name="return" description="Updates suitable for MLAData::mla_update_single_item, if any" type="array">
9647
  <type by_reference="false">array</type>
9648
  </tag>
9649
  </docblock>
9650
+ <argument line="3017">
9651
  <name>$post_id</name>
9652
  <default><![CDATA[]]></default>
9653
  <type/>
9654
  </argument>
9655
+ <argument line="3017">
9656
  <name>$category</name>
9657
  <default><![CDATA[]]></default>
9658
  <type/>
9659
  </argument>
9660
+ <argument line="3017">
9661
  <name>$settings</name>
9662
  <default><![CDATA[NULL]]></default>
9663
  <type/>
9664
  </argument>
9665
+ <argument line="3017">
9666
  <name>$attachment_metadata</name>
9667
  <default><![CDATA[NULL]]></default>
9668
  <type/>
9669
  </argument>
9670
  </method>
9671
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3116" package="Media Library Assistant">
9672
  <name>_compose_custom_field_option_list</name>
9673
  <full_name>_compose_custom_field_option_list</full_name>
9674
+ <docblock line="3105">
9675
  <description><![CDATA[Compose a Custom Field Options list with current selection]]></description>
9676
  <long-description><![CDATA[]]></long-description>
9677
+ <tag line="3105" name="since" description="1.10"/>
9678
+ <tag line="3105" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9679
+ <tag line="3105" name="param" description="current selection or 'none' (default)" type="string" variable="$selection">
9680
  <type by_reference="false">string</type>
9681
  </tag>
9682
+ <tag line="3105" name="param" description="optional list of terms to exclude from the list" type="array" variable="$blacklist">
9683
  <type by_reference="false">array</type>
9684
  </tag>
9685
+ <tag line="3105" name="return" description="HTML markup with select field options" type="string">
9686
  <type by_reference="false">string</type>
9687
  </tag>
9688
  </docblock>
9689
+ <argument line="3116">
9690
  <name>$selection</name>
9691
  <default><![CDATA['none']]></default>
9692
  <type/>
9693
  </argument>
9694
+ <argument line="3116">
9695
  <name>$blacklist</name>
9696
  <default><![CDATA[array()]]></default>
9697
  <type/>
9698
  </argument>
9699
  </method>
9700
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3247" package="Media Library Assistant">
9701
  <name>_compose_data_source_option_list</name>
9702
  <full_name>_compose_data_source_option_list</full_name>
9703
+ <docblock line="3237">
9704
  <description><![CDATA[Compose a (Custom Field) Data Source Options list with current selection]]></description>
9705
  <long-description><![CDATA[]]></long-description>
9706
+ <tag line="3237" name="since" description="1.10"/>
9707
+ <tag line="3237" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9708
+ <tag line="3237" name="param" description="current selection or 'none' (default)" type="string" variable="$selection">
9709
  <type by_reference="false">string</type>
9710
  </tag>
9711
+ <tag line="3237" name="return" description="HTML markup with select field options" type="string">
9712
  <type by_reference="false">string</type>
9713
  </tag>
9714
  </docblock>
9715
+ <argument line="3247">
9716
  <name>$selection</name>
9717
  <default><![CDATA['none']]></default>
9718
  <type/>
9719
  </argument>
9720
  </method>
9721
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3311" package="Media Library Assistant">
9722
  <name>_update_custom_field_mapping</name>
9723
  <full_name>_update_custom_field_mapping</full_name>
9724
+ <docblock line="3301">
9725
  <description><![CDATA[Update custom field mappings]]></description>
9726
  <long-description><![CDATA[]]></long-description>
9727
+ <tag line="3301" name="since" description="1.10"/>
9728
+ <tag line="3301" name="param" description="current custom_field_mapping values" type="array" variable="$current_values">
9729
  <type by_reference="false">array</type>
9730
  </tag>
9731
+ <tag line="3301" name="param" description="new values" type="array" variable="$new_values">
9732
  <type by_reference="false">array</type>
9733
  </tag>
9734
+ <tag line="3301" name="return" description="( 'message' =&gt; HTML message(s) reflecting results, 'values' =&gt; updated custom_field_mapping values, 'changed' =&gt; true if any changes detected else false )" type="array">
9735
  <type by_reference="false">array</type>
9736
  </tag>
9737
  </docblock>
9738
+ <argument line="3311">
9739
  <name>$current_values</name>
9740
  <default><![CDATA[]]></default>
9741
  <type/>
9742
  </argument>
9743
+ <argument line="3311">
9744
  <name>$new_values</name>
9745
  <default><![CDATA[]]></default>
9746
  <type/>
9747
  </argument>
9748
  </method>
9749
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3520" package="Media Library Assistant">
9750
  <name>mla_custom_field_option_handler</name>
9751
  <full_name>mla_custom_field_option_handler</full_name>
9752
+ <docblock line="3507">
9753
  <description><![CDATA[Render and manage custom field mapping options]]></description>
9754
  <long-description><![CDATA[]]></long-description>
9755
+ <tag line="3507" name="since" description="1.10"/>
9756
+ <tag line="3507" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9757
+ <tag line="3507" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
9758
  <type by_reference="false">string</type>
9759
  </tag>
9760
+ <tag line="3507" name="param" description="option name, e.g., 'custom_field_mapping'" type="string" variable="$key">
9761
  <type by_reference="false">string</type>
9762
  </tag>
9763
+ <tag line="3507" name="param" description="option parameters" type="array" variable="$value">
9764
  <type by_reference="false">array</type>
9765
  </tag>
9766
+ <tag line="3507" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
9767
  <type by_reference="false">array</type>
9768
  </tag>
9769
+ <tag line="3507" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
9770
  <type by_reference="false">string</type>
9771
  </tag>
9772
  </docblock>
9773
+ <argument line="3520">
9774
  <name>$action</name>
9775
  <default><![CDATA[]]></default>
9776
  <type/>
9777
  </argument>
9778
+ <argument line="3520">
9779
  <name>$key</name>
9780
  <default><![CDATA[]]></default>
9781
  <type/>
9782
  </argument>
9783
+ <argument line="3520">
9784
  <name>$value</name>
9785
  <default><![CDATA[]]></default>
9786
  <type/>
9787
  </argument>
9788
+ <argument line="3520">
9789
  <name>$args</name>
9790
  <default><![CDATA[null]]></default>
9791
  <type/>
9792
  </argument>
9793
  </method>
9794
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3805" package="Media Library Assistant">
9795
  <name>_get_term_id</name>
9796
  <full_name>_get_term_id</full_name>
9797
+ <docblock line="3793">
9798
  <description><![CDATA[Build and search a cache of taxonomy and term name to term ID mappings]]></description>
9799
  <long-description><![CDATA[]]></long-description>
9800
+ <tag line="3793" name="since" description="2.01"/>
9801
+ <tag line="3793" name="param" description="term name (not slug)" type="string" variable="$term_name">
9802
  <type by_reference="false">string</type>
9803
  </tag>
9804
+ <tag line="3793" name="param" description="zero or term's parent term_id" type="integer" variable="$term_parent">
9805
  <type by_reference="false">integer</type>
9806
  </tag>
9807
+ <tag line="3793" name="param" description="taxonomy slug" type="string" variable="$taxonomy">
9808
  <type by_reference="false">string</type>
9809
  </tag>
9810
+ <tag line="3793" name="param" description="term objects currently assigned to the item" type="array" variable="$post_terms">
9811
  <type by_reference="false">array</type>
9812
  </tag>
9813
+ <tag line="3793" name="return" description="term_id for the term name" type="integer">
9814
  <type by_reference="false">integer</type>
9815
  </tag>
9816
  </docblock>
9817
+ <argument line="3805">
9818
  <name>$term_name</name>
9819
  <default><![CDATA[]]></default>
9820
  <type/>
9821
  </argument>
9822
+ <argument line="3805">
9823
  <name>$term_parent</name>
9824
  <default><![CDATA[]]></default>
9825
  <type/>
9826
  </argument>
9827
+ <argument line="3805">
9828
  <name>$taxonomy</name>
9829
  <default><![CDATA[]]></default>
9830
  <type/>
9831
  </argument>
9832
+ <argument line="3805">
9833
  <name>$post_terms</name>
9834
  <default><![CDATA[]]></default>
9835
  <type/>
9836
  </argument>
9837
  </method>
9838
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3854" package="Media Library Assistant">
9839
  <name>mla_evaluate_iptc_exif_mapping</name>
9840
  <full_name>mla_evaluate_iptc_exif_mapping</full_name>
9841
+ <docblock line="3841">
9842
  <description><![CDATA[Evaluate IPTC/EXIF mapping updates for a post]]></description>
9843
  <long-description><![CDATA[]]></long-description>
9844
+ <tag line="3841" name="since" description="1.00"/>
9845
+ <tag line="3841" name="param" description="post object with current values" type="object" variable="$post">
9846
  <type by_reference="false">object</type>
9847
  </tag>
9848
+ <tag line="3841" name="param" description="category to evaluate against, e.g., iptc_exif_standard_mapping or iptc_exif_mapping" type="string" variable="$category">
9849
  <type by_reference="false">string</type>
9850
  </tag>
9851
+ <tag line="3841" name="param" description="(optional) iptc_exif_mapping values, default - current option value" type="array" variable="$settings">
9852
  <type by_reference="false">array</type>
9853
  </tag>
9854
+ <tag line="3841" name="param" description="(optional) _wp_attachment_metadata, for MLAOptions::mla_update_attachment_metadata_filter" type="array" variable="$attachment_metadata">
9855
  <type by_reference="false">array</type>
9856
  </tag>
9857
+ <tag line="3841" name="param" description="(optional) true if uploading a new item else false (default)" type="boolean" variable="$is_upload">
9858
  <type by_reference="false">boolean</type>
9859
  </tag>
9860
+ <tag line="3841" name="return" description="Updates suitable for MLAData::mla_update_single_item, if any" type="array">
9861
  <type by_reference="false">array</type>
9862
  </tag>
9863
  </docblock>
9864
+ <argument line="3854">
9865
  <name>$post</name>
9866
  <default><![CDATA[]]></default>
9867
  <type/>
9868
  </argument>
9869
+ <argument line="3854">
9870
  <name>$category</name>
9871
  <default><![CDATA[]]></default>
9872
  <type/>
9873
  </argument>
9874
+ <argument line="3854">
9875
  <name>$settings</name>
9876
  <default><![CDATA[NULL]]></default>
9877
  <type/>
9878
  </argument>
9879
+ <argument line="3854">
9880
  <name>$attachment_metadata</name>
9881
  <default><![CDATA[NULL]]></default>
9882
  <type/>
9883
  </argument>
9884
+ <argument line="3854">
9885
  <name>$is_upload</name>
9886
  <default><![CDATA[false]]></default>
9887
  <type/>
9888
  </argument>
9889
  </method>
9890
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4260" package="Media Library Assistant">
9891
  <name>_compose_iptc_option_list</name>
9892
  <full_name>_compose_iptc_option_list</full_name>
9893
+ <docblock line="4250">
9894
  <description><![CDATA[Compose an IPTC Options list with current selection]]></description>
9895
  <long-description><![CDATA[]]></long-description>
9896
+ <tag line="4250" name="since" description="1.00"/>
9897
+ <tag line="4250" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9898
+ <tag line="4250" name="param" description="current selection or 'none' (default)" type="string" variable="$selection">
9899
  <type by_reference="false">string</type>
9900
  </tag>
9901
+ <tag line="4250" name="return" description="HTML markup with select field options" type="string">
9902
  <type by_reference="false">string</type>
9903
  </tag>
9904
  </docblock>
9905
+ <argument line="4260">
9906
  <name>$selection</name>
9907
  <default><![CDATA['none']]></default>
9908
  <type/>
9909
  </argument>
9910
  </method>
9911
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4293" package="Media Library Assistant">
9912
  <name>_compose_parent_option_list</name>
9913
  <full_name>_compose_parent_option_list</full_name>
9914
+ <docblock line="4282">
9915
  <description><![CDATA[Compose an hierarchical taxonomy Parent options list with current selection]]></description>
9916
  <long-description><![CDATA[]]></long-description>
9917
+ <tag line="4282" name="since" description="1.00"/>
9918
+ <tag line="4282" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
9919
+ <tag line="4282" name="param" description="taxonomy slug" type="string" variable="$taxonomy">
9920
  <type by_reference="false">string</type>
9921
  </tag>
9922
+ <tag line="4282" name="param" description="current selection or 0 (zero, default)" type="integer" variable="$selection">
9923
  <type by_reference="false">integer</type>
9924
  </tag>
9925
+ <tag line="4282" name="return" description="HTML markup with select field options" type="string">
9926
  <type by_reference="false">string</type>
9927
  </tag>
9928
  </docblock>
9929
+ <argument line="4293">
9930
  <name>$taxonomy</name>
9931
  <default><![CDATA[]]></default>
9932
  <type/>
9933
  </argument>
9934
+ <argument line="4293">
9935
  <name>$selection</name>
9936
  <default><![CDATA[0]]></default>
9937
  <type/>
9938
  </argument>
9939
  </method>
9940
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4339" package="Media Library Assistant">
9941
  <name>_update_iptc_exif_standard_mapping</name>
9942
  <full_name>_update_iptc_exif_standard_mapping</full_name>
9943
+ <docblock line="4329">
9944
  <description><![CDATA[Update Standard field portion of IPTC/EXIF mappings]]></description>
9945
  <long-description><![CDATA[]]></long-description>
9946
+ <tag line="4329" name="since" description="1.00"/>
9947
+ <tag line="4329" name="param" description="current iptc_exif_mapping values" type="array" variable="$current_values">
9948
  <type by_reference="false">array</type>
9949
  </tag>
9950
+ <tag line="4329" name="param" description="new values" type="array" variable="$new_values">
9951
  <type by_reference="false">array</type>
9952
  </tag>
9953
+ <tag line="4329" name="return" description="( 'message' =&gt; HTML message(s) reflecting results, 'values' =&gt; updated iptc_exif_mapping values, 'changed' =&gt; true if any changes detected else false )" type="array">
9954
  <type by_reference="false">array</type>
9955
  </tag>
9956
  </docblock>
9957
+ <argument line="4339">
9958
  <name>$current_values</name>
9959
  <default><![CDATA[]]></default>
9960
  <type/>
9961
  </argument>
9962
+ <argument line="4339">
9963
  <name>$new_values</name>
9964
  <default><![CDATA[]]></default>
9965
  <type/>
9966
  </argument>
9967
  </method>
9968
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4433" package="Media Library Assistant">
9969
  <name>_update_iptc_exif_taxonomy_mapping</name>
9970
  <full_name>_update_iptc_exif_taxonomy_mapping</full_name>
9971
+ <docblock line="4423">
9972
  <description><![CDATA[Update Taxonomy term portion of IPTC/EXIF mappings]]></description>
9973
  <long-description><![CDATA[]]></long-description>
9974
+ <tag line="4423" name="since" description="1.00"/>
9975
+ <tag line="4423" name="param" description="current iptc_exif_mapping values" type="array" variable="$current_values">
9976
  <type by_reference="false">array</type>
9977
  </tag>
9978
+ <tag line="4423" name="param" description="new values" type="array" variable="$new_values">
9979
  <type by_reference="false">array</type>
9980
  </tag>
9981
+ <tag line="4423" name="return" description="( 'message' =&gt; HTML message(s) reflecting results, 'values' =&gt; updated iptc_exif_mapping values, 'changed' =&gt; true if any changes detected else false )" type="array">
9982
  <type by_reference="false">array</type>
9983
  </tag>
9984
  </docblock>
9985
+ <argument line="4433">
9986
  <name>$current_values</name>
9987
  <default><![CDATA[]]></default>
9988
  <type/>
9989
  </argument>
9990
+ <argument line="4433">
9991
  <name>$new_values</name>
9992
  <default><![CDATA[]]></default>
9993
  <type/>
9994
  </argument>
9995
  </method>
9996
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4549" package="Media Library Assistant">
9997
  <name>_update_iptc_exif_custom_mapping</name>
9998
  <full_name>_update_iptc_exif_custom_mapping</full_name>
9999
+ <docblock line="4539">
10000
  <description><![CDATA[Update Custom field portion of IPTC/EXIF mappings]]></description>
10001
  <long-description><![CDATA[]]></long-description>
10002
+ <tag line="4539" name="since" description="1.00"/>
10003
+ <tag line="4539" name="param" description="current iptc_exif_mapping values" type="array" variable="$current_values">
10004
  <type by_reference="false">array</type>
10005
  </tag>
10006
+ <tag line="4539" name="param" description="new values" type="array" variable="$new_values">
10007
  <type by_reference="false">array</type>
10008
  </tag>
10009
+ <tag line="4539" name="return" description="( 'message' =&gt; HTML message(s) reflecting results, 'values' =&gt; updated iptc_exif_mapping values, 'changed' =&gt; true if any changes detected else false )" type="array">
10010
  <type by_reference="false">array</type>
10011
  </tag>
10012
  </docblock>
10013
+ <argument line="4549">
10014
  <name>$current_values</name>
10015
  <default><![CDATA[]]></default>
10016
  <type/>
10017
  </argument>
10018
+ <argument line="4549">
10019
  <name>$new_values</name>
10020
  <default><![CDATA[]]></default>
10021
  <type/>
10022
  </argument>
10023
  </method>
10024
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4713" package="Media Library Assistant">
10025
  <name>_get_custom_field_names</name>
10026
  <full_name>_get_custom_field_names</full_name>
10027
+ <docblock line="4703">
10028
  <description><![CDATA[Generate a list of all (post) Custom Field names]]></description>
10029
  <long-description><![CDATA[<p>The list will include any Custom Field and IPTC/EXIF rules that
10030
  haven't been mapped to any attachments, yet.</p>]]></long-description>
10031
+ <tag line="4703" name="since" description="1.00"/>
10032
+ <tag line="4703" name="return" description="Custom field names from the postmeta table and MLA rules" type="array">
10033
  <type by_reference="false">array</type>
10034
  </tag>
10035
  </docblock>
10036
  </method>
10037
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="4762" package="Media Library Assistant">
10038
  <name>mla_iptc_exif_option_handler</name>
10039
  <full_name>mla_iptc_exif_option_handler</full_name>
10040
+ <docblock line="4749">
10041
  <description><![CDATA[Render and manage iptc/exif support options]]></description>
10042
  <long-description><![CDATA[]]></long-description>
10043
+ <tag line="4749" name="since" description="1.00"/>
10044
+ <tag line="4749" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
10045
+ <tag line="4749" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
10046
  <type by_reference="false">string</type>
10047
  </tag>
10048
+ <tag line="4749" name="param" description="option name, e.g., 'iptc_exif_mapping'" type="string" variable="$key">
10049
  <type by_reference="false">string</type>
10050
  </tag>
10051
+ <tag line="4749" name="param" description="option parameters" type="array" variable="$value">
10052
  <type by_reference="false">array</type>
10053
  </tag>
10054
+ <tag line="4749" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
10055
  <type by_reference="false">array</type>
10056
  </tag>
10057
+ <tag line="4749" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
10058
  <type by_reference="false">string</type>
10059
  </tag>
10060
  </docblock>
10061
+ <argument line="4762">
10062
  <name>$action</name>
10063
  <default><![CDATA[]]></default>
10064
  <type/>
10065
  </argument>
10066
+ <argument line="4762">
10067
  <name>$key</name>
10068
  <default><![CDATA[]]></default>
10069
  <type/>
10070
  </argument>
10071
+ <argument line="4762">
10072
  <name>$value</name>
10073
  <default><![CDATA[]]></default>
10074
  <type/>
10075
  </argument>
10076
+ <argument line="4762">
10077
  <name>$args</name>
10078
  <default><![CDATA[null]]></default>
10079
  <type/>
10081
  </method>
10082
  </class>
10083
  </file>
10084
+ <file path="includes\class-mla-polylang-support.php" hash="67993283337994a553e221d433e0c7cd" package="Media Library Assistant">
10085
  <docblock line="2">
10086
  <description><![CDATA[Media Library Assistant Polylang Support classes]]></description>
10087
  <long-description><![CDATA[<p>This file is conditionally loaded in MLA::initialize after a check for Polylang presence.</p>]]></long-description>
10112
  </tag>
10113
  </docblock>
10114
  </constant>
10115
+ <property final="false" static="true" visibility="private" line="140" namespace="global" package="Media Library Assistant">
10116
  <name>$all_query_parameters</name>
10117
  <default><![CDATA[array()]]></default>
10118
+ <docblock line="133">
10119
  <description><![CDATA[Save the query arguments]]></description>
10120
  <long-description><![CDATA[]]></long-description>
10121
+ <tag line="133" name="since" description="2.11"/>
10122
+ <tag line="133" name="var" description="" type="array">
10123
  <type by_reference="false">array</type>
10124
  </tag>
10125
  </docblock>
10126
  </property>
10127
+ <property final="false" static="true" visibility="private" line="397" namespace="global" package="Media Library Assistant">
10128
  <name>$duplicate_attachments</name>
10129
  <default><![CDATA[array()]]></default>
10130
+ <docblock line="390">
10131
  <description><![CDATA[Duplicates created during media upload]]></description>
10132
  <long-description><![CDATA[]]></long-description>
10133
+ <tag line="390" name="since" description="2.11"/>
10134
+ <tag line="390" name="var" description="[ $post_id ] =&gt; $language;" type="array">
10135
  <type by_reference="false">array</type>
10136
  </tag>
10137
  </docblock>
10138
  </property>
10139
+ <property final="false" static="true" visibility="private" line="451" namespace="global" package="Media Library Assistant">
10140
  <name>$relevant_terms</name>
10141
  <default><![CDATA[array()]]></default>
10142
+ <docblock line="441">
10143
  <description><![CDATA[Taxonomy terms and translations]]></description>
10144
+ <long-description><![CDATA[<p>NOTE: WPML uses term_taxonomy_id as the "element_id" in its translations;
10145
+ Polylang uses term_id as the "element_id".</p>]]></long-description>
10146
+ <tag line="441" name="since" description="2.11"/>
10147
+ <tag line="441" name="var" description="[ $term_taxonomy_id ] =&gt; array( $term, $translations )" type="array">
10148
  <type by_reference="false">array</type>
10149
  </tag>
10150
  </docblock>
10151
  </property>
10152
+ <property final="false" static="true" visibility="private" line="583" namespace="global" package="Media Library Assistant">
10153
  <name>$existing_terms</name>
10154
  <default><![CDATA[array('element_id' => 0)]]></default>
10155
+ <docblock line="572">
10156
  <description><![CDATA[Taxonomy terms for the current item translation in the database]]></description>
10157
  <long-description><![CDATA[]]></long-description>
10158
+ <tag line="572" name="since" description="2.11"/>
10159
+ <tag line="572" name="var" description="['element_id'] =&gt; $post_id; [ 'language_code' ] =&gt; WPML item language or default language, e.g., 'en' [ 'slug' ] =&gt; Polylang item language or default language, e.g., 'en' [ $language ][ translation_details ] [ $language ][ $taxonomy ][ $term_taxonomy_id ] =&gt; $term" type="array">
10160
  <type by_reference="false">array</type>
10161
  </tag>
10162
  </docblock>
10163
  </property>
10164
+ <property final="false" static="true" visibility="private" line="744" namespace="global" package="Media Library Assistant">
10165
  <name>$tax_input</name>
10166
  <default><![CDATA[array('tax_input_post_id' => 0)]]></default>
10167
+ <docblock line="735">
10168
  <description><![CDATA[Replacement tax_input values in all languages]]></description>
10169
  <long-description><![CDATA[]]></long-description>
10170
+ <tag line="735" name="since" description="2.11"/>
10171
+ <tag line="735" name="var" description="['tax_input_post_id'] =&gt; $post_id; [ $language ][ $taxonomy ] =&gt; array of integer term_ids (hierarchical) [ $language ][ $taxonomy ] =&gt; comma-delimited string of term names (flat)" type="array">
10172
  <type by_reference="false">array</type>
10173
  </tag>
10174
  </docblock>
10175
  </property>
10176
+ <property final="false" static="true" visibility="private" line="1356" namespace="global" package="Media Library Assistant">
10177
  <name>$upload_bulk_edit_map</name>
10178
  <default><![CDATA[NULL]]></default>
10179
+ <docblock line="1349">
10180
  <description><![CDATA[Custom Field Map during "Upload New Media"]]></description>
10181
  <long-description><![CDATA[]]></long-description>
10182
+ <tag line="1349" name="since" description="2.11"/>
10183
+ <tag line="1349" name="var" description="[ id ] =&gt; field name" type="array">
10184
  <type by_reference="false">array</type>
10185
  </tag>
10186
  </docblock>
10187
  </property>
10188
+ <property final="false" static="true" visibility="private" line="1365" namespace="global" package="Media Library Assistant">
10189
  <name>$upload_bulk_edit_args</name>
10190
  <default><![CDATA[NULL]]></default>
10191
+ <docblock line="1358">
10192
  <description><![CDATA[Bulk Edit parameters during "Upload New Media"]]></description>
10193
  <long-description><![CDATA[]]></long-description>
10194
+ <tag line="1358" name="since" description="2.11"/>
10195
+ <tag line="1358" name="var" description="[ field ] =&gt; new value" type="array">
10196
  <type by_reference="false">array</type>
10197
  </tag>
10198
  </docblock>
10199
  </property>
10200
+ <property final="false" static="true" visibility="private" line="1438" namespace="global" package="Media Library Assistant">
10201
  <name>$bulk_action_includes</name>
10202
  <default><![CDATA[array()]]></default>
10203
+ <docblock line="1431">
10204
  <description><![CDATA[Items returned by custom bulk action(s)]]></description>
10205
  <long-description><![CDATA[]]></long-description>
10206
+ <tag line="1431" name="since" description="2.11"/>
10207
+ <tag line="1431" name="var" description="" type="array">
10208
  <type by_reference="false">array</type>
10209
  </tag>
10210
  </docblock>
10211
  </property>
10212
+ <property final="false" static="true" visibility="protected" line="1657" namespace="global" package="Media Library Assistant">
10213
  <name>$language_columns</name>
10214
  <default><![CDATA[NULL]]></default>
10215
+ <docblock line="1650">
10216
  <description><![CDATA[Table language column definitions]]></description>
10217
  <long-description><![CDATA[]]></long-description>
10218
+ <tag line="1650" name="since" description="2.11"/>
10219
+ <tag line="1650" name="var" description="" type="array">
10220
  <type by_reference="false">array</type>
10221
  </tag>
10222
  </docblock>
10223
  </property>
10224
+ <property final="false" static="true" visibility="private" line="1791" namespace="global" package="Media Library Assistant">
10225
  <name>$list_table_parameters</name>
10226
  <default><![CDATA[array('total_items' => NULL, 'per_page' => NULL, 'current_page' => NULL)]]></default>
10227
+ <docblock line="1784">
10228
  <description><![CDATA[Data selection parameters for custom views]]></description>
10229
  <long-description><![CDATA[]]></long-description>
10230
+ <tag line="1784" name="since" description="2.11"/>
10231
+ <tag line="1784" name="var" description="" type="array">
10232
  <type by_reference="false">array</type>
10233
  </tag>
10234
  </docblock>
10235
  </property>
10236
+ <property final="false" static="true" visibility="public" line="1981" namespace="global" package="Media Library Assistant">
10237
  <name>$mla_language_option_definitions</name>
10238
  <default><![CDATA[array()]]></default>
10239
+ <docblock line="1971">
10240
  <description><![CDATA[$mla_language_option_definitions defines the language-specific database options and
10241
  admin page areas for setting/updating them]]></description>
10242
  <long-description><![CDATA[<p>The array must be populated at runtime in MLA_Polylang::mla_localize_language_option_definitions(),
10257
  </tag>
10258
  </docblock>
10259
  </method>
10260
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="127" package="Media Library Assistant">
10261
  <name>mla_get_terms_query_arguments</name>
10262
  <full_name>mla_get_terms_query_arguments</full_name>
10263
+ <docblock line="115">
10264
  <description><![CDATA[MLA Tag Cloud Query Arguments]]></description>
10265
  <long-description><![CDATA[<p>Saves [mla_tag_cloud] query parameters for use in MLA_Polylang::mla_get_terms_clauses.</p>]]></long-description>
10266
+ <tag line="115" name="since" description="2.11"/>
10267
+ <tag line="115" name="uses" description="\global\MLA_Polylang::$all_query_parameters" refers="\global\MLA_Polylang::$all_query_parameters"/>
10268
+ <tag line="115" name="param" description="shortcode arguments merged with attachment selection defaults, so every possible parameter is present" type="array" variable="$all_query_parameters">
10269
  <type by_reference="false">array</type>
10270
  </tag>
10271
+ <tag line="115" name="return" description="updated attachment query arguments" type="array">
10272
  <type by_reference="false">array</type>
10273
  </tag>
10274
  </docblock>
10275
+ <argument line="127">
10276
  <name>$all_query_parameters</name>
10277
  <default><![CDATA[]]></default>
10278
  <type/>
10279
  </argument>
10280
  </method>
10281
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="153" package="Media Library Assistant">
10282
  <name>mla_get_terms_clauses</name>
10283
  <full_name>mla_get_terms_clauses</full_name>
10284
+ <docblock line="142">
10285
  <description><![CDATA[MLA Tag Cloud Query Clauses]]></description>
10286
  <long-description><![CDATA[<p>Adds language-specific clauses to filter the cloud terms.</p>]]></long-description>
10287
+ <tag line="142" name="since" description="2.11"/>
10288
+ <tag line="142" name="param" description="SQL clauses ( 'fields', 'join', 'where', 'order', 'orderby', 'limits' )" type="array" variable="$clauses">
10289
  <type by_reference="false">array</type>
10290
  </tag>
10291
+ <tag line="142" name="return" description="updated SQL clauses" type="array">
10292
  <type by_reference="false">array</type>
10293
  </tag>
10294
  </docblock>
10295
+ <argument line="153">
10296
  <name>$clauses</name>
10297
  <default><![CDATA[]]></default>
10298
  <type/>
10299
  </argument>
10300
  </method>
10301
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="168" package="Media Library Assistant">
10302
  <name>admin_init</name>
10303
  <full_name>admin_init</full_name>
10304
+ <docblock line="161">
10305
  <description><![CDATA[Load the plugin's Ajax handler(s)]]></description>
10306
  <long-description><![CDATA[]]></long-description>
10307
+ <tag line="161" name="since" description="2.11"/>
10308
+ <tag line="161" name="return" description="" type="void">
10309
  <type by_reference="false">void</type>
10310
  </tag>
10311
  </docblock>
10312
  </method>
10313
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="203" package="Media Library Assistant">
10314
  <name>_get_translation</name>
10315
  <full_name>_get_translation</full_name>
10316
+ <docblock line="193">
10317
  <description><![CDATA[Find or create an item translation]]></description>
10318
  <long-description><![CDATA[]]></long-description>
10319
+ <tag line="193" name="since" description="2.11"/>
10320
+ <tag line="193" name="param" description="item ID" type="integer" variable="$post_id">
10321
  <type by_reference="false">integer</type>
10322
  </tag>
10323
+ <tag line="193" name="param" description="Slug of the desired language" type="string" variable="$new_language">
10324
  <type by_reference="false">string</type>
10325
  </tag>
10326
+ <tag line="193" name="return" description="ID of the corresponding item in the desired language" type="integer">
10327
  <type by_reference="false">integer</type>
10328
  </tag>
10329
  </docblock>
10330
+ <argument line="203">
10331
  <name>$post_id</name>
10332
  <default><![CDATA[]]></default>
10333
  <type/>
10334
  </argument>
10335
+ <argument line="203">
10336
  <name>$new_language</name>
10337
  <default><![CDATA[]]></default>
10338
  <type/>
10339
  </argument>
10340
  </method>
10341
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="264" package="Media Library Assistant">
10342
  <name>quick_translate</name>
10343
  <full_name>quick_translate</full_name>
10344
+ <docblock line="257">
10345
  <description><![CDATA[Ajax handler to Quick Translate a single attachment]]></description>
10346
  <long-description><![CDATA[]]></long-description>
10347
+ <tag line="257" name="since" description="2.11"/>
10348
+ <tag line="257" name="return" description="echo HTML &lt;td&gt; innerHTML for updated call or error message, then die()" type="void">
10349
  <type by_reference="false">void</type>
10350
  </tag>
10351
  </docblock>
10352
  </method>
10353
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="353" package="Media Library Assistant">
10354
  <name>admin_enqueue_scripts</name>
10355
  <full_name>admin_enqueue_scripts</full_name>
10356
+ <docblock line="344">
10357
  <description><![CDATA[Load the plugin's Style Sheet and Javascript files]]></description>
10358
  <long-description><![CDATA[]]></long-description>
10359
+ <tag line="344" name="since" description="2.11"/>
10360
+ <tag line="344" name="param" description="Name of the page being loaded" type="string" variable="$page_hook">
10361
  <type by_reference="false">string</type>
10362
  </tag>
10363
+ <tag line="344" name="return" description="" type="void">
10364
  <type by_reference="false">void</type>
10365
  </tag>
10366
  </docblock>
10367
+ <argument line="353">
10368
  <name>$page_hook</name>
10369
  <default><![CDATA[]]></default>
10370
  <type/>
10371
  </argument>
10372
  </method>
10373
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="408" package="Media Library Assistant">
10374
  <name>pll_translate_media</name>
10375
  <full_name>pll_translate_media</full_name>
10376
+ <docblock line="399">
10377
  <description><![CDATA[Copies taxonomy terms from the source item to the new translated item]]></description>
10378
  <long-description><![CDATA[]]></long-description>
10379
+ <tag line="399" name="since" description="2.11"/>
10380
+ <tag line="399" name="param" description="ID of the new item" type="integer" variable="$duplicated_attachment_id">
10381
  <type by_reference="false">integer</type>
10382
  </tag>
10383
+ <tag line="399" name="param" description="post object of the new item" type="object" variable="$duplicated_attachment_object">
10384
  <type by_reference="false">object</type>
10385
  </tag>
10386
+ <tag line="399" name="param" description="an associative array of translations with language code as key and translation id as value" type="array" variable="$translations">
10387
  <type by_reference="false">array</type>
10388
  </tag>
10389
  </docblock>
10390
+ <argument line="408">
10391
  <name>$duplicated_attachment_id</name>
10392
  <default><![CDATA[]]></default>
10393
  <type/>
10394
  </argument>
10395
+ <argument line="408">
10396
  <name>$duplicated_attachment_object</name>
10397
  <default><![CDATA[]]></default>
10398
  <type/>
10399
  </argument>
10400
+ <argument line="408">
10401
  <name>$translations</name>
10402
  <default><![CDATA[]]></default>
10403
  <type/>
10404
  </argument>
10405
  </method>
10406
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="462" package="Media Library Assistant">
10407
  <name>_add_relevant_term</name>
10408
  <full_name>_add_relevant_term</full_name>
10409
+ <docblock line="453">
10410
  <description><![CDATA[Adds a term and its translations to $relevant_terms]]></description>
10411
  <long-description><![CDATA[]]></long-description>
10412
+ <tag line="453" name="since" description="2.11"/>
10413
+ <tag line="453" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
10414
+ <tag line="453" name="param" description="WordPress term object" type="object" variable="$term">
10415
  <type by_reference="false">object</type>
10416
  </tag>
10417
+ <tag line="453" name="param" description="Polylang translations object; optional" type="object" variable="$translations">
10418
  <type by_reference="false">object</type>
10419
  </tag>
10420
  </docblock>
10421
+ <argument line="462">
10422
  <name>$term</name>
10423
  <default><![CDATA[]]></default>
10424
  <type/>
10425
  </argument>
10426
+ <argument line="462">
10427
  <name>$translations</name>
10428
  <default><![CDATA[NULL]]></default>
10429
  <type/>
10430
  </argument>
10431
  </method>
10432
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="501" package="Media Library Assistant">
10433
  <name>_get_relevant_term</name>
10434
  <full_name>_get_relevant_term</full_name>
10435
+ <docblock line="489">
10436
  <description><![CDATA[Finds a $relevant_term (if defined) given a key and (optional) a language]]></description>
10437
  <long-description><![CDATA[]]></long-description>
10438
+ <tag line="489" name="since" description="2.11"/>
10439
+ <tag line="489" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
10440
+ <tag line="489" name="param" description="to search in; 'id', 'name', or 'term_taxonomy_id'" type="string" variable="$field">
10441
  <type by_reference="false">string</type>
10442
  </tag>
10443
+ <tag line="489" name="param" description="to search for; integer, string or integer" type="mixed" variable="$value">
10444
  <type by_reference="false">mixed</type>
10445
  </tag>
10446
+ <tag line="489" name="param" description="to search in; slug" type="string" variable="$taxonomy">
10447
  <type by_reference="false">string</type>
10448
  </tag>
10449
+ <tag line="489" name="param" description="code; string; optional" type="string" variable="$language">
10450
  <type by_reference="false">string</type>
10451
  </tag>
10452
+ <tag line="489" name="param" description="false (default) to add missing term, true to leave term out" type="boolean" variable="$test_only">
10453
+ <type by_reference="false">boolean</type>
10454
+ </tag>
10455
  </docblock>
10456
+ <argument line="501">
10457
  <name>$field</name>
10458
  <default><![CDATA[]]></default>
10459
  <type/>
10460
  </argument>
10461
+ <argument line="501">
10462
  <name>$value</name>
10463
  <default><![CDATA[]]></default>
10464
  <type/>
10465
  </argument>
10466
+ <argument line="501">
10467
  <name>$taxonomy</name>
10468
  <default><![CDATA[]]></default>
10469
  <type/>
10470
  </argument>
10471
+ <argument line="501">
10472
  <name>$language</name>
10473
  <default><![CDATA[NULL]]></default>
10474
  <type/>
10475
  </argument>
10476
+ <argument line="501">
10477
+ <name>$test_only</name>
10478
+ <default><![CDATA[false]]></default>
10479
+ <type/>
10480
+ </argument>
10481
  </method>
10482
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="599" package="Media Library Assistant">
10483
  <name>_build_existing_terms</name>
10484
  <full_name>_build_existing_terms</full_name>
10485
+ <docblock line="585">
10486
  <description><![CDATA[Build the $existing_terms array]]></description>
10487
  <long-description><![CDATA[<p>Takes each translatable taxonomy and builds an array of
10488
  language-specific term_id to term_id/term_name mappings
10489
  for terms already assigned to the item translation.</p>]]></long-description>
10490
+ <tag line="585" name="since" description="2.11"/>
10491
+ <tag line="585" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10492
+ <tag line="585" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
10493
+ <tag line="585" name="param" description="ID of the current post" type="integer" variable="$post_id">
10494
  <type by_reference="false">integer</type>
10495
  </tag>
10496
  </docblock>
10497
+ <argument line="599">
10498
  <name>$post_id</name>
10499
  <default><![CDATA[]]></default>
10500
  <type/>
10501
  </argument>
10502
  </method>
10503
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="680" package="Media Library Assistant">
10504
  <name>_update_existing_terms</name>
10505
  <full_name>_update_existing_terms</full_name>
10506
+ <docblock line="665">
10507
  <description><![CDATA[Update the $existing_terms array]]></description>
10508
  <long-description><![CDATA[<p>Takes each translatable taxonomy and rebuilds the array of
10509
  language-specific term_id to term_id/term_name mappings
10510
  for the "current translation" represented by the $post_id.</p>]]></long-description>
10511
+ <tag line="665" name="since" description="2.11"/>
10512
+ <tag line="665" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10513
+ <tag line="665" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
10514
+ <tag line="665" name="param" description="ID of the current post" type="integer" variable="$post_id">
10515
  <type by_reference="false">integer</type>
10516
  </tag>
10517
+ <tag line="665" name="return" description="( taxonomy =&gt; term assignments ) before the update" type="array">
10518
  <type by_reference="false">array</type>
10519
  </tag>
10520
  </docblock>
10521
+ <argument line="680">
10522
  <name>$post_id</name>
10523
  <default><![CDATA[]]></default>
10524
  <type/>
10525
  </argument>
10526
  </method>
10527
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="760" package="Media Library Assistant">
10528
  <name>_build_tax_input</name>
10529
  <full_name>_build_tax_input</full_name>
10530
+ <docblock line="746">
10531
  <description><![CDATA[Build the $tax_input array]]></description>
10532
  <long-description><![CDATA[<p>Takes each term from the $tax_inputs parameter and builds an array of
10533
  language-specific term_id to term_id/term_name mappings for all languages.</p>]]></long-description>
10534
+ <tag line="746" name="since" description="2.11"/>
10535
+ <tag line="746" name="uses" description="\global\MLA_Polylang::$tax_input" refers="\global\MLA_Polylang::$tax_input"/>
10536
+ <tag line="746" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10537
+ <tag line="746" name="param" description="ID of the current post" type="integer" variable="$post_id">
10538
  <type by_reference="false">integer</type>
10539
  </tag>
10540
+ <tag line="746" name="param" description="'tax_input' request parameter" type="array" variable="$tax_inputs">
10541
  <type by_reference="false">array</type>
10542
  </tag>
10543
+ <tag line="746" name="param" description="'tax_action' request parameter" type="array" variable="$tax_actions">
10544
  <type by_reference="false">array</type>
10545
  </tag>
10546
  </docblock>
10547
+ <argument line="760">
10548
  <name>$post_id</name>
10549
  <default><![CDATA[]]></default>
10550
  <type/>
10551
  </argument>
10552
+ <argument line="760">
10553
  <name>$tax_inputs</name>
10554
  <default><![CDATA[NULL]]></default>
10555
  <type/>
10556
  </argument>
10557
+ <argument line="760">
10558
  <name>$tax_actions</name>
10559
  <default><![CDATA[NULL]]></default>
10560
  <type/>
10561
  </argument>
10562
  </method>
10563
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="906" package="Media Library Assistant">
10564
  <name>_apply_tax_input</name>
10565
  <full_name>_apply_tax_input</full_name>
10566
+ <docblock line="894">
10567
  <description><![CDATA[Filter the $tax_input array to a specific language]]></description>
10568
  <long-description><![CDATA[]]></long-description>
10569
+ <tag line="894" name="since" description="2.11"/>
10570
+ <tag line="894" name="uses" description="\global\MLA_Polylang::$tax_input" refers="\global\MLA_Polylang::$tax_input"/>
10571
+ <tag line="894" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10572
+ <tag line="894" name="param" description="ID of the post to be updated" type="integer" variable="$post_id">
10573
  <type by_reference="false">integer</type>
10574
  </tag>
10575
+ <tag line="894" name="param" description="explicit language_code; optional" type="string" variable="$post_language">
10576
  <type by_reference="false">string</type>
10577
  </tag>
10578
+ <tag line="894" name="return" description="language-specific $tax_inputs" type="array">
10579
  <type by_reference="false">array</type>
10580
  </tag>
10581
  </docblock>
10582
+ <argument line="906">
10583
  <name>$post_id</name>
10584
  <default><![CDATA[]]></default>
10585
  <type/>
10586
  </argument>
10587
+ <argument line="906">
10588
  <name>$post_language</name>
10589
  <default><![CDATA[NULL]]></default>
10590
  <type/>
10591
  </argument>
10592
  </method>
10593
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="936" package="Media Library Assistant">
10594
  <name>_apply_synch_input</name>
10595
  <full_name>_apply_synch_input</full_name>
10596
+ <docblock line="923">
10597
  <description><![CDATA[Compute Term Synchronization replacement $tax_inputs]]></description>
10598
  <long-description><![CDATA[<p>Assumes the "current post" in $existing_terms is the source
10599
  and $existing_terms contains the target translation</p>]]></long-description>
10600
+ <tag line="923" name="since" description="2.11"/>
10601
+ <tag line="923" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
10602
+ <tag line="923" name="param" description="the target translation code" type="string" variable="$language">
10603
  <type by_reference="false">string</type>
10604
  </tag>
10605
+ <tag line="923" name="return" description="$tax_inputs for Term Synchronization" type="array">
 
 
 
10606
  <type by_reference="false">array</type>
10607
  </tag>
10608
  </docblock>
10609
+ <argument line="936">
10610
  <name>$language</name>
10611
  <default><![CDATA[]]></default>
10612
  <type/>
10613
  </argument>
 
 
 
 
 
10614
  </method>
10615
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1061" package="Media Library Assistant">
10616
+ <name>attachment_fields_to_save</name>
10617
+ <full_name>attachment_fields_to_save</full_name>
10618
+ <docblock line="1053">
10619
  <description><![CDATA[Captures "before update" term assignments from the Media/Edit Media screen]]></description>
10620
  <long-description><![CDATA[]]></long-description>
10621
+ <tag line="1053" name="since" description="2.13"/>
10622
+ <tag line="1053" name="param" description="The WP_Post object." type="\WP_Post" variable="$post">
10623
+ <type by_reference="false">\WP_Post</type>
10624
  </tag>
10625
+ <tag line="1053" name="param" description="An array of attachment metadata." type="array" variable="$attachment">
10626
  <type by_reference="false">array</type>
10627
  </tag>
10628
  </docblock>
10629
+ <argument line="1061">
10630
+ <name>$post</name>
10631
  <default><![CDATA[]]></default>
10632
  <type/>
10633
  </argument>
10634
+ <argument line="1061">
10635
+ <name>$attachment</name>
10636
  <default><![CDATA[]]></default>
10637
  <type/>
10638
  </argument>
10639
  </method>
10640
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1077" package="Media Library Assistant">
10641
  <name>edit_attachment</name>
10642
  <full_name>edit_attachment</full_name>
10643
+ <docblock line="1069">
10644
+ <description><![CDATA[Filters taxonomy updates by language for Bulk Edit during Add New Media
10645
+ and the Media/Edit Media screen]]></description>
10646
  <long-description><![CDATA[]]></long-description>
10647
+ <tag line="1069" name="since" description="2.11"/>
10648
+ <tag line="1069" name="param" description="ID of the current post" type="integer" variable="$post_id">
10649
  <type by_reference="false">integer</type>
10650
  </tag>
10651
  </docblock>
10652
+ <argument line="1077">
10653
  <name>$post_id</name>
10654
  <default><![CDATA[]]></default>
10655
  <type/>
10656
  </argument>
10657
  </method>
10658
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1205" package="Media Library Assistant">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10659
  <name>mla_media_modal_begin_update_compat_fields</name>
10660
  <full_name>mla_media_modal_begin_update_compat_fields</full_name>
10661
+ <docblock line="1197">
10662
  <description><![CDATA[Captures the existing term assignments before the
10663
  Media Manager Modal Window ATTACHMENT DETAILS taxonomy meta boxes updates]]></description>
10664
  <long-description><![CDATA[]]></long-description>
10665
+ <tag line="1197" name="since" description="2.11"/>
10666
+ <tag line="1197" name="param" description="the current post" type="object" variable="$post">
10667
  <type by_reference="false">object</type>
10668
  </tag>
10669
  </docblock>
10670
+ <argument line="1205">
10671
  <name>$post</name>
10672
  <default><![CDATA[]]></default>
10673
  <type/>
10674
  </argument>
10675
  </method>
10676
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1223" package="Media Library Assistant">
10677
  <name>mla_media_modal_update_compat_fields_terms</name>
10678
  <full_name>mla_media_modal_update_compat_fields_terms</full_name>
10679
+ <docblock line="1212">
10680
  <description><![CDATA[Applies Term Assignment to the terms assigned to one
10681
  Media Manager Modal Window ATTACHMENT DETAILS taxonomy]]></description>
10682
  <long-description><![CDATA[]]></long-description>
10683
+ <tag line="1212" name="since" description="2.11"/>
10684
+ <tag line="1212" name="param" description="assigned term id/name values" type="array" variable="$terms">
10685
  <type by_reference="false">array</type>
10686
  </tag>
10687
+ <tag line="1212" name="param" description="taxonomy slug" type="string" variable="$key">
10688
  <type by_reference="false">string</type>
10689
  </tag>
10690
+ <tag line="1212" name="param" description="taxonomy object" type="object" variable="$value">
10691
  <type by_reference="false">object</type>
10692
  </tag>
10693
+ <tag line="1212" name="param" description="current post ID" type="integer" variable="$post_id">
10694
  <type by_reference="false">integer</type>
10695
  </tag>
10696
  </docblock>
10697
+ <argument line="1223">
10698
  <name>$terms</name>
10699
  <default><![CDATA[]]></default>
10700
  <type/>
10701
  </argument>
10702
+ <argument line="1223">
10703
  <name>$key</name>
10704
  <default><![CDATA[]]></default>
10705
  <type/>
10706
  </argument>
10707
+ <argument line="1223">
10708
  <name>$value</name>
10709
  <default><![CDATA[]]></default>
10710
  <type/>
10711
  </argument>
10712
+ <argument line="1223">
10713
  <name>$post_id</name>
10714
  <default><![CDATA[]]></default>
10715
  <type/>
10716
  </argument>
10717
  </method>
10718
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1255" package="Media Library Assistant">
10719
  <name>mla_media_modal_end_update_compat_fields</name>
10720
  <full_name>mla_media_modal_end_update_compat_fields</full_name>
10721
+ <docblock line="1245">
10722
  <description><![CDATA[Applies Term Synchronization after the
10723
  Media Manager Modal Window taxonomy updates]]></description>
10724
  <long-description><![CDATA[]]></long-description>
10725
+ <tag line="1245" name="since" description="2.11"/>
10726
+ <tag line="1245" name="param" description="HTML markup for the taxonomy meta box elements" type="string" variable="$results">
10727
  <type by_reference="false">string</type>
10728
  </tag>
10729
+ <tag line="1245" name="param" description="supported taxonomy objects" type="array" variable="$taxonomies">
10730
  <type by_reference="false">array</type>
10731
  </tag>
10732
+ <tag line="1245" name="param" description="current post object" type="object" variable="$post">
10733
  <type by_reference="false">object</type>
10734
  </tag>
10735
  </docblock>
10736
+ <argument line="1255">
10737
  <name>$results</name>
10738
  <default><![CDATA[]]></default>
10739
  <type/>
10740
  </argument>
10741
+ <argument line="1255">
10742
  <name>$taxonomies</name>
10743
  <default><![CDATA[]]></default>
10744
  <type/>
10745
  </argument>
10746
+ <argument line="1255">
10747
  <name>$post</name>
10748
  <default><![CDATA[]]></default>
10749
  <type/>
10750
  </argument>
10751
  </method>
10752
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1299" package="Media Library Assistant">
10753
  <name>mla_list_table_inline_action</name>
10754
  <full_name>mla_list_table_inline_action</full_name>
10755
+ <docblock line="1286">
10756
  <description><![CDATA[Captures the Quick Edit "before update" term assignments and
10757
  process the Language dropdown selection, if changed]]></description>
10758
  <long-description><![CDATA[]]></long-description>
10759
+ <tag line="1286" name="since" description="2.11"/>
10760
+ <tag line="1286" name="param" description="NULL, to indicate no handler." type="array" variable="$item_content">
10761
  <type by_reference="false">array</type>
10762
  </tag>
10763
+ <tag line="1286" name="param" description="the affected attachment." type="integer" variable="$post_id">
10764
  <type by_reference="false">integer</type>
10765
  </tag>
10766
+ <tag line="1286" name="return" description="updated $item_content. NULL if no handler, otherwise ( 'message' =&gt; error or status message(s), 'body' =&gt; '', 'prevent_default' =&gt; true to bypass the MLA handler )" type="object">
10767
  <type by_reference="false">object</type>
10768
  </tag>
10769
  </docblock>
10770
+ <argument line="1299">
10771
  <name>$item_content</name>
10772
  <default><![CDATA[]]></default>
10773
  <type/>
10774
  </argument>
10775
+ <argument line="1299">
10776
  <name>$post_id</name>
10777
  <default><![CDATA[]]></default>
10778
  <type/>
10779
  </argument>
10780
  </method>
10781
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1337" package="Media Library Assistant">
10782
  <name>mla_list_table_bulk_action_initial_request</name>
10783
  <full_name>mla_list_table_bulk_action_initial_request</full_name>
10784
+ <docblock line="1326">
10785
  <description><![CDATA[Captures the Bulk Edit parameters during "Upload New Media"]]></description>
10786
  <long-description><![CDATA[]]></long-description>
10787
+ <tag line="1326" name="since" description="2.11"/>
10788
+ <tag line="1326" name="param" description="bulk action request parameters, including ['mla_bulk_action_do_cleanup']." type="array" variable="$request">
10789
  <type by_reference="false">array</type>
10790
  </tag>
10791
+ <tag line="1326" name="param" description="the requested action." type="string" variable="$bulk_action">
10792
  <type by_reference="false">string</type>
10793
  </tag>
10794
+ <tag line="1326" name="param" description="[ slug =&gt; field_name ]" type="array" variable="$custom_field_map">
10795
  <type by_reference="false">array</type>
10796
  </tag>
10797
+ <tag line="1326" name="return" description="updated bulk action request parameters" type="array">
10798
  <type by_reference="false">array</type>
10799
  </tag>
10800
  </docblock>
10801
+ <argument line="1337">
10802
  <name>$request</name>
10803
  <default><![CDATA[]]></default>
10804
  <type/>
10805
  </argument>
10806
+ <argument line="1337">
10807
  <name>$bulk_action</name>
10808
  <default><![CDATA[]]></default>
10809
  <type/>
10810
  </argument>
10811
+ <argument line="1337">
10812
  <name>$custom_field_map</name>
10813
  <default><![CDATA[]]></default>
10814
  <type/>
10815
  </argument>
10816
  </method>
10817
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1379" package="Media Library Assistant">
10818
  <name>mla_list_table_bulk_action_item_request</name>
10819
  <full_name>mla_list_table_bulk_action_item_request</full_name>
10820
+ <docblock line="1367">
10821
  <description><![CDATA[Converts Bulk Edit taxonomy inputs to language-specific values]]></description>
10822
  <long-description><![CDATA[]]></long-description>
10823
+ <tag line="1367" name="since" description="2.11"/>
10824
+ <tag line="1367" name="param" description="bulk action request parameters, including ['mla_bulk_action_do_cleanup']." type="array" variable="$request">
10825
  <type by_reference="false">array</type>
10826
  </tag>
10827
+ <tag line="1367" name="param" description="the requested action." type="string" variable="$bulk_action">
10828
  <type by_reference="false">string</type>
10829
  </tag>
10830
+ <tag line="1367" name="param" description="the affected attachment." type="integer" variable="$post_id">
10831
  <type by_reference="false">integer</type>
10832
  </tag>
10833
+ <tag line="1367" name="param" description="[ slug =&gt; field_name ]" type="array" variable="$custom_field_map">
10834
  <type by_reference="false">array</type>
10835
  </tag>
10836
+ <tag line="1367" name="return" description="updated bulk action request parameters" type="array">
10837
  <type by_reference="false">array</type>
10838
  </tag>
10839
  </docblock>
10840
+ <argument line="1379">
10841
  <name>$request</name>
10842
  <default><![CDATA[]]></default>
10843
  <type/>
10844
  </argument>
10845
+ <argument line="1379">
10846
  <name>$bulk_action</name>
10847
  <default><![CDATA[]]></default>
10848
  <type/>
10849
  </argument>
10850
+ <argument line="1379">
10851
  <name>$post_id</name>
10852
  <default><![CDATA[]]></default>
10853
  <type/>
10854
  </argument>
10855
+ <argument line="1379">
10856
  <name>$custom_field_map</name>
10857
  <default><![CDATA[]]></default>
10858
  <type/>
10859
  </argument>
10860
  </method>
10861
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1412" package="Media Library Assistant">
10862
  <name>mla_list_table_bulk_action</name>
10863
  <full_name>mla_list_table_bulk_action</full_name>
10864
+ <docblock line="1397">
10865
  <description><![CDATA[Process an MLA_List_Table bulk action]]></description>
10866
  <long-description><![CDATA[<p>Sets the new item language from the Language dropdown selection.</p>]]></long-description>
10867
+ <tag line="1397" name="since" description="2.11"/>
10868
+ <tag line="1397" name="param" description="NULL, to indicate no handler." type="array" variable="$item_content">
10869
  <type by_reference="false">array</type>
10870
  </tag>
10871
+ <tag line="1397" name="param" description="the requested action." type="string" variable="$bulk_action">
10872
  <type by_reference="false">string</type>
10873
  </tag>
10874
+ <tag line="1397" name="param" description="the affected attachment." type="integer" variable="$post_id">
10875
  <type by_reference="false">integer</type>
10876
  </tag>
10877
+ <tag line="1397" name="return" description="updated $item_content. NULL if no handler, otherwise ( 'message' =&gt; error or status message(s), 'body' =&gt; '', 'prevent_default' =&gt; true to bypass the MLA handler )" type="object">
10878
  <type by_reference="false">object</type>
10879
  </tag>
10880
  </docblock>
10881
+ <argument line="1412">
10882
  <name>$item_content</name>
10883
  <default><![CDATA[]]></default>
10884
  <type/>
10885
  </argument>
10886
+ <argument line="1412">
10887
  <name>$bulk_action</name>
10888
  <default><![CDATA[]]></default>
10889
  <type/>
10890
  </argument>
10891
+ <argument line="1412">
10892
  <name>$post_id</name>
10893
  <default><![CDATA[]]></default>
10894
  <type/>
10895
  </argument>
10896
  </method>
10897
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1454" package="Media Library Assistant">
10898
  <name>mla_list_table_custom_bulk_action</name>
10899
  <full_name>mla_list_table_custom_bulk_action</full_name>
10900
+ <docblock line="1440">
10901
  <description><![CDATA[Process an MLA_List_Table custom bulk action]]></description>
10902
  <long-description><![CDATA[<p>Creates new items from the "Bulk Translate" list.</p>]]></long-description>
10903
+ <tag line="1440" name="since" description="2.11"/>
10904
+ <tag line="1440" name="param" description="NULL, to indicate no handler." type="array" variable="$item_content">
10905
  <type by_reference="false">array</type>
10906
  </tag>
10907
+ <tag line="1440" name="param" description="the requested action." type="string" variable="$bulk_action">
10908
  <type by_reference="false">string</type>
10909
  </tag>
10910
+ <tag line="1440" name="param" description="the affected attachment." type="integer" variable="$post_id">
10911
  <type by_reference="false">integer</type>
10912
  </tag>
10913
+ <tag line="1440" name="return" description="updated $item_content. NULL if no handler, otherwise ( 'message' =&gt; error or status message(s), 'body' =&gt; '' )" type="object">
10914
  <type by_reference="false">object</type>
10915
  </tag>
10916
  </docblock>
10917
+ <argument line="1454">
10918
  <name>$item_content</name>
10919
  <default><![CDATA[]]></default>
10920
  <type/>
10921
  </argument>
10922
+ <argument line="1454">
10923
  <name>$bulk_action</name>
10924
  <default><![CDATA[]]></default>
10925
  <type/>
10926
  </argument>
10927
+ <argument line="1454">
10928
  <name>$post_id</name>
10929
  <default><![CDATA[]]></default>
10930
  <type/>
10931
  </argument>
10932
  </method>
10933
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1508" package="Media Library Assistant">
10934
  <name>mla_list_table_get_bulk_actions</name>
10935
  <full_name>mla_list_table_get_bulk_actions</full_name>
10936
+ <docblock line="1496">
10937
  <description><![CDATA[Filter the MLA_List_Table bulk actions]]></description>
10938
  <long-description><![CDATA[<p>Adds the "Translate" action to the Bulk Actions list.</p>]]></long-description>
10939
+ <tag line="1496" name="since" description="2.11"/>
10940
+ <tag line="1496" name="param" description="An array of bulk actions. Format: 'slug' =&gt; 'Label'" type="array" variable="$actions">
10941
  <type by_reference="false">array</type>
10942
  </tag>
10943
+ <tag line="1496" name="return" description="updated array of actions." type="array">
10944
  <type by_reference="false">array</type>
10945
  </tag>
10946
  </docblock>
10947
+ <argument line="1508">
10948
  <name>$actions</name>
10949
  <default><![CDATA[]]></default>
10950
  <type/>
10951
  </argument>
10952
  </method>
10953
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1527" package="Media Library Assistant">
10954
  <name>mla_list_table_inline_values</name>
10955
  <full_name>mla_list_table_inline_values</full_name>
10956
+ <docblock line="1515">
10957
  <description><![CDATA[MLA_List_Table inline edit item values]]></description>
10958
  <long-description><![CDATA[<p>Builds the Language dropdown and edit translation links
10959
  for the Quick and Bulk Edit forms.</p>]]></long-description>
10960
+ <tag line="1515" name="since" description="2.11"/>
10961
+ <tag line="1515" name="param" description="parameter_name =&gt; parameter_value pairs" type="array" variable="$item_values">
10962
  <type by_reference="false">array</type>
10963
  </tag>
10964
+ <tag line="1515" name="return" description="updated substitution parameter name =&gt; value pairs" type="array">
10965
  <type by_reference="false">array</type>
10966
  </tag>
10967
  </docblock>
10968
+ <argument line="1527">
10969
  <name>$item_values</name>
10970
  <default><![CDATA[]]></default>
10971
  <type/>
10972
  </argument>
10973
  </method>
10974
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1594" package="Media Library Assistant">
10975
  <name>mla_list_table_inline_parse</name>
10976
  <full_name>mla_list_table_inline_parse</full_name>
10977
+ <docblock line="1580">
10978
  <description><![CDATA[MLA_List_Table inline edit parse]]></description>
10979
  <long-description><![CDATA[]]></long-description>
10980
+ <tag line="1580" name="since" description="2.11&#13;&#10;Adds Bulk Translate form and the Language dropdown&#13;&#10;markup used for the Quick and Bulk Edit forms."/>
10981
+ <tag line="1580" name="param" description="HTML markup returned by the template parser" type="string" variable="$html_markup">
10982
  <type by_reference="false">string</type>
10983
  </tag>
10984
+ <tag line="1580" name="param" description="template used to generate the HTML markup" type="string" variable="$item_template">
10985
  <type by_reference="false">string</type>
10986
  </tag>
10987
+ <tag line="1580" name="param" description="parameter_name =&gt; parameter_value pairs" type="array" variable="$item_values">
10988
  <type by_reference="false">array</type>
10989
  </tag>
10990
+ <tag line="1580" name="return" description="updated HTML markup for the Quick and Bulk Edit forms" type="array">
10991
  <type by_reference="false">array</type>
10992
  </tag>
10993
  </docblock>
10994
+ <argument line="1594">
10995
  <name>$html_markup</name>
10996
  <default><![CDATA[]]></default>
10997
  <type/>
10998
  </argument>
10999
+ <argument line="1594">
11000
  <name>$item_template</name>
11001
  <default><![CDATA[]]></default>
11002
  <type/>
11003
  </argument>
11004
+ <argument line="1594">
11005
  <name>$item_values</name>
11006
  <default><![CDATA[]]></default>
11007
  <type/>
11008
  </argument>
11009
  </method>
11010
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1671" package="Media Library Assistant">
11011
  <name>mla_list_table_get_columns</name>
11012
  <full_name>mla_list_table_get_columns</full_name>
11013
+ <docblock line="1659">
11014
  <description><![CDATA[Filter the MLA_List_Table columns]]></description>
11015
  <long-description><![CDATA[<p>Inserts the language columns just after the item thumbnail column</p>]]></long-description>
11016
+ <tag line="1659" name="since" description="2.11"/>
11017
+ <tag line="1659" name="param" description="An array of columns. format: column_slug =&gt; Column Label" type="array" variable="$columns">
11018
  <type by_reference="false">array</type>
11019
  </tag>
11020
+ <tag line="1659" name="return" description="updated array of columns." type="array">
11021
  <type by_reference="false">array</type>
11022
  </tag>
11023
  </docblock>
11024
+ <argument line="1671">
11025
  <name>$columns</name>
11026
  <default><![CDATA[]]></default>
11027
  <type/>
11028
  </argument>
11029
  </method>
11030
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1719" package="Media Library Assistant">
11031
  <name>mla_list_table_add_pll_styles</name>
11032
  <full_name>mla_list_table_add_pll_styles</full_name>
11033
+ <docblock line="1712">
11034
  <description><![CDATA[Add styles for the pll_translations table column]]></description>
11035
  <long-description><![CDATA[]]></long-description>
11036
+ <tag line="1712" name="since" description="2.11"/>
11037
+ <tag line="1712" name="return" description="echoes CSS styles before returning" type="void">
11038
  <type by_reference="false">void</type>
11039
  </tag>
11040
  </docblock>
11041
  </method>
11042
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1744" package="Media Library Assistant">
11043
  <name>mla_list_table_column_default</name>
11044
  <full_name>mla_list_table_column_default</full_name>
11045
+ <docblock line="1732">
11046
  <description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
11047
  <long-description><![CDATA[<p>Fills in the Language columns with the item's translation status values.</p>]]></long-description>
11048
+ <tag line="1732" name="since" description="2.11"/>
11049
+ <tag line="1732" name="param" description="NULL, indicating no default content" type="string" variable="$content">
11050
  <type by_reference="false">string</type>
11051
  </tag>
11052
+ <tag line="1732" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
11053
  <type by_reference="false">array</type>
11054
  </tag>
11055
+ <tag line="1732" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
11056
  <type by_reference="false">array</type>
11057
  </tag>
11058
+ <tag line="1732" name="return" description="Text or HTML to be placed inside the column" type="string">
11059
  <type by_reference="false">string</type>
11060
  </tag>
11061
  </docblock>
11062
+ <argument line="1744">
11063
  <name>$content</name>
11064
  <default><![CDATA[]]></default>
11065
  <type/>
11066
  </argument>
11067
+ <argument line="1744">
11068
  <name>$item</name>
11069
  <default><![CDATA[]]></default>
11070
  <type/>
11071
  </argument>
11072
+ <argument line="1744">
11073
  <name>$column_name</name>
11074
  <default><![CDATA[]]></default>
11075
  <type/>
11076
  </argument>
11077
  </method>
11078
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1812" package="Media Library Assistant">
11079
  <name>mla_list_table_submenu_arguments</name>
11080
  <full_name>mla_list_table_submenu_arguments</full_name>
11081
+ <docblock line="1797">
11082
  <description><![CDATA[Filter the "sticky" submenu URL parameters]]></description>
11083
+ <long-description><![CDATA[<p>Adds a language ('lang') parameter to the URL parameters that
11084
+ will be retained when the submenu page refreshes.
11085
+ Maintains the list of Bulk Translate items in the URLs for
11086
  paging through the results.</p>]]></long-description>
11087
+ <tag line="1797" name="since" description="2.11"/>
11088
+ <tag line="1797" name="param" description="Current view, pagination and sort parameters." type="array" variable="$submenu_arguments">
11089
  <type by_reference="false">array</type>
11090
  </tag>
11091
+ <tag line="1797" name="param" description="True to include &quot;filter-by&quot; parameters, e.g., year/month dropdown." type="object" variable="$include_filters">
11092
  <type by_reference="false">object</type>
11093
  </tag>
11094
+ <tag line="1797" name="return" description="updated submenu_arguments." type="array">
11095
  <type by_reference="false">array</type>
11096
  </tag>
11097
  </docblock>
11098
+ <argument line="1812">
11099
  <name>$submenu_arguments</name>
11100
  <default><![CDATA[]]></default>
11101
  <type/>
11102
  </argument>
11103
+ <argument line="1812">
11104
  <name>$include_filters</name>
11105
  <default><![CDATA[]]></default>
11106
  <type/>
11107
  </argument>
11108
  </method>
11109
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1843" package="Media Library Assistant">
11110
  <name>mla_list_table_prepare_items_pagination</name>
11111
  <full_name>mla_list_table_prepare_items_pagination</full_name>
11112
+ <docblock line="1831">
11113
  <description><![CDATA[Filter the pagination parameters for prepare_items()]]></description>
11114
  <long-description><![CDATA[<p>Records the pagination parameters for use with custom table views, e.g., "attached".</p>]]></long-description>
11115
+ <tag line="1831" name="since" description="2.11"/>
11116
+ <tag line="1831" name="param" description="Contains 'per_page', 'current_page'." type="array" variable="$pagination">
11117
  <type by_reference="false">array</type>
11118
  </tag>
11119
+ <tag line="1831" name="param" description="The MLA_List_Table object, passed by reference." type="object" variable="$mla_list_table">
11120
  <type by_reference="false">object</type>
11121
  </tag>
11122
+ <tag line="1831" name="return" description="updated pagination array." type="array">
11123
  <type by_reference="false">array</type>
11124
  </tag>
11125
  </docblock>
11126
+ <argument line="1843">
11127
  <name>$pagination</name>
11128
  <default><![CDATA[]]></default>
11129
  <type/>
11130
  </argument>
11131
+ <argument line="1843">
11132
  <name>$mla_list_table</name>
11133
  <default><![CDATA[]]></default>
11134
  <type/>
11135
  </argument>
11136
  </method>
11137
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1862" package="Media Library Assistant">
11138
  <name>mla_list_table_prepare_items_total_items</name>
11139
  <full_name>mla_list_table_prepare_items_total_items</full_name>
11140
+ <docblock line="1849">
11141
  <description><![CDATA[Filter the total items count for prepare_items()]]></description>
11142
+ <long-description><![CDATA[<p>A convenient place to add the query argument required for the
11143
+ "Bulk Translate" custom view.</p>]]></long-description>
11144
+ <tag line="1849" name="since" description="2.11"/>
11145
+ <tag line="1849" name="param" description="NULL, indicating no substitution." type="integer" variable="$total_items">
11146
  <type by_reference="false">integer</type>
11147
  </tag>
11148
+ <tag line="1849" name="param" description="The MLA_List_Table object, passed by reference." type="object" variable="$mla_list_table">
11149
  <type by_reference="false">object</type>
11150
  </tag>
11151
+ <tag line="1849" name="return" description="updated total_items." type="integer">
11152
  <type by_reference="false">integer</type>
11153
  </tag>
11154
  </docblock>
11155
+ <argument line="1862">
11156
  <name>$total_items</name>
11157
  <default><![CDATA[]]></default>
11158
  <type/>
11159
  </argument>
11160
+ <argument line="1862">
11161
  <name>$mla_list_table</name>
11162
  <default><![CDATA[]]></default>
11163
  <type/>
11164
  </argument>
11165
  </method>
11166
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1885" package="Media Library Assistant">
11167
  <name>mla_list_table_build_rollover_actions</name>
11168
  <full_name>mla_list_table_build_rollover_actions</full_name>
11169
+ <docblock line="1872">
11170
  <description><![CDATA[Filter the list of item "Rollover" actions]]></description>
11171
  <long-description><![CDATA[<p>Adds "Quick Translate" to the list of item-level "Rollover" actions.</p>]]></long-description>
11172
+ <tag line="1872" name="since" description="2.11"/>
11173
+ <tag line="1872" name="param" description="The list of item &quot;Rollover&quot; actions." type="array" variable="$actions">
11174
  <type by_reference="false">array</type>
11175
  </tag>
11176
+ <tag line="1872" name="param" description="The current Media Library item." type="object" variable="$item">
11177
  <type by_reference="false">object</type>
11178
  </tag>
11179
+ <tag line="1872" name="param" description="The List Table column slug." type="string" variable="$column">
11180
  <type by_reference="false">string</type>
11181
  </tag>
11182
+ <tag line="1872" name="return" description="updated &quot;Rollover&quot; actions." type="array">
11183
  <type by_reference="false">array</type>
11184
  </tag>
11185
  </docblock>
11186
+ <argument line="1885">
11187
  <name>$actions</name>
11188
  <default><![CDATA[]]></default>
11189
  <type/>
11190
  </argument>
11191
+ <argument line="1885">
11192
  <name>$item</name>
11193
  <default><![CDATA[]]></default>
11194
  <type/>
11195
  </argument>
11196
+ <argument line="1885">
11197
  <name>$column</name>
11198
  <default><![CDATA[]]></default>
11199
  <type/>
11200
  </argument>
11201
  </method>
11202
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1907" package="Media Library Assistant">
11203
  <name>mla_list_table_inline_fields</name>
11204
  <full_name>mla_list_table_inline_fields</full_name>
11205
+ <docblock line="1896">
11206
  <description><![CDATA[Define the fields for inline (Quick) editing]]></description>
11207
  <long-description><![CDATA[<p>Adds Language dropdown and Quick Translate links.</p>]]></long-description>
11208
+ <tag line="1896" name="since" description="2.11"/>
11209
+ <tag line="1896" name="param" description="The field names for inline data." type="array" variable="$fields">
11210
  <type by_reference="false">array</type>
11211
  </tag>
11212
+ <tag line="1896" name="return" description="updated fields for inline data." type="string">
11213
  <type by_reference="false">string</type>
11214
  </tag>
11215
  </docblock>
11216
+ <argument line="1907">
11217
  <name>$fields</name>
11218
  <default><![CDATA[]]></default>
11219
  <type/>
11220
  </argument>
11221
  </method>
11222
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1927" package="Media Library Assistant">
11223
  <name>mla_list_table_build_inline_data</name>
11224
  <full_name>mla_list_table_build_inline_data</full_name>
11225
+ <docblock line="1915">
11226
  <description><![CDATA[Filter the data for inline (Quick and Bulk) editing]]></description>
11227
  <long-description><![CDATA[<p>Adds item-specific translations data for the JS quick and bulk edit functions.</p>]]></long-description>
11228
+ <tag line="1915" name="since" description="2.11"/>
11229
+ <tag line="1915" name="param" description="The HTML markup for inline data." type="string" variable="$inline_data">
11230
  <type by_reference="false">string</type>
11231
  </tag>
11232
+ <tag line="1915" name="param" description="The current Media Library item." type="object" variable="$item">
11233
  <type by_reference="false">object</type>
11234
  </tag>
11235
+ <tag line="1915" name="return" description="updated HTML markup for inline data." type="string">
11236
  <type by_reference="false">string</type>
11237
  </tag>
11238
  </docblock>
11239
+ <argument line="1927">
11240
  <name>$inline_data</name>
11241
  <default><![CDATA[]]></default>
11242
  <type/>
11243
  </argument>
11244
+ <argument line="1927">
11245
  <name>$item</name>
11246
  <default><![CDATA[]]></default>
11247
  <type/>
11248
  </argument>
11249
  </method>
11250
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1960" package="Media Library Assistant">
11251
  <name>mla_get_options_tablist</name>
11252
  <full_name>mla_get_options_tablist</full_name>
11253
+ <docblock line="1949">
11254
  <description><![CDATA[Adds the "Language" tab to the Settings/Media Library Assistant list]]></description>
11255
  <long-description><![CDATA[]]></long-description>
11256
+ <tag line="1949" name="since" description="2.11"/>
11257
+ <tag line="1949" name="param" description="The entire tablist ( $tab = NULL ), a single tab entry or false if not found/not allowed." type="array|false" variable="$results">
11258
  <type by_reference="false">array</type>
11259
  <type by_reference="false">false</type>
11260
  </tag>
11261
+ <tag line="1949" name="param" description="The entire default tablist" type="array" variable="$mla_tablist">
11262
  <type by_reference="false">array</type>
11263
  </tag>
11264
+ <tag line="1949" name="param" description="tab slug for single-element return or NULL to return entire tablist" type="string|NULL" variable="$tab">
11265
  <type by_reference="false">string</type>
11266
  <type by_reference="false">NULL</type>
11267
  </tag>
11268
+ <tag line="1949" name="return" description="updated tablist or single tab element" type="array">
11269
  <type by_reference="false">array</type>
11270
  </tag>
11271
  </docblock>
11272
+ <argument line="1960">
11273
  <name>$results</name>
11274
  <default><![CDATA[]]></default>
11275
  <type/>
11276
  </argument>
11277
+ <argument line="1960">
11278
  <name>$mla_tablist</name>
11279
  <default><![CDATA[]]></default>
11280
  <type/>
11281
  </argument>
11282
+ <argument line="1960">
11283
  <name>$tab</name>
11284
  <default><![CDATA[]]></default>
11285
  <type/>
11286
  </argument>
11287
  </method>
11288
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1993" package="Media Library Assistant">
11289
  <name>mla_localize_language_option_definitions</name>
11290
  <full_name>mla_localize_language_option_definitions</full_name>
11291
+ <docblock line="1983">
11292
  <description><![CDATA[Localize $mla_language_option_definitions array]]></description>
11293
  <long-description><![CDATA[<p>Localization must be done at runtime, and these calls cannot be placed
11294
  in the "public static" array definition itself.</p>]]></long-description>
11295
+ <tag line="1983" name="since" description="2.11"/>
11296
+ <tag line="1983" name="return" description="" type="void">
11297
  <type by_reference="false">void</type>
11298
  </tag>
11299
  </docblock>
11300
  </method>
11301
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2056" package="Media Library Assistant">
11302
  <name>mla_render_language_tab</name>
11303
  <full_name>mla_render_language_tab</full_name>
11304
+ <docblock line="2049">
11305
  <description><![CDATA[Renders the Settings/Media Library Assistant "Language" tab]]></description>
11306
  <long-description><![CDATA[]]></long-description>
11307
+ <tag line="2049" name="since" description="2.11"/>
11308
+ <tag line="2049" name="return" description="( 'message' =&gt; '', 'body' =&gt; '' )" type="array">
11309
  <type by_reference="false">array</type>
11310
  </tag>
11311
  </docblock>
11312
  </method>
11313
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2121" package="Media Library Assistant">
11314
  <name>_save_language_settings</name>
11315
  <full_name>_save_language_settings</full_name>
11316
+ <docblock line="2112">
11317
  <description><![CDATA[Save Language settings to the options table]]></description>
11318
  <long-description><![CDATA[]]></long-description>
11319
+ <tag line="2112" name="since" description="2.11"/>
11320
+ <tag line="2112" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
11321
+ <tag line="2112" name="return" description="Message(s) reflecting the results of the operation" type="array">
11322
  <type by_reference="false">array</type>
11323
  </tag>
11324
  </docblock>
11325
  </method>
11326
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2150" package="Media Library Assistant">
11327
  <name>_reset_language_settings</name>
11328
  <full_name>_reset_language_settings</full_name>
11329
+ <docblock line="2143">
11330
  <description><![CDATA[Delete saved settings, restoring default values]]></description>
11331
  <long-description><![CDATA[]]></long-description>
11332
+ <tag line="2143" name="since" description="2.11"/>
11333
+ <tag line="2143" name="return" description="Message(s) reflecting the results of the operation" type="array">
11334
  <type by_reference="false">array</type>
11335
  </tag>
11336
  </docblock>
11337
  </method>
11338
  </class>
11339
  </file>
11340
+ <file path="includes\class-mla-settings.php" hash="aa11c9575f1ba4e476931352947b68b0" package="Media Library Assistant">
11341
  <docblock line="2">
11342
  <description><![CDATA[Manages the settings page to edit the plugin option settings]]></description>
11343
  <long-description><![CDATA[]]></long-description>
12138
  </tag>
12139
  </docblock>
12140
  </method>
12141
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3003" package="Media Library Assistant">
12142
+ <name>_compose_settings_row</name>
12143
+ <full_name>_compose_settings_row</full_name>
12144
+ <docblock line="2993">
12145
+ <description><![CDATA[Compose the Debug tab Debug Settings content for one setting]]></description>
12146
+ <long-description><![CDATA[]]></long-description>
12147
+ <tag line="2993" name="since" description="2.14"/>
12148
+ <tag line="2993" name="param" description="Display name for the setting" type="string" variable="$label">
12149
+ <type by_reference="false">string</type>
12150
+ </tag>
12151
+ <tag line="2993" name="param" description="Current value for the setting" type="string" variable="$value">
12152
+ <type by_reference="false">string</type>
12153
+ </tag>
12154
+ <tag line="2993" name="return" description="HTML table row markup for the label setting pair" type="string">
12155
+ <type by_reference="false">string</type>
12156
+ </tag>
12157
+ </docblock>
12158
+ <argument line="3003">
12159
+ <name>$label</name>
12160
+ <default><![CDATA[]]></default>
12161
+ <type/>
12162
+ </argument>
12163
+ <argument line="3003">
12164
+ <name>$value</name>
12165
+ <default><![CDATA[]]></default>
12166
+ <type/>
12167
+ </argument>
12168
+ </method>
12169
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3021" package="Media Library Assistant">
12170
  <name>_compose_debug_tab</name>
12171
  <full_name>_compose_debug_tab</full_name>
12172
+ <docblock line="3013">
12173
  <description><![CDATA[Compose the Debug tab content for the Settings subpage]]></description>
12174
  <long-description><![CDATA[]]></long-description>
12175
+ <tag line="3013" name="since" description="2.10"/>
12176
+ <tag line="3013" name="uses" description="\global\$page_template_array" refers="\global\$page_template_array"/>
12177
+ <tag line="3013" name="return" description="'message' =&gt; status/error messages, 'body' =&gt; tab content" type="array">
12178
  <type by_reference="false">array</type>
12179
  </tag>
12180
  </docblock>
12181
  </method>
12182
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3197" package="Media Library Assistant">
12183
  <name>mla_render_settings_page</name>
12184
  <full_name>mla_render_settings_page</full_name>
12185
+ <docblock line="3190">
12186
  <description><![CDATA[Render (echo) the "Media Library Assistant" subpage in the Settings section]]></description>
12187
  <long-description><![CDATA[]]></long-description>
12188
+ <tag line="3190" name="since" description="0.1"/>
12189
+ <tag line="3190" name="return" description="Echoes HTML markup for the Settings subpage" type="void">
12190
  <type by_reference="false">void</type>
12191
  </tag>
12192
  </docblock>
12193
  </method>
12194
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3264" package="Media Library Assistant">
12195
  <name>_save_gallery_settings</name>
12196
  <full_name>_save_gallery_settings</full_name>
12197
+ <docblock line="3255">
12198
  <description><![CDATA[Save MLA Gallery settings to the options table]]></description>
12199
  <long-description><![CDATA[]]></long-description>
12200
+ <tag line="3255" name="since" description="0.80"/>
12201
+ <tag line="3255" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12202
+ <tag line="3255" name="return" description="Message(s) reflecting the results of the operation" type="array">
12203
  <type by_reference="false">array</type>
12204
  </tag>
12205
  </docblock>
12206
  </method>
12207
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3542" package="Media Library Assistant">
12208
  <name>_save_view_settings</name>
12209
  <full_name>_save_view_settings</full_name>
12210
+ <docblock line="3533">
12211
  <description><![CDATA[Save View settings to the options table]]></description>
12212
  <long-description><![CDATA[]]></long-description>
12213
+ <tag line="3533" name="since" description="1.40"/>
12214
+ <tag line="3533" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12215
+ <tag line="3533" name="return" description="Message(s) reflecting the results of the operation" type="array">
12216
  <type by_reference="false">array</type>
12217
  </tag>
12218
  </docblock>
12219
  </method>
12220
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3573" package="Media Library Assistant">
12221
  <name>_save_upload_settings</name>
12222
  <full_name>_save_upload_settings</full_name>
12223
+ <docblock line="3564">
12224
  <description><![CDATA[Save Upload settings to the options table]]></description>
12225
  <long-description><![CDATA[]]></long-description>
12226
+ <tag line="3564" name="since" description="1.40"/>
12227
+ <tag line="3564" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12228
+ <tag line="3564" name="return" description="Message(s) reflecting the results of the operation" type="array">
12229
  <type by_reference="false">array</type>
12230
  </tag>
12231
  </docblock>
12232
  </method>
12233
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3611" package="Media Library Assistant">
12234
  <name>_process_custom_field_mapping</name>
12235
  <full_name>_process_custom_field_mapping</full_name>
12236
+ <docblock line="3598">
12237
  <description><![CDATA[Process custom field settings against all image attachments
12238
  without saving the settings to the mla_option]]></description>
12239
  <long-description><![CDATA[]]></long-description>
12240
+ <tag line="3598" name="since" description="1.10"/>
12241
+ <tag line="3598" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12242
+ <tag line="3598" name="param" description="| NULL specific custom_field_mapping values" type="array" variable="$settings">
12243
  <type by_reference="false">array</type>
12244
  </tag>
12245
+ <tag line="3598" name="param" description="offset for chunk mapping" type="integer" variable="$offset">
12246
  <type by_reference="false">integer</type>
12247
  </tag>
12248
+ <tag line="3598" name="param" description="length for chunk mapping" type="integer" variable="$length">
12249
  <type by_reference="false">integer</type>
12250
  </tag>
12251
+ <tag line="3598" name="return" description="Message(s) reflecting the results of the operation" type="array">
12252
  <type by_reference="false">array</type>
12253
  </tag>
12254
  </docblock>
12255
+ <argument line="3611">
12256
  <name>$settings</name>
12257
  <default><![CDATA[NULL]]></default>
12258
  <type/>
12259
  </argument>
12260
+ <argument line="3611">
12261
  <name>$offset</name>
12262
  <default><![CDATA[0]]></default>
12263
  <type/>
12264
  </argument>
12265
+ <argument line="3611">
12266
  <name>$length</name>
12267
  <default><![CDATA[0]]></default>
12268
  <type/>
12269
  </argument>
12270
  </method>
12271
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3683" package="Media Library Assistant">
12272
  <name>_delete_custom_field</name>
12273
  <full_name>_delete_custom_field</full_name>
12274
+ <docblock line="3674">
12275
  <description><![CDATA[Delete a custom field from the wp_postmeta table]]></description>
12276
  <long-description><![CDATA[]]></long-description>
12277
+ <tag line="3674" name="since" description="1.10"/>
12278
+ <tag line="3674" name="param" description="specific custom_field_mapping rule" type="array" variable="$value">
12279
  <type by_reference="false">array</type>
12280
  </tag>
12281
+ <tag line="3674" name="return" description="Message(s) reflecting the results of the operation" type="array">
12282
  <type by_reference="false">array</type>
12283
  </tag>
12284
  </docblock>
12285
+ <argument line="3683">
12286
  <name>$value</name>
12287
  <default><![CDATA[]]></default>
12288
  <type/>
12289
  </argument>
12290
  </method>
12291
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3711" package="Media Library Assistant">
12292
  <name>_save_custom_field_settings</name>
12293
  <full_name>_save_custom_field_settings</full_name>
12294
+ <docblock line="3701">
12295
  <description><![CDATA[Save custom field settings to the options table]]></description>
12296
  <long-description><![CDATA[]]></long-description>
12297
+ <tag line="3701" name="since" description="1.10"/>
12298
+ <tag line="3701" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12299
+ <tag line="3701" name="param" description="| NULL specific custom_field_mapping values" type="array" variable="$new_values">
12300
  <type by_reference="false">array</type>
12301
  </tag>
12302
+ <tag line="3701" name="return" description="Message(s) reflecting the results of the operation" type="array">
12303
  <type by_reference="false">array</type>
12304
  </tag>
12305
  </docblock>
12306
+ <argument line="3711">
12307
  <name>$new_values</name>
12308
  <default><![CDATA[NULL]]></default>
12309
  <type/>
12310
  </argument>
12311
  </method>
12312
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3755" package="Media Library Assistant">
12313
  <name>_process_iptc_exif_standard</name>
12314
  <full_name>_process_iptc_exif_standard</full_name>
12315
+ <docblock line="3742">
12316
  <description><![CDATA[Process IPTC/EXIF standard field settings against all image attachments
12317
  without saving the settings to the mla_option]]></description>
12318
  <long-description><![CDATA[]]></long-description>
12319
+ <tag line="3742" name="since" description="1.00"/>
12320
+ <tag line="3742" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12321
+ <tag line="3742" name="param" description="offset for chunk mapping" type="integer" variable="$offset">
12322
  <type by_reference="false">integer</type>
12323
  </tag>
12324
+ <tag line="3742" name="param" description="length for chunk mapping" type="integer" variable="$length">
12325
  <type by_reference="false">integer</type>
12326
  </tag>
12327
+ <tag line="3742" name="return" description="Message(s) reflecting the results of the operation" type="array">
12328
  <type by_reference="false">array</type>
12329
  </tag>
12330
  </docblock>
12331
+ <argument line="3755">
12332
  <name>$offset</name>
12333
  <default><![CDATA[0]]></default>
12334
  <type/>
12335
  </argument>
12336
+ <argument line="3755">
12337
  <name>$length</name>
12338
  <default><![CDATA[0]]></default>
12339
  <type/>
12340
  </argument>
12341
  </method>
12342
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3826" package="Media Library Assistant">
12343
  <name>_process_iptc_exif_taxonomy</name>
12344
  <full_name>_process_iptc_exif_taxonomy</full_name>
12345
+ <docblock line="3813">
12346
  <description><![CDATA[Process IPTC/EXIF taxonomy term settings against all image attachments
12347
  without saving the settings to the mla_option]]></description>
12348
  <long-description><![CDATA[]]></long-description>
12349
+ <tag line="3813" name="since" description="1.00"/>
12350
+ <tag line="3813" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12351
+ <tag line="3813" name="param" description="offset for chunk mapping" type="integer" variable="$offset">
12352
  <type by_reference="false">integer</type>
12353
  </tag>
12354
+ <tag line="3813" name="param" description="length for chunk mapping" type="integer" variable="$length">
12355
  <type by_reference="false">integer</type>
12356
  </tag>
12357
+ <tag line="3813" name="return" description="Message(s) reflecting the results of the operation" type="array">
12358
  <type by_reference="false">array</type>
12359
  </tag>
12360
  </docblock>
12361
+ <argument line="3826">
12362
  <name>$offset</name>
12363
  <default><![CDATA[0]]></default>
12364
  <type/>
12365
  </argument>
12366
+ <argument line="3826">
12367
  <name>$length</name>
12368
  <default><![CDATA[0]]></default>
12369
  <type/>
12370
  </argument>
12371
  </method>
12372
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3898" package="Media Library Assistant">
12373
  <name>_process_iptc_exif_custom</name>
12374
  <full_name>_process_iptc_exif_custom</full_name>
12375
+ <docblock line="3884">
12376
  <description><![CDATA[Process IPTC/EXIF custom field settings against all image attachments
12377
  without saving the settings to the mla_option]]></description>
12378
  <long-description><![CDATA[]]></long-description>
12379
+ <tag line="3884" name="since" description="1.00"/>
12380
+ <tag line="3884" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12381
+ <tag line="3884" name="param" description="| NULL specific iptc_exif_custom_mapping values" type="array" variable="$settings">
12382
  <type by_reference="false">array</type>
12383
  </tag>
12384
+ <tag line="3884" name="param" description="offset for chunk mapping" type="integer" variable="$offset">
12385
  <type by_reference="false">integer</type>
12386
  </tag>
12387
+ <tag line="3884" name="param" description="length for chunk mapping" type="integer" variable="$length">
12388
  <type by_reference="false">integer</type>
12389
  </tag>
12390
+ <tag line="3884" name="return" description="Message(s) reflecting the results of the operation" type="array">
12391
  <type by_reference="false">array</type>
12392
  </tag>
12393
  </docblock>
12394
+ <argument line="3898">
12395
  <name>$settings</name>
12396
  <default><![CDATA[NULL]]></default>
12397
  <type/>
12398
  </argument>
12399
+ <argument line="3898">
12400
  <name>$offset</name>
12401
  <default><![CDATA[0]]></default>
12402
  <type/>
12403
  </argument>
12404
+ <argument line="3898">
12405
  <name>$length</name>
12406
  <default><![CDATA[0]]></default>
12407
  <type/>
12408
  </argument>
12409
  </method>
12410
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3979" package="Media Library Assistant">
12411
  <name>_save_iptc_exif_custom_settings</name>
12412
  <full_name>_save_iptc_exif_custom_settings</full_name>
12413
+ <docblock line="3970">
12414
  <description><![CDATA[Save IPTC/EXIF custom field settings to the options table]]></description>
12415
  <long-description><![CDATA[]]></long-description>
12416
+ <tag line="3970" name="since" description="1.30"/>
12417
+ <tag line="3970" name="param" description="specific iptc_exif_custom_mapping values" type="array" variable="$new_values">
12418
  <type by_reference="false">array</type>
12419
  </tag>
12420
+ <tag line="3970" name="return" description="Message(s) reflecting the results of the operation" type="array">
12421
  <type by_reference="false">array</type>
12422
  </tag>
12423
  </docblock>
12424
+ <argument line="3979">
12425
  <name>$new_values</name>
12426
  <default><![CDATA[]]></default>
12427
  <type/>
12428
  </argument>
12429
  </method>
12430
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3995" package="Media Library Assistant">
12431
  <name>_save_iptc_exif_settings</name>
12432
  <full_name>_save_iptc_exif_settings</full_name>
12433
+ <docblock line="3986">
12434
  <description><![CDATA[Save IPTC/EXIF settings to the options table]]></description>
12435
  <long-description><![CDATA[]]></long-description>
12436
+ <tag line="3986" name="since" description="1.00"/>
12437
+ <tag line="3986" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12438
+ <tag line="3986" name="return" description="Message(s) reflecting the results of the operation" type="array">
12439
  <type by_reference="false">array</type>
12440
  </tag>
12441
  </docblock>
12442
  </method>
12443
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4033" package="Media Library Assistant">
12444
  <name>_save_general_settings</name>
12445
  <full_name>_save_general_settings</full_name>
12446
+ <docblock line="4024">
12447
  <description><![CDATA[Save General settings to the options table]]></description>
12448
  <long-description><![CDATA[]]></long-description>
12449
+ <tag line="4024" name="since" description="0.1"/>
12450
+ <tag line="4024" name="uses" description="\global\$_REQUEST" refers="\global\$_REQUEST"/>
12451
+ <tag line="4024" name="return" description="Message(s) reflecting the results of the operation" type="array">
12452
  <type by_reference="false">array</type>
12453
  </tag>
12454
  </docblock>
12455
  </method>
12456
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4123" package="Media Library Assistant">
12457
  <name>_reset_general_settings</name>
12458
  <full_name>_reset_general_settings</full_name>
12459
+ <docblock line="4116">
12460
  <description><![CDATA[Delete saved settings, restoring default values]]></description>
12461
  <long-description><![CDATA[]]></long-description>
12462
+ <tag line="4116" name="since" description="0.1"/>
12463
+ <tag line="4116" name="return" description="Message(s) reflecting the results of the operation" type="array">
12464
  <type by_reference="false">array</type>
12465
  </tag>
12466
  </docblock>
12467
  </method>
12468
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4162" package="Media Library Assistant">
12469
  <name>_compose_import_settings</name>
12470
  <full_name>_compose_import_settings</full_name>
12471
+ <docblock line="4155">
12472
  <description><![CDATA[Compose HTML markup for the import settings if any settings files exist]]></description>
12473
  <long-description><![CDATA[]]></long-description>
12474
+ <tag line="4155" name="since" description="1.50"/>
12475
+ <tag line="4155" name="return" description="HTML markup for the Import All Settings button and dropdown list, if any" type="string">
12476
  <type by_reference="false">string</type>
12477
  </tag>
12478
  </docblock>
12479
  </method>
12480
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4217" package="Media Library Assistant">
12481
  <name>_export_settings</name>
12482
  <full_name>_export_settings</full_name>
12483
+ <docblock line="4208">
12484
  <description><![CDATA[Serialize option settings and write them to a file]]></description>
12485
  <long-description><![CDATA[<p>Options with a default value, i.e., not stored in the database are NOT written to the file.</p>]]></long-description>
12486
+ <tag line="4208" name="since" description="1.50"/>
12487
+ <tag line="4208" name="return" description="Message(s) reflecting the results of the operation" type="array">
12488
  <type by_reference="false">array</type>
12489
  </tag>
12490
  </docblock>
12491
  </method>
12492
+ <method final="false" abstract="false" static="true" visibility="private" namespace="global" line="4304" package="Media Library Assistant">
12493
  <name>_import_settings</name>
12494
  <full_name>_import_settings</full_name>
12495
+ <docblock line="4297">
12496
  <description><![CDATA[Read a serialized file of option settings and write them to the database]]></description>
12497
  <long-description><![CDATA[]]></long-description>
12498
+ <tag line="4297" name="since" description="1.50"/>
12499
+ <tag line="4297" name="return" description="Message(s) reflecting the results of the operation" type="array">
12500
  <type by_reference="false">array</type>
12501
  </tag>
12502
  </docblock>
13206
  </method>
13207
  </class>
13208
  </file>
13209
+ <file path="includes\class-mla-thumbnail-generation.php" hash="4646a13cdf5acb7ff9c1b781f74b899a" package="Media Library Assistant">
13210
  <docblock line="2">
13211
  <description><![CDATA[Media Library Assistant Generate Featured Image class]]></description>
13212
  <long-description><![CDATA[<p>This file is conditionally loaded in MLA::initialize</p>]]></long-description>
13504
  </method>
13505
  </class>
13506
  </file>
13507
+ <file path="includes\class-mla-upload-list-table.php" hash="72aded9d89ecbaabb5ad3eaefcd167d0" package="Media Library Assistant">
13508
  <docblock line="2">
13509
  <description><![CDATA[Media Library Assistant extended List Table class]]></description>
13510
  <long-description><![CDATA[]]></long-description>
13649
  </tag>
13650
  </docblock>
13651
  </method>
13652
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="177" package="Media Library Assistant">
13653
  <name>mla_localize_default_columns_array</name>
13654
  <full_name>mla_localize_default_columns_array</full_name>
13655
+ <docblock line="167">
13656
  <description><![CDATA[Builds the $default_columns array with translated source texts.]]></description>
13657
  <long-description><![CDATA[<p>Called from MLA:mla_plugins_loaded_action because the $default_columns information might be
13658
  accessed from "front end" posts/pages.</p>]]></long-description>
13659
+ <tag line="167" name="since" description="1.71"/>
13660
+ <tag line="167" name="return" description="" type="void">
13661
  <type by_reference="false">void</type>
13662
  </tag>
13663
  </docblock>
13664
  </method>
13665
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="202" package="Media Library Assistant">
13666
+ <name>mla_admin_print_styles_action</name>
13667
+ <full_name>mla_admin_print_styles_action</full_name>
13668
+ <docblock line="197">
13669
+ <description><![CDATA[Print optional in-lne styles for Uploads submenu table]]></description>
13670
+ <long-description><![CDATA[]]></long-description>
13671
+ <tag line="197" name="since" description="2.14"/>
13672
+ </docblock>
13673
+ </method>
13674
+ <method final="false" abstract="false" static="true" visibility="public" namespace="global" line="240" package="Media Library Assistant">
13675
  <name>mla_admin_init_action</name>
13676
  <full_name>mla_admin_init_action</full_name>
13677
+ <docblock line="232">
13678
  <description><![CDATA[Called in the admin_init action because the list_table object isn't
13679
  created in time to affect the "screen options" setup.]]></description>
13680
  <long-description><![CDATA[]]></long-description>
13681
+ <tag line="232" name="since" description="1.40"/>
13682
+ <tag line="232" name="return" description="" type="void">
13683
  <type by_reference="false">void</type>
13684
  </tag>
13685
  </docblock>
13686
  </method>
13687
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="260" package="Media Library Assistant">
13688
  <name>__construct</name>
13689
  <full_name>__construct</full_name>
13690
+ <docblock line="252">
13691
  <description><![CDATA[Initializes some properties from $_REQUEST variables, then
13692
  calls the parent constructor to set some default configs.]]></description>
13693
  <long-description><![CDATA[]]></long-description>
13694
+ <tag line="252" name="since" description="1.40"/>
13695
+ <tag line="252" name="return" description="" type="void">
13696
  <type by_reference="false">void</type>
13697
  </tag>
13698
  </docblock>
13699
  </method>
13700
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="286" package="Media Library Assistant">
13701
+ <name>ajax_user_can</name>
13702
+ <full_name>ajax_user_can</full_name>
13703
+ <docblock line="279">
13704
+ <description><![CDATA[Checks the current user's permissions]]></description>
13705
+ <long-description><![CDATA[]]></long-description>
13706
+ <tag line="279" name="since" description="2.14"/>
13707
+ <tag line="279" name="return" description="" type="bool">
13708
+ <type by_reference="false">bool</type>
13709
+ </tag>
13710
+ </docblock>
13711
+ </method>
13712
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="298" package="Media Library Assistant">
13713
+ <name>get_default_primary_column_name</name>
13714
+ <full_name>get_default_primary_column_name</full_name>
13715
+ <docblock line="290">
13716
+ <description><![CDATA[Get the name of the default primary column.]]></description>
13717
+ <long-description><![CDATA[]]></long-description>
13718
+ <tag line="290" name="since" description="2.14"/>
13719
+ <tag line="290" name="access" description="protected"/>
13720
+ <tag line="290" name="return" description="Name of the default primary column" type="string">
13721
+ <type by_reference="false">string</type>
13722
+ </tag>
13723
+ </docblock>
13724
+ </method>
13725
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="313" package="Media Library Assistant">
13726
+ <name>handle_row_actions</name>
13727
+ <full_name>handle_row_actions</full_name>
13728
+ <docblock line="302">
13729
+ <description><![CDATA[Generate and display row actions links.]]></description>
13730
+ <long-description><![CDATA[]]></long-description>
13731
+ <tag line="302" name="since" description="2.14"/>
13732
+ <tag line="302" name="access" description="protected"/>
13733
+ <tag line="302" name="param" description="Attachment being acted upon." type="object" variable="$item">
13734
+ <type by_reference="false">object</type>
13735
+ </tag>
13736
+ <tag line="302" name="param" description="Current column name." type="string" variable="$column_name">
13737
+ <type by_reference="false">string</type>
13738
+ </tag>
13739
+ <tag line="302" name="param" description="Primary column name." type="string" variable="$primary">
13740
+ <type by_reference="false">string</type>
13741
+ </tag>
13742
+ <tag line="302" name="return" description="Row actions output for media attachments." type="string">
13743
+ <type by_reference="false">string</type>
13744
+ </tag>
13745
+ </docblock>
13746
+ <argument line="313">
13747
+ <name>$item</name>
13748
+ <default><![CDATA[]]></default>
13749
+ <type/>
13750
+ </argument>
13751
+ <argument line="313">
13752
+ <name>$column_name</name>
13753
+ <default><![CDATA[]]></default>
13754
+ <type/>
13755
+ </argument>
13756
+ <argument line="313">
13757
+ <name>$primary</name>
13758
+ <default><![CDATA[]]></default>
13759
+ <type/>
13760
+ </argument>
13761
+ </method>
13762
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="336" package="Media Library Assistant">
13763
  <name>column_default</name>
13764
  <full_name>column_default</full_name>
13765
+ <docblock line="323">
13766
  <description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
13767
  <long-description><![CDATA[<p>Called when the parent class can't find a method specifically built for a
13768
  given column. All columns should have a specific method, so this function
13769
  returns a troubleshooting message.</p>]]></long-description>
13770
+ <tag line="323" name="since" description="1.40"/>
13771
+ <tag line="323" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
13772
  <type by_reference="false">array</type>
13773
  </tag>
13774
+ <tag line="323" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
13775
  <type by_reference="false">array</type>
13776
  </tag>
13777
+ <tag line="323" name="return" description="Text or HTML to be placed inside the column" type="string">
13778
  <type by_reference="false">string</type>
13779
  </tag>
13780
  </docblock>
13781
+ <argument line="336">
13782
  <name>$item</name>
13783
  <default><![CDATA[]]></default>
13784
  <type/>
13785
  </argument>
13786
+ <argument line="336">
13787
  <name>$column_name</name>
13788
  <default><![CDATA[]]></default>
13789
  <type/>
13790
  </argument>
13791
  </method>
13792
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="351" package="Media Library Assistant">
13793
  <name>column_cb</name>
13794
  <full_name>column_cb</full_name>
13795
+ <docblock line="342">
13796
  <description><![CDATA[Displays checkboxes for using bulk actions.]]></description>
13797
  <long-description><![CDATA[<p>The 'cb' column
13798
  is given special treatment when columns are processed.</p>]]></long-description>
13799
+ <tag line="342" name="since" description="1.40"/>
13800
+ <tag line="342" name="param" description="An MLA upload_type object" type="object" variable="$item">
13801
  <type by_reference="false">object</type>
13802
  </tag>
13803
+ <tag line="342" name="return" description="HTML markup to be placed inside the column" type="string">
13804
  <type by_reference="false">string</type>
13805
  </tag>
13806
  </docblock>
13807
+ <argument line="351">
13808
  <name>$item</name>
13809
  <default><![CDATA[]]></default>
13810
  <type/>
13811
  </argument>
13812
  </method>
13813
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="365" package="Media Library Assistant">
13814
  <name>column_icon</name>
13815
  <full_name>column_icon</full_name>
13816
+ <docblock line="357">
13817
  <description><![CDATA[Supply the content for a custom column]]></description>
13818
  <long-description><![CDATA[]]></long-description>
13819
+ <tag line="357" name="since" description="0.1"/>
13820
+ <tag line="357" name="param" description="A singular attachment (post) object" type="array" variable="$item">
13821
  <type by_reference="false">array</type>
13822
  </tag>
13823
+ <tag line="357" name="return" description="HTML markup to be placed inside the column" type="string">
13824
  <type by_reference="false">string</type>
13825
  </tag>
13826
  </docblock>
13827
+ <argument line="365">
13828
  <name>$item</name>
13829
  <default><![CDATA[]]></default>
13830
  <type/>
13831
  </argument>
13832
  </method>
13833
+ <method final="false" abstract="false" static="false" visibility="private" namespace="global" line="379" package="Media Library Assistant">
13834
  <name>_build_rollover_actions</name>
13835
  <full_name>_build_rollover_actions</full_name>
13836
+ <docblock line="369">
13837
  <description><![CDATA[Add rollover actions to a table column]]></description>
13838
  <long-description><![CDATA[]]></long-description>
13839
+ <tag line="369" name="since" description="1.40"/>
13840
+ <tag line="369" name="param" description="An MLA upload_type object" type="object" variable="$item">
13841
  <type by_reference="false">object</type>
13842
  </tag>
13843
+ <tag line="369" name="param" description="Current column name" type="string" variable="$column">
13844
  <type by_reference="false">string</type>
13845
  </tag>
13846
+ <tag line="369" name="return" description="Names and URLs of row-level actions" type="array">
13847
  <type by_reference="false">array</type>
13848
  </tag>
13849
  </docblock>
13850
+ <argument line="379">
13851
  <name>$item</name>
13852
  <default><![CDATA[]]></default>
13853
  <type/>
13854
  </argument>
13855
+ <argument line="379">
13856
  <name>$column</name>
13857
  <default><![CDATA[]]></default>
13858
  <type/>
13859
  </argument>
13860
  </method>
13861
+ <method final="false" abstract="false" static="false" visibility="private" namespace="global" line="428" package="Media Library Assistant">
13862
  <name>_build_inline_data</name>
13863
  <full_name>_build_inline_data</full_name>
13864
+ <docblock line="419">
13865
  <description><![CDATA[Add hidden fields with the data for use in the inline editor]]></description>
13866
  <long-description><![CDATA[]]></long-description>
13867
+ <tag line="419" name="since" description="1.40"/>
13868
+ <tag line="419" name="param" description="An MLA upload_type object" type="object" variable="$item">
13869
  <type by_reference="false">object</type>
13870
  </tag>
13871
+ <tag line="419" name="return" description="HTML &lt;div&gt; with row data" type="string">
13872
  <type by_reference="false">string</type>
13873
  </tag>
13874
  </docblock>
13875
+ <argument line="428">
13876
  <name>$item</name>
13877
  <default><![CDATA[]]></default>
13878
  <type/>
13879
  </argument>
13880
  </method>
13881
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="455" package="Media Library Assistant">
13882
  <name>column_name</name>
13883
  <full_name>column_name</full_name>
13884
+ <docblock line="447">
13885
  <description><![CDATA[Supply the content for a custom column]]></description>
13886
  <long-description><![CDATA[]]></long-description>
13887
+ <tag line="447" name="since" description="1.40"/>
13888
+ <tag line="447" name="param" description="An MLA upload_type object" type="object" variable="$item">
13889
  <type by_reference="false">object</type>
13890
  </tag>
13891
+ <tag line="447" name="return" description="HTML markup to be placed inside the column" type="string">
13892
  <type by_reference="false">string</type>
13893
  </tag>
13894
  </docblock>
13895
+ <argument line="455">
13896
  <name>$item</name>
13897
  <default><![CDATA[]]></default>
13898
  <type/>
13899
  </argument>
13900
  </method>
13901
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="477" package="Media Library Assistant">
13902
  <name>column_mime_type</name>
13903
  <full_name>column_mime_type</full_name>
13904
+ <docblock line="469">
13905
  <description><![CDATA[Supply the content for a custom column]]></description>
13906
  <long-description><![CDATA[]]></long-description>
13907
+ <tag line="469" name="since" description="1.40"/>
13908
+ <tag line="469" name="param" description="An MLA upload_type object" type="object" variable="$item">
13909
  <type by_reference="false">object</type>
13910
  </tag>
13911
+ <tag line="469" name="return" description="HTML markup to be placed inside the column" type="string">
13912
  <type by_reference="false">string</type>
13913
  </tag>
13914
  </docblock>
13915
+ <argument line="477">
13916
  <name>$item</name>
13917
  <default><![CDATA[]]></default>
13918
  <type/>
13919
  </argument>
13920
  </method>
13921
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="489" package="Media Library Assistant">
13922
  <name>column_icon_type</name>
13923
  <full_name>column_icon_type</full_name>
13924
+ <docblock line="481">
13925
  <description><![CDATA[Supply the content for a custom column]]></description>
13926
  <long-description><![CDATA[]]></long-description>
13927
+ <tag line="481" name="since" description="1.40"/>
13928
+ <tag line="481" name="param" description="An MLA upload_type object" type="object" variable="$item">
13929
  <type by_reference="false">object</type>
13930
  </tag>
13931
+ <tag line="481" name="return" description="HTML markup to be placed inside the column" type="string">
13932
  <type by_reference="false">string</type>
13933
  </tag>
13934
  </docblock>
13935
+ <argument line="489">
13936
  <name>$item</name>
13937
  <default><![CDATA[]]></default>
13938
  <type/>
13939
  </argument>
13940
  </method>
13941
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="501" package="Media Library Assistant">
13942
  <name>column_source</name>
13943
  <full_name>column_source</full_name>
13944
+ <docblock line="493">
13945
  <description><![CDATA[Supply the content for a custom column]]></description>
13946
  <long-description><![CDATA[]]></long-description>
13947
+ <tag line="493" name="since" description="1.40"/>
13948
+ <tag line="493" name="param" description="An MLA upload_type object" type="object" variable="$item">
13949
  <type by_reference="false">object</type>
13950
  </tag>
13951
+ <tag line="493" name="return" description="HTML markup to be placed inside the column" type="string">
13952
  <type by_reference="false">string</type>
13953
  </tag>
13954
  </docblock>
13955
+ <argument line="501">
13956
  <name>$item</name>
13957
  <default><![CDATA[]]></default>
13958
  <type/>
13959
  </argument>
13960
  </method>
13961
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="513" package="Media Library Assistant">
13962
  <name>column_status</name>
13963
  <full_name>column_status</full_name>
13964
+ <docblock line="505">
13965
  <description><![CDATA[Supply the content for a custom column]]></description>
13966
  <long-description><![CDATA[]]></long-description>
13967
+ <tag line="505" name="since" description="1.40"/>
13968
+ <tag line="505" name="param" description="An MLA upload_type object" type="object" variable="$item">
13969
  <type by_reference="false">object</type>
13970
  </tag>
13971
+ <tag line="505" name="return" description="HTML markup to be placed inside the column" type="string">
13972
  <type by_reference="false">string</type>
13973
  </tag>
13974
  </docblock>
13975
+ <argument line="513">
13976
  <name>$item</name>
13977
  <default><![CDATA[]]></default>
13978
  <type/>
13979
  </argument>
13980
  </method>
13981
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="529" package="Media Library Assistant">
13982
  <name>column_core_type</name>
13983
  <full_name>column_core_type</full_name>
13984
+ <docblock line="521">
13985
  <description><![CDATA[Supply the content for a custom column]]></description>
13986
  <long-description><![CDATA[]]></long-description>
13987
+ <tag line="521" name="since" description="1.40"/>
13988
+ <tag line="521" name="param" description="An MLA upload_type object" type="object" variable="$item">
13989
  <type by_reference="false">object</type>
13990
  </tag>
13991
+ <tag line="521" name="return" description="HTML markup to be placed inside the column" type="string">
13992
  <type by_reference="false">string</type>
13993
  </tag>
13994
  </docblock>
13995
+ <argument line="529">
13996
  <name>$item</name>
13997
  <default><![CDATA[]]></default>
13998
  <type/>
13999
  </argument>
14000
  </method>
14001
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="541" package="Media Library Assistant">
14002
  <name>column_mla_type</name>
14003
  <full_name>column_mla_type</full_name>
14004
+ <docblock line="533">
14005
  <description><![CDATA[Supply the content for a custom column]]></description>
14006
  <long-description><![CDATA[]]></long-description>
14007
+ <tag line="533" name="since" description="1.40"/>
14008
+ <tag line="533" name="param" description="An MLA upload_type object" type="object" variable="$item">
14009
  <type by_reference="false">object</type>
14010
  </tag>
14011
+ <tag line="533" name="return" description="HTML markup to be placed inside the column" type="string">
14012
  <type by_reference="false">string</type>
14013
  </tag>
14014
  </docblock>
14015
+ <argument line="541">
14016
  <name>$item</name>
14017
  <default><![CDATA[]]></default>
14018
  <type/>
14019
  </argument>
14020
  </method>
14021
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="553" package="Media Library Assistant">
14022
  <name>column_standard_source</name>
14023
  <full_name>column_standard_source</full_name>
14024
+ <docblock line="545">
14025
  <description><![CDATA[Supply the content for a custom column]]></description>
14026
  <long-description><![CDATA[]]></long-description>
14027
+ <tag line="545" name="since" description="1.40"/>
14028
+ <tag line="545" name="param" description="An MLA upload_type object" type="object" variable="$item">
14029
  <type by_reference="false">object</type>
14030
  </tag>
14031
+ <tag line="545" name="return" description="HTML markup to be placed inside the column" type="string">
14032
  <type by_reference="false">string</type>
14033
  </tag>
14034
  </docblock>
14035
+ <argument line="553">
14036
  <name>$item</name>
14037
  <default><![CDATA[]]></default>
14038
  <type/>
14039
  </argument>
14040
  </method>
14041
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="565" package="Media Library Assistant">
14042
  <name>column_core_icon_type</name>
14043
  <full_name>column_core_icon_type</full_name>
14044
+ <docblock line="557">
14045
  <description><![CDATA[Supply the content for a custom column]]></description>
14046
  <long-description><![CDATA[]]></long-description>
14047
+ <tag line="557" name="since" description="1.40"/>
14048
+ <tag line="557" name="param" description="An MLA upload_type object" type="object" variable="$item">
14049
  <type by_reference="false">object</type>
14050
  </tag>
14051
+ <tag line="557" name="return" description="HTML markup to be placed inside the column" type="string">
14052
  <type by_reference="false">string</type>
14053
  </tag>
14054
  </docblock>
14055
+ <argument line="565">
14056
  <name>$item</name>
14057
  <default><![CDATA[]]></default>
14058
  <type/>
14059
  </argument>
14060
  </method>
14061
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="577" package="Media Library Assistant">
14062
  <name>column_description</name>
14063
  <full_name>column_description</full_name>
14064
+ <docblock line="569">
14065
  <description><![CDATA[Supply the content for a custom column]]></description>
14066
  <long-description><![CDATA[]]></long-description>
14067
+ <tag line="569" name="since" description="1.40"/>
14068
+ <tag line="569" name="param" description="An MLA upload_type object" type="object" variable="$item">
14069
  <type by_reference="false">object</type>
14070
  </tag>
14071
+ <tag line="569" name="return" description="HTML markup to be placed inside the column" type="string">
14072
  <type by_reference="false">string</type>
14073
  </tag>
14074
  </docblock>
14075
+ <argument line="577">
14076
  <name>$item</name>
14077
  <default><![CDATA[]]></default>
14078
  <type/>
14079
  </argument>
14080
  </method>
14081
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="588" package="Media Library Assistant">
14082
  <name>get_columns</name>
14083
  <full_name>get_columns</full_name>
14084
+ <docblock line="581">
14085
  <description><![CDATA[This method dictates the table's columns and titles]]></description>
14086
  <long-description><![CDATA[]]></long-description>
14087
+ <tag line="581" name="since" description="1.40"/>
14088
+ <tag line="581" name="return" description="Column information: 'slugs'=&gt;'Visible Titles'" type="array">
14089
  <type by_reference="false">array</type>
14090
  </tag>
14091
  </docblock>
14092
  </method>
14093
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="600" package="Media Library Assistant">
14094
  <name>get_hidden_columns</name>
14095
  <full_name>get_hidden_columns</full_name>
14096
+ <docblock line="592">
14097
  <description><![CDATA[Returns the list of currently hidden columns from a user option or
14098
  from default values if the option is not set]]></description>
14099
  <long-description><![CDATA[]]></long-description>
14100
+ <tag line="592" name="since" description="1.40"/>
14101
+ <tag line="592" name="return" description="Column information,e.g., array(0 =&gt; 'ID_parent, 1 =&gt; 'title_name')" type="array">
14102
  <type by_reference="false">array</type>
14103
  </tag>
14104
  </docblock>
14105
  </method>
14106
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="620" package="Media Library Assistant">
14107
  <name>get_sortable_columns</name>
14108
  <full_name>get_sortable_columns</full_name>
14109
+ <docblock line="610">
14110
  <description><![CDATA[Returns an array where the key is the column that needs to be sortable
14111
  and the value is db column to sort by.]]></description>
14112
  <long-description><![CDATA[<p>Also notes the current sort column,
14113
  if set.</p>]]></long-description>
14114
+ <tag line="610" name="since" description="1.40"/>
14115
+ <tag line="610" name="return" description="Sortable column information,e.g., 'slugs'=&gt;array('data_values',boolean)" type="array">
14116
  <type by_reference="false">array</type>
14117
  </tag>
14118
  </docblock>
14119
  </method>
14120
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="647" package="Media Library Assistant">
14121
  <name>_get_view</name>
14122
  <full_name>_get_view</full_name>
14123
+ <docblock line="636">
14124
  <description><![CDATA[Returns HTML markup for one view that can be used with this table]]></description>
14125
  <long-description><![CDATA[]]></long-description>
14126
+ <tag line="636" name="since" description="1.40"/>
14127
+ <tag line="636" name="param" description="View slug" type="string" variable="$view_slug">
14128
  <type by_reference="false">string</type>
14129
  </tag>
14130
+ <tag line="636" name="param" description="count and labels for the View" type="array" variable="$upload_item">
14131
  <type by_reference="false">array</type>
14132
  </tag>
14133
+ <tag line="636" name="param" description="Slug for current view" type="string" variable="$current_view">
14134
  <type by_reference="false">string</type>
14135
  </tag>
14136
+ <tag line="636" name="return" description="| false HTML for link to display the view, false if count = zero" type="string">
14137
  <type by_reference="false">string</type>
14138
  </tag>
14139
  </docblock>
14140
+ <argument line="647">
14141
  <name>$view_slug</name>
14142
  <default><![CDATA[]]></default>
14143
  <type/>
14144
  </argument>
14145
+ <argument line="647">
14146
  <name>$upload_item</name>
14147
  <default><![CDATA[]]></default>
14148
  <type/>
14149
  </argument>
14150
+ <argument line="647">
14151
  <name>$current_view</name>
14152
  <default><![CDATA[]]></default>
14153
  <type/>
14154
  </argument>
14155
  </method>
14156
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="681" package="Media Library Assistant">
14157
  <name>get_views</name>
14158
  <full_name>get_views</full_name>
14159
+ <docblock line="673">
14160
  <description><![CDATA[Returns an associative array listing all the views that can be used with this table.]]></description>
14161
  <long-description><![CDATA[<p>These are listed across the top of the page and managed by WordPress.</p>]]></long-description>
14162
+ <tag line="673" name="since" description="1.40"/>
14163
+ <tag line="673" name="return" description="View information,e.g., array ( id =&gt; link )" type="array">
14164
  <type by_reference="false">array</type>
14165
  </tag>
14166
  </docblock>
14167
  </method>
14168
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="707" package="Media Library Assistant">
14169
  <name>get_bulk_actions</name>
14170
  <full_name>get_bulk_actions</full_name>
14171
+ <docblock line="699">
14172
  <description><![CDATA[Get an associative array ( option_name => option_title ) with the list
14173
  of bulk actions available on this table.]]></description>
14174
  <long-description><![CDATA[]]></long-description>
14175
+ <tag line="699" name="since" description="1.40"/>
14176
+ <tag line="699" name="return" description="Contains all the bulk actions: 'slugs'=&gt;'Visible Titles'" type="array">
14177
  <type by_reference="false">array</type>
14178
  </tag>
14179
  </docblock>
14180
  </method>
14181
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="728" package="Media Library Assistant">
14182
  <name>prepare_items</name>
14183
  <full_name>prepare_items</full_name>
14184
+ <docblock line="716">
14185
  <description><![CDATA[Prepares the list of items for displaying]]></description>
14186
  <long-description><![CDATA[<p>This is where you prepare your data for display. This method will usually
14187
  be used to query the database, sort and filter the data, and generally
14188
  get it ready to be displayed. At a minimum, we should set $this->items and
14189
  $this->set_pagination_args().</p>]]></long-description>
14190
+ <tag line="716" name="since" description="1.40"/>
14191
+ <tag line="716" name="return" description="" type="void">
14192
  <type by_reference="false">void</type>
14193
  </tag>
14194
  </docblock>
14195
  </method>
14196
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="779" package="Media Library Assistant">
14197
  <name>single_row</name>
14198
  <full_name>single_row</full_name>
14199
+ <docblock line="770">
14200
  <description><![CDATA[Generates (echoes) content for a single row of the table]]></description>
14201
  <long-description><![CDATA[]]></long-description>
14202
+ <tag line="770" name="since" description="1.40"/>
14203
+ <tag line="770" name="param" description="the current item" type="object" variable="$item">
14204
  <type by_reference="false">object</type>
14205
  </tag>
14206
+ <tag line="770" name="return" description="Echoes the row HTML" type="void">
14207
  <type by_reference="false">void</type>
14208
  </tag>
14209
  </docblock>
14210
+ <argument line="779">
14211
  <name>$item</name>
14212
  <default><![CDATA[]]></default>
14213
  <type/>
14668
  </method>
14669
  </class>
14670
  </file>
14671
+ <file path="includes\class-mla-view-list-table.php" hash="02bce04157f62e378056f6198721ecfa" package="Media Library Assistant">
14672
  <docblock line="2">
14673
  <description><![CDATA[Media Library Assistant extended List Table class]]></description>
14674
  <long-description><![CDATA[]]></long-description>
14852
  </tag>
14853
  </docblock>
14854
  </method>
14855
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="232" package="Media Library Assistant">
14856
+ <name>ajax_user_can</name>
14857
+ <full_name>ajax_user_can</full_name>
14858
+ <docblock line="225">
14859
+ <description><![CDATA[Checks the current user's permissions]]></description>
14860
+ <long-description><![CDATA[]]></long-description>
14861
+ <tag line="225" name="since" description="2.14"/>
14862
+ <tag line="225" name="return" description="" type="bool">
14863
+ <type by_reference="false">bool</type>
14864
+ </tag>
14865
+ </docblock>
14866
+ </method>
14867
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="244" package="Media Library Assistant">
14868
+ <name>get_default_primary_column_name</name>
14869
+ <full_name>get_default_primary_column_name</full_name>
14870
+ <docblock line="236">
14871
+ <description><![CDATA[Get the name of the default primary column.]]></description>
14872
+ <long-description><![CDATA[]]></long-description>
14873
+ <tag line="236" name="since" description="2.14"/>
14874
+ <tag line="236" name="access" description="protected"/>
14875
+ <tag line="236" name="return" description="Name of the default primary column" type="string">
14876
+ <type by_reference="false">string</type>
14877
+ </tag>
14878
+ </docblock>
14879
+ </method>
14880
+ <method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="259" package="Media Library Assistant">
14881
+ <name>handle_row_actions</name>
14882
+ <full_name>handle_row_actions</full_name>
14883
+ <docblock line="248">
14884
+ <description><![CDATA[Generate and display row actions links.]]></description>
14885
+ <long-description><![CDATA[]]></long-description>
14886
+ <tag line="248" name="since" description="2.14"/>
14887
+ <tag line="248" name="access" description="protected"/>
14888
+ <tag line="248" name="param" description="Attachment being acted upon." type="object" variable="$item">
14889
+ <type by_reference="false">object</type>
14890
+ </tag>
14891
+ <tag line="248" name="param" description="Current column name." type="string" variable="$column_name">
14892
+ <type by_reference="false">string</type>
14893
+ </tag>
14894
+ <tag line="248" name="param" description="Primary column name." type="string" variable="$primary">
14895
+ <type by_reference="false">string</type>
14896
+ </tag>
14897
+ <tag line="248" name="return" description="Row actions output for media attachments." type="string">
14898
+ <type by_reference="false">string</type>
14899
+ </tag>
14900
+ </docblock>
14901
+ <argument line="259">
14902
+ <name>$item</name>
14903
+ <default><![CDATA[]]></default>
14904
+ <type/>
14905
+ </argument>
14906
+ <argument line="259">
14907
+ <name>$column_name</name>
14908
+ <default><![CDATA[]]></default>
14909
+ <type/>
14910
+ </argument>
14911
+ <argument line="259">
14912
+ <name>$primary</name>
14913
+ <default><![CDATA[]]></default>
14914
+ <type/>
14915
+ </argument>
14916
+ </method>
14917
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="282" package="Media Library Assistant">
14918
  <name>column_default</name>
14919
  <full_name>column_default</full_name>
14920
+ <docblock line="269">
14921
  <description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
14922
  <long-description><![CDATA[<p>Called when the parent class can't find a method specifically built for a
14923
  given column. All columns should have a specific method, so this function
14924
  returns a troubleshooting message.</p>]]></long-description>
14925
+ <tag line="269" name="since" description="1.40"/>
14926
+ <tag line="269" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
14927
  <type by_reference="false">array</type>
14928
  </tag>
14929
+ <tag line="269" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
14930
  <type by_reference="false">array</type>
14931
  </tag>
14932
+ <tag line="269" name="return" description="Text or HTML to be placed inside the column" type="string">
14933
  <type by_reference="false">string</type>
14934
  </tag>
14935
  </docblock>
14936
+ <argument line="282">
14937
  <name>$item</name>
14938
  <default><![CDATA[]]></default>
14939
  <type/>
14940
  </argument>
14941
+ <argument line="282">
14942
  <name>$column_name</name>
14943
  <default><![CDATA[]]></default>
14944
  <type/>
14945
  </argument>
14946
  </method>
14947
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="297" package="Media Library Assistant">
14948
  <name>column_cb</name>
14949
  <full_name>column_cb</full_name>
14950
+ <docblock line="288">
14951
  <description><![CDATA[Displays checkboxes for using bulk actions.]]></description>
14952
  <long-description><![CDATA[<p>The 'cb' column
14953
  is given special treatment when columns are processed.</p>]]></long-description>
14954
+ <tag line="288" name="since" description="1.40"/>
14955
+ <tag line="288" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14956
  <type by_reference="false">object</type>
14957
  </tag>
14958
+ <tag line="288" name="return" description="HTML markup to be placed inside the column" type="string">
14959
  <type by_reference="false">string</type>
14960
  </tag>
14961
  </docblock>
14962
+ <argument line="297">
14963
  <name>$item</name>
14964
  <default><![CDATA[]]></default>
14965
  <type/>
14966
  </argument>
14967
  </method>
14968
+ <method final="false" abstract="false" static="false" visibility="private" namespace="global" line="313" package="Media Library Assistant">
14969
  <name>_build_rollover_actions</name>
14970
  <full_name>_build_rollover_actions</full_name>
14971
+ <docblock line="303">
14972
  <description><![CDATA[Add rollover actions to a table column]]></description>
14973
  <long-description><![CDATA[]]></long-description>
14974
+ <tag line="303" name="since" description="1.40"/>
14975
+ <tag line="303" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
14976
  <type by_reference="false">object</type>
14977
  </tag>
14978
+ <tag line="303" name="param" description="Current column name" type="string" variable="$column">
14979
  <type by_reference="false">string</type>
14980
  </tag>
14981
+ <tag line="303" name="return" description="Names and URLs of row-level actions" type="array">
14982
  <type by_reference="false">array</type>
14983
  </tag>
14984
  </docblock>
14985
+ <argument line="313">
14986
  <name>$item</name>
14987
  <default><![CDATA[]]></default>
14988
  <type/>
14989
  </argument>
14990
+ <argument line="313">
14991
  <name>$column</name>
14992
  <default><![CDATA[]]></default>
14993
  <type/>
14994
  </argument>
14995
  </method>
14996
+ <method final="false" abstract="false" static="false" visibility="private" namespace="global" line="375" package="Media Library Assistant">
14997
  <name>_build_inline_data</name>
14998
  <full_name>_build_inline_data</full_name>
14999
+ <docblock line="366">
15000
  <description><![CDATA[Add hidden fields with the data for use in the inline editor]]></description>
15001
  <long-description><![CDATA[]]></long-description>
15002
+ <tag line="366" name="since" description="1.40"/>
15003
+ <tag line="366" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
15004
  <type by_reference="false">object</type>
15005
  </tag>
15006
+ <tag line="366" name="return" description="HTML &lt;div&gt; with row data" type="string">
15007
  <type by_reference="false">string</type>
15008
  </tag>
15009
  </docblock>
15010
+ <argument line="375">
15011
  <name>$item</name>
15012
  <default><![CDATA[]]></default>
15013
  <type/>
15014
  </argument>
15015
  </method>
15016
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="398" package="Media Library Assistant">
15017
  <name>column_name</name>
15018
  <full_name>column_name</full_name>
15019
+ <docblock line="390">
15020
  <description><![CDATA[Supply the content for a custom column]]></description>
15021
  <long-description><![CDATA[]]></long-description>
15022
+ <tag line="390" name="since" description="1.40"/>
15023
+ <tag line="390" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
15024
  <type by_reference="false">object</type>
15025
  </tag>
15026
+ <tag line="390" name="return" description="HTML markup to be placed inside the column" type="string">
15027
  <type by_reference="false">string</type>
15028
  </tag>
15029
  </docblock>
15030
+ <argument line="398">
15031
  <name>$item</name>
15032
  <default><![CDATA[]]></default>
15033
  <type/>
15034
  </argument>
15035
  </method>
15036
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="416" package="Media Library Assistant">
15037
  <name>column_specification</name>
15038
  <full_name>column_specification</full_name>
15039
+ <docblock line="408">
15040
  <description><![CDATA[Supply the content for a custom column]]></description>
15041
  <long-description><![CDATA[]]></long-description>
15042
+ <tag line="408" name="since" description="1.40"/>
15043
+ <tag line="408" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
15044
  <type by_reference="false">object</type>
15045
  </tag>
15046
+ <tag line="408" name="return" description="HTML markup to be placed inside the column" type="string">
15047
  <type by_reference="false">string</type>
15048
  </tag>
15049
  </docblock>
15050
+ <argument line="416">
15051
  <name>$item</name>
15052
  <default><![CDATA[]]></default>
15053
  <type/>
15054
  </argument>
15055
  </method>
15056
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="428" package="Media Library Assistant">
15057
  <name>column_post_mime_type</name>
15058
  <full_name>column_post_mime_type</full_name>
15059
+ <docblock line="420">
15060
  <description><![CDATA[Supply the content for a custom column]]></description>
15061
  <long-description><![CDATA[]]></long-description>
15062
+ <tag line="420" name="since" description="1.40"/>
15063
+ <tag line="420" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
15064
  <type by_reference="false">object</type>
15065
  </tag>
15066
+ <tag line="420" name="return" description="HTML markup to be placed inside the column" type="string">
15067
  <type by_reference="false">string</type>
15068
  </tag>
15069
  </docblock>
15070
+ <argument line="428">
15071
  <name>$item</name>
15072
  <default><![CDATA[]]></default>
15073
  <type/>
15074
  </argument>
15075
  </method>
15076
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="444" package="Media Library Assistant">
15077
  <name>column_table_view</name>
15078
  <full_name>column_table_view</full_name>
15079
+ <docblock line="436">
15080
  <description><![CDATA[Supply the content for a custom column]]></description>
15081
  <long-description><![CDATA[]]></long-description>
15082
+ <tag line="436" name="since" description="1.40"/>
15083
+ <tag line="436" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
15084
  <type by_reference="false">object</type>
15085
  </tag>
15086
+ <tag line="436" name="return" description="HTML markup to be placed inside the column" type="string">
15087
  <type by_reference="false">string</type>
15088
  </tag>
15089
  </docblock>
15090
+ <argument line="444">
15091
  <name>$item</name>
15092
  <default><![CDATA[]]></default>
15093
  <type/>
15094
  </argument>
15095
  </method>
15096
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="460" package="Media Library Assistant">
15097
  <name>column_singular</name>
15098
  <full_name>column_singular</full_name>
15099
+ <docblock line="452">
15100
  <description><![CDATA[Supply the content for a custom column]]></description>
15101
  <long-description><![CDATA[]]></long-description>
15102
+ <tag line="452" name="since" description="1.40"/>
15103
+ <tag line="452" name="param" description="An MLA post_mime_type object" type="object" variable="$item">
15104
  <type by_reference="false">object</type>
15105
  </tag>
15106
+ <tag line="452" name="return" description="HTML markup to be placed inside the column" type="string">
15107
  <type by_reference="false">string</type>
15108
  </tag>
15109
  </docblock>
15110
+ <argument line="460">
15111
  <name>$item</name>
15112
  <default><![CDATA[]]></default>
15113
  <type/>
15114
  </argument>
15115
  </method>
15116
+ <method final="false" abstract="false" static="false" visibility="public" namespace="global" line="472" package="Media Library Assistant">
15117
  <name>column_plural</name>
15118
  <full_name>column_plural</full_name>
15119
+ <docblock line="464">
15120
  <description><![CDATA[Supply the content for a custom column]]></description>
15121
  <long-description><![CDATA[]]></long-description>
15122
+ <tag line="464" name="since" description="1.40"/>
15123
+ <tag li