Version Description
- Fix: Corrected the MLA error that suppressed Admin Columns functions for Posts, Pages, Custom Post Types, Users and Comments.
Download this release
Release Info
Developer | dglingren |
Plugin | Media Library Assistant |
Version | 2.24 |
Comparing to | |
See all releases |
Code changes from version 2.22 to 2.24
- css/mla-style-rtl.css +7 -4
- css/mla-style.css +7 -4
- examples/mla-audio-shortcode-example.php.txt +12 -0
- examples/mla-cloud-hooks-example.php.txt +1 -1
- examples/mla-file-name-mapping-hooks-example.php.txt +154 -0
- examples/mla-list-table-hooks-example.php.txt +5 -5
- examples/mla-mapping-hooks-example.php.txt +1 -1
- examples/mla-random-galleries-example.php.txt +157 -0
- includes/class-mla-admin-columns-support.php +31 -2
- includes/class-mla-ajax.php +1 -2
- includes/class-mla-core.php +145 -6
- includes/class-mla-data.php +33 -16
- includes/class-mla-image-processor.php +10 -7
- includes/class-mla-list-table.php +10 -0
- includes/class-mla-main.php +8 -60
- includes/class-mla-mime-types.php +36 -8
- includes/class-mla-options.php +13 -0
- includes/class-mla-settings.php +48 -19
- includes/class-mla-shortcode-support.php +117 -54
- includes/mla-plugin-loader.php +7 -7
- includes/mla-stream-image.php +1 -1
- index.php +3 -2
- languages/media-library-assistant-en_US - References.pot +1136 -1124
- languages/media-library-assistant-en_US.po +29 -21
- languages/media-library-assistant-en_US.pot +28 -20
- phpDocs/classes/CPAC_Storage_Model_MLA.html +36 -4
- phpDocs/classes/MLA.html +1 -16
- phpDocs/classes/MLACore.html +36 -1
- phpDocs/classes/MLAData.html +1 -1
- phpDocs/classes/MLAData_source.html +1 -1
- phpDocs/classes/MLAEdit.html +1 -1
- phpDocs/classes/MLAImageProcessor.html +1 -1
- phpDocs/classes/MLAMime.html +1 -1
- phpDocs/classes/MLAModal.html +1 -1
- phpDocs/classes/MLAModal_Ajax.html +1 -1
- phpDocs/classes/MLAMutex.html +1 -1
- phpDocs/classes/MLAObjects.html +1 -1
- phpDocs/classes/MLAOptions.html +1 -1
- phpDocs/classes/MLAPDF.html +1 -1
- phpDocs/classes/MLAQuery.html +1 -1
- phpDocs/classes/MLAReferences.html +1 -1
- phpDocs/classes/MLASettings.html +1 -1
- phpDocs/classes/MLAShortcode_Support.html +1 -1
- phpDocs/classes/MLAShortcodes.html +1 -1
- phpDocs/classes/MLATest.html +1 -1
- phpDocs/classes/MLATextWidget.html +1 -1
- phpDocs/classes/MLA_Ajax.html +1 -1
- phpDocs/classes/MLA_Checklist_Walker.html +1 -1
- phpDocs/classes/MLA_List_Table.html +1 -1
- phpDocs/classes/MLA_Polylang.html +1 -1
- phpDocs/classes/MLA_Thumbnail.html +1 -1
- phpDocs/classes/MLA_Upload_List_Table.html +1 -1
- phpDocs/classes/MLA_Upload_Optional_List_Table.html +1 -1
- phpDocs/classes/MLA_View_List_Table.html +1 -1
- phpDocs/classes/MLA_WPML.html +1 -1
- phpDocs/classes/MLA_WPML_List_Table.html +1 -1
- phpDocs/classes/MLA_WPML_Table.html +1 -1
- phpDocs/classes/MNA_Pad_Counts_Walker.html +1 -1
- phpDocs/deprecated.html +1 -1
- phpDocs/errors.html +1 -1
- phpDocs/graph_class.html +1 -1
- phpDocs/index.html +1 -1
- phpDocs/markers.html +1 -1
- phpDocs/namespaces/global.html +1 -1
- phpDocs/packages/Media Library Assistant.MLA.Child.Theme.html +1 -1
- phpDocs/packages/Media Library Assistant.MLA.Child.html +1 -1
- phpDocs/packages/Media Library Assistant.MLA.html +1 -1
- phpDocs/packages/Media Library Assistant.html +1 -1
- phpDocs/structure.xml +0 -13035
css/mla-style-rtl.css
CHANGED
@@ -30,11 +30,14 @@ div.mla_errors {
|
|
30 |
}
|
31 |
|
32 |
/*
|
33 |
-
* MLA List Table Terms Search and Clear Filter-by buttons
|
34 |
*/
|
35 |
-
#
|
36 |
-
#
|
37 |
-
|
|
|
|
|
|
|
38 |
}
|
39 |
|
40 |
/*
|
30 |
}
|
31 |
|
32 |
/*
|
33 |
+
* MLA List Table Filter, Terms Search, Empty Trash and Clear Filter-by buttons
|
34 |
*/
|
35 |
+
.actions #post-query-submit,
|
36 |
+
.actions #mla-terms-search-open,
|
37 |
+
.actions #delete_all,
|
38 |
+
.actions #clear_filter_by {
|
39 |
+
float: right;
|
40 |
+
margin: 1px 0 0 4px;
|
41 |
}
|
42 |
|
43 |
/*
|
css/mla-style.css
CHANGED
@@ -30,11 +30,14 @@ div.mla_errors {
|
|
30 |
}
|
31 |
|
32 |
/*
|
33 |
-
* MLA List Table Terms Search and Clear Filter-by buttons
|
34 |
*/
|
35 |
-
#
|
36 |
-
#
|
37 |
-
|
|
|
|
|
|
|
38 |
}
|
39 |
|
40 |
/*
|
30 |
}
|
31 |
|
32 |
/*
|
33 |
+
* MLA List Table Filter, Terms Search, Empty Trash and Clear Filter-by buttons
|
34 |
*/
|
35 |
+
.actions #post-query-submit,
|
36 |
+
.actions #mla-terms-search-open,
|
37 |
+
.actions #delete_all,
|
38 |
+
.actions #clear_filter_by {
|
39 |
+
float: left;
|
40 |
+
margin: 1px 4px 0 0;
|
41 |
}
|
42 |
|
43 |
/*
|
examples/mla-audio-shortcode-example.php.txt
CHANGED
@@ -132,6 +132,18 @@ class MLAAudioShortcodeExample {
|
|
132 |
$item_values['link'] = wp_audio_shortcode( $audio_args );
|
133 |
}
|
134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
return $item_values;
|
136 |
} // mla_gallery_item_values_filter
|
137 |
} // Class MLAAudioShortcodeExample
|
132 |
$item_values['link'] = wp_audio_shortcode( $audio_args );
|
133 |
}
|
134 |
|
135 |
+
/*
|
136 |
+
* Replace the Spotify Playlist URL with the WordPress [embed] output
|
137 |
+
* Solution for support topic:
|
138 |
+
* https://wordpress.org/support/topic/using-wordpress-embeds-with-mla-gallery
|
139 |
+
* Remove "false && " to activate this feature
|
140 |
+
*/
|
141 |
+
if ( false && isset( $item_values['custom:spotify_playlist'] ) ) {
|
142 |
+
//$item_values['custom:spotify_playlist'] = do_shortcode( '[embed]' . $item_values['custom:spotify_playlist'] . '[/embed]' );
|
143 |
+
$item_values['custom:spotify_playlist'] = apply_filters('the_content', "[embed]" . $item_values['custom:spotify_playlist'] . "[/embed]");
|
144 |
+
$item_values['caption'] = $item_values['custom:spotify_playlist'];
|
145 |
+
}
|
146 |
+
|
147 |
return $item_values;
|
148 |
} // mla_gallery_item_values_filter
|
149 |
} // Class MLAAudioShortcodeExample
|
examples/mla-cloud-hooks-example.php.txt
CHANGED
@@ -271,7 +271,7 @@ class MLATagCloudHooksExample {
|
|
271 |
* @return array updated tag objects
|
272 |
*/
|
273 |
public static function mla_get_terms_query_results_filter( $tag_objects ) {
|
274 |
-
error_log( 'MLATagCloudHooksExample::mla_get_terms_query_results_filter $tag_objects = ' . var_export( $tag_objects, true ), 0 );
|
275 |
|
276 |
return $tag_objects;
|
277 |
} // mla_get_terms_query_results_filter
|
271 |
* @return array updated tag objects
|
272 |
*/
|
273 |
public static function mla_get_terms_query_results_filter( $tag_objects ) {
|
274 |
+
//error_log( 'MLATagCloudHooksExample::mla_get_terms_query_results_filter $tag_objects = ' . var_export( $tag_objects, true ), 0 );
|
275 |
|
276 |
return $tag_objects;
|
277 |
} // mla_get_terms_query_results_filter
|
examples/mla-file-name-mapping-hooks-example.php.txt
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Replaces the Title by a cleaned up version of the file name.
|
4 |
+
*
|
5 |
+
* @package MLA File Name Mapping Hooks Example
|
6 |
+
* @version 1.00
|
7 |
+
*/
|
8 |
+
|
9 |
+
/*
|
10 |
+
Plugin Name: MLA File Name Mapping Hooks Example
|
11 |
+
Plugin URI: http://fairtradejudaica.org/media-library-assistant-a-wordpress-plugin/
|
12 |
+
Description: Replace Title, Caption and ALT Text with re-formatted file name
|
13 |
+
Author: David Lingren
|
14 |
+
Version: 1.02
|
15 |
+
Author URI: http://fairtradejudaica.org/our-story/staff/
|
16 |
+
|
17 |
+
Copyright 2014 - 2016 David Lingren
|
18 |
+
|
19 |
+
This program is free software; you can redistribute it and/or modify
|
20 |
+
it under the terms of the GNU General Public License as published by
|
21 |
+
the Free Software Foundation; either version 2 of the License, or
|
22 |
+
(at your option) any later version.
|
23 |
+
|
24 |
+
This program is distributed in the hope that it will be useful,
|
25 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
26 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
27 |
+
GNU General Public License for more details.
|
28 |
+
|
29 |
+
You can get a copy of the GNU General Public License by writing to the
|
30 |
+
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
|
31 |
+
*/
|
32 |
+
|
33 |
+
/**
|
34 |
+
* Class MLA File Name Mapping Hooks Example hooks one of the filters provided by the IPTC/EXIF and Custom Field mapping features
|
35 |
+
*
|
36 |
+
* Call it anything you want, but give it an unlikely and hopefully unique name. Hiding enerything
|
37 |
+
* else inside a class means this is the only name you have to worry about.
|
38 |
+
*
|
39 |
+
* @package MLA File Name Mapping Hooks Example
|
40 |
+
* @since 1.00
|
41 |
+
*/
|
42 |
+
class MLAFileNameMappingHooksExample {
|
43 |
+
/**
|
44 |
+
* Initialization function, similar to __construct()
|
45 |
+
*
|
46 |
+
* Installs filters and actions that handle the MLA hooks for uploading and mapping.
|
47 |
+
*
|
48 |
+
* @since 1.00
|
49 |
+
*
|
50 |
+
* @return void
|
51 |
+
*/
|
52 |
+
public static function initialize() {
|
53 |
+
/*
|
54 |
+
* The filters are only useful in the admin section; exit if in the "front-end" posts/pages.
|
55 |
+
*/
|
56 |
+
if ( ! is_admin() )
|
57 |
+
return;
|
58 |
+
|
59 |
+
/*
|
60 |
+
* add_filter parameters:
|
61 |
+
* $tag - name of the hook you're filtering; defined by [mla_gallery]
|
62 |
+
* $function_to_add - function to be called when [mla_gallery] applies the filter
|
63 |
+
* $priority - default 10; lower runs earlier, higher runs later
|
64 |
+
* $accepted_args - number of arguments your function accepts
|
65 |
+
* Comment out the filters you don't need; save them for future use
|
66 |
+
*/
|
67 |
+
add_filter( 'mla_mapping_updates', 'MLAFileNameMappingHooksExample::mla_mapping_updates_filter', 10, 5 );
|
68 |
+
}
|
69 |
+
|
70 |
+
/**
|
71 |
+
* MLA Mapping Updates Filter
|
72 |
+
*
|
73 |
+
* This filter is called AFTER all mapping rules are applied.
|
74 |
+
* You can add, change or remove updates for the attachment's
|
75 |
+
* standard fields, taxonomies and/or custom fields.
|
76 |
+
*
|
77 |
+
* @since 1.00
|
78 |
+
*
|
79 |
+
* @param array updates for the attachment's standard fields, taxonomies and/or custom fields
|
80 |
+
* @param integer post ID to be evaluated
|
81 |
+
* @param string category/scope to evaluate against: custom_field_mapping or single_attachment_mapping
|
82 |
+
* @param array mapping rules
|
83 |
+
* @param array attachment_metadata, default NULL
|
84 |
+
*
|
85 |
+
* @return array updated attachment's updates
|
86 |
+
*/
|
87 |
+
public static function mla_mapping_updates_filter( $updates, $post_id, $category, $settings, $attachment_metadata ) {
|
88 |
+
/*
|
89 |
+
* Derive the new Title from the file name (without the extension).
|
90 |
+
* Clean up the file name for use in the Title, Caption and ALT Text fields.
|
91 |
+
*/
|
92 |
+
$my_setting = array(
|
93 |
+
'data_source' => 'template',
|
94 |
+
'meta_name' => '([+name_only+])',
|
95 |
+
'option' => 'raw'
|
96 |
+
);
|
97 |
+
$name_only = trim( MLAOptions::mla_get_data_source( $post_id, 'single_attachment_mapping', $my_setting, NULL ) );
|
98 |
+
$new_value = str_replace( array( '-', '_', '.' ), ' ', $name_only );
|
99 |
+
|
100 |
+
/*
|
101 |
+
* If $updates[ 'post_title' ], etc. is set, some mapping rule has been set up, so we respect the result.
|
102 |
+
* If not, use whatever the current value is.
|
103 |
+
*/
|
104 |
+
if ( isset( $updates[ 'post_title' ] ) ) {
|
105 |
+
$old_title = $updates[ 'post_title' ];
|
106 |
+
} else {
|
107 |
+
$post = get_post( $post_id );
|
108 |
+
$old_title = $post->post_title;
|
109 |
+
}
|
110 |
+
|
111 |
+
/*
|
112 |
+
* If the cleanup has changed the value,
|
113 |
+
* put the new value in the $updates array.
|
114 |
+
*/
|
115 |
+
if ( $old_title != $new_value ) {
|
116 |
+
$updates[ 'post_title' ] = $new_value;
|
117 |
+
}
|
118 |
+
|
119 |
+
if ( isset( $updates[ 'post_excerpt' ] ) ) {
|
120 |
+
$old_caption = $updates[ 'post_excerpt' ];
|
121 |
+
} else {
|
122 |
+
$post = get_post( $post_id );
|
123 |
+
$old_caption = $post->post_excerpt;
|
124 |
+
}
|
125 |
+
|
126 |
+
if ( $old_caption != $new_value ) {
|
127 |
+
$updates[ 'post_excerpt' ] = $new_value;
|
128 |
+
}
|
129 |
+
|
130 |
+
// Only replace ALT Text if Image Metadata is present
|
131 |
+
$old_metadata = get_metadata( 'post', $post_id, '_wp_attachment_metadata', true );
|
132 |
+
if ( ! empty( $old_metadata ) ) {
|
133 |
+
// Find the current ALT Text value
|
134 |
+
if ( isset( $updates[ 'image_alt' ] ) ) {
|
135 |
+
$old_alt = $updates[ 'image_alt' ];
|
136 |
+
} else {
|
137 |
+
$old_alt = get_metadata( 'post', $post_id, '_wp_attachment_image_alt', true );
|
138 |
+
}
|
139 |
+
|
140 |
+
// Replace the ALT Text value with the clean file name
|
141 |
+
if ( $old_alt != $new_value ) {
|
142 |
+
$updates[ 'image_alt' ] = $new_value;
|
143 |
+
}
|
144 |
+
}
|
145 |
+
|
146 |
+
return $updates;
|
147 |
+
} // mla_mapping_updates_filter
|
148 |
+
} //MLAFileNameMappingHooksExample
|
149 |
+
|
150 |
+
/*
|
151 |
+
* Install the filters at an early opportunity
|
152 |
+
*/
|
153 |
+
add_action('init', 'MLAFileNameMappingHooksExample::initialize');
|
154 |
+
?>
|
examples/mla-list-table-hooks-example.php.txt
CHANGED
@@ -829,9 +829,9 @@ class MLAListTableHooksExample {
|
|
829 |
* @param string $which 'top' or 'bottom'.
|
830 |
*/
|
831 |
public static function mla_list_table_extranav_actions( $actions, $which ) {
|
832 |
-
error_log( "MLAListTableHooksExample::mla_list_table_extranav_actions( {$which} ) $actions = " . var_export( $actions, true ), 0 );
|
833 |
return $actions;
|
834 |
-
} //
|
835 |
|
836 |
/**
|
837 |
* Supply a custom MLA_List_Table "extra tablenav" action
|
@@ -844,10 +844,10 @@ class MLAListTableHooksExample {
|
|
844 |
* @param array $action extranav action label.
|
845 |
* @param string $which 'top' or 'bottom'.
|
846 |
*/
|
847 |
-
public static function
|
848 |
-
error_log( "MLAListTableHooksExample::
|
849 |
return $actions;
|
850 |
-
} //
|
851 |
|
852 |
/**
|
853 |
* Supply a column value if no column-specific function has been defined
|
829 |
* @param string $which 'top' or 'bottom'.
|
830 |
*/
|
831 |
public static function mla_list_table_extranav_actions( $actions, $which ) {
|
832 |
+
//error_log( "MLAListTableHooksExample::mla_list_table_extranav_actions( {$which} ) $actions = " . var_export( $actions, true ), 0 );
|
833 |
return $actions;
|
834 |
+
} // mla_list_table_extranav_actions
|
835 |
|
836 |
/**
|
837 |
* Supply a custom MLA_List_Table "extra tablenav" action
|
844 |
* @param array $action extranav action label.
|
845 |
* @param string $which 'top' or 'bottom'.
|
846 |
*/
|
847 |
+
public static function mla_list_table_extranav_custom_action( $actions, $which ) {
|
848 |
+
//error_log( "MLAListTableHooksExample::mla_list_table_extranav_custom_action( {$which} ) $actions = " . var_export( $actions, true ), 0 );
|
849 |
return $actions;
|
850 |
+
} // mla_list_table_extranav_custom_action
|
851 |
|
852 |
/**
|
853 |
* Supply a column value if no column-specific function has been defined
|
examples/mla-mapping-hooks-example.php.txt
CHANGED
@@ -221,7 +221,7 @@ class MLAMappingHooksExample {
|
|
221 |
//error_log( 'MLAMappingHooksExample::mla_update_attachment_metadata_options_filter $post_id = ' . var_export( $post_id, true ), 0 );
|
222 |
|
223 |
return $options;
|
224 |
-
} //
|
225 |
|
226 |
/**
|
227 |
* MLA Update Attachment Metadata Prefilter
|
221 |
//error_log( 'MLAMappingHooksExample::mla_update_attachment_metadata_options_filter $post_id = ' . var_export( $post_id, true ), 0 );
|
222 |
|
223 |
return $options;
|
224 |
+
} // mla_update_attachment_metadata_options_filter
|
225 |
|
226 |
/**
|
227 |
* MLA Update Attachment Metadata Prefilter
|
examples/mla-random-galleries-example.php.txt
ADDED
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
Plugin Name: MLA Random Galleries Example
|
4 |
+
Plugin URI: http://fairtradejudaica.org/media-library-assistant-a-wordpress-plugin/
|
5 |
+
Description: High performance queries for random items from a list of Att. Categories
|
6 |
+
Author: David Lingren
|
7 |
+
Version: 1.00
|
8 |
+
Author URI: http://fairtradejudaica.org/our-story/staff/
|
9 |
+
|
10 |
+
Copyright 2016 David Lingren
|
11 |
+
|
12 |
+
This program is free software; you can redistribute it and/or modify
|
13 |
+
it under the terms of the GNU General Public License as published by
|
14 |
+
the Free Software Foundation; either version 2 of the License, or
|
15 |
+
(at your option) any later version.
|
16 |
+
|
17 |
+
This program is distributed in the hope that it will be useful,
|
18 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
20 |
+
GNU General Public License for more details.
|
21 |
+
|
22 |
+
You can get a copy of the GNU General Public License by writing to the
|
23 |
+
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
|
24 |
+
*/
|
25 |
+
|
26 |
+
/**
|
27 |
+
* Class MLA Random Galleries Example supplies random items from a collection of Att. Category terms
|
28 |
+
*
|
29 |
+
* NOTE: You must enter the name or slug values for your application's terms in the $gallery_terms array below.
|
30 |
+
*
|
31 |
+
* @package MLA Random Galleries Example
|
32 |
+
* @since 1.00
|
33 |
+
*/
|
34 |
+
class MLARandomGalleriesExample {
|
35 |
+
/**
|
36 |
+
* Initialization function, similar to __construct()
|
37 |
+
*
|
38 |
+
* @since 1.00
|
39 |
+
*/
|
40 |
+
public static function initialize() {
|
41 |
+
// The filters are only useful for front-end posts/pages; exit if in the admin section
|
42 |
+
if ( is_admin() )
|
43 |
+
return;
|
44 |
+
|
45 |
+
add_filter( 'mla_gallery_attributes', 'MLARandomGalleriesExample::mla_gallery_attributes_filter', 10, 1 );
|
46 |
+
}
|
47 |
+
|
48 |
+
/**
|
49 |
+
* Save the random galleries
|
50 |
+
*
|
51 |
+
* @since 1.00
|
52 |
+
*
|
53 |
+
* @var array
|
54 |
+
*/
|
55 |
+
private static $random_galleries = NULL;
|
56 |
+
|
57 |
+
/**
|
58 |
+
* List of term names/slugs for the galleries
|
59 |
+
*
|
60 |
+
* Replace the three example terms with the appropriate values
|
61 |
+
* for your application/site
|
62 |
+
*
|
63 |
+
* @since 1.00
|
64 |
+
*
|
65 |
+
* @var array
|
66 |
+
*/
|
67 |
+
private static $gallery_terms = array(
|
68 |
+
'Colorado River', 'admin', 'abc',
|
69 |
+
);
|
70 |
+
|
71 |
+
/**
|
72 |
+
* MLA Gallery (Display) Attributes
|
73 |
+
*
|
74 |
+
* The $shortcode_attributes array is where you will find any of your own parameters that are coded in the
|
75 |
+
* shortcode, e.g., [mla_gallery random_category="abc"].
|
76 |
+
*
|
77 |
+
* @since 1.00
|
78 |
+
*
|
79 |
+
* @param array the shortcode parameters passed in to the shortcode
|
80 |
+
*/
|
81 |
+
public static function mla_gallery_attributes_filter( $shortcode_attributes ) {
|
82 |
+
global $wpdb;
|
83 |
+
|
84 |
+
// ignore shortcodes without the random_category parameter
|
85 |
+
if ( empty( $shortcode_attributes['random_category'] ) ) {
|
86 |
+
return $shortcode_attributes;
|
87 |
+
}
|
88 |
+
|
89 |
+
// Once each page load, compute the random galleries
|
90 |
+
if ( is_null( self::$random_galleries ) ) {
|
91 |
+
self::$random_galleries = array();
|
92 |
+
|
93 |
+
// Get slug values
|
94 |
+
$slugs = array();
|
95 |
+
foreach ( self::$gallery_terms as $term ) {
|
96 |
+
$slugs[] = "'" . esc_sql( sanitize_term_field( 'slug', $term, 0, 'attachment_category', 'db' ) ) . "'";
|
97 |
+
}
|
98 |
+
$slugs = implode( ',', $slugs );
|
99 |
+
|
100 |
+
// Build an array of ( slug => term_taxonomy_id )
|
101 |
+
$terms_query = sprintf( 'SELECT term_id, slug FROM %1$s WHERE ( slug IN ( %2$s ) ) ORDER BY term_id', $wpdb->terms, $slugs );
|
102 |
+
$_terms_taxonomy_query = sprintf( 'SELECT term_taxonomy_id, term_id FROM %1$s WHERE ( taxonomy=\'attachment_category\' ) ORDER BY term_id', $wpdb->term_taxonomy );
|
103 |
+
|
104 |
+
$query = sprintf( 'SELECT tt.term_taxonomy_id, t.term_id, t.slug FROM ( %1$s ) as tt JOIN ( %2$s ) as t ON ( tt.term_id = t.term_id ) ORDER BY term_taxonomy_id', $_terms_taxonomy_query, $terms_query, $slugs );
|
105 |
+
$results = $wpdb->get_results( $query );
|
106 |
+
|
107 |
+
self::$gallery_terms = array();
|
108 |
+
foreach ( $results as $result ) {
|
109 |
+
self::$gallery_terms[ absint( $result->term_taxonomy_id ) ] = $result->slug;
|
110 |
+
}
|
111 |
+
unset( $results );
|
112 |
+
self::$gallery_terms = array_flip( self::$gallery_terms );
|
113 |
+
|
114 |
+
// Build an array of ( term_taxonomy_id => array( IDs of items assigned to the term )
|
115 |
+
$term_taxonomy_ids = implode( ',', array_values( self::$gallery_terms ) );
|
116 |
+
$query = sprintf( 'SELECT object_id, term_taxonomy_id FROM %1$s WHERE ( term_taxonomy_id IN ( %2$s ) ) ORDER BY RAND()', $wpdb->term_relationships, $term_taxonomy_ids );
|
117 |
+
$results = $wpdb->get_results( $query );
|
118 |
+
|
119 |
+
foreach ( $results as $result ) {
|
120 |
+
self::$random_galleries[ absint( $result->term_taxonomy_id ) ][] = absint( $result->object_id );
|
121 |
+
}
|
122 |
+
unset( $results );
|
123 |
+
}
|
124 |
+
|
125 |
+
// Convert the parameter value to a sanitized slug value
|
126 |
+
$random_slug = esc_sql( sanitize_term_field( 'slug', $shortcode_attributes['random_category'], 0, 'attachment_category', 'db' ) );
|
127 |
+
|
128 |
+
// Make sure the parameter matches a value in the galleries
|
129 |
+
if ( ! $random_key = ( isset( self::$gallery_terms[ $random_slug ] ) ? self::$gallery_terms[ $random_slug ] : 0 ) ) {
|
130 |
+
$shortcode_attributes['numberposts'] = 0;
|
131 |
+
return $shortcode_attributes;
|
132 |
+
}
|
133 |
+
|
134 |
+
// Limit the result set if numberposts is present
|
135 |
+
if ( $numberposts = ( isset( $shortcode_attributes['numberposts'] ) ? absint( $shortcode_attributes['numberposts'] ) : 0 ) ) {
|
136 |
+
if ( $numberposts < count( self::$random_galleries[ $random_key ] ) ) {
|
137 |
+
$ids = array_slice( self::$random_galleries[ $random_key ], 0, $numberposts, true );
|
138 |
+
} else {
|
139 |
+
$ids = self::$random_galleries[ $random_key ];
|
140 |
+
}
|
141 |
+
} else {
|
142 |
+
$ids = self::$random_galleries[ $random_key ];
|
143 |
+
}
|
144 |
+
|
145 |
+
$shortcode_attributes['ids'] = implode( ',', $ids );
|
146 |
+
unset( $shortcode_attributes['random_category'] );
|
147 |
+
unset( $shortcode_attributes['numberposts'] );
|
148 |
+
|
149 |
+
return $shortcode_attributes;
|
150 |
+
} // mla_gallery_attributes_filter
|
151 |
+
} // Class MLARandomGalleriesExample
|
152 |
+
|
153 |
+
/*
|
154 |
+
* Install the filters at an early opportunity
|
155 |
+
*/
|
156 |
+
add_action('init', 'MLARandomGalleriesExample::initialize');
|
157 |
+
?>
|
includes/class-mla-admin-columns-support.php
CHANGED
@@ -37,6 +37,17 @@ class CPAC_Storage_Model_MLA extends CPAC_Storage_Model {
|
|
37 |
parent::__construct();
|
38 |
}
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
/**
|
41 |
* Returns the Media/Assistant submenu table column definitions
|
42 |
*
|
@@ -70,7 +81,7 @@ class CPAC_Storage_Model_MLA extends CPAC_Storage_Model {
|
|
70 |
}
|
71 |
|
72 |
/**
|
73 |
-
* Returns the custom fields
|
74 |
* in the Media/Assistant submenu table
|
75 |
*
|
76 |
* @since 2.22
|
@@ -135,6 +146,25 @@ class CPAC_Storage_Model_MLA extends CPAC_Storage_Model {
|
|
135 |
return $value;
|
136 |
}
|
137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
/**
|
139 |
* Test for current screen = the Media/Assistant submenu screen
|
140 |
*
|
@@ -144,7 +174,6 @@ class CPAC_Storage_Model_MLA extends CPAC_Storage_Model {
|
|
144 |
*/
|
145 |
public function is_columns_screen() {
|
146 |
$is_columns_screen = parent::is_columns_screen();
|
147 |
-
|
148 |
if ( ! $is_columns_screen ) {
|
149 |
if ( ! empty( $_REQUEST['page'] ) && 'mla-menu' == $_REQUEST['page'] ) {
|
150 |
$is_columns_screen = true;
|
37 |
parent::__construct();
|
38 |
}
|
39 |
|
40 |
+
/**
|
41 |
+
* Added in Admin Columns update to v2.4.9
|
42 |
+
*
|
43 |
+
* @since 2.23
|
44 |
+
*/
|
45 |
+
public function init_manage_columns() {
|
46 |
+
|
47 |
+
//add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
|
48 |
+
//add_action( 'manage_comments_custom_column', array( $this, 'manage_value' ), 100, 2 );
|
49 |
+
}
|
50 |
+
|
51 |
/**
|
52 |
* Returns the Media/Assistant submenu table column definitions
|
53 |
*
|
81 |
}
|
82 |
|
83 |
/**
|
84 |
+
* Returns the custom fields assigned to Media Library items, removing those already present
|
85 |
* in the Media/Assistant submenu table
|
86 |
*
|
87 |
* @since 2.22
|
146 |
return $value;
|
147 |
}
|
148 |
|
149 |
+
/**
|
150 |
+
* Test for current screen = the Media/Assistant submenu screen,
|
151 |
+
* For Admin Columns 2.4.9+
|
152 |
+
*
|
153 |
+
* @since 2.23
|
154 |
+
*
|
155 |
+
* @return boolean true if the Media/Assistant submenu is the current screen
|
156 |
+
*/
|
157 |
+
public function is_current_screen() {
|
158 |
+
$is_current_screen = parent::is_current_screen();
|
159 |
+
if ( ! $is_current_screen ) {
|
160 |
+
if ( ! empty( $_REQUEST['page'] ) && 'mla-menu' == $_REQUEST['page'] ) {
|
161 |
+
$is_current_screen = true;
|
162 |
+
}
|
163 |
+
}
|
164 |
+
|
165 |
+
return $is_current_screen;
|
166 |
+
}
|
167 |
+
|
168 |
/**
|
169 |
* Test for current screen = the Media/Assistant submenu screen
|
170 |
*
|
174 |
*/
|
175 |
public function is_columns_screen() {
|
176 |
$is_columns_screen = parent::is_columns_screen();
|
|
|
177 |
if ( ! $is_columns_screen ) {
|
178 |
if ( ! empty( $_REQUEST['page'] ) && 'mla-menu' == $_REQUEST['page'] ) {
|
179 |
$is_columns_screen = true;
|
includes/class-mla-ajax.php
CHANGED
@@ -31,8 +31,7 @@ class MLA_Ajax {
|
|
31 |
* @since 2.20
|
32 |
*/
|
33 |
public static function mla_admin_init_action( ) {
|
34 |
-
//error_log( 'DEBUG: MLA_Ajax::mla_admin_init_action
|
35 |
-
|
36 |
/*
|
37 |
* If there's no action variable, we have nothing more to do
|
38 |
*/
|
31 |
* @since 2.20
|
32 |
*/
|
33 |
public static function mla_admin_init_action( ) {
|
34 |
+
//error_log( __LINE__ . ' DEBUG: MLA_Ajax::mla_admin_init_action $_REQUEST = ' . var_export( $_REQUEST, true ), 0 );
|
|
|
35 |
/*
|
36 |
* If there's no action variable, we have nothing more to do
|
37 |
*/
|
includes/class-mla-core.php
CHANGED
@@ -50,6 +50,15 @@ class MLACore {
|
|
50 |
*/
|
51 |
CONST MLA_DEBUG_CATEGORY_LANGUAGE = 0x00000004;
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
/**
|
54 |
* Slug for adding plugin submenu
|
55 |
*
|
@@ -363,6 +372,11 @@ class MLACore {
|
|
363 |
*/
|
364 |
const MLA_MEDIA_MODAL_ORDER = 'media_modal_order';
|
365 |
|
|
|
|
|
|
|
|
|
|
|
366 |
/**
|
367 |
* Provides a unique name for the Post MIME Types option
|
368 |
*/
|
@@ -482,6 +496,119 @@ class MLACore {
|
|
482 |
}
|
483 |
}
|
484 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
485 |
/**
|
486 |
* $mla_option_definitions defines the database options and admin page areas for setting/updating them
|
487 |
*
|
@@ -936,6 +1063,13 @@ class MLACore {
|
|
936 |
'name' => __( 'Attachment Display Settings', 'media-library-assistant' ),
|
937 |
'type' => 'subheader'),
|
938 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
939 |
'image_default_align' =>
|
940 |
array('tab' => 'general',
|
941 |
'name' => __( 'Alignment', 'media-library-assistant' ),
|
@@ -1375,7 +1509,7 @@ class MLACore {
|
|
1375 |
array('tab' => 'debug',
|
1376 |
'name' => __( 'Display Limit', 'media-library-assistant' ),
|
1377 |
'type' => 'text',
|
1378 |
-
'std' => '',
|
1379 |
'size' => 5,
|
1380 |
'help' => __( 'Enter the maximum number of debug log characters to display; enter zero or leave blank for no limit.', 'media-library-assistant' )),
|
1381 |
|
@@ -2393,17 +2527,22 @@ class MLACore {
|
|
2393 |
public static function admin_columns_support( $storage_models, $cpac ) {
|
2394 |
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-admin-columns-support.php' );
|
2395 |
MLACore::$admin_columns_storage_model = new CPAC_Storage_Model_MLA();
|
2396 |
-
|
2397 |
/*
|
2398 |
-
* Put MLA before WP Media Library so is_columns_screen() will work
|
2399 |
*/
|
2400 |
$new_models = array();
|
2401 |
foreach ( $storage_models as $key => $model ) {
|
2402 |
if ( 'wp-media' == $key ) {
|
2403 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2404 |
}
|
2405 |
-
|
2406 |
-
$new_models[ $key ] = $model;
|
2407 |
}
|
2408 |
|
2409 |
/*
|
50 |
*/
|
51 |
CONST MLA_DEBUG_CATEGORY_LANGUAGE = 0x00000004;
|
52 |
|
53 |
+
/**
|
54 |
+
* Constant to log Ghostscript/Imagick activity
|
55 |
+
*
|
56 |
+
* @since 2.23
|
57 |
+
*
|
58 |
+
* @var integer
|
59 |
+
*/
|
60 |
+
CONST MLA_DEBUG_CATEGORY_THUMBNAIL = 0x00000008;
|
61 |
+
|
62 |
/**
|
63 |
* Slug for adding plugin submenu
|
64 |
*
|
372 |
*/
|
373 |
const MLA_MEDIA_MODAL_ORDER = 'media_modal_order';
|
374 |
|
375 |
+
/**
|
376 |
+
* Provides a unique name for the Media Manager Force Image Default Setings option
|
377 |
+
*/
|
378 |
+
const MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS = 'media_modal_apply_display_settings';
|
379 |
+
|
380 |
/**
|
381 |
* Provides a unique name for the Post MIME Types option
|
382 |
*/
|
496 |
}
|
497 |
}
|
498 |
|
499 |
+
/**
|
500 |
+
* Load a plugin text domain and alternate debug file
|
501 |
+
*
|
502 |
+
* The "add_action" for this function is in mla-plugin-loader.php, because the "initialize"
|
503 |
+
* function above doesn't run in time.
|
504 |
+
* Defined as public because it's an action.
|
505 |
+
*
|
506 |
+
* @since 1.60
|
507 |
+
*
|
508 |
+
* @return void
|
509 |
+
*/
|
510 |
+
public static function mla_plugins_loaded_action(){
|
511 |
+
$text_domain = 'media-library-assistant';
|
512 |
+
$locale = apply_filters( 'mla_plugin_locale', get_locale(), $text_domain );
|
513 |
+
|
514 |
+
/*
|
515 |
+
* To override the plugin's translation files for one, some or all strings,
|
516 |
+
* create a sub-directory named 'media-library-assistant' in the WordPress
|
517 |
+
* WP_LANG_DIR (e.g., /wp-content/languages) directory.
|
518 |
+
*/
|
519 |
+
load_textdomain( $text_domain, trailingslashit( WP_LANG_DIR ) . $text_domain . '/' . $text_domain . '-' . $locale . '.mo' );
|
520 |
+
load_plugin_textdomain( $text_domain, false, MLA_PLUGIN_BASENAME . '/languages/' );
|
521 |
+
|
522 |
+
/*
|
523 |
+
* This must/will be repeated in class-mla-tests.php to reflect translations
|
524 |
+
*/
|
525 |
+
MLACore::mla_localize_option_definitions_array();
|
526 |
+
|
527 |
+
/*
|
528 |
+
* Do not process debug options unless MLA_DEBUG_LEVEL is set in wp-config.php
|
529 |
+
*/
|
530 |
+
if ( MLA_DEBUG_LEVEL & 1 ) {
|
531 |
+
/*
|
532 |
+
* Set up alternate MLA debug log file
|
533 |
+
*/
|
534 |
+
$error_log_name = MLACore::mla_get_option( MLACore::MLA_DEBUG_FILE );
|
535 |
+
if ( ! empty( $error_log_name ) ) {
|
536 |
+
MLACore::mla_debug_file( $error_log_name );
|
537 |
+
|
538 |
+
/*
|
539 |
+
* Override PHP error_log file
|
540 |
+
*/
|
541 |
+
if ( 'checked' === MLACore::mla_get_option( MLACore::MLA_DEBUG_REPLACE_PHP_LOG ) ) {
|
542 |
+
$result = ini_set('error_log', WP_CONTENT_DIR . self::$mla_debug_file );
|
543 |
+
}
|
544 |
+
}
|
545 |
+
|
546 |
+
/*
|
547 |
+
* PHP error_reporting must be done later in class-mla-tests.php
|
548 |
+
* Override MLA debug levels
|
549 |
+
*/
|
550 |
+
MLACore::$mla_debug_level = MLA_DEBUG_LEVEL;
|
551 |
+
$mla_reporting = trim( MLACore::mla_get_option( MLACore::MLA_DEBUG_REPLACE_LEVEL ) );
|
552 |
+
if ( ! empty( $mla_reporting ) ) {
|
553 |
+
MLACore::$mla_debug_level = ( 0 + $mla_reporting ) | 1;
|
554 |
+
}
|
555 |
+
} // MLA_DEBUG_LEVEL & 1
|
556 |
+
|
557 |
+
/*
|
558 |
+
* Override the cookie-based Attachment Display Settings, if desired
|
559 |
+
* consider ignoring 'action' => 'send-attachment-to-editor',
|
560 |
+
*/
|
561 |
+
if ( 'checked' === MLACore::mla_get_option( MLACore::MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS ) ) {
|
562 |
+
$image_default_align = get_option( 'image_default_align' );
|
563 |
+
$image_default_link_type = get_option( 'image_default_link_type' );
|
564 |
+
$image_default_size = get_option( 'image_default_size' );
|
565 |
+
|
566 |
+
if ( ! ( empty( $image_default_align ) && empty( $image_default_link_type ) && empty( $image_default_size ) ) ) {
|
567 |
+
$user_id = get_current_user_id();
|
568 |
+
$not_super_admin = ! (is_super_admin() && ! is_user_member_of_blog() );
|
569 |
+
|
570 |
+
if ( $user_id && $not_super_admin ) {
|
571 |
+
if ( isset( $_COOKIE['wp-settings-' . $user_id] ) ) {
|
572 |
+
$cookie = preg_replace( '/[^A-Za-z0-9=&_]/', '', $_COOKIE['wp-settings-' . $user_id] );
|
573 |
+
} else {
|
574 |
+
$cookie = (string) get_user_option( 'user-settings', $user_id );
|
575 |
+
}
|
576 |
+
|
577 |
+
parse_str( $cookie, $cookie_array );
|
578 |
+
$cookie_align = isset( $cookie_array['align'] ) ? $cookie_array['align'] : '';
|
579 |
+
$cookie_urlbutton = isset( $cookie_array['urlbutton'] ) ? $cookie_array['urlbutton'] : '';
|
580 |
+
$cookie_imgsize = isset( $cookie_array['imgsize'] ) ? $cookie_array['imgsize'] : '';
|
581 |
+
$changed = false;
|
582 |
+
|
583 |
+
if ( ( ! empty( $image_default_align ) ) && ( $cookie_align !== $image_default_align ) ) {
|
584 |
+
$cookie_array['align'] = $image_default_align;
|
585 |
+
$changed = true;
|
586 |
+
}
|
587 |
+
|
588 |
+
if ( ( ! empty( $image_default_link_type ) ) && ( $cookie_urlbutton !== $image_default_link_type ) ) {
|
589 |
+
$cookie_array['urlbutton'] = $image_default_link_type;
|
590 |
+
$changed = true;
|
591 |
+
}
|
592 |
+
|
593 |
+
if ( ( ! empty( $image_default_size ) ) && ( $cookie_imgsize !== $image_default_size ) ) {
|
594 |
+
$cookie_array['imgsize'] = $image_default_size;
|
595 |
+
$changed = true;
|
596 |
+
}
|
597 |
+
|
598 |
+
if ( $changed ) {
|
599 |
+
$cookie = http_build_query( $cookie_array, '', '&' );
|
600 |
+
$current = time();
|
601 |
+
$secure = ( 'https' === parse_url( admin_url(), PHP_URL_SCHEME ) );
|
602 |
+
setcookie( 'wp-settings-' . $user_id, $cookie, time() + YEAR_IN_SECONDS, SITECOOKIEPATH, null, $secure );
|
603 |
+
setcookie( 'wp-settings-time-' . $user_id, $current, $current + YEAR_IN_SECONDS, SITECOOKIEPATH, null, $secure );
|
604 |
+
$_COOKIE['wp-settings-' . $user_id] = $cookie;
|
605 |
+
$_COOKIE['wp-settings-time-' . $user_id] = $current;
|
606 |
+
}
|
607 |
+
}
|
608 |
+
}
|
609 |
+
}
|
610 |
+
}
|
611 |
+
|
612 |
/**
|
613 |
* $mla_option_definitions defines the database options and admin page areas for setting/updating them
|
614 |
*
|
1063 |
'name' => __( 'Attachment Display Settings', 'media-library-assistant' ),
|
1064 |
'type' => 'subheader'),
|
1065 |
|
1066 |
+
self::MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS =>
|
1067 |
+
array('tab' => 'general',
|
1068 |
+
'name' => __( 'Media Manager Apply Display Settings', 'media-library-assistant' ),
|
1069 |
+
'type' => 'checkbox',
|
1070 |
+
'std' => 'checked',
|
1071 |
+
'help' => __( 'Check this option to always start with the Attachment Display Settings set here,<br> overriding browser-/cookie-based defaults.', 'media-library-assistant' )),
|
1072 |
+
|
1073 |
'image_default_align' =>
|
1074 |
array('tab' => 'general',
|
1075 |
'name' => __( 'Alignment', 'media-library-assistant' ),
|
1509 |
array('tab' => 'debug',
|
1510 |
'name' => __( 'Display Limit', 'media-library-assistant' ),
|
1511 |
'type' => 'text',
|
1512 |
+
'std' => '131072',
|
1513 |
'size' => 5,
|
1514 |
'help' => __( 'Enter the maximum number of debug log characters to display; enter zero or leave blank for no limit.', 'media-library-assistant' )),
|
1515 |
|
2527 |
public static function admin_columns_support( $storage_models, $cpac ) {
|
2528 |
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-admin-columns-support.php' );
|
2529 |
MLACore::$admin_columns_storage_model = new CPAC_Storage_Model_MLA();
|
|
|
2530 |
/*
|
2531 |
+
* Put MLA before/after WP Media Library so is_columns_screen() will work
|
2532 |
*/
|
2533 |
$new_models = array();
|
2534 |
foreach ( $storage_models as $key => $model ) {
|
2535 |
if ( 'wp-media' == $key ) {
|
2536 |
+
if ( version_compare( CPAC_VERSION, '2.4.9', '>=' ) ) {
|
2537 |
+
$new_models[ $key ] = $model;
|
2538 |
+
$new_models[ MLACore::$admin_columns_storage_model->key ] = MLACore::$admin_columns_storage_model;
|
2539 |
+
} else {
|
2540 |
+
$new_models[ MLACore::$admin_columns_storage_model->key ] = MLACore::$admin_columns_storage_model;
|
2541 |
+
$new_models[ $key ] = $model;
|
2542 |
+
}
|
2543 |
+
} else {
|
2544 |
+
$new_models[ $key ] = $model;
|
2545 |
}
|
|
|
|
|
2546 |
}
|
2547 |
|
2548 |
/*
|
includes/class-mla-data.php
CHANGED
@@ -1798,7 +1798,7 @@ class MLAData {
|
|
1798 |
} // count
|
1799 |
|
1800 |
if ( ! in_array( $att_tag, array( 'rdf:about', 'rdf:parseType' ) ) ) {
|
1801 |
-
$node_attributes[ $att_tag ] = $att_value;
|
1802 |
}
|
1803 |
}
|
1804 |
}
|
@@ -1811,7 +1811,8 @@ class MLAData {
|
|
1811 |
case 'close':
|
1812 |
if ( 0 < --$current_level ) {
|
1813 |
$top_level = array_pop( $levels );
|
1814 |
-
//error_log( __LINE__ . " MLAData::mla_parse_xmp_metadata xmp_values( {$index} ) top_level = " . var_export( $top_level, true ), 0 );
|
|
|
1815 |
if ( 'rdf:li' == $top_level['key'] ) {
|
1816 |
$levels[ $current_level ]['values'][] = $top_level['values'];
|
1817 |
} else {
|
@@ -1822,37 +1823,39 @@ class MLAData {
|
|
1822 |
}
|
1823 |
}
|
1824 |
}
|
|
|
1825 |
break;
|
1826 |
case 'complete':
|
1827 |
if ( 'x-default' != $language ) {
|
1828 |
break;
|
1829 |
}
|
1830 |
|
1831 |
-
|
1832 |
-
if (
|
1833 |
-
unset( $value['attributes']['xml:lang'] );
|
1834 |
-
|
1835 |
-
if ( ! empty( $value['attributes'] ) ) {
|
1836 |
-
$complete_value = array();
|
1837 |
-
foreach ( $value['attributes'] as $attr_key => $attr_value ) {
|
1838 |
-
$complete_value[ $attr_key ] = self::_bin_to_utf8( $attr_value );
|
1839 |
-
}
|
1840 |
-
}
|
1841 |
-
}
|
1842 |
-
|
1843 |
-
if ( empty( $complete_value ) ) {
|
1844 |
if ( isset( $value['value'] ) ) {
|
1845 |
$complete_value = self::_bin_to_utf8( $value['value'] );
|
1846 |
} else {
|
1847 |
$complete_value = '';
|
1848 |
}
|
|
|
|
|
1849 |
}
|
1850 |
|
1851 |
if ( 'rdf:li' == $value['tag'] ) {
|
1852 |
$levels[ $current_level ]['values'][] = $complete_value;
|
1853 |
} else {
|
1854 |
-
$levels[ $current_level ]['values'][ $value['tag'] ]
|
|
|
|
|
|
|
|
|
|
|
1855 |
}
|
|
|
|
|
|
|
|
|
|
|
1856 |
} // switch on type
|
1857 |
//error_log( __LINE__ . " MLAData::mla_parse_xmp_metadata xmp_values( {$index}, {$current_level} ) levels = " . var_export( $levels, true ), 0 );
|
1858 |
} // foreach value
|
@@ -2021,6 +2024,7 @@ class MLAData {
|
|
2021 |
}
|
2022 |
|
2023 |
$results = array_merge( $results, $namespace_arrays );
|
|
|
2024 |
return $results;
|
2025 |
}
|
2026 |
|
@@ -2929,6 +2933,7 @@ class MLAData {
|
|
2929 |
if ( is_callable( 'exif_read_data' ) && in_array( $size[2], array( IMAGETYPE_JPEG, IMAGETYPE_TIFF_II, IMAGETYPE_TIFF_MM ) ) ) {
|
2930 |
//set_error_handler( 'MLAData::mla_IPTC_EXIF_error_handler' );
|
2931 |
$results['mla_exif_metadata'] = $exif_data = @exif_read_data( $path );
|
|
|
2932 |
//restore_error_handler();
|
2933 |
if ( ! empty( MLAData::$mla_IPTC_EXIF_errors ) ) {
|
2934 |
$results['mla_exif_errors'] = MLAData::$mla_IPTC_EXIF_errors;
|
@@ -2941,6 +2946,17 @@ class MLAData {
|
|
2941 |
if ( NULL == $results['mla_xmp_metadata'] ) {
|
2942 |
$results['mla_xmp_metadata'] = array();
|
2943 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2944 |
}
|
2945 |
|
2946 |
/*
|
@@ -3209,6 +3225,7 @@ class MLAData {
|
|
3209 |
} // is_array
|
3210 |
} // */
|
3211 |
|
|
|
3212 |
return $results;
|
3213 |
}
|
3214 |
|
1798 |
} // count
|
1799 |
|
1800 |
if ( ! in_array( $att_tag, array( 'rdf:about', 'rdf:parseType' ) ) ) {
|
1801 |
+
$node_attributes[ $att_tag ] = self::_bin_to_utf8( $att_value );
|
1802 |
}
|
1803 |
}
|
1804 |
}
|
1811 |
case 'close':
|
1812 |
if ( 0 < --$current_level ) {
|
1813 |
$top_level = array_pop( $levels );
|
1814 |
+
//error_log( __LINE__ . " MLAData::mla_parse_xmp_metadata xmp_values( {$index} ) case 'close': top_level = " . var_export( $top_level, true ), 0 );
|
1815 |
+
//error_log( __LINE__ . " MLAData::mla_parse_xmp_metadata xmp_values( {$index} ) case 'close': levels( {$current_level} ) before = " . var_export( $levels, true ), 0 );
|
1816 |
if ( 'rdf:li' == $top_level['key'] ) {
|
1817 |
$levels[ $current_level ]['values'][] = $top_level['values'];
|
1818 |
} else {
|
1823 |
}
|
1824 |
}
|
1825 |
}
|
1826 |
+
//error_log( __LINE__ . " MLAData::mla_parse_xmp_metadata xmp_values( {$index} ) case 'close': levels( {$current_level} ) after = " . var_export( $levels, true ), 0 );
|
1827 |
break;
|
1828 |
case 'complete':
|
1829 |
if ( 'x-default' != $language ) {
|
1830 |
break;
|
1831 |
}
|
1832 |
|
1833 |
+
//error_log( __LINE__ . " MLAData::mla_parse_xmp_metadata xmp_values( {$index} ) case 'complete': node_attributes = " . var_export( $node_attributes, true ), 0 );
|
1834 |
+
if ( empty( $node_attributes ) ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1835 |
if ( isset( $value['value'] ) ) {
|
1836 |
$complete_value = self::_bin_to_utf8( $value['value'] );
|
1837 |
} else {
|
1838 |
$complete_value = '';
|
1839 |
}
|
1840 |
+
} else {
|
1841 |
+
$complete_value = $node_attributes;
|
1842 |
}
|
1843 |
|
1844 |
if ( 'rdf:li' == $value['tag'] ) {
|
1845 |
$levels[ $current_level ]['values'][] = $complete_value;
|
1846 |
} else {
|
1847 |
+
if ( isset( $levels[ $current_level ]['values'][ $value['tag'] ] ) ) {
|
1848 |
+
$new_value = (array) $levels[ $current_level ]['values'][ $value['tag'] ];
|
1849 |
+
$levels[ $current_level ]['values'][ $value['tag'] ] = array_merge( $new_value, (array) $complete_value );
|
1850 |
+
} else {
|
1851 |
+
$levels[ $current_level ]['values'][ $value['tag'] ] = $complete_value;
|
1852 |
+
}
|
1853 |
}
|
1854 |
+
|
1855 |
+
//error_log( __LINE__ . " MLAData::mla_parse_xmp_metadata xmp_values( {$index}, {$current_level} ) case 'complete': values = " . var_export( $levels[ $current_level ]['values'], true ), 0 );
|
1856 |
+
break;
|
1857 |
+
default:
|
1858 |
+
//error_log( __LINE__ . " MLAData::mla_parse_xmp_metadata xmp_values( {$index}, {$current_level} ) ignoring type = " . var_export( $value['type'], true ), 0 );
|
1859 |
} // switch on type
|
1860 |
//error_log( __LINE__ . " MLAData::mla_parse_xmp_metadata xmp_values( {$index}, {$current_level} ) levels = " . var_export( $levels, true ), 0 );
|
1861 |
} // foreach value
|
2024 |
}
|
2025 |
|
2026 |
$results = array_merge( $results, $namespace_arrays );
|
2027 |
+
//error_log( __LINE__ . " mla_fetch_attachment_image_metadata results = " . var_export( $results, true ), 0 );
|
2028 |
return $results;
|
2029 |
}
|
2030 |
|
2933 |
if ( is_callable( 'exif_read_data' ) && in_array( $size[2], array( IMAGETYPE_JPEG, IMAGETYPE_TIFF_II, IMAGETYPE_TIFF_MM ) ) ) {
|
2934 |
//set_error_handler( 'MLAData::mla_IPTC_EXIF_error_handler' );
|
2935 |
$results['mla_exif_metadata'] = $exif_data = @exif_read_data( $path );
|
2936 |
+
//error_log( __LINE__ . " MLAData::mla_fetch_attachment_image_metadata exif_data = " . var_export( $exif_data, true ), 0 );
|
2937 |
//restore_error_handler();
|
2938 |
if ( ! empty( MLAData::$mla_IPTC_EXIF_errors ) ) {
|
2939 |
$results['mla_exif_errors'] = MLAData::$mla_IPTC_EXIF_errors;
|
2946 |
if ( NULL == $results['mla_xmp_metadata'] ) {
|
2947 |
$results['mla_xmp_metadata'] = array();
|
2948 |
}
|
2949 |
+
|
2950 |
+
// experimental damage repair for Elsie Gilmore (earthnutvt)
|
2951 |
+
if ( isset( $exif_data['Keywords'] ) && ( '????' == substr( $exif_data['Keywords'], 0, 4 ) ) ) {
|
2952 |
+
if ( isset( $results['mla_xmp_metadata']['Keywords'] ) ) {
|
2953 |
+
$exif_data['Keywords'] = $results['mla_xmp_metadata']['Keywords'];
|
2954 |
+
$results['mla_exif_metadata']['Keywords'] = $results['mla_xmp_metadata']['Keywords'];
|
2955 |
+
} else {
|
2956 |
+
unset( $exif_data['Keywords'] );
|
2957 |
+
unset( $results['mla_exif_metadata']['Keywords'] );
|
2958 |
+
}
|
2959 |
+
}
|
2960 |
}
|
2961 |
|
2962 |
/*
|
3225 |
} // is_array
|
3226 |
} // */
|
3227 |
|
3228 |
+
//error_log( __LINE__ . " mla_fetch_attachment_image_metadata( {$post_id} ) results = " . var_export( $results, true ), 0 );
|
3229 |
return $results;
|
3230 |
}
|
3231 |
|
includes/class-mla-image-processor.php
CHANGED
@@ -52,7 +52,7 @@ class MLAImageProcessor {
|
|
52 |
} else {
|
53 |
$temp = '/tmp/';
|
54 |
if ( false == @is_dir( $temp ) ) {
|
55 |
-
self::_mla_debug_add( 'Temp directory failure' );
|
56 |
return false;
|
57 |
}
|
58 |
}
|
@@ -65,7 +65,7 @@ class MLAImageProcessor {
|
|
65 |
$path = $temp . uniqid( mt_rand() ) . $extension;
|
66 |
$f = @fopen( $path, 'a' );
|
67 |
if ( $f === false ) {
|
68 |
-
self::_mla_debug_add( 'Temp file failure' );
|
69 |
return false;
|
70 |
}
|
71 |
|
@@ -101,13 +101,13 @@ class MLAImageProcessor {
|
|
101 |
* Look for exec() - from http://stackoverflow.com/a/12980534/866618
|
102 |
*/
|
103 |
if ( ini_get('safe_mode') ) {
|
104 |
-
self::_mla_debug_add( 'safe_mode failure' );
|
105 |
return false;
|
106 |
}
|
107 |
|
108 |
$blacklist = preg_split( '/,\s*/', ini_get('disable_functions') . ',' . ini_get('suhosin.executor.func.blacklist') );
|
109 |
if ( in_array('exec', $blacklist) ) {
|
110 |
-
self::_mla_debug_add( 'blacklist failure' );
|
111 |
return false;
|
112 |
}
|
113 |
|
@@ -172,7 +172,8 @@ class MLAImageProcessor {
|
|
172 |
$ghostscript_path = NULL;
|
173 |
}
|
174 |
} while ( false );
|
175 |
-
|
|
|
176 |
if ( isset( $ghostscript_path ) ) {
|
177 |
if ( 'image/jpeg' == $output_type ) {
|
178 |
$device = 'jpeg';
|
@@ -208,7 +209,7 @@ class MLAImageProcessor {
|
|
208 |
return true;
|
209 |
} // found Ghostscript
|
210 |
|
211 |
-
self::_mla_debug_add( 'Ghostscript detection failure' );
|
212 |
return false;
|
213 |
} // _ghostscript_convert
|
214 |
|
@@ -278,7 +279,7 @@ class MLAImageProcessor {
|
|
278 |
*/
|
279 |
private static function _mla_debug_add( $message ) {
|
280 |
if ( self::$mla_debug ) {
|
281 |
-
if ( class_exists( '
|
282 |
MLACore::mla_debug_add( $message );
|
283 |
} else {
|
284 |
error_log( $message, 0);
|
@@ -442,6 +443,7 @@ class MLAImageProcessor {
|
|
442 |
* @return void echos image content and calls exit();
|
443 |
*/
|
444 |
public static function mla_process_stream_image() {
|
|
|
445 |
if ( ! class_exists( 'Imagick' ) ) {
|
446 |
self::_mla_die( 'Imagick not installed', __LINE__, 500 );
|
447 |
}
|
@@ -479,6 +481,7 @@ class MLAImageProcessor {
|
|
479 |
$mutex = new MLAMutex();
|
480 |
$mutex->init( 1, $temp_file );
|
481 |
$mutex->acquire();
|
|
|
482 |
}
|
483 |
|
484 |
/*
|
52 |
} else {
|
53 |
$temp = '/tmp/';
|
54 |
if ( false == @is_dir( $temp ) ) {
|
55 |
+
self::_mla_debug_add( 'MLAImageProcessor::_get_temp_file Temp directory failure' );
|
56 |
return false;
|
57 |
}
|
58 |
}
|
65 |
$path = $temp . uniqid( mt_rand() ) . $extension;
|
66 |
$f = @fopen( $path, 'a' );
|
67 |
if ( $f === false ) {
|
68 |
+
self::_mla_debug_add( 'MLAImageProcessor::_get_temp_file Temp file failure' );
|
69 |
return false;
|
70 |
}
|
71 |
|
101 |
* Look for exec() - from http://stackoverflow.com/a/12980534/866618
|
102 |
*/
|
103 |
if ( ini_get('safe_mode') ) {
|
104 |
+
self::_mla_debug_add( 'MLAImageProcessor::_ghostscript_convert safe_mode failure' );
|
105 |
return false;
|
106 |
}
|
107 |
|
108 |
$blacklist = preg_split( '/,\s*/', ini_get('disable_functions') . ',' . ini_get('suhosin.executor.func.blacklist') );
|
109 |
if ( in_array('exec', $blacklist) ) {
|
110 |
+
self::_mla_debug_add( 'MLAImageProcessor::_ghostscript_convert blacklist failure' );
|
111 |
return false;
|
112 |
}
|
113 |
|
172 |
$ghostscript_path = NULL;
|
173 |
}
|
174 |
} while ( false );
|
175 |
+
self::_mla_debug_add( 'MLAImageProcessor::_ghostscript_convert ghostscript_path = ' . var_export( $ghostscript_path, true ) );
|
176 |
+
|
177 |
if ( isset( $ghostscript_path ) ) {
|
178 |
if ( 'image/jpeg' == $output_type ) {
|
179 |
$device = 'jpeg';
|
209 |
return true;
|
210 |
} // found Ghostscript
|
211 |
|
212 |
+
self::_mla_debug_add( 'MLAImageProcessor::_ghostscript_convert Ghostscript detection failure' );
|
213 |
return false;
|
214 |
} // _ghostscript_convert
|
215 |
|
279 |
*/
|
280 |
private static function _mla_debug_add( $message ) {
|
281 |
if ( self::$mla_debug ) {
|
282 |
+
if ( class_exists( 'MLACore' ) ) {
|
283 |
MLACore::mla_debug_add( $message );
|
284 |
} else {
|
285 |
error_log( $message, 0);
|
443 |
* @return void echos image content and calls exit();
|
444 |
*/
|
445 |
public static function mla_process_stream_image() {
|
446 |
+
self::_mla_debug_add( 'MLAImageProcessor::mla_process_stream_image REQUEST = ' . var_export( $_REQUEST, true ) );
|
447 |
if ( ! class_exists( 'Imagick' ) ) {
|
448 |
self::_mla_die( 'Imagick not installed', __LINE__, 500 );
|
449 |
}
|
481 |
$mutex = new MLAMutex();
|
482 |
$mutex->init( 1, $temp_file );
|
483 |
$mutex->acquire();
|
484 |
+
self::_mla_debug_add( 'MLAImageProcessor::mla_process_stream_image begin file = ' . var_export( $file, true ) );
|
485 |
}
|
486 |
|
487 |
/*
|
includes/class-mla-list-table.php
CHANGED
@@ -803,6 +803,16 @@ class MLA_List_Table extends WP_List_Table {
|
|
803 |
$custom_fields = array_merge( $custom_fields, MLACore::mla_custom_field_support( 'bulk_edit' ) );
|
804 |
foreach ( $custom_fields as $slug => $details ) {
|
805 |
$value = get_metadata( 'post', $item->ID, $details['name'], true );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
806 |
$inline_data .= ' <div class="' . $slug . '">' . esc_html( $value ) . "</div>\r\n";
|
807 |
}
|
808 |
|
803 |
$custom_fields = array_merge( $custom_fields, MLACore::mla_custom_field_support( 'bulk_edit' ) );
|
804 |
foreach ( $custom_fields as $slug => $details ) {
|
805 |
$value = get_metadata( 'post', $item->ID, $details['name'], true );
|
806 |
+
|
807 |
+
if ( is_array( $value ) ) {
|
808 |
+
if ( 'array' == $details['option'] ) {
|
809 |
+
$value = implode( ',', $value );
|
810 |
+
} else {
|
811 |
+
// '(Array)' indicates an existing array value in the field, which we preserve
|
812 |
+
$value = '(Array)';
|
813 |
+
}
|
814 |
+
}
|
815 |
+
|
816 |
$inline_data .= ' <div class="' . $slug . '">' . esc_html( $value ) . "</div>\r\n";
|
817 |
}
|
818 |
|
includes/class-mla-main.php
CHANGED
@@ -29,7 +29,7 @@ class MLA {
|
|
29 |
*
|
30 |
* @var string
|
31 |
*/
|
32 |
-
const CURRENT_MLA_VERSION = '2.
|
33 |
|
34 |
/**
|
35 |
* Current date for Development Version, empty for production versions
|
@@ -215,65 +215,6 @@ class MLA {
|
|
215 |
add_filter( 'screen_options_show_screen', 'MLA::mla_screen_options_show_screen_filter', 10, 2 ); // $show_screen, $this
|
216 |
}
|
217 |
|
218 |
-
/**
|
219 |
-
* Load a plugin text domain and alternate debug file
|
220 |
-
*
|
221 |
-
* The "add_action" for this function is in mla-plugin-loader.php, because the "initialize"
|
222 |
-
* function above doesn't run in time.
|
223 |
-
* Defined as public because it's an action.
|
224 |
-
*
|
225 |
-
* @since 1.60
|
226 |
-
*
|
227 |
-
* @return void
|
228 |
-
*/
|
229 |
-
public static function mla_plugins_loaded_action(){
|
230 |
-
$text_domain = 'media-library-assistant';
|
231 |
-
$locale = apply_filters( 'mla_plugin_locale', get_locale(), $text_domain );
|
232 |
-
|
233 |
-
/*
|
234 |
-
* To override the plugin's translation files for one, some or all strings,
|
235 |
-
* create a sub-directory named 'media-library-assistant' in the WordPress
|
236 |
-
* WP_LANG_DIR (e.g., /wp-content/languages) directory.
|
237 |
-
*/
|
238 |
-
load_textdomain( $text_domain, trailingslashit( WP_LANG_DIR ) . $text_domain . '/' . $text_domain . '-' . $locale . '.mo' );
|
239 |
-
load_plugin_textdomain( $text_domain, false, MLA_PLUGIN_BASENAME . '/languages/' );
|
240 |
-
|
241 |
-
/*
|
242 |
-
* This must/will be repeated in class-mla-tests.php to reflect translations
|
243 |
-
*/
|
244 |
-
MLACore::mla_localize_option_definitions_array();
|
245 |
-
|
246 |
-
/*
|
247 |
-
* Do not process debug options unless MLA_DEBUG_LEVEL is set in wp-config.php
|
248 |
-
*/
|
249 |
-
if ( MLA_DEBUG_LEVEL & 1 ) {
|
250 |
-
/*
|
251 |
-
* Set up alternate MLA debug log file
|
252 |
-
*/
|
253 |
-
$error_log_name = MLACore::mla_get_option( MLACore::MLA_DEBUG_FILE );
|
254 |
-
if ( ! empty( $error_log_name ) ) {
|
255 |
-
MLACore::mla_debug_file( $error_log_name );
|
256 |
-
|
257 |
-
/*
|
258 |
-
* Override PHP error_log file
|
259 |
-
*/
|
260 |
-
if ( 'checked' === MLACore::mla_get_option( MLACore::MLA_DEBUG_REPLACE_PHP_LOG ) ) {
|
261 |
-
$result = ini_set('error_log', WP_CONTENT_DIR . self::$mla_debug_file );
|
262 |
-
}
|
263 |
-
}
|
264 |
-
|
265 |
-
/*
|
266 |
-
* PHP error_reporting must be done later in class-mla-tests.php
|
267 |
-
* Override MLA debug levels
|
268 |
-
*/
|
269 |
-
MLACore::$mla_debug_level = MLA_DEBUG_LEVEL;
|
270 |
-
$mla_reporting = trim( MLACore::mla_get_option( MLACore::MLA_DEBUG_REPLACE_LEVEL ) );
|
271 |
-
if ( ! empty( $mla_reporting ) ) {
|
272 |
-
MLACore::$mla_debug_level = ( 0 + $mla_reporting ) | 1;
|
273 |
-
}
|
274 |
-
} // MLA_DEBUG_LEVEL & 1
|
275 |
-
}
|
276 |
-
|
277 |
/**
|
278 |
* Load the plugin's Ajax handler or process Edit Media update actions
|
279 |
*
|
@@ -1739,6 +1680,13 @@ class MLA {
|
|
1739 |
$value = trim( $_REQUEST[ $slug ] );
|
1740 |
unset ( $_REQUEST[ $slug ] );
|
1741 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1742 |
if ( $details['no_null'] && empty( $value ) ) {
|
1743 |
$custom_fields[ $details['name'] ] = NULL;
|
1744 |
} else {
|
29 |
*
|
30 |
* @var string
|
31 |
*/
|
32 |
+
const CURRENT_MLA_VERSION = '2.24';
|
33 |
|
34 |
/**
|
35 |
* Current date for Development Version, empty for production versions
|
215 |
add_filter( 'screen_options_show_screen', 'MLA::mla_screen_options_show_screen_filter', 10, 2 ); // $show_screen, $this
|
216 |
}
|
217 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
/**
|
219 |
* Load the plugin's Ajax handler or process Edit Media update actions
|
220 |
*
|
1680 |
$value = trim( $_REQUEST[ $slug ] );
|
1681 |
unset ( $_REQUEST[ $slug ] );
|
1682 |
|
1683 |
+
// '(Array)' indicates an existing array value in the field, which we preserve
|
1684 |
+
if ( 'array' == $details['option'] ) {
|
1685 |
+
$value = explode( ',', $value );
|
1686 |
+
} elseif ( '(Array)' == $value ) {
|
1687 |
+
continue;
|
1688 |
+
}
|
1689 |
+
|
1690 |
if ( $details['no_null'] && empty( $value ) ) {
|
1691 |
$custom_fields[ $details['name'] ] = NULL;
|
1692 |
} else {
|
includes/class-mla-mime-types.php
CHANGED
@@ -391,8 +391,6 @@ class MLAMime {
|
|
391 |
* @return string Updated path to the icon directory, no trailing slash
|
392 |
*/
|
393 |
public static function mla_icon_dir_filter( $path ) {
|
394 |
-
global $wp_filter;
|
395 |
-
|
396 |
if ( 'checked' == MLACore::mla_get_option( MLACore::MLA_ENABLE_MLA_ICONS ) ) {
|
397 |
return MLA_PLUGIN_PATH . 'images/crystal';
|
398 |
}
|
@@ -413,8 +411,6 @@ class MLAMime {
|
|
413 |
* @return string Updated path to the icon directory URL, no trailing slash
|
414 |
*/
|
415 |
public static function mla_icon_dir_uri_filter( $uri ) {
|
416 |
-
global $wp_filter;
|
417 |
-
|
418 |
if ( 'checked' == MLACore::mla_get_option( MLACore::MLA_ENABLE_MLA_ICONS ) ) {
|
419 |
return MLA_PLUGIN_URL . 'images/crystal';
|
420 |
}
|
@@ -435,8 +431,6 @@ class MLAMime {
|
|
435 |
* @return array Updated (path => URI) array
|
436 |
*/
|
437 |
public static function mla_icon_dirs_filter( $path_uri_array ) {
|
438 |
-
global $wp_filter;
|
439 |
-
|
440 |
if ( 'checked' == MLACore::mla_get_option( MLACore::MLA_ENABLE_MLA_ICONS ) ) {
|
441 |
$path_uri_array [ MLA_PLUGIN_PATH . 'images/crystal' ] = MLA_PLUGIN_URL . 'images/crystal';
|
442 |
}
|
@@ -1566,9 +1560,43 @@ class MLAMime {
|
|
1566 |
* @return array ( width, height )
|
1567 |
*/
|
1568 |
public static function mla_get_icon_type_size( $icon_type ) {
|
1569 |
-
|
1570 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1571 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1572 |
if ( $image_info ) {
|
1573 |
if ( isset( $image_info[0] ) ) {
|
1574 |
$image_info['width'] = $image_info[0];
|
391 |
* @return string Updated path to the icon directory, no trailing slash
|
392 |
*/
|
393 |
public static function mla_icon_dir_filter( $path ) {
|
|
|
|
|
394 |
if ( 'checked' == MLACore::mla_get_option( MLACore::MLA_ENABLE_MLA_ICONS ) ) {
|
395 |
return MLA_PLUGIN_PATH . 'images/crystal';
|
396 |
}
|
411 |
* @return string Updated path to the icon directory URL, no trailing slash
|
412 |
*/
|
413 |
public static function mla_icon_dir_uri_filter( $uri ) {
|
|
|
|
|
414 |
if ( 'checked' == MLACore::mla_get_option( MLACore::MLA_ENABLE_MLA_ICONS ) ) {
|
415 |
return MLA_PLUGIN_URL . 'images/crystal';
|
416 |
}
|
431 |
* @return array Updated (path => URI) array
|
432 |
*/
|
433 |
public static function mla_icon_dirs_filter( $path_uri_array ) {
|
|
|
|
|
434 |
if ( 'checked' == MLACore::mla_get_option( MLACore::MLA_ENABLE_MLA_ICONS ) ) {
|
435 |
$path_uri_array [ MLA_PLUGIN_PATH . 'images/crystal' ] = MLA_PLUGIN_URL . 'images/crystal';
|
436 |
}
|
1560 |
* @return array ( width, height )
|
1561 |
*/
|
1562 |
public static function mla_get_icon_type_size( $icon_type ) {
|
1563 |
+
if ( 'checked' == MLACore::mla_get_option( MLACore::MLA_ENABLE_MLA_ICONS ) ) {
|
1564 |
+
return array( 'width' => 64, 'height' => 64 );
|
1565 |
+
}
|
1566 |
+
|
1567 |
+
$icon_info = NULL;
|
1568 |
+
$icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/media' );
|
1569 |
+
if ( false === ( $dh = @opendir( $icon_dir ) ) ) {
|
1570 |
+
$icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal' );
|
1571 |
+
$dh = opendir( $icon_dir );
|
1572 |
+
}
|
1573 |
|
1574 |
+
if ( $dh ) {
|
1575 |
+
while ( false !== $icon_file = readdir( $dh ) ) {
|
1576 |
+
$icon_file = basename( $icon_file );
|
1577 |
+
if ( substr( $icon_file, 0, 1 ) == '.' ) {
|
1578 |
+
continue;
|
1579 |
+
}
|
1580 |
+
|
1581 |
+
$file_info = pathinfo( $icon_file );
|
1582 |
+
if ( in_array( strtolower( $file_info['extension'] ), array('png', 'gif', 'jpg') ) ) {
|
1583 |
+
if ( $icon_type == $file_info['filename'] ) {
|
1584 |
+
$icon_info = $file_info;
|
1585 |
+
break;
|
1586 |
+
} elseif ( 'default' == $file_info['filename'] ) {
|
1587 |
+
$icon_info = $file_info;
|
1588 |
+
}
|
1589 |
+
}
|
1590 |
+
}
|
1591 |
+
|
1592 |
+
closedir( $dh );
|
1593 |
+
}
|
1594 |
+
|
1595 |
+
if ( is_null( $icon_info ) ) {
|
1596 |
+
return array( 'width' => 64, 'height' => 64 );
|
1597 |
+
}
|
1598 |
+
|
1599 |
+
$image_info = getimagesize( $icon_dir . '/' . $icon_info['filename'] . '.' . $icon_info['extension'] );
|
1600 |
if ( $image_info ) {
|
1601 |
if ( isset( $image_info[0] ) ) {
|
1602 |
$image_info['width'] = $image_info[0];
|
includes/class-mla-options.php
CHANGED
@@ -1011,6 +1011,7 @@ class MLAOptions {
|
|
1011 |
|
1012 |
$options = apply_filters( 'mla_update_attachment_metadata_options', $options, $data, $post_id );
|
1013 |
$data = apply_filters( 'mla_update_attachment_metadata_prefilter', $data, $post_id, $options );
|
|
|
1014 |
|
1015 |
if ( $options['is_upload'] ) {
|
1016 |
if ( $options['enable_iptc_exif_mapping'] || $options['enable_custom_field_mapping'] ) {
|
@@ -1885,6 +1886,18 @@ class MLAOptions {
|
|
1885 |
*/
|
1886 |
public static function mla_evaluate_iptc_exif_mapping( $post, $category, $settings = NULL, $attachment_metadata = NULL, $is_upload = false ) {
|
1887 |
$image_metadata = MLAData::mla_fetch_attachment_image_metadata( $post->ID );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1888 |
$updates = array();
|
1889 |
$update_all = ( 'iptc_exif_mapping' == $category );
|
1890 |
$data_source_category = $update_all ? 'single_attachment_mapping' : 'custom_field_mapping';
|
1011 |
|
1012 |
$options = apply_filters( 'mla_update_attachment_metadata_options', $options, $data, $post_id );
|
1013 |
$data = apply_filters( 'mla_update_attachment_metadata_prefilter', $data, $post_id, $options );
|
1014 |
+
//error_log( __LINE__ . ' mla_update_attachment_metadata_filter options = ' . var_export( $options, true ), 0 );
|
1015 |
|
1016 |
if ( $options['is_upload'] ) {
|
1017 |
if ( $options['enable_iptc_exif_mapping'] || $options['enable_custom_field_mapping'] ) {
|
1886 |
*/
|
1887 |
public static function mla_evaluate_iptc_exif_mapping( $post, $category, $settings = NULL, $attachment_metadata = NULL, $is_upload = false ) {
|
1888 |
$image_metadata = MLAData::mla_fetch_attachment_image_metadata( $post->ID );
|
1889 |
+
|
1890 |
+
/*
|
1891 |
+
* Make the PDF/XMP metadata available as EXIF values so simple rules like "EXIF:Keywords" will work
|
1892 |
+
*/
|
1893 |
+
if ( empty( $image_metadata['mla_exif_metadata'] ) ) {
|
1894 |
+
if ( ! empty( $image_metadata['mla_xmp_metadata'] ) ) {
|
1895 |
+
$image_metadata['mla_exif_metadata'] = $image_metadata['mla_xmp_metadata'];
|
1896 |
+
} elseif ( ! empty( $image_metadata['mla_pdf_metadata'] ) ) {
|
1897 |
+
$image_metadata['mla_exif_metadata'] = $image_metadata['mla_pdf_metadata'];
|
1898 |
+
}
|
1899 |
+
}
|
1900 |
+
|
1901 |
$updates = array();
|
1902 |
$update_all = ( 'iptc_exif_mapping' == $category );
|
1903 |
$data_source_category = $update_all ? 'single_attachment_mapping' : 'custom_field_mapping';
|
includes/class-mla-settings.php
CHANGED
@@ -988,11 +988,34 @@ class MLASettings {
|
|
988 |
* @return string HTML markup for the option's table row
|
989 |
*/
|
990 |
public static function mla_update_option_row( $key, $value, $option_table = NULL ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
991 |
if ( isset( $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) ) {
|
992 |
$message = '<br>update_option(' . $key . ")\r\n";
|
993 |
switch ( $value['type'] ) {
|
994 |
case 'checkbox':
|
995 |
-
|
|
|
|
|
|
|
|
|
|
|
996 |
break;
|
997 |
case 'header':
|
998 |
case 'subheader':
|
@@ -1024,8 +1047,12 @@ class MLASettings {
|
|
1024 |
$message = '<br>delete_option(' . $key . ')';
|
1025 |
switch ( $value['type'] ) {
|
1026 |
case 'checkbox':
|
1027 |
-
|
1028 |
-
|
|
|
|
|
|
|
|
|
1029 |
break;
|
1030 |
case 'header':
|
1031 |
case 'subheader':
|
@@ -3276,35 +3303,37 @@ class MLASettings {
|
|
3276 |
*/
|
3277 |
foreach ( MLACore::$mla_option_definitions as $key => $value ) {
|
3278 |
if ( 'mla_gallery' == $value['tab'] ) {
|
|
|
|
|
|
|
3279 |
if ( 'select' == $value['type'] ) {
|
3280 |
-
$old_value = MLACore::mla_get_option( $key );
|
3281 |
if ( $old_value != $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) {
|
3282 |
-
$
|
3283 |
-
$message_list .= self::mla_update_option_row( $key, $value );
|
3284 |
}
|
3285 |
} elseif ( 'text' == $value['type'] ) {
|
3286 |
if ( '' == $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) {
|
3287 |
$_REQUEST[ MLA_OPTION_PREFIX . $key ] = $value['std'];
|
3288 |
}
|
3289 |
|
3290 |
-
$old_value = MLACore::mla_get_option( $key );
|
3291 |
if ( $old_value != $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) {
|
3292 |
-
$
|
3293 |
-
$message_list .= self::mla_update_option_row( $key, $value );
|
3294 |
}
|
3295 |
} elseif ( 'checkbox' == $value['type'] ) {
|
3296 |
-
$old_value = MLACore::mla_get_option( $key );
|
3297 |
if ( isset( $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) ) {
|
3298 |
-
$
|
3299 |
} else {
|
3300 |
-
$
|
3301 |
-
}
|
3302 |
-
|
3303 |
-
if ( $checkbox_changed ) {
|
3304 |
-
$settings_changed = true;
|
3305 |
-
$message_list .= self::mla_update_option_row( $key, $value );
|
3306 |
}
|
3307 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3308 |
} // mla_gallery option
|
3309 |
} // foreach mla_options
|
3310 |
|
@@ -4025,7 +4054,7 @@ class MLASettings {
|
|
4025 |
/*
|
4026 |
* Uncomment this for debugging.
|
4027 |
*/
|
4028 |
-
|
4029 |
|
4030 |
/*
|
4031 |
* Add mapping options
|
@@ -4125,7 +4154,7 @@ class MLASettings {
|
|
4125 |
/*
|
4126 |
* Uncomment this for debugging.
|
4127 |
*/
|
4128 |
-
|
4129 |
|
4130 |
return $page_content;
|
4131 |
} // _save_general_settings
|
988 |
* @return string HTML markup for the option's table row
|
989 |
*/
|
990 |
public static function mla_update_option_row( $key, $value, $option_table = NULL ) {
|
991 |
+
$default = MLACore::mla_get_option( $key, true, false, $option_table );
|
992 |
+
|
993 |
+
/*
|
994 |
+
* Checkbox logic is done in the switch statements below,
|
995 |
+
* custom logic is done in the handler.
|
996 |
+
*/
|
997 |
+
if ( ( 'checkbox' != $value['type'] ) && ( 'custom' != $value['type'] ) ) {
|
998 |
+
if ( isset( $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) ) {
|
999 |
+
$current = $_REQUEST[ MLA_OPTION_PREFIX . $key ];
|
1000 |
+
} else {
|
1001 |
+
$current = $default;
|
1002 |
+
}
|
1003 |
+
|
1004 |
+
if ( $current == $default ) {
|
1005 |
+
unset( $_REQUEST[ MLA_OPTION_PREFIX . $key ] );
|
1006 |
+
}
|
1007 |
+
}
|
1008 |
+
|
1009 |
if ( isset( $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) ) {
|
1010 |
$message = '<br>update_option(' . $key . ")\r\n";
|
1011 |
switch ( $value['type'] ) {
|
1012 |
case 'checkbox':
|
1013 |
+
if ( 'checked' == $default ) {
|
1014 |
+
MLACore::mla_delete_option( $key, $option_table );
|
1015 |
+
} else {
|
1016 |
+
$message = '<br>check_option(' . $key . ')';
|
1017 |
+
MLACore::mla_update_option( $key, 'checked', $option_table );
|
1018 |
+
}
|
1019 |
break;
|
1020 |
case 'header':
|
1021 |
case 'subheader':
|
1047 |
$message = '<br>delete_option(' . $key . ')';
|
1048 |
switch ( $value['type'] ) {
|
1049 |
case 'checkbox':
|
1050 |
+
if ( 'checked' == $default ) {
|
1051 |
+
$message = '<br>uncheck_option(' . $key . ')';
|
1052 |
+
MLACore::mla_update_option( $key, 'unchecked', $option_table );
|
1053 |
+
} else {
|
1054 |
+
MLACore::mla_delete_option( $key, $option_table );
|
1055 |
+
}
|
1056 |
break;
|
1057 |
case 'header':
|
1058 |
case 'subheader':
|
3303 |
*/
|
3304 |
foreach ( MLACore::$mla_option_definitions as $key => $value ) {
|
3305 |
if ( 'mla_gallery' == $value['tab'] ) {
|
3306 |
+
$this_setting_changed = false;
|
3307 |
+
$old_value = MLACore::mla_get_option( $key );
|
3308 |
+
|
3309 |
if ( 'select' == $value['type'] ) {
|
|
|
3310 |
if ( $old_value != $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) {
|
3311 |
+
$this_setting_changed = true;
|
|
|
3312 |
}
|
3313 |
} elseif ( 'text' == $value['type'] ) {
|
3314 |
if ( '' == $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) {
|
3315 |
$_REQUEST[ MLA_OPTION_PREFIX . $key ] = $value['std'];
|
3316 |
}
|
3317 |
|
|
|
3318 |
if ( $old_value != $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) {
|
3319 |
+
$this_setting_changed = true;
|
|
|
3320 |
}
|
3321 |
} elseif ( 'checkbox' == $value['type'] ) {
|
|
|
3322 |
if ( isset( $_REQUEST[ MLA_OPTION_PREFIX . $key ] ) ) {
|
3323 |
+
$this_setting_changed = "checked" != $old_value;
|
3324 |
} else {
|
3325 |
+
$this_setting_changed = "checked" == $old_value;
|
|
|
|
|
|
|
|
|
|
|
3326 |
}
|
3327 |
}
|
3328 |
+
|
3329 |
+
/*
|
3330 |
+
* Always update to scrub default settings
|
3331 |
+
*/
|
3332 |
+
$message = self::mla_update_option_row( $key, $value );
|
3333 |
+
if ( $this_setting_changed ) {
|
3334 |
+
$settings_changed = true;
|
3335 |
+
$message_list .= $message;
|
3336 |
+
}
|
3337 |
} // mla_gallery option
|
3338 |
} // foreach mla_options
|
3339 |
|
4054 |
/*
|
4055 |
* Uncomment this for debugging.
|
4056 |
*/
|
4057 |
+
//$message_list = $option_messages . '<br>';
|
4058 |
|
4059 |
/*
|
4060 |
* Add mapping options
|
4154 |
/*
|
4155 |
* Uncomment this for debugging.
|
4156 |
*/
|
4157 |
+
//$page_content['message'] .= $message_list;
|
4158 |
|
4159 |
return $page_content;
|
4160 |
} // _save_general_settings
|
includes/class-mla-shortcode-support.php
CHANGED
@@ -120,14 +120,26 @@ class MLAShortcode_Support {
|
|
120 |
public static function mla_ghostscript_present( $explicit_path = '', $ghostscript_only = false ) {
|
121 |
static $ghostscript_present = NULL;
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
if ( ! $ghostscript_only ) {
|
124 |
if ( isset( $ghostscript_present ) ) {
|
125 |
-
MLACore::mla_debug_add( '<strong>
|
126 |
return $ghostscript_present;
|
127 |
}
|
128 |
|
129 |
if ( 'checked' != MLACore::mla_get_option( 'enable_ghostscript_check' ) ) {
|
130 |
-
MLACore::mla_debug_add( '<strong>
|
131 |
return $ghostscript_present = true;
|
132 |
}
|
133 |
|
@@ -135,7 +147,7 @@ class MLAShortcode_Support {
|
|
135 |
* Imagick must be installed as well
|
136 |
*/
|
137 |
if ( ! class_exists( 'Imagick' ) ) {
|
138 |
-
MLACore::mla_debug_add( '<strong>
|
139 |
return $ghostscript_present = false;
|
140 |
}
|
141 |
} // not ghostscript_only
|
@@ -144,20 +156,20 @@ class MLAShortcode_Support {
|
|
144 |
* Look for exec() - from http://stackoverflow.com/a/12980534/866618
|
145 |
*/
|
146 |
if ( ini_get('safe_mode') ) {
|
147 |
-
MLACore::mla_debug_add( '<strong>
|
148 |
return $ghostscript_present = false;
|
149 |
}
|
150 |
|
151 |
$blacklist = preg_split( '/,\s*/', ini_get('disable_functions') . ',' . ini_get('suhosin.executor.func.blacklist') );
|
152 |
if ( in_array('exec', $blacklist) ) {
|
153 |
-
MLACore::mla_debug_add( '<strong>
|
154 |
return $ghostscript_present = false;
|
155 |
}
|
156 |
|
157 |
if ( 'WIN' === strtoupper( substr( PHP_OS, 0, 3) ) ) {
|
158 |
if ( ! empty( $explicit_path ) ) {
|
159 |
$return = exec( 'dir /o:n/s/b "' . $explicit_path . '"' );
|
160 |
-
MLACore::mla_debug_add( '<strong>
|
161 |
if ( ! empty( $return ) ) {
|
162 |
return $ghostscript_present = true;
|
163 |
} else {
|
@@ -166,44 +178,52 @@ class MLAShortcode_Support {
|
|
166 |
}
|
167 |
|
168 |
$return = getenv('GSC');
|
|
|
169 |
if ( ! empty( $return ) ) {
|
170 |
return $ghostscript_present = true;
|
171 |
}
|
172 |
|
173 |
$return = exec('where gswin*c.exe');
|
|
|
174 |
if ( ! empty( $return ) ) {
|
175 |
return $ghostscript_present = true;
|
176 |
}
|
177 |
|
178 |
$return = exec('dir /o:n/s/b "C:\Program Files\gs\*gswin*c.exe"');
|
|
|
179 |
if ( ! empty( $return ) ) {
|
180 |
return $ghostscript_present = true;
|
181 |
}
|
182 |
|
183 |
$return = exec('dir /o:n/s/b "C:\Program Files (x86)\gs\*gswin32c.exe"');
|
|
|
184 |
if ( ! empty( $return ) ) {
|
185 |
return $ghostscript_present = true;
|
186 |
}
|
187 |
|
188 |
-
MLACore::mla_debug_add( '<strong>
|
189 |
return $ghostscript_present = false;
|
190 |
} // Windows platform
|
191 |
|
192 |
if ( ! empty( $explicit_path ) ) {
|
193 |
exec( 'test -e ' . $explicit_path, $dummy, $ghostscript_path );
|
194 |
-
MLACore::mla_debug_add( '<strong>
|
195 |
return ( $explicit_path === $ghostscript_path );
|
196 |
}
|
197 |
|
198 |
$return = exec('which gs');
|
|
|
199 |
if ( ! empty( $return ) ) {
|
200 |
return $ghostscript_present = true;
|
201 |
}
|
202 |
|
203 |
$test_path = '/usr/bin/gs';
|
204 |
-
|
205 |
-
|
206 |
-
return
|
|
|
|
|
|
|
207 |
}
|
208 |
|
209 |
/**
|
@@ -400,6 +420,7 @@ class MLAShortcode_Support {
|
|
400 |
|
401 |
'mla_alt_shortcode' => NULL,
|
402 |
'mla_alt_ids_name' => 'ids',
|
|
|
403 |
|
404 |
// paginatation arguments defined in $mla_get_shortcode_attachments_parameters
|
405 |
// 'mla_page_parameter' => 'mla_paginate_current', handled in code with $mla_page_parameter
|
@@ -549,7 +570,7 @@ class MLAShortcode_Support {
|
|
549 |
$blacklist = array_merge( $mla_arguments, self::$mla_get_shortcode_attachments_parameters );
|
550 |
}
|
551 |
|
552 |
-
$
|
553 |
foreach ( $attr as $key => $value ) {
|
554 |
if ( array_key_exists( $key, $blacklist ) ) {
|
555 |
continue;
|
@@ -560,31 +581,38 @@ class MLAShortcode_Support {
|
|
560 |
$value = '"' . $slashed . '"';
|
561 |
}
|
562 |
|
563 |
-
$
|
564 |
} // foreach $attr
|
565 |
|
566 |
-
$new_ids = '';
|
567 |
-
foreach ( $attachments as $value ) {
|
568 |
-
$new_ids .= empty( $new_ids ) ? (string) $value->ID : ',' . $value->ID;
|
569 |
-
} // foreach $attachments
|
570 |
-
|
571 |
-
$new_ids = $arguments['mla_alt_ids_name'] . '="' . $new_ids . '"';
|
572 |
-
|
573 |
-
if ( self::$mla_debug ) {
|
574 |
-
$output = MLACore::mla_debug_flush();
|
575 |
-
} else {
|
576 |
-
$output = '';
|
577 |
-
}
|
578 |
-
|
579 |
/*
|
580 |
-
*
|
581 |
*/
|
582 |
-
$
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
588 |
} // mla_alt_shortcode
|
589 |
|
590 |
/*
|
@@ -834,12 +862,12 @@ class MLAShortcode_Support {
|
|
834 |
* Look for gallery-level markup substitution parameters
|
835 |
*/
|
836 |
$new_text = $open_template . $row_open_template . $row_close_template . $close_template;
|
837 |
-
|
838 |
$markup_values = MLAData::mla_expand_field_level_parameters( $new_text, $attr, $markup_values );
|
|
|
839 |
if ( self::$mla_debug ) {
|
840 |
-
$output = MLACore::mla_debug_flush();
|
841 |
} else {
|
842 |
-
$output = '';
|
843 |
}
|
844 |
|
845 |
if ($is_gallery ) {
|
@@ -971,7 +999,7 @@ class MLAShortcode_Support {
|
|
971 |
}
|
972 |
|
973 |
$post_meta = MLAQuery::mla_fetch_attachment_metadata( $attachment->ID );
|
974 |
-
$base_file = $post_meta['mla_wp_attached_file'];
|
975 |
$sizes = isset( $post_meta['mla_wp_attachment_metadata']['sizes'] ) ? $post_meta['mla_wp_attachment_metadata']['sizes'] : array();
|
976 |
|
977 |
if ( !empty( $post_meta['mla_wp_attachment_metadata']['width'] ) ) {
|
@@ -1078,8 +1106,13 @@ class MLAShortcode_Support {
|
|
1078 |
* caption with 'aria-describedby'. The caption has a matching 'id' attribute
|
1079 |
* "$selector-#id". See below for the MLA equivalent processing.
|
1080 |
*/
|
1081 |
-
|
1082 |
-
|
|
|
|
|
|
|
|
|
|
|
1083 |
|
1084 |
if ( in_array( $attachment->post_mime_type, array( 'image/svg+xml' ) ) ) {
|
1085 |
$registered_dimensions = self::_registered_dimensions();
|
@@ -1289,6 +1322,7 @@ class MLAShortcode_Support {
|
|
1289 |
$link_tag = $matches[1][0][0];
|
1290 |
$item_values['thumbnail_content'] = $matches[2][0][0];
|
1291 |
} else {
|
|
|
1292 |
$item_values['thumbnail_content'] = '';
|
1293 |
}
|
1294 |
|
@@ -1499,6 +1533,16 @@ class MLAShortcode_Support {
|
|
1499 |
}
|
1500 |
|
1501 |
$item_values = apply_filters( 'mla_gallery_item_values', $item_values );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1502 |
$item_template = apply_filters( 'mla_gallery_item_template', $item_template );
|
1503 |
$parse_value = MLAData::mla_parse_template( $item_template, $item_values );
|
1504 |
$output .= apply_filters( 'mla_gallery_item_parse', $parse_value, $item_template, $item_values );
|
@@ -1518,7 +1562,20 @@ class MLAShortcode_Support {
|
|
1518 |
}
|
1519 |
} // foreach attachment
|
1520 |
|
1521 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1522 |
/*
|
1523 |
* Close out partial row
|
1524 |
*/
|
@@ -1790,12 +1847,6 @@ class MLAShortcode_Support {
|
|
1790 |
|
1791 |
$tags = self::mla_get_terms( $arguments );
|
1792 |
|
1793 |
-
if ( self::$mla_debug ) {
|
1794 |
-
$cloud = MLACore::mla_debug_flush();
|
1795 |
-
} else {
|
1796 |
-
$cloud = '';
|
1797 |
-
}
|
1798 |
-
|
1799 |
/*
|
1800 |
* Invalid taxonomy names return WP_Error
|
1801 |
*/
|
@@ -1814,10 +1865,26 @@ class MLAShortcode_Support {
|
|
1814 |
return;
|
1815 |
}
|
1816 |
|
1817 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1818 |
if ( self::$mla_debug ) {
|
1819 |
MLACore::mla_debug_add( '<strong>' . __( 'mla_debug empty cloud', 'media-library-assistant' ) . '</strong>, query = ' . var_export( $arguments, true ) );
|
1820 |
$cloud = MLACore::mla_debug_flush();
|
|
|
|
|
|
|
|
|
|
|
|
|
1821 |
}
|
1822 |
|
1823 |
$cloud .= $arguments['mla_nolink_text'];
|
@@ -1833,14 +1900,10 @@ class MLAShortcode_Support {
|
|
1833 |
return;
|
1834 |
}
|
1835 |
|
1836 |
-
|
1837 |
-
|
1838 |
-
*/
|
1839 |
-
if ( isset( $tags['found_rows'] ) ) {
|
1840 |
-
$found_rows = $tags['found_rows'];
|
1841 |
-
unset( $tags['found_rows'] );
|
1842 |
} else {
|
1843 |
-
$
|
1844 |
}
|
1845 |
|
1846 |
$min_count = 0x7FFFFFFF;
|
120 |
public static function mla_ghostscript_present( $explicit_path = '', $ghostscript_only = false ) {
|
121 |
static $ghostscript_present = NULL;
|
122 |
|
123 |
+
/*
|
124 |
+
* If $ghostscript_only = false, let the mla_debug parameter control logging
|
125 |
+
*/
|
126 |
+
if ( $ghostscript_only ) {
|
127 |
+
$mla_debug_category = MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL;
|
128 |
+
} else {
|
129 |
+
$mla_debug_category = NULL;
|
130 |
+
}
|
131 |
+
|
132 |
+
MLACore::mla_debug_add( "MLAShortcode_Support::mla_ghostscript_present( {$ghostscript_only} ) explicit_path = " . var_export( $explicit_path, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
133 |
+
MLACore::mla_debug_add( "MLAShortcode_Support::mla_ghostscript_present( {$ghostscript_only} ) ghostscript_present = " . var_export( $ghostscript_present, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
134 |
+
|
135 |
if ( ! $ghostscript_only ) {
|
136 |
if ( isset( $ghostscript_present ) ) {
|
137 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, ghostscript_present = ' . var_export( $ghostscript_present, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
138 |
return $ghostscript_present;
|
139 |
}
|
140 |
|
141 |
if ( 'checked' != MLACore::mla_get_option( 'enable_ghostscript_check' ) ) {
|
142 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, disabled', $mla_debug_category );
|
143 |
return $ghostscript_present = true;
|
144 |
}
|
145 |
|
147 |
* Imagick must be installed as well
|
148 |
*/
|
149 |
if ( ! class_exists( 'Imagick' ) ) {
|
150 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, Imagick missing', $mla_debug_category );
|
151 |
return $ghostscript_present = false;
|
152 |
}
|
153 |
} // not ghostscript_only
|
156 |
* Look for exec() - from http://stackoverflow.com/a/12980534/866618
|
157 |
*/
|
158 |
if ( ini_get('safe_mode') ) {
|
159 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, safe_mode', $mla_debug_category );
|
160 |
return $ghostscript_present = false;
|
161 |
}
|
162 |
|
163 |
$blacklist = preg_split( '/,\s*/', ini_get('disable_functions') . ',' . ini_get('suhosin.executor.func.blacklist') );
|
164 |
if ( in_array('exec', $blacklist) ) {
|
165 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, exec in blacklist', $mla_debug_category );
|
166 |
return $ghostscript_present = false;
|
167 |
}
|
168 |
|
169 |
if ( 'WIN' === strtoupper( substr( PHP_OS, 0, 3) ) ) {
|
170 |
if ( ! empty( $explicit_path ) ) {
|
171 |
$return = exec( 'dir /o:n/s/b "' . $explicit_path . '"' );
|
172 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, WIN explicit path = ' . var_export( $return, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
173 |
if ( ! empty( $return ) ) {
|
174 |
return $ghostscript_present = true;
|
175 |
} else {
|
178 |
}
|
179 |
|
180 |
$return = getenv('GSC');
|
181 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, getenv(GSC) = ' . var_export( $return, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
182 |
if ( ! empty( $return ) ) {
|
183 |
return $ghostscript_present = true;
|
184 |
}
|
185 |
|
186 |
$return = exec('where gswin*c.exe');
|
187 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, exec(where gswin*c.exe) = ' . var_export( $return, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
188 |
if ( ! empty( $return ) ) {
|
189 |
return $ghostscript_present = true;
|
190 |
}
|
191 |
|
192 |
$return = exec('dir /o:n/s/b "C:\Program Files\gs\*gswin*c.exe"');
|
193 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, exec(dir /o:n/s/b "C:\Program Files\gs\*gswin*c.exe") = ' . var_export( $return, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
194 |
if ( ! empty( $return ) ) {
|
195 |
return $ghostscript_present = true;
|
196 |
}
|
197 |
|
198 |
$return = exec('dir /o:n/s/b "C:\Program Files (x86)\gs\*gswin32c.exe"');
|
199 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, exec(dir /o:n/s/b "C:\Program Files (x86)\gs\*gswin32c.exe") = ' . var_export( $return, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
200 |
if ( ! empty( $return ) ) {
|
201 |
return $ghostscript_present = true;
|
202 |
}
|
203 |
|
204 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, WIN detection failed', $mla_debug_category );
|
205 |
return $ghostscript_present = false;
|
206 |
} // Windows platform
|
207 |
|
208 |
if ( ! empty( $explicit_path ) ) {
|
209 |
exec( 'test -e ' . $explicit_path, $dummy, $ghostscript_path );
|
210 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, explicit path = ' . var_export( $explicit_path, true ) . ', ghostscript_path = ' . var_export( $ghostscript_path, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
211 |
return ( $explicit_path === $ghostscript_path );
|
212 |
}
|
213 |
|
214 |
$return = exec('which gs');
|
215 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, exec(which gs) = ' . var_export( $return, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
216 |
if ( ! empty( $return ) ) {
|
217 |
return $ghostscript_present = true;
|
218 |
}
|
219 |
|
220 |
$test_path = '/usr/bin/gs';
|
221 |
+
$output = array();
|
222 |
+
$return_arg = -1;
|
223 |
+
$return = exec( 'test -e ' . $test_path, $output, $return_arg );
|
224 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, test_path = ' . var_export( $test_path, true ) . ', return_arg = ' . var_export( $return_arg, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
225 |
+
MLACore::mla_debug_add( '<strong>MLAShortcode_Support::mla_ghostscript_present</strong>, return = ' . var_export( $return, true ) . ', output = ' . var_export( $output, true ), MLACore::MLA_DEBUG_CATEGORY_THUMBNAIL );
|
226 |
+
return $ghostscript_present = ( $test_path === $return_arg );
|
227 |
}
|
228 |
|
229 |
/**
|
420 |
|
421 |
'mla_alt_shortcode' => NULL,
|
422 |
'mla_alt_ids_name' => 'ids',
|
423 |
+
'mla_alt_ids_value' => NULL,
|
424 |
|
425 |
// paginatation arguments defined in $mla_get_shortcode_attachments_parameters
|
426 |
// 'mla_page_parameter' => 'mla_paginate_current', handled in code with $mla_page_parameter
|
570 |
$blacklist = array_merge( $mla_arguments, self::$mla_get_shortcode_attachments_parameters );
|
571 |
}
|
572 |
|
573 |
+
$mla_alt_shortcode_args = '';
|
574 |
foreach ( $attr as $key => $value ) {
|
575 |
if ( array_key_exists( $key, $blacklist ) ) {
|
576 |
continue;
|
581 |
$value = '"' . $slashed . '"';
|
582 |
}
|
583 |
|
584 |
+
$mla_alt_shortcode_args .= empty( $mla_alt_shortcode_args ) ? $key . '=' . $value : ' ' . $key . '=' . $value;
|
585 |
} // foreach $attr
|
586 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
587 |
/*
|
588 |
+
* If an alternate value has been specified we must delay alt shortcode execution
|
589 |
*/
|
590 |
+
$mla_alt_ids_value = is_null( $arguments['mla_alt_ids_value'] ) ? NULL : str_replace( '{+', '[+', str_replace( '+}', '+]', $arguments['mla_alt_ids_value'] ) );
|
591 |
+
$mla_alt_shortcode_ids = array();
|
592 |
+
|
593 |
+
if ( is_null( $mla_alt_ids_value ) ) {
|
594 |
+
foreach ( $attachments as $value ) {
|
595 |
+
$mla_alt_shortcode_ids[] = $value->ID;
|
596 |
+
} // foreach $attachments
|
597 |
+
|
598 |
+
$mla_alt_shortcode_ids = $arguments['mla_alt_ids_name'] . '="' . implode( ',', $mla_alt_shortcode_ids ) . '"';
|
599 |
+
|
600 |
+
if ( self::$mla_debug ) {
|
601 |
+
$output = MLACore::mla_debug_flush();
|
602 |
+
} else {
|
603 |
+
$output = '';
|
604 |
+
}
|
605 |
+
|
606 |
+
/*
|
607 |
+
* Execute the alternate gallery shortcode with the new parameters
|
608 |
+
*/
|
609 |
+
$content = apply_filters( 'mla_gallery_final_content', $content );
|
610 |
+
if ( ! empty( $content ) ) {
|
611 |
+
return $output . do_shortcode( sprintf( '[%1$s %2$s %3$s]%4$s[/%5$s]', $arguments['mla_alt_shortcode'], $mla_alt_shortcode_ids, $mla_alt_shortcode_args, $content, $arguments['mla_alt_shortcode'] ) );
|
612 |
+
} else {
|
613 |
+
return $output . do_shortcode( sprintf( '[%1$s %2$s %3$s]', $arguments['mla_alt_shortcode'], $mla_alt_shortcode_ids, $mla_alt_shortcode_args ) );
|
614 |
+
}
|
615 |
+
} // is_null( $mla_alt_ids_value )
|
616 |
} // mla_alt_shortcode
|
617 |
|
618 |
/*
|
862 |
* Look for gallery-level markup substitution parameters
|
863 |
*/
|
864 |
$new_text = $open_template . $row_open_template . $row_close_template . $close_template;
|
|
|
865 |
$markup_values = MLAData::mla_expand_field_level_parameters( $new_text, $attr, $markup_values );
|
866 |
+
|
867 |
if ( self::$mla_debug ) {
|
868 |
+
$mla_alt_ids_output = $output = MLACore::mla_debug_flush();
|
869 |
} else {
|
870 |
+
$mla_alt_ids_output = $output = '';
|
871 |
}
|
872 |
|
873 |
if ($is_gallery ) {
|
999 |
}
|
1000 |
|
1001 |
$post_meta = MLAQuery::mla_fetch_attachment_metadata( $attachment->ID );
|
1002 |
+
$base_file = isset( $post_meta['mla_wp_attached_file'] ) ? $post_meta['mla_wp_attached_file'] : '';
|
1003 |
$sizes = isset( $post_meta['mla_wp_attachment_metadata']['sizes'] ) ? $post_meta['mla_wp_attachment_metadata']['sizes'] : array();
|
1004 |
|
1005 |
if ( !empty( $post_meta['mla_wp_attachment_metadata']['width'] ) ) {
|
1106 |
* caption with 'aria-describedby'. The caption has a matching 'id' attribute
|
1107 |
* "$selector-#id". See below for the MLA equivalent processing.
|
1108 |
*/
|
1109 |
+
if ( 'attachment' == $attachment->post_type ) {
|
1110 |
+
$item_values['pagelink'] = wp_get_attachment_link($attachment->ID, $size, true, $show_icon, $link_text);
|
1111 |
+
$item_values['filelink'] = wp_get_attachment_link($attachment->ID, $size, false, $show_icon, $link_text);
|
1112 |
+
} else {
|
1113 |
+
$item_values['pagelink'] = sprintf( '<a href=\'%1$s\'>%2$s</a>', $attachment->guid, $attachment->post_title );
|
1114 |
+
$item_values['filelink'] = sprintf( '<a href=\'%1$s\'>%2$s</a>', get_permalink( $attachment->ID ), $attachment->post_title );
|
1115 |
+
}
|
1116 |
|
1117 |
if ( in_array( $attachment->post_mime_type, array( 'image/svg+xml' ) ) ) {
|
1118 |
$registered_dimensions = self::_registered_dimensions();
|
1322 |
$link_tag = $matches[1][0][0];
|
1323 |
$item_values['thumbnail_content'] = $matches[2][0][0];
|
1324 |
} else {
|
1325 |
+
$link_tag = '';
|
1326 |
$item_values['thumbnail_content'] = '';
|
1327 |
}
|
1328 |
|
1533 |
}
|
1534 |
|
1535 |
$item_values = apply_filters( 'mla_gallery_item_values', $item_values );
|
1536 |
+
|
1537 |
+
/*
|
1538 |
+
* Accumulate mla_alt_shortcode_ids when mla_alt_ids_value present
|
1539 |
+
*/
|
1540 |
+
if ( is_string( $arguments['mla_alt_shortcode'] ) && is_string( $mla_alt_ids_value ) ) {
|
1541 |
+
$item_values = MLAData::mla_expand_field_level_parameters( $mla_alt_ids_value, $attr, $item_values );
|
1542 |
+
$mla_alt_shortcode_ids[] = MLAData::mla_parse_template( $mla_alt_ids_value, $item_values );
|
1543 |
+
continue;
|
1544 |
+
}
|
1545 |
+
|
1546 |
$item_template = apply_filters( 'mla_gallery_item_template', $item_template );
|
1547 |
$parse_value = MLAData::mla_parse_template( $item_template, $item_values );
|
1548 |
$output .= apply_filters( 'mla_gallery_item_parse', $parse_value, $item_template, $item_values );
|
1562 |
}
|
1563 |
} // foreach attachment
|
1564 |
|
1565 |
+
/*
|
1566 |
+
* Execute the alternate gallery shortcode with the new parameters
|
1567 |
+
*/
|
1568 |
+
if ( is_string( $arguments['mla_alt_shortcode'] ) && is_string( $mla_alt_ids_value ) ) {
|
1569 |
+
$mla_alt_shortcode_ids = $arguments['mla_alt_ids_name'] . '="' . implode( ',', $mla_alt_shortcode_ids ) . '"';
|
1570 |
+
$content = apply_filters( 'mla_gallery_final_content', $content );
|
1571 |
+
if ( ! empty( $content ) ) {
|
1572 |
+
return $output . do_shortcode( sprintf( '[%1$s %2$s %3$s]%4$s[/%5$s]', $arguments['mla_alt_shortcode'], $mla_alt_shortcode_ids, $mla_alt_shortcode_args, $content, $arguments['mla_alt_shortcode'] ) );
|
1573 |
+
} else {
|
1574 |
+
return $output . do_shortcode( sprintf( '[%1$s %2$s %3$s]', $arguments['mla_alt_shortcode'], $mla_alt_shortcode_ids, $mla_alt_shortcode_args ) );
|
1575 |
+
}
|
1576 |
+
}
|
1577 |
+
|
1578 |
+
if ( $is_gallery ) {
|
1579 |
/*
|
1580 |
* Close out partial row
|
1581 |
*/
|
1847 |
|
1848 |
$tags = self::mla_get_terms( $arguments );
|
1849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1850 |
/*
|
1851 |
* Invalid taxonomy names return WP_Error
|
1852 |
*/
|
1865 |
return;
|
1866 |
}
|
1867 |
|
1868 |
+
/*
|
1869 |
+
* Fill in the item_specific link properties, calculate cloud parameters
|
1870 |
+
*/
|
1871 |
+
if ( isset( $tags['found_rows'] ) ) {
|
1872 |
+
$found_rows = $tags['found_rows'];
|
1873 |
+
unset( $tags['found_rows'] );
|
1874 |
+
} else {
|
1875 |
+
$found_rows = count( $tags );
|
1876 |
+
}
|
1877 |
+
|
1878 |
+
if ( 0 == $found_rows ) {
|
1879 |
if ( self::$mla_debug ) {
|
1880 |
MLACore::mla_debug_add( '<strong>' . __( 'mla_debug empty cloud', 'media-library-assistant' ) . '</strong>, query = ' . var_export( $arguments, true ) );
|
1881 |
$cloud = MLACore::mla_debug_flush();
|
1882 |
+
|
1883 |
+
if ( '<p></p>' == $cloud ) {
|
1884 |
+
$cloud = '';
|
1885 |
+
}
|
1886 |
+
} else {
|
1887 |
+
$cloud = '';
|
1888 |
}
|
1889 |
|
1890 |
$cloud .= $arguments['mla_nolink_text'];
|
1900 |
return;
|
1901 |
}
|
1902 |
|
1903 |
+
if ( self::$mla_debug ) {
|
1904 |
+
$cloud = MLACore::mla_debug_flush();
|
|
|
|
|
|
|
|
|
1905 |
} else {
|
1906 |
+
$cloud = '';
|
1907 |
}
|
1908 |
|
1909 |
$min_count = 0x7FFFFFFF;
|
includes/mla-plugin-loader.php
CHANGED
@@ -65,6 +65,7 @@ if ( ! empty( $mla_plugin_loader_error_messages ) ) {
|
|
65 |
* Minimum support functions required by all other components
|
66 |
*/
|
67 |
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-core.php' );
|
|
|
68 |
add_action( 'init', 'MLACore::initialize', 0x7FFFFFFF );
|
69 |
|
70 |
/*
|
@@ -77,6 +78,12 @@ if ( ! empty( $mla_plugin_loader_error_messages ) ) {
|
|
77 |
}
|
78 |
|
79 |
if( defined('DOING_AJAX') && DOING_AJAX ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
/*
|
81 |
* Quick and Bulk Edit requires full support for content templates, etc.
|
82 |
* IPTC/EXIF and Custom Field mapping require full support, too.
|
@@ -101,12 +108,6 @@ if ( ! empty( $mla_plugin_loader_error_messages ) ) {
|
|
101 |
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-data-query.php' );
|
102 |
add_action( 'init', 'MLAQuery::initialize', 0x7FFFFFFF );
|
103 |
|
104 |
-
/*
|
105 |
-
* Ajax handlers
|
106 |
-
*/
|
107 |
-
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-ajax.php' );
|
108 |
-
add_action( 'init', 'MLA_Ajax::initialize', 0x7FFFFFFF );
|
109 |
-
|
110 |
/*
|
111 |
* Other plugins such as "No Cache AJAX Widgets" might need shortcodes
|
112 |
*/
|
@@ -150,7 +151,6 @@ if ( ! empty( $mla_plugin_loader_error_messages ) ) {
|
|
150 |
* Main program
|
151 |
*/
|
152 |
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-main.php' );
|
153 |
-
add_action( 'plugins_loaded', 'MLA::mla_plugins_loaded_action', 0x7FFFFFFF );
|
154 |
add_action( 'init', 'MLA::initialize', 0x7FFFFFFF );
|
155 |
|
156 |
/*
|
65 |
* Minimum support functions required by all other components
|
66 |
*/
|
67 |
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-core.php' );
|
68 |
+
add_action( 'plugins_loaded', 'MLACore::mla_plugins_loaded_action', 0x7FFFFFFF );
|
69 |
add_action( 'init', 'MLACore::initialize', 0x7FFFFFFF );
|
70 |
|
71 |
/*
|
78 |
}
|
79 |
|
80 |
if( defined('DOING_AJAX') && DOING_AJAX ) {
|
81 |
+
/*
|
82 |
+
* Ajax handlers
|
83 |
+
*/
|
84 |
+
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-ajax.php' );
|
85 |
+
add_action( 'init', 'MLA_Ajax::initialize', 0x7FFFFFFF );
|
86 |
+
|
87 |
/*
|
88 |
* Quick and Bulk Edit requires full support for content templates, etc.
|
89 |
* IPTC/EXIF and Custom Field mapping require full support, too.
|
108 |
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-data-query.php' );
|
109 |
add_action( 'init', 'MLAQuery::initialize', 0x7FFFFFFF );
|
110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
/*
|
112 |
* Other plugins such as "No Cache AJAX Widgets" might need shortcodes
|
113 |
*/
|
151 |
* Main program
|
152 |
*/
|
153 |
require_once( MLA_PLUGIN_PATH . 'includes/class-mla-main.php' );
|
|
|
154 |
add_action( 'init', 'MLA::initialize', 0x7FFFFFFF );
|
155 |
|
156 |
/*
|
includes/mla-stream-image.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
/*
|
10 |
* Process mla_viewer image stream requests
|
11 |
*/
|
12 |
-
//@ini_set('error_log','C:\Program Files (x86)\Apache Software Foundation\
|
13 |
|
14 |
require_once( pathinfo( __FILE__, PATHINFO_DIRNAME ) . '/class-mla-image-processor.php' );
|
15 |
|
9 |
/*
|
10 |
* Process mla_viewer image stream requests
|
11 |
*/
|
12 |
+
//@ini_set('error_log','C:\Program Files (x86)\Apache Software Foundation\Apache24\logs\php-errors.log');
|
13 |
|
14 |
require_once( pathinfo( __FILE__, PATHINFO_DIRNAME ) . '/class-mla-image-processor.php' );
|
15 |
|
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.
|
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.
|
20 |
Author URI: http://fairtradejudaica.org/our-story/staff/
|
21 |
|
22 |
Copyright 2011-2015 David Lingren
|
@@ -106,6 +106,7 @@ $mla_name_conflict_candidates =
|
|
106 |
'MLA_Ajax' => 'class',
|
107 |
'MLACore' => 'class',
|
108 |
'MLA_Checklist_Walker' => 'class',
|
|
|
109 |
'MLAPDF' => 'class',
|
110 |
'MLAQuery' => 'class',
|
111 |
'MLAReferences' => 'class',
|
6 |
* will the rest of the plugin be loaded and run.
|
7 |
*
|
8 |
* @package Media Library Assistant
|
9 |
+
* @version 2.24
|
10 |
*/
|
11 |
|
12 |
/*
|
16 |
Author: David Lingren, Fair Trade Judaica
|
17 |
Text Domain: media-library-assistant
|
18 |
Domain Path: /languages
|
19 |
+
Version: 2.24
|
20 |
Author URI: http://fairtradejudaica.org/our-story/staff/
|
21 |
|
22 |
Copyright 2011-2015 David Lingren
|
106 |
'MLA_Ajax' => 'class',
|
107 |
'MLACore' => 'class',
|
108 |
'MLA_Checklist_Walker' => 'class',
|
109 |
+
'CPAC_Storage_Model_MLA' => 'class',
|
110 |
'MLAPDF' => 'class',
|
111 |
'MLAQuery' => 'class',
|
112 |
'MLAReferences' => 'class',
|
languages/media-library-assistant-en_US - References.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Media Library Assistant\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2015-08-21 21:38-0800\n"
|
7 |
"Last-Translator: David Lingren <david@fairtradejudaica.org>\n"
|
8 |
"Language-Team: David Lingren <david@fairtradejudaica.org>\n"
|
@@ -20,262 +20,275 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-1: tests\n"
|
21 |
"X-Poedit-SearchPath-2: index.php\n"
|
22 |
|
23 |
-
|
24 |
-
#: includes/class-mla-
|
25 |
-
#: includes/class-mla-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
#: includes/class-mla-objects.php:316 includes/class-mla-options.php:818
|
27 |
#: includes/mla-main-search-box-template.php:50
|
28 |
#: includes/mla-media-modal-js-template.php:40
|
29 |
msgid "Title"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: includes/class-mla-ajax.php:
|
33 |
#: includes/class-mla-thumbnail-generation.php:436
|
34 |
msgid "Type"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: includes/class-mla-ajax.php:
|
38 |
msgid "Date"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: includes/class-mla-ajax.php:
|
42 |
-
#: includes/class-mla-settings.php:
|
43 |
msgid "Status"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: includes/class-mla-ajax.php:
|
47 |
-
#: includes/class-mla-list-table.php:
|
48 |
-
#: includes/class-mla-polylang-support.php:
|
49 |
#: includes/class-mla-thumbnail-generation.php:97
|
50 |
msgid "(no title)"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: includes/class-mla-ajax.php:
|
54 |
msgid "Published"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: includes/class-mla-ajax.php:
|
58 |
-
#: includes/class-mla-list-table.php:
|
59 |
msgid "Scheduled"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: includes/class-mla-ajax.php:
|
63 |
msgid "Pending Review"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: includes/class-mla-ajax.php:
|
67 |
-
#: includes/class-mla-list-table.php:
|
68 |
msgid "Draft"
|
69 |
msgstr ""
|
70 |
|
71 |
#. translators: date format in table columns, see http://php.net/date
|
72 |
#. translators: format for upload/last modified date
|
73 |
-
#: includes/class-mla-ajax.php:
|
74 |
-
#: includes/class-mla-list-table.php:
|
75 |
-
#: includes/class-mla-list-table.php:
|
76 |
msgid "Y/m/d"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: includes/class-mla-ajax.php:
|
80 |
-
#: includes/class-mla-ajax.php:
|
81 |
-
#: includes/class-mla-core.php:
|
|
|
82 |
#: includes/class-mla-data-pdf.php:216 includes/class-mla-data-pdf.php:517
|
83 |
#: includes/class-mla-data-pdf.php:519 includes/class-mla-data-pdf.php:565
|
84 |
-
#: includes/class-mla-data-pdf.php:749 includes/class-mla-data-query.php:
|
85 |
-
#: includes/class-mla-data.php:
|
86 |
-
#: includes/class-mla-data.php:
|
87 |
-
#: includes/class-mla-data.php:
|
88 |
-
#: includes/class-mla-data.php:
|
89 |
-
#: includes/class-mla-data.php:
|
90 |
-
#: includes/class-mla-data.php:
|
91 |
-
#: includes/class-mla-data.php:
|
92 |
-
#: includes/class-mla-data.php:
|
93 |
-
#: includes/class-mla-data.php:
|
94 |
-
#: includes/class-mla-data.php:
|
95 |
-
#: includes/class-mla-data.php:
|
96 |
-
#: includes/class-mla-
|
97 |
-
#: includes/class-mla-edit-media.php:
|
98 |
-
#: includes/class-mla-
|
99 |
-
#: includes/class-mla-main.php:
|
100 |
-
#: includes/class-mla-main.php:
|
101 |
-
#: includes/class-mla-main.php:
|
102 |
-
#: includes/class-mla-main.php:
|
103 |
-
#: includes/class-mla-main.php:
|
104 |
-
#: includes/class-mla-main.php:
|
105 |
-
#: includes/class-mla-main.php:
|
106 |
-
#: includes/class-mla-main.php:
|
107 |
-
#: includes/class-mla-
|
108 |
-
#: includes/class-mla-
|
109 |
-
#: includes/class-mla-mime-types.php:
|
110 |
-
#: includes/class-mla-mime-types.php:
|
111 |
-
#: includes/class-mla-mime-types.php:
|
112 |
-
#: includes/class-mla-mime-types.php:1908
|
113 |
-
#: includes/class-mla-mime-types.php:1919
|
114 |
-
#: includes/class-mla-mime-types.php:1932
|
115 |
-
#: includes/class-mla-mime-types.php:1940
|
116 |
#: includes/class-mla-mime-types.php:1945
|
117 |
-
#: includes/class-mla-mime-types.php:
|
118 |
-
#: includes/class-mla-mime-types.php:
|
119 |
-
#: includes/class-mla-mime-types.php:
|
120 |
-
#: includes/class-mla-mime-types.php:
|
121 |
-
#: includes/class-mla-mime-types.php:
|
122 |
-
#: includes/class-mla-mime-types.php:
|
123 |
-
#: includes/class-mla-mime-types.php:
|
124 |
-
#: includes/class-mla-mime-types.php:
|
|
|
|
|
|
|
125 |
#: includes/class-mla-options.php:611 includes/class-mla-options.php:788
|
126 |
-
#: includes/class-mla-options.php:864 includes/class-mla-options.php:
|
127 |
-
#: includes/class-mla-options.php:
|
128 |
-
#: includes/class-mla-options.php:
|
129 |
-
#: includes/class-mla-options.php:
|
130 |
-
#: includes/class-mla-options.php:
|
131 |
-
#: includes/class-mla-options.php:
|
132 |
-
#: includes/class-mla-options.php:
|
133 |
-
#: includes/class-mla-options.php:
|
134 |
#: includes/class-mla-settings.php:635 includes/class-mla-settings.php:649
|
135 |
#: includes/class-mla-settings.php:678 includes/class-mla-settings.php:689
|
136 |
#: includes/class-mla-settings.php:779 includes/class-mla-settings.php:913
|
137 |
-
#: includes/class-mla-settings.php:
|
138 |
-
#: includes/class-mla-settings.php:
|
139 |
-
#: includes/class-mla-settings.php:
|
140 |
-
#: includes/class-mla-settings.php:
|
141 |
-
#: includes/class-mla-settings.php:
|
142 |
-
#: includes/class-mla-settings.php:
|
143 |
-
#: includes/class-mla-settings.php:
|
144 |
-
#: includes/class-mla-settings.php:
|
145 |
-
#: includes/class-mla-settings.php:
|
146 |
-
#: includes/class-mla-settings.php:
|
147 |
-
#: includes/class-mla-settings.php:
|
148 |
-
#: includes/class-mla-settings.php:
|
149 |
-
#: includes/class-mla-settings.php:
|
150 |
-
#: includes/class-mla-settings.php:
|
151 |
-
#: includes/class-mla-settings.php:
|
152 |
-
#: includes/class-mla-settings.php:
|
153 |
-
#: includes/class-mla-settings.php:
|
154 |
-
#: includes/class-mla-settings.php:
|
155 |
-
#: includes/class-mla-settings.php:
|
156 |
-
#: includes/class-mla-settings.php:
|
157 |
-
#: includes/class-mla-shortcode-support.php:
|
158 |
-
#: includes/class-mla-shortcode-support.php:
|
159 |
-
#: includes/class-mla-shortcode-support.php:
|
160 |
-
#: includes/class-mla-shortcode-support.php:
|
161 |
-
#: includes/class-mla-shortcode-support.php:
|
162 |
#: includes/class-mla-thumbnail-generation.php:256
|
163 |
#: includes/class-mla-thumbnail-generation.php:270
|
164 |
#: includes/class-mla-thumbnail-generation.php:316
|
165 |
msgid "ERROR"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/class-mla-ajax.php:
|
169 |
msgid "No post ID found"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/class-mla-ajax.php:
|
173 |
-
#: includes/class-mla-polylang-support.php:
|
174 |
msgid "You are not allowed to edit this Attachment."
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: includes/class-mla-core.php:
|
178 |
msgid "Attachment Categories"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: includes/class-mla-core.php:
|
182 |
msgid "Check this option to add support for Attachment Categories."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: includes/class-mla-core.php:
|
186 |
msgid "Attachment Tags"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: includes/class-mla-core.php:
|
190 |
msgid "Check this option to add support for Attachment Tags."
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: includes/class-mla-core.php:
|
194 |
msgid "Where-used Reporting"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: includes/class-mla-core.php:
|
198 |
msgid "Exclude Revisions"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: includes/class-mla-core.php:
|
202 |
msgid "Check this option to exclude revisions from where-used reporting."
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: includes/class-mla-core.php:
|
206 |
msgid "Where-used database access tuning"
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: includes/class-mla-core.php:
|
210 |
-
#: includes/class-mla-edit-media.php:
|
211 |
msgid "Featured in"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: includes/class-mla-core.php:
|
215 |
msgid "Enabled"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: includes/class-mla-core.php:
|
219 |
-
#: includes/class-mla-core.php:
|
220 |
-
#: includes/class-mla-list-table.php:
|
221 |
-
#: includes/class-mla-list-table.php:
|
222 |
-
#: includes/class-mla-list-table.php:
|
223 |
-
#: includes/class-mla-list-table.php:
|
224 |
msgid "Disabled"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: includes/class-mla-core.php:
|
228 |
msgid "Search database posts and pages for Featured Image attachments."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: includes/class-mla-core.php:
|
232 |
-
#: includes/class-mla-edit-media.php:
|
233 |
msgid "Inserted in"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: includes/class-mla-core.php:
|
237 |
msgid "Base"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: includes/class-mla-core.php:
|
241 |
msgid ""
|
242 |
"Search database posts and pages for attachments embedded in content."
|
243 |
"<br> Base = ignore intermediate size suffixes; use path, base "
|
244 |
"name and extension only."
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: includes/class-mla-core.php:
|
248 |
-
#: includes/class-mla-edit-media.php:
|
249 |
msgid "Gallery in"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: includes/class-mla-core.php:
|
253 |
msgid "Dynamic"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: includes/class-mla-core.php:
|
257 |
-
#: includes/class-mla-main.php:
|
258 |
-
#: includes/class-mla-settings.php:
|
259 |
msgid "Refresh"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: includes/class-mla-core.php:
|
263 |
msgid "Cached"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: includes/class-mla-core.php:
|
267 |
msgid ""
|
268 |
"Search database posts and pages for [gallery] shortcode results.<br> "
|
269 |
" Dynamic = once every page load, Cached = once every login, Disabled = "
|
270 |
"never.<br> Refresh = update references, then set to Cached."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: includes/class-mla-core.php:
|
274 |
-
#: includes/class-mla-edit-media.php:
|
275 |
msgid "MLA Gallery in"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: includes/class-mla-core.php:
|
279 |
msgid ""
|
280 |
"Search database posts and pages for [mla_gallery] shortcode results."
|
281 |
"<br> Dynamic = once every page load, Cached = once every login, "
|
@@ -283,112 +296,101 @@ msgid ""
|
|
283 |
"Cached."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: includes/class-mla-core.php:
|
287 |
msgid "Taxonomy Support"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: includes/class-mla-core.php:
|
291 |
msgid "Compute Attachments Column"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: includes/class-mla-core.php:
|
295 |
msgid ""
|
296 |
"Check this option to calculate attachments per term in the Attachments "
|
297 |
"Column."
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: includes/class-mla-core.php:
|
301 |
msgid ""
|
302 |
"Check the \"<strong>Support</strong>\" box to add the taxonomy to the "
|
303 |
"Assistant and the Edit Media screen."
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: includes/class-mla-core.php:
|
307 |
msgid ""
|
308 |
"Check the \"<strong>Inline Edit</strong>\" box to display the taxonomy in "
|
309 |
"the Quick Edit and Bulk Edit areas."
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: includes/class-mla-core.php:
|
313 |
msgid ""
|
314 |
"Check the \"<strong>Term Search</strong>\" box to add the taxonomy to the "
|
315 |
"\"Search Media/Terms\" list."
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: includes/class-mla-core.php:
|
319 |
-
#: includes/class-mla-settings.php:
|
320 |
msgid "For complete documentation"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: includes/class-mla-core.php:
|
324 |
-
#: includes/class-mla-settings.php:
|
325 |
msgid "click here"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: includes/class-mla-core.php:
|
329 |
msgid ""
|
330 |
"Check the \"<strong>Checklist</strong>\" box to enable the checklist-style "
|
331 |
"meta box for a flat taxonomy."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: includes/class-mla-core.php:
|
335 |
msgid ""
|
336 |
"You must also check the <strong>\"Enable enhanced checklist taxonomies\"</"
|
337 |
"strong> box below to enable this feature."
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: includes/class-mla-core.php:
|
341 |
msgid ""
|
342 |
"Check the \"<strong>Checked On Top</strong>\" box to moved checked terms to "
|
343 |
"the top of the checklist-style meta box."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: includes/class-mla-core.php:
|
347 |
msgid ""
|
348 |
"Use the \"<strong>List Filter</strong>\" option to select the taxonomy on "
|
349 |
"which to filter the Assistant table listing."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: includes/class-mla-core.php:
|
353 |
msgid "Media/Assistant Screen Options"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: includes/class-mla-core.php:
|
357 |
msgid "Admin Menu Options"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: includes/class-mla-core.php:
|
361 |
msgid "Page Title"
|
362 |
msgstr ""
|
363 |
|
364 |
-
|
365 |
-
#: includes/class-mla-core.php:668 includes/class-mla-settings.php:458
|
366 |
-
#: includes/class-mla-settings.php:3205 includes/class-mla-settings.php:3225
|
367 |
-
#: index.php:48
|
368 |
-
msgid "Media Library Assistant"
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: includes/class-mla-core.php:670
|
372 |
msgid "Enter the title for the Media/Assistant submenu page"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: includes/class-mla-core.php:
|
376 |
msgid "Menu Title"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: includes/class-mla-core.php:
|
380 |
-
msgid "Assistant"
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: includes/class-mla-core.php:678
|
384 |
msgid "Enter the title for the Media/Assistant submenu entry"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: includes/class-mla-core.php:
|
388 |
msgid "Submenu Order"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: includes/class-mla-core.php:
|
392 |
msgid ""
|
393 |
"Enter the position of the Media/Assistant submenu entry.<br> 0 = "
|
394 |
"natural order (at bottom), 1 - 4 = at top<br> "
|
@@ -396,272 +398,272 @@ msgid ""
|
|
396 |
"\""
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: includes/class-mla-core.php:
|
400 |
msgid "Display Media/Library"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: includes/class-mla-core.php:
|
404 |
msgid ""
|
405 |
"Check/uncheck this option to display/remove the WordPress Media/Library "
|
406 |
"submenu entry."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: includes/class-mla-core.php:
|
410 |
msgid "Table Defaults"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: includes/class-mla-core.php:
|
414 |
msgid "Order By"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: includes/class-mla-core.php:
|
418 |
-
#: includes/class-mla-core.php:
|
419 |
-
#: includes/class-mla-list-table.php:
|
420 |
-
#: includes/class-mla-settings.php:
|
421 |
msgid "None"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: includes/class-mla-core.php:
|
425 |
msgid "ID/Parent"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: includes/class-mla-core.php:
|
429 |
msgid "Select the column for the sort order of the Assistant table listing."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: includes/class-mla-core.php:
|
433 |
msgid "Order"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: includes/class-mla-core.php:
|
437 |
msgid "Ascending"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: includes/class-mla-core.php:
|
441 |
msgid "Descending"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: includes/class-mla-core.php:
|
445 |
msgid "Choose the sort order."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: includes/class-mla-core.php:
|
449 |
msgid "Views Width"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: includes/class-mla-core.php:
|
453 |
msgid "Enter the width for the views list, in pixels (px) or percent (%)"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: includes/class-mla-core.php:
|
457 |
msgid "Icon Size"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: includes/class-mla-core.php:
|
461 |
msgid "Enter the size of the thumbnail/icon images, in pixels"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: includes/class-mla-core.php:
|
465 |
msgid "Bulk Chunk Size"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: includes/class-mla-core.php:
|
469 |
msgid "Enter the size of the Bulk Edit and Map All processing chunks"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: includes/class-mla-core.php:
|
473 |
msgid "Taxonomy Filter parameters"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: includes/class-mla-core.php:
|
477 |
msgid "Maximum Depth"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: includes/class-mla-core.php:
|
481 |
msgid ""
|
482 |
"Enter the number of levels displayed for hierarchial taxonomies; enter zero "
|
483 |
"for no limit."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: includes/class-mla-core.php:
|
487 |
msgid "Include Children"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: includes/class-mla-core.php:
|
491 |
msgid ""
|
492 |
"Check/uncheck this option to include/exclude children for hierarchical "
|
493 |
"taxonomies."
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: includes/class-mla-core.php:
|
497 |
msgid "Search Media Defaults"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: includes/class-mla-core.php:
|
501 |
msgid "Display Search Controls"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: includes/class-mla-core.php:
|
505 |
msgid ""
|
506 |
"Check/uncheck this option to display/hide the and/or connector and search "
|
507 |
"fields controls."
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: includes/class-mla-core.php:
|
511 |
msgid ""
|
512 |
"Use these controls to set defaults for the and/or connector and search "
|
513 |
"fields controls.<br>These defaults will be used for the Search Media boxes "
|
514 |
"on both the Media/Assistant submenu<br>and the Media Manager Modal Window."
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: includes/class-mla-core.php:
|
518 |
msgid "Media/Edit Media Enhancements"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: includes/class-mla-core.php:
|
522 |
msgid "Enable "enhanced checklist" taxonomies"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: includes/class-mla-core.php:
|
526 |
msgid ""
|
527 |
"Check this option to enable the \"? Search\" feature for hierarchical "
|
528 |
"taxonomies, e.g., Att. Categories.<br> This option also enables "
|
529 |
"the \"checklist-style\" support for flat taxonomies, e.g., Att. Tags."
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: includes/class-mla-core.php:
|
533 |
msgid "Enable Edit Media additional meta boxes"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: includes/class-mla-core.php:
|
537 |
msgid ""
|
538 |
"Check this option to add \"Parent Info\", \"Menu Order\", \"Attachment "
|
539 |
"Metadata\" and four \"where-used\" meta boxes to the Edit Media screen."
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: includes/class-mla-core.php:
|
543 |
msgid "You can also use Filters to customize the meta boxes."
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: includes/class-mla-core.php:
|
547 |
msgid "Media/Add New Enhancements"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: includes/class-mla-core.php:
|
551 |
msgid "Enable "bulk edit" area"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: includes/class-mla-core.php:
|
555 |
msgid ""
|
556 |
"Check this option to enable the \"Bulk Edit area\" feature on the Media/Add "
|
557 |
"New screen."
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: includes/class-mla-core.php:
|
561 |
msgid ""bulk edit" area on top"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: includes/class-mla-core.php:
|
565 |
msgid ""
|
566 |
"Check this option to move the \"Bulk Edit area\" to the top of the Media/Add "
|
567 |
"New screen."
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: includes/class-mla-core.php:
|
571 |
msgid ""bulk edit" area initially open"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: includes/class-mla-core.php:
|
575 |
msgid ""
|
576 |
"Check this option to automatically open the \"Bulk Edit area\" when the "
|
577 |
"Media/Add New screen is displayed."
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: includes/class-mla-core.php:
|
581 |
msgid "Media Manager/Media Grid Enhancements"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: includes/class-mla-core.php:
|
585 |
msgid "Enable Media Grid Enhancements"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: includes/class-mla-core.php:
|
589 |
msgid ""
|
590 |
"Check/uncheck this option to enable/disable Media Library Grid View "
|
591 |
"Enhancements."
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: includes/class-mla-core.php:
|
595 |
msgid "Enable Media Manager Enhancements"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: includes/class-mla-core.php:
|
599 |
msgid ""
|
600 |
"Check/uncheck this option to enable/disable Media Manager Modal Window "
|
601 |
"Enhancements."
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: includes/class-mla-core.php:
|
605 |
msgid "Media Manager Enhanced MIME Type filter"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: includes/class-mla-core.php:
|
609 |
msgid ""
|
610 |
"Check this option to filter by more MIME Types, e.g., text, applications."
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: includes/class-mla-core.php:
|
614 |
msgid "Media Manager Month and Year filter"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: includes/class-mla-core.php:
|
618 |
msgid "Check this option to filter by month and year uploaded."
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: includes/class-mla-core.php:
|
622 |
msgid "Media Manager Category/Tag filter"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: includes/class-mla-core.php:
|
626 |
msgid "Check this option to filter by taxonomy terms."
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: includes/class-mla-core.php:
|
630 |
msgid "Media Manager Terms Search popup"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: includes/class-mla-core.php:
|
634 |
msgid "Check this option to enable the \"Terms Search\" popup window."
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: includes/class-mla-core.php:
|
638 |
msgid "Media Manager Enhanced Search Media box"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: includes/class-mla-core.php:
|
642 |
msgid "Check this option to enable search box enhancements."
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: includes/class-mla-core.php:
|
646 |
msgid "Media Manager Enhanced Search Media Controls"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: includes/class-mla-core.php:
|
650 |
msgid "Media Manager Checklist meta boxes"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: includes/class-mla-core.php:
|
654 |
msgid ""
|
655 |
"Check this option to enable MLA-enhanced meta boxes in the \"ATTACHMENT "
|
656 |
"DETAILS\" pane.<br> This option is for any taxonomy that uses a "
|
657 |
"<strong>\"checklist-style\"</strong> meta box."
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: includes/class-mla-core.php:
|
661 |
msgid "Media Manager Flat meta boxes"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: includes/class-mla-core.php:
|
665 |
msgid ""
|
666 |
"Check this option to enable MLA-enhanced meta boxes in the \"ATTACHMENT "
|
667 |
"DETAILS\" pane.<br> This option is for <strong>flat taxonomies</"
|
@@ -669,162 +671,172 @@ msgid ""
|
|
669 |
"style\" meta box."
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: includes/class-mla-core.php:
|
673 |
msgid "Media Manager auto-fill meta boxes"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: includes/class-mla-core.php:
|
677 |
msgid ""
|
678 |
"Check this option to automatically fill MLA-enhanced meta boxes in the "
|
679 |
"\"ATTACHMENT DETAILS\" pane<br> when the item is selected."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: includes/class-mla-core.php:
|
683 |
msgid "Media Manager Order By"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: includes/class-mla-core.php:
|
687 |
-
#: includes/class-mla-core.php:
|
688 |
-
#: includes/class-mla-core.php:
|
689 |
msgid "Media Manager Default"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: includes/class-mla-core.php:
|
693 |
msgid "Title/Name"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: includes/class-mla-core.php:
|
697 |
msgid ""
|
698 |
"If you want to override the Media Manager default,<br> select a "
|
699 |
"column for the sort order of the Media Library listing."
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: includes/class-mla-core.php:
|
703 |
msgid "Media Manager Order"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: includes/class-mla-core.php:
|
707 |
msgid "Attachment Display Settings"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: includes/class-mla-core.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
711 |
msgid "Alignment"
|
712 |
msgstr ""
|
713 |
|
714 |
#. translators: 1: option name, e.g., Alignment, Link To or Size
|
715 |
-
#: includes/class-mla-core.php:
|
716 |
-
#: includes/class-mla-core.php:
|
717 |
#, php-format
|
718 |
msgid ""
|
719 |
"Select a value for the default %1$s option in the Attachment Display "
|
720 |
"Settings."
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: includes/class-mla-core.php:
|
724 |
msgid "Left"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: includes/class-mla-core.php:
|
728 |
msgid "Center"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: includes/class-mla-core.php:
|
732 |
msgid "Right"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: includes/class-mla-core.php:
|
736 |
msgid "Link To"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: includes/class-mla-core.php:
|
740 |
msgid "Media File"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: includes/class-mla-core.php:
|
744 |
msgid "Attachment Page"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: includes/class-mla-core.php:
|
748 |
msgid "Custom URL"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: includes/class-mla-core.php:
|
752 |
msgid "Size"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: includes/class-mla-core.php:
|
756 |
#: includes/class-mla-thumbnail-generation.php:396
|
757 |
#: includes/class-mla-thumbnail-generation.php:443
|
758 |
msgid "Thumbnail"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: includes/class-mla-core.php:
|
762 |
msgid "Medium"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: includes/class-mla-core.php:
|
766 |
msgid "Large"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: includes/class-mla-core.php:
|
770 |
msgid "Full Size"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: includes/class-mla-core.php:
|
774 |
msgid "Default [mla_gallery] Templates and Settings"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: includes/class-mla-core.php:
|
778 |
-
#: includes/class-mla-core.php:
|
779 |
-
#: includes/class-mla-settings.php:
|
780 |
-
#: includes/class-mla-settings.php:
|
781 |
-
#: includes/class-mla-settings.php:
|
782 |
msgid "Style Template"
|
783 |
msgstr ""
|
784 |
|
785 |
#. translators: 1: template type 2: shortcode
|
786 |
-
#: includes/class-mla-core.php:
|
787 |
-
#: includes/class-mla-core.php:
|
788 |
#, php-format
|
789 |
msgid "Select the default %1$s for your %2$s shortcodes."
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: includes/class-mla-core.php:
|
793 |
msgid "Markup Template"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: includes/class-mla-core.php:
|
797 |
-
#: includes/class-mla-settings.php:
|
798 |
-
#: includes/class-mla-settings.php:
|
799 |
-
#: includes/class-mla-settings.php:
|
800 |
msgid "markup template"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: includes/class-mla-core.php:
|
804 |
msgid "Default columns"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: includes/class-mla-core.php:
|
808 |
msgid ""
|
809 |
"Enter the number of [mla_tag_cloud] columns; must be a positive integer."
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: includes/class-mla-core.php:
|
813 |
msgid "Default mla_margin"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: includes/class-mla-core.php:
|
817 |
msgid ""
|
818 |
"Enter the CSS \"margin\" property value, in length (px, em, pt, etc.), "
|
819 |
"percent (%), \"auto\" or \"inherit\".<br> Enter \"none\" to "
|
820 |
"remove the property entirely."
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: includes/class-mla-core.php:
|
824 |
msgid "Default mla_itemwidth"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: includes/class-mla-core.php:
|
828 |
msgid ""
|
829 |
"Enter the CSS \"width\" property value, in length (px, em, pt, etc.), "
|
830 |
"percent (%), \"auto\" or \"inherit\".<br> Enter \"calculate"
|
@@ -834,19 +846,19 @@ msgid ""
|
|
834 |
"the property entirely."
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: includes/class-mla-core.php:
|
838 |
msgid "Enter the number of [mla_gallery] columns; must be a positive integer."
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: includes/class-mla-core.php:
|
842 |
msgid "Thumbnail Substitution Support, mla_viewer"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: includes/class-mla-core.php:
|
846 |
msgid "Enable thumbnail substitution"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: includes/class-mla-core.php:
|
850 |
msgid ""
|
851 |
"Check this option to allow the \"mla_viewer\" to generate thumbnail images "
|
852 |
"for PDF documents. Thumbnails are generated dynamically, each time the item "
|
@@ -855,32 +867,32 @@ msgid ""
|
|
855 |
"strong>"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: includes/class-mla-core.php:
|
859 |
msgid "Enable Featured Images"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: includes/class-mla-core.php:
|
863 |
msgid ""
|
864 |
"Check this option to extend Featured Image support to all Media Library "
|
865 |
"items. The Featured Image can be used as a thumbnail image for the item in "
|
866 |
"an [mla_gallery] display."
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: includes/class-mla-core.php:
|
870 |
msgid "Enable Featured Image Generation"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: includes/class-mla-core.php:
|
874 |
msgid ""
|
875 |
"Check this option to enable the \"Thumbnail\" generation action in the Media/"
|
876 |
"Assistant submenu Bulk Actions dropdown."
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: includes/class-mla-core.php:
|
880 |
msgid "Enable explicit Ghostscript check"
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: includes/class-mla-core.php:
|
884 |
msgid ""
|
885 |
"Check this option to enable the explicit check for Ghostscript support "
|
886 |
"required for thumbnail generation. If your Ghostscript software is in a non-"
|
@@ -889,22 +901,22 @@ msgid ""
|
|
889 |
"leave this option checked unless you know it is safe to turn it off."
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: includes/class-mla-core.php:
|
893 |
msgid "Ghostscript path"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: includes/class-mla-core.php:
|
897 |
msgid ""
|
898 |
"If your “gs” executable is in a non-standard location, enter the "
|
899 |
"full path and filename here, e.g., “/usr/bin/gs”. It will "
|
900 |
"override the search for Ghostscript in other places."
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: includes/class-mla-core.php:
|
904 |
msgid "Enable custom field mapping when adding new media"
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: includes/class-mla-core.php:
|
908 |
msgid ""
|
909 |
"Check this option to enable mapping when uploading new media (attachments)."
|
910 |
"<br> Click Save Changes at the bottom of the screen if you change "
|
@@ -912,18 +924,18 @@ msgid ""
|
|
912 |
"buttons on the bulk edit, single edit and settings screens."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: includes/class-mla-core.php:
|
916 |
msgid "Enable custom field mapping when updating media metadata"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: includes/class-mla-core.php:
|
920 |
msgid ""
|
921 |
"Check this option to enable mapping when media (attachments) metadata is "
|
922 |
"regenerated,<br> e.g., when the Media/Edit Media \"Edit Image\" "
|
923 |
"functions are used."
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: includes/class-mla-core.php:
|
927 |
msgid ""
|
928 |
"Update the custom field mapping values above, then click Save Changes to "
|
929 |
"make the updates permanent.<br>You can also make temporary updates and click "
|
@@ -931,22 +943,22 @@ msgid ""
|
|
931 |
"saving any rule changes."
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: includes/class-mla-core.php:
|
935 |
msgid "Enable IPTC/EXIF Mapping when adding new media"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: includes/class-mla-core.php:
|
939 |
msgid ""
|
940 |
"Check this option to enable mapping when uploading new media (attachments)."
|
941 |
"<br> Does NOT affect the operation of the \"Map\" buttons on the "
|
942 |
"bulk edit, single edit and settings screens."
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: includes/class-mla-core.php:
|
946 |
msgid "Enable IPTC/EXIF Mapping when updating media metadata"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: includes/class-mla-core.php:
|
950 |
msgid ""
|
951 |
"Update the standard field mapping values above, then click <strong>Save "
|
952 |
"Changes</strong> to make the updates permanent.<br>You can also make "
|
@@ -955,13 +967,13 @@ msgid ""
|
|
955 |
"changes."
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: includes/class-mla-core.php:
|
959 |
msgid ""
|
960 |
"Update the taxonomy term mapping values above, then click <strong>Save "
|
961 |
"Changes</strong> or <strong>Map All Attachments, Taxonomy Terms Now</strong>."
|
962 |
msgstr ""
|
963 |
|
964 |
-
#: includes/class-mla-core.php:
|
965 |
msgid ""
|
966 |
"<strong>Update</strong> individual custom field mapping values above, or "
|
967 |
"make several updates and click <strong>Save Changes</strong> below to apply "
|
@@ -972,279 +984,293 @@ msgid ""
|
|
972 |
"changes."
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: includes/class-mla-core.php:
|
976 |
msgid "IPTC/EXIF Mapping help"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: includes/class-mla-core.php:
|
980 |
-
#: includes/class-mla-edit-media.php:427 includes/class-mla-main.php:
|
981 |
msgid "Name/Slug"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: includes/class-mla-core.php:
|
985 |
-
#: includes/class-mla-edit-media.php:430 includes/class-mla-list-table.php:
|
986 |
-
#: includes/class-mla-main.php:
|
987 |
#: includes/mla-main-search-box-template.php:52
|
988 |
#: includes/mla-media-modal-js-template.php:48
|
989 |
msgid "ALT Text"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: includes/class-mla-core.php:
|
993 |
-
#: includes/class-mla-edit-media.php:428 includes/class-mla-main.php:
|
994 |
#: includes/class-mla-options.php:827
|
995 |
#: includes/mla-main-search-box-template.php:53
|
996 |
#: includes/mla-media-modal-js-template.php:53
|
997 |
msgid "Caption"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: includes/class-mla-core.php:
|
1001 |
-
#: includes/class-mla-edit-media.php:429 includes/class-mla-main.php:
|
1002 |
-
#: includes/class-mla-options.php:830 includes/class-mla-settings.php:
|
1003 |
-
#: includes/class-mla-settings.php:
|
1004 |
-
#: includes/class-mla-settings.php:
|
1005 |
#: includes/mla-main-search-box-template.php:54
|
1006 |
#: includes/mla-media-modal-js-template.php:57
|
1007 |
msgid "Description"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: includes/class-mla-core.php:
|
1011 |
msgid "Enable View and Post MIME Type Support"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: includes/class-mla-core.php:
|
1015 |
msgid ""
|
1016 |
"Check/uncheck this option to enable/disable Post MIME Type Support, then "
|
1017 |
"click <strong>Save Changes</strong> to record the new setting."
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: includes/class-mla-core.php:
|
1021 |
msgid "Post MIME Types help."
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: includes/class-mla-core.php:
|
1025 |
msgctxt "table_view_singular"
|
1026 |
msgid "All"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: includes/class-mla-core.php:
|
1030 |
msgctxt "table_view_plural"
|
1031 |
msgid "All"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: includes/class-mla-core.php:
|
1035 |
-
#: includes/class-mla-core.php:
|
1036 |
msgctxt "post_mime_types_description"
|
1037 |
msgid "Built-in view"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: includes/class-mla-core.php:
|
1041 |
msgctxt "table_view_singular"
|
1042 |
msgid "Image"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: includes/class-mla-core.php:
|
1046 |
msgctxt "table_view_plural"
|
1047 |
msgid "Images"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: includes/class-mla-core.php:
|
1051 |
msgctxt "post_mime_types_description"
|
1052 |
msgid "All image subtypes"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: includes/class-mla-core.php:
|
1056 |
msgctxt "table_view_singular"
|
1057 |
msgid "Audio"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: includes/class-mla-core.php:
|
1061 |
msgctxt "table_view_plural"
|
1062 |
msgid "Audio"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: includes/class-mla-core.php:
|
1066 |
msgctxt "post_mime_types_description"
|
1067 |
msgid "All audio subtypes"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: includes/class-mla-core.php:
|
1071 |
msgctxt "table_view_singular"
|
1072 |
msgid "Video"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: includes/class-mla-core.php:
|
1076 |
msgctxt "table_view_plural"
|
1077 |
msgid "Video"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: includes/class-mla-core.php:
|
1081 |
msgctxt "post_mime_types_description"
|
1082 |
msgid "All video subtypes"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: includes/class-mla-core.php:
|
1086 |
msgctxt "table_view_singular"
|
1087 |
msgid "Text"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
-
#: includes/class-mla-core.php:
|
1091 |
msgctxt "table_view_plural"
|
1092 |
msgid "Text"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: includes/class-mla-core.php:
|
1096 |
msgctxt "post_mime_types_description"
|
1097 |
msgid "All text subtypes"
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
#: includes/class-mla-core.php:
|
1101 |
msgctxt "table_view_singular"
|
1102 |
msgid "Application"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: includes/class-mla-core.php:
|
1106 |
msgctxt "table_view_plural"
|
1107 |
msgid "Applications"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: includes/class-mla-core.php:
|
1111 |
msgctxt "post_mime_types_description"
|
1112 |
msgid "All application subtypes"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: includes/class-mla-core.php:
|
1116 |
msgctxt "table_view_singular"
|
1117 |
msgid "Unattached"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: includes/class-mla-core.php:
|
1121 |
msgctxt "table_view_plural"
|
1122 |
msgid "Unattached"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: includes/class-mla-core.php:
|
1126 |
msgctxt "table_view_singular"
|
1127 |
msgid "Attached"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: includes/class-mla-core.php:
|
1131 |
msgctxt "table_view_plural"
|
1132 |
msgid "Attached"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
-
#: includes/class-mla-core.php:
|
1136 |
msgctxt "table_view_singular"
|
1137 |
msgid "Trash"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: includes/class-mla-core.php:
|
1141 |
msgctxt "table_view_plural"
|
1142 |
msgid "Trash"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: includes/class-mla-core.php:
|
1146 |
msgid "Enable Upload MIME Type Support"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: includes/class-mla-core.php:
|
1150 |
msgid ""
|
1151 |
"Check/uncheck this option to enable/disable Upload MIME Type Support, then "
|
1152 |
"click <strong>Save Changes</strong> to record the new setting."
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: includes/class-mla-core.php:
|
1156 |
msgid "Upload MIME Types help."
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: includes/class-mla-core.php:
|
1160 |
msgid "Enable MLA File Type Icons Support"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: includes/class-mla-core.php:
|
1164 |
msgid ""
|
1165 |
"Check/uncheck this option to enable/disable MLA File Type Icons Support, "
|
1166 |
"then click <strong>Save Changes</strong> to record the new setting."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: includes/class-mla-core.php:
|
1170 |
msgid "Display Limit"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: includes/class-mla-core.php:
|
1174 |
msgid ""
|
1175 |
"Enter the maximum number of debug log characters to display; enter zero or "
|
1176 |
"leave blank for no limit."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: includes/class-mla-core.php:
|
1180 |
msgid "Debug File"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: includes/class-mla-core.php:
|
1184 |
msgid ""
|
1185 |
"Enter the name of an alternate, MLA-specific debug log file; leave blank to "
|
1186 |
"use the PHP error_log."
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: includes/class-mla-core.php:
|
1190 |
msgid "Replace PHP error_log file"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: includes/class-mla-core.php:
|
1194 |
msgid ""
|
1195 |
"Check this option to replace the PHP error_log file with the MLA Debug File."
|
1196 |
"<br> allows capture of PHP messages in the MLA Debug File."
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: includes/class-mla-core.php:
|
1200 |
msgid "PHP Reporting"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: includes/class-mla-core.php:
|
1204 |
msgid ""
|
1205 |
"Enter a numeric error_reporting value, e.g., 0x7FFF or 32767; leave blank to "
|
1206 |
"use the existing PHP error_reporting value."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: includes/class-mla-core.php:
|
1210 |
msgid "MLA Reporting"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: includes/class-mla-core.php:
|
1214 |
msgid ""
|
1215 |
"Enter a numeric MLA_DEBUG_LEVEL value, e.g., 0x0003 or 3; leave blank to use "
|
1216 |
"the existing MLA_DEBUG_LEVEL value."
|
1217 |
msgstr ""
|
1218 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1219 |
#. translators: 1: ERROR tag 2: raw_mime_type
|
1220 |
-
#: includes/class-mla-core.php:
|
1221 |
#, php-format
|
1222 |
msgid "%1$s: Bad specification part \"%2$s\""
|
1223 |
msgstr ""
|
1224 |
|
1225 |
#. translators: 1: ERROR tag 2: option, e.g., any, match, null
|
1226 |
-
#: includes/class-mla-core.php:
|
1227 |
#, php-format
|
1228 |
msgid "%1$s: Bad specification option \"%2$s\""
|
1229 |
msgstr ""
|
1230 |
|
1231 |
#. translators: 1: ERROR tag 2: prefix, e.g., custom
|
1232 |
-
#: includes/class-mla-core.php:
|
1233 |
#, php-format
|
1234 |
msgid "%1$s: Bad specification prefix \"%2$s\""
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: includes/class-mla-core.php:
|
1238 |
msgid "Most Used"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
#. translators: %s: add new taxonomy label
|
1242 |
-
#: includes/class-mla-core.php:
|
1243 |
#, php-format
|
1244 |
msgid "+ %s"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: includes/class-mla-core.php:
|
1248 |
#: includes/class-mla-media-modal.php:601
|
1249 |
#: includes/mla-media-modal-js-template.php:28
|
1250 |
#: includes/mla-media-modal-js-template.php:71
|
@@ -1286,67 +1312,67 @@ msgctxt "error_log"
|
|
1286 |
msgid "%1$s: File \"%2$s\", startxref not found."
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: includes/class-mla-data-query.php:
|
1290 |
msgctxt "list_table_column"
|
1291 |
msgid "ID/Parent"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: includes/class-mla-data-query.php:
|
1295 |
msgctxt "list_table_column"
|
1296 |
msgid "Title/Name"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: includes/class-mla-data-query.php:
|
1300 |
msgctxt "list_table_column"
|
1301 |
msgid "Title"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: includes/class-mla-data-query.php:
|
1305 |
msgctxt "list_table_column"
|
1306 |
msgid "Name"
|
1307 |
msgstr ""
|
1308 |
|
1309 |
-
#: includes/class-mla-data-query.php:
|
1310 |
msgctxt "list_table_column"
|
1311 |
msgid "Parent ID"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
-
#: includes/class-mla-data-query.php:
|
1315 |
msgctxt "list_table_column"
|
1316 |
msgid "Menu Order"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
-
#: includes/class-mla-data-query.php:
|
1320 |
msgctxt "list_table_column"
|
1321 |
msgid "Featured in"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: includes/class-mla-data-query.php:
|
1325 |
msgctxt "list_table_column"
|
1326 |
msgid "Inserted in"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
-
#: includes/class-mla-data-query.php:
|
1330 |
msgctxt "list_table_column"
|
1331 |
msgid "Gallery in"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: includes/class-mla-data-query.php:
|
1335 |
msgctxt "list_table_column"
|
1336 |
msgid "MLA Gallery in"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
-
#: includes/class-mla-data-query.php:
|
1340 |
msgctxt "list_table_column"
|
1341 |
msgid "ALT Text"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: includes/class-mla-data-query.php:
|
1345 |
msgctxt "list_table_column"
|
1346 |
msgid "Caption"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: includes/class-mla-data-query.php:
|
1350 |
#: includes/class-mla-upload-list-table.php:193
|
1351 |
#: includes/class-mla-upload-optional-list-table.php:171
|
1352 |
#: includes/class-mla-view-list-table.php:179
|
@@ -1354,125 +1380,125 @@ msgctxt "list_table_column"
|
|
1354 |
msgid "Description"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: includes/class-mla-data-query.php:
|
1358 |
#: includes/class-mla-upload-list-table.php:185
|
1359 |
#: includes/class-mla-upload-optional-list-table.php:168
|
1360 |
msgctxt "list_table_column"
|
1361 |
msgid "MIME Type"
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: includes/class-mla-data-query.php:
|
1365 |
msgctxt "list_table_column"
|
1366 |
msgid "File URL"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: includes/class-mla-data-query.php:
|
1370 |
msgctxt "list_table_column"
|
1371 |
msgid "Base File"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: includes/class-mla-data-query.php:
|
1375 |
msgctxt "list_table_column"
|
1376 |
msgid "Date"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: includes/class-mla-data-query.php:
|
1380 |
msgctxt "list_table_column"
|
1381 |
msgid "Last Modified"
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: includes/class-mla-data-query.php:
|
1385 |
msgctxt "list_table_column"
|
1386 |
msgid "Author"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: includes/class-mla-data-query.php:
|
1390 |
msgctxt "list_table_column"
|
1391 |
msgid "Attached to"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
#. translators: 1: ERROR tag 2: function name 3: non-array value
|
1395 |
-
#: includes/class-mla-data-query.php:
|
1396 |
-
#: includes/class-mla-main.php:
|
1397 |
-
#: includes/class-mla-media-modal.php:571 includes/class-mla-mime-types.php:
|
1398 |
-
#: includes/class-mla-mime-types.php:
|
1399 |
-
#: includes/class-mla-mime-types.php:
|
1400 |
-
#: includes/class-mla-settings.php:
|
1401 |
#, php-format
|
1402 |
msgctxt "error_log"
|
1403 |
msgid "%1$s: %2$s non-array \"%3$s\""
|
1404 |
msgstr ""
|
1405 |
|
1406 |
#. translators: 1: DEBUG tag 2: query filter details
|
1407 |
-
#: includes/class-mla-data-query.php:
|
1408 |
#, php-format
|
1409 |
msgctxt "error_log"
|
1410 |
msgid "%1$s: _execute_list_table_query $wp_filter = \"%2$s\"."
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: includes/class-mla-data-query.php:
|
1414 |
-
#: includes/class-mla-data-query.php:
|
1415 |
-
#: includes/class-mla-data-query.php:
|
1416 |
-
#: includes/class-mla-data-query.php:
|
1417 |
-
#: includes/class-mla-data-query.php:
|
1418 |
-
#: includes/class-mla-data-query.php:
|
1419 |
-
#: includes/class-mla-data-query.php:
|
1420 |
-
#: includes/class-mla-data-query.php:
|
1421 |
-
#: includes/class-mla-data-query.php:
|
1422 |
msgid "DEBUG"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
#. translators: 1: DEBUG tag 2: query details
|
1426 |
-
#: includes/class-mla-data-query.php:
|
1427 |
#, php-format
|
1428 |
msgctxt "error_log"
|
1429 |
msgid "%1$s: _execute_list_table_query WP_Query = \"%2$s\"."
|
1430 |
msgstr ""
|
1431 |
|
1432 |
#. translators: 1: DEBUG tag 2: SQL statement
|
1433 |
-
#: includes/class-mla-data-query.php:
|
1434 |
#, php-format
|
1435 |
msgctxt "error_log"
|
1436 |
msgid "%1$s: _execute_list_table_query SQL_request = \"%2$s\"."
|
1437 |
msgstr ""
|
1438 |
|
1439 |
#. translators: 1: DEBUG tag 2: search filter details
|
1440 |
-
#: includes/class-mla-data-query.php:
|
1441 |
#, php-format
|
1442 |
msgctxt "error_log"
|
1443 |
msgid "%1$s: mla_query_posts_search_filter = \"%2$s\"."
|
1444 |
msgstr ""
|
1445 |
|
1446 |
#. translators: 1: DEBUG tag 2: where filter details
|
1447 |
-
#: includes/class-mla-data-query.php:
|
1448 |
#, php-format
|
1449 |
msgctxt "error_log"
|
1450 |
msgid "%1$s: mla_query_posts_where_filter = \"%2$s\"."
|
1451 |
msgstr ""
|
1452 |
|
1453 |
#. translators: 1: DEBUG tag 2: join filter details
|
1454 |
-
#: includes/class-mla-data-query.php:
|
1455 |
#, php-format
|
1456 |
msgctxt "error_log"
|
1457 |
msgid "%1$s: mla_query_posts_join_filter = \"%2$s\"."
|
1458 |
msgstr ""
|
1459 |
|
1460 |
#. translators: 1: DEBUG tag 2: orderby details details
|
1461 |
-
#: includes/class-mla-data-query.php:
|
1462 |
#, php-format
|
1463 |
msgctxt "error_log"
|
1464 |
msgid "%1$s: mla_query_posts_orderby_filter = \"%2$s\"."
|
1465 |
msgstr ""
|
1466 |
|
1467 |
#. translators: 1: DEBUG tag 2: SQL clauses
|
1468 |
-
#: includes/class-mla-data-query.php:
|
1469 |
#, php-format
|
1470 |
msgctxt "error_log"
|
1471 |
msgid "%1$s: mla_query_posts_clauses_filter = \"%2$s\"."
|
1472 |
msgstr ""
|
1473 |
|
1474 |
#. translators: 1: DEBUG tag 2: SQL clauses
|
1475 |
-
#: includes/class-mla-data-query.php:
|
1476 |
#, php-format
|
1477 |
msgctxt "error_log"
|
1478 |
msgid "%1$s: mla_query_posts_clauses_request_filter = \"%2$s\"."
|
@@ -1480,7 +1506,7 @@ msgstr ""
|
|
1480 |
|
1481 |
#: includes/class-mla-data-references.php:321
|
1482 |
#: includes/class-mla-data-references.php:664
|
1483 |
-
#: includes/class-mla-list-table.php:
|
1484 |
msgid "NO REFERENCE TESTS"
|
1485 |
msgstr ""
|
1486 |
|
@@ -1512,22 +1538,8 @@ msgstr ""
|
|
1512 |
msgid "(%1$s) %2$s (ID %3$d) query \"%4$s\" failed, returning \"%5$s\""
|
1513 |
msgstr ""
|
1514 |
|
1515 |
-
#. translators: 1: ERROR tag 2: path and file name
|
1516 |
-
#: includes/class-mla-data.php:82
|
1517 |
-
#, php-format
|
1518 |
-
msgctxt "error_log"
|
1519 |
-
msgid "%1$s: mla_load_template file \"%2$s\" not found."
|
1520 |
-
msgstr ""
|
1521 |
-
|
1522 |
-
#. translators: 1: ERROR tag 2: path and file name 3: source type, e.g., file, option, string
|
1523 |
-
#: includes/class-mla-data.php:100
|
1524 |
-
#, php-format
|
1525 |
-
msgctxt "error_log"
|
1526 |
-
msgid "%1$s: mla_load_template file \"%2$s\" bad source type \"%3$s\"."
|
1527 |
-
msgstr ""
|
1528 |
-
|
1529 |
#. translators: 1: ERROR tag 2: template excerpt
|
1530 |
-
#: includes/class-mla-data.php:
|
1531 |
#, php-format
|
1532 |
msgctxt "error_log"
|
1533 |
msgid ""
|
@@ -1535,7 +1547,7 @@ msgid ""
|
|
1535 |
msgstr ""
|
1536 |
|
1537 |
#. translators: 1: ERROR tag 2: template excerpt
|
1538 |
-
#: includes/class-mla-data.php:
|
1539 |
#, php-format
|
1540 |
msgctxt "error_log"
|
1541 |
msgid ""
|
@@ -1543,39 +1555,39 @@ msgid ""
|
|
1543 |
msgstr ""
|
1544 |
|
1545 |
#. translators: 1: ERROR tag 2: template excerpt
|
1546 |
-
#: includes/class-mla-data.php:
|
1547 |
#, php-format
|
1548 |
msgctxt "error_log"
|
1549 |
msgid "%1$s: mla_parse_template no end delimiter, tail = \"%2$s\"."
|
1550 |
msgstr ""
|
1551 |
|
1552 |
#. translators: 1: ERROR tag 2: template string
|
1553 |
-
#: includes/class-mla-data.php:
|
1554 |
#, php-format
|
1555 |
msgctxt "error_log"
|
1556 |
msgid "%1$s: _find_test_substring no end delimiter, tail = \"%2$s\"."
|
1557 |
msgstr ""
|
1558 |
|
1559 |
-
#: includes/class-mla-data.php:
|
1560 |
msgid "Test; no closing parenthesis "
|
1561 |
msgstr ""
|
1562 |
|
1563 |
#. translators: 1: ERROR tag 2: node type, e.g., template
|
1564 |
-
#: includes/class-mla-data.php:
|
1565 |
#, php-format
|
1566 |
msgctxt "error_log"
|
1567 |
msgid "%1$s: _evaluate_template_array_node unknown type \"%2$s\"."
|
1568 |
msgstr ""
|
1569 |
|
1570 |
#. translators: 1: ERROR tag 2: node type, e.g., template
|
1571 |
-
#: includes/class-mla-data.php:
|
1572 |
#, php-format
|
1573 |
msgctxt "error_log"
|
1574 |
msgid "%1$s: _evaluate_template_node unknown type \"%2$s\"."
|
1575 |
msgstr ""
|
1576 |
|
1577 |
#. translators: 1: ERROR tag 2: template excerpt
|
1578 |
-
#: includes/class-mla-data.php:
|
1579 |
#, php-format
|
1580 |
msgctxt "error_log"
|
1581 |
msgid ""
|
@@ -1584,38 +1596,38 @@ msgid ""
|
|
1584 |
msgstr ""
|
1585 |
|
1586 |
#. translators: 1: ERROR tag 2: post ID
|
1587 |
-
#: includes/class-mla-data.php:
|
1588 |
#, php-format
|
1589 |
msgctxt "error_log"
|
1590 |
msgid "%1$s: mla_get_attachment_by_id(%2$d) not found."
|
1591 |
msgstr ""
|
1592 |
|
1593 |
#. translators: 1: ERROR tag 2: post ID 3: post_type
|
1594 |
-
#: includes/class-mla-data.php:
|
1595 |
#, php-format
|
1596 |
msgctxt "error_log"
|
1597 |
msgid "%1$s: mla_get_attachment_by_id(%2$d) wrong post_type \"%3$s\"."
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: includes/class-mla-data.php:
|
1601 |
msgctxt "error_log"
|
1602 |
msgid "mla_parse_xmp_metadata xml_parse_into_struct failed."
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: includes/class-mla-data.php:
|
1606 |
msgctxt "error_log"
|
1607 |
msgid "mla_parse_xmp_metadata set option failed."
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: includes/class-mla-data.php:
|
1611 |
#: includes/class-mla-view-list-table.php:430
|
1612 |
#: includes/class-mla-view-list-table.php:446
|
1613 |
#: includes/class-mla-wpml-support.php:1595
|
1614 |
msgid "Yes"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: includes/class-mla-data.php:
|
1618 |
-
#: includes/class-mla-settings.php:
|
1619 |
#: includes/class-mla-view-list-table.php:432
|
1620 |
#: includes/class-mla-view-list-table.php:448
|
1621 |
#: includes/class-mla-wpml-support.php:1596
|
@@ -1623,13 +1635,13 @@ msgid "No"
|
|
1623 |
msgstr ""
|
1624 |
|
1625 |
#. translators: 1: meta_key
|
1626 |
-
#: includes/class-mla-data.php:
|
1627 |
#, php-format
|
1628 |
msgid "Deleting %1$s"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
#. translators: 1: ERROR tag 2: meta_key
|
1632 |
-
#: includes/class-mla-data.php:
|
1633 |
#, php-format
|
1634 |
msgid "%1$s: meta:%2$s not found"
|
1635 |
msgstr ""
|
@@ -1637,163 +1649,163 @@ msgstr ""
|
|
1637 |
#. translators: 1: meta_key 2: meta_value
|
1638 |
#. translators: 1: meta_key 2: new_value
|
1639 |
#. translators: 1: meta_key 2: meta_value
|
1640 |
-
#: includes/class-mla-data.php:
|
1641 |
-
#: includes/class-mla-data.php:
|
1642 |
#, php-format
|
1643 |
msgid "Adding %1$s = %2$s"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
#. translators: 1: ERROR tag 2: meta_key
|
1647 |
-
#: includes/class-mla-data.php:
|
1648 |
#, php-format
|
1649 |
msgid "%1$s: Adding meta:%2$s; not found"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
#. translators: 1: meta_key
|
1653 |
-
#: includes/class-mla-data.php:
|
1654 |
#, php-format
|
1655 |
msgid "Deleting Null meta:%1$s"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
#. translators: 1: element name 2: old_value 3: new_value
|
1659 |
-
#: includes/class-mla-data.php:
|
1660 |
-
#: includes/class-mla-data.php:
|
1661 |
-
#: includes/class-mla-data.php:
|
1662 |
-
#: includes/class-mla-data.php:
|
1663 |
-
#: includes/class-mla-data.php:
|
1664 |
-
#: includes/class-mla-data.php:
|
1665 |
-
#: includes/class-mla-mime-types.php:
|
1666 |
#, php-format
|
1667 |
msgid "Changing %1$s from \"%2$s\" to \"%3$s\""
|
1668 |
msgstr ""
|
1669 |
|
1670 |
#. translators: 1: ERROR tag 2: meta_key
|
1671 |
-
#: includes/class-mla-data.php:
|
1672 |
#, php-format
|
1673 |
msgid "%1$s: Changing meta:%2$s; not found"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
#. translators: 1: meta_key
|
1677 |
-
#: includes/class-mla-data.php:
|
1678 |
#, php-format
|
1679 |
msgid "Deleting old %1$s values"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
#. translators: 1: meta_key 2: old_value 3: new_value 4: update count
|
1683 |
-
#: includes/class-mla-data.php:
|
1684 |
#, php-format
|
1685 |
msgid "Changing %1$s from \"%2$s\" to \"%3$s\"; %4$d updates"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: includes/class-mla-data.php:
|
1689 |
msgid "Could not retrieve Attachment."
|
1690 |
msgstr ""
|
1691 |
|
1692 |
#. translators: 1: ERROR tag 2: old_value
|
1693 |
-
#: includes/class-mla-data.php:
|
1694 |
#, php-format
|
1695 |
msgid "%1$s: Could not change Name/Slug \"%2$s\"; name already exists"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
#. translators: 1: old_value
|
1699 |
-
#: includes/class-mla-data.php:
|
1700 |
#, php-format
|
1701 |
msgid "Deleting ALT Text, was \"%1$s\""
|
1702 |
msgstr ""
|
1703 |
|
1704 |
#. translators: 1: ERROR tag 2: old_value
|
1705 |
-
#: includes/class-mla-data.php:
|
1706 |
#, php-format
|
1707 |
msgid "%1$s: Could not delete ALT Text, remains \"%2$s\""
|
1708 |
msgstr ""
|
1709 |
|
1710 |
#. translators: 1: ERROR tag 2: old_value 3: new_value
|
1711 |
-
#: includes/class-mla-data.php:
|
1712 |
#, php-format
|
1713 |
msgid "%1$s: Could not change ALT Text from \"%2$s\" to \"%3$s\""
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: includes/class-mla-data.php:
|
1717 |
-
#: includes/class-mla-list-table.php:
|
1718 |
-
#: includes/class-mla-list-table.php:
|
1719 |
-
#: includes/class-mla-options.php:
|
1720 |
msgid "Parent"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: includes/class-mla-data.php:
|
1724 |
-
#: includes/class-mla-edit-media.php:
|
1725 |
-
#: includes/class-mla-settings.php:
|
1726 |
msgid "Menu Order"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: includes/class-mla-data.php:
|
1730 |
-
#: includes/class-mla-list-table.php:
|
1731 |
-
#: includes/class-mla-list-table.php:
|
1732 |
-
#: includes/class-mla-main.php:
|
1733 |
msgid "Author"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: includes/class-mla-data.php:
|
1737 |
-
#: includes/class-mla-main.php:
|
1738 |
msgid "Comments"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: includes/class-mla-data.php:
|
1742 |
-
#: includes/class-mla-main.php:
|
1743 |
msgid "Pings"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: includes/class-mla-data.php:
|
1747 |
msgid "Adding"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#: includes/class-mla-data.php:
|
1751 |
msgid "Removing"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: includes/class-mla-data.php:
|
1755 |
msgid "Replacing"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#: includes/class-mla-data.php:
|
1759 |
msgid "Ignoring"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
#. translators: 1: action_name, 2: taxonomy
|
1763 |
-
#: includes/class-mla-data.php:
|
1764 |
#, php-format
|
1765 |
msgid "%1$s \"%2$s\" terms"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
#. translators: 1: taxonomy
|
1769 |
-
#: includes/class-mla-data.php:
|
1770 |
#, php-format
|
1771 |
msgid "You cannot assign \"%1$s\" terms"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
#. translators: 1: post ID
|
1775 |
-
#: includes/class-mla-data.php:
|
1776 |
#, php-format
|
1777 |
msgid "Item %1$d, no changes detected."
|
1778 |
msgstr ""
|
1779 |
|
1780 |
#. translators: 1: post ID
|
1781 |
-
#: includes/class-mla-data.php:
|
1782 |
#, php-format
|
1783 |
msgid "Item %1$d updated."
|
1784 |
msgstr ""
|
1785 |
|
1786 |
#. translators: 1: ERROR tag 2: post ID
|
1787 |
-
#: includes/class-mla-data.php:
|
1788 |
#, php-format
|
1789 |
msgid "%1$s: Item %2$d update failed."
|
1790 |
msgstr ""
|
1791 |
|
1792 |
#: includes/class-mla-edit-media.php:133 includes/class-mla-edit-media.php:184
|
1793 |
-
#: includes/class-mla-edit-media.php:237 includes/class-mla-main.php:
|
1794 |
-
#: includes/class-mla-main.php:
|
1795 |
-
#: includes/class-mla-media-modal.php:233 includes/class-mla-options.php:
|
1796 |
-
#: includes/class-mla-polylang-support.php:
|
1797 |
#: includes/class-mla-settings.php:342
|
1798 |
#: includes/class-mla-thumbnail-generation.php:99
|
1799 |
msgctxt "tag_delimiter"
|
@@ -1813,39 +1825,39 @@ msgid "Close Bulk Edit area"
|
|
1813 |
msgstr ""
|
1814 |
|
1815 |
#: includes/class-mla-edit-media.php:185 includes/class-mla-edit-media.php:239
|
1816 |
-
#: includes/class-mla-main.php:
|
1817 |
msgid "An ajax.fail error has occurred. Please reload the page and try again."
|
1818 |
msgstr ""
|
1819 |
|
1820 |
#: includes/class-mla-edit-media.php:186 includes/class-mla-edit-media.php:240
|
1821 |
-
#: includes/class-mla-main.php:
|
1822 |
msgid "An ajax.done error has occurred. Please reload the page and try again."
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: includes/class-mla-edit-media.php:338 includes/class-mla-main.php:
|
1826 |
msgid "more"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
-
#: includes/class-mla-edit-media.php:339 includes/class-mla-main.php:
|
1830 |
msgid "less"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
#: includes/class-mla-edit-media.php:342 includes/class-mla-edit-media.php:373
|
1834 |
-
#: includes/class-mla-main.php:
|
1835 |
msgid "Add"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
#: includes/class-mla-edit-media.php:343 includes/class-mla-edit-media.php:374
|
1839 |
-
#: includes/class-mla-main.php:
|
1840 |
msgid "Remove"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
#: includes/class-mla-edit-media.php:344 includes/class-mla-edit-media.php:375
|
1844 |
-
#: includes/class-mla-main.php:
|
1845 |
-
#: includes/class-mla-options.php:
|
1846 |
-
#: includes/class-mla-options.php:
|
1847 |
-
#: includes/class-mla-options.php:
|
1848 |
-
#: includes/class-mla-options.php:
|
1849 |
msgid "Replace"
|
1850 |
msgstr ""
|
1851 |
|
@@ -1855,135 +1867,135 @@ msgid ""
|
|
1855 |
"menu for more information."
|
1856 |
msgstr ""
|
1857 |
|
1858 |
-
#: includes/class-mla-edit-media.php:416 includes/class-mla-main.php:
|
1859 |
-
#: includes/class-mla-settings.php:
|
1860 |
msgid "Reset"
|
1861 |
msgstr ""
|
1862 |
|
1863 |
-
#: includes/class-mla-edit-media.php:422 includes/class-mla-main.php:
|
1864 |
-
#: includes/class-mla-main.php:
|
1865 |
-
#: includes/class-mla-settings.php:
|
1866 |
msgid "No Change"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: includes/class-mla-edit-media.php:423 includes/class-mla-main.php:
|
1870 |
msgid "Allow"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: includes/class-mla-edit-media.php:424 includes/class-mla-main.php:
|
1874 |
msgid "Do not allow"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: includes/class-mla-edit-media.php:431 includes/class-mla-list-table.php:
|
1878 |
-
#: includes/class-mla-list-table.php:
|
1879 |
msgid "Parent ID"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: includes/class-mla-edit-media.php:432 includes/class-mla-edit-media.php:
|
1883 |
-
#: includes/class-mla-main.php:
|
1884 |
#: includes/class-mla-upload-optional-list-table.php:281
|
1885 |
msgid "Select"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
-
#: includes/class-mla-edit-media.php:
|
1889 |
msgid "Custom field mapping updated."
|
1890 |
msgstr ""
|
1891 |
|
1892 |
-
#: includes/class-mla-edit-media.php:
|
1893 |
msgid "IPTC/EXIF mapping updated."
|
1894 |
msgstr ""
|
1895 |
|
1896 |
#. translators: date_i18n format for last modified date and time
|
1897 |
-
#: includes/class-mla-edit-media.php:
|
1898 |
msgid "M j, Y @ G:i"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: includes/class-mla-edit-media.php:
|
1902 |
msgid "Last modified"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: includes/class-mla-edit-media.php:
|
1906 |
msgid "Map Custom Field metadata for this item"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#: includes/class-mla-edit-media.php:
|
1910 |
-
#: includes/class-mla-main.php:
|
1911 |
msgid "Map Custom Field metadata"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: includes/class-mla-edit-media.php:
|
1915 |
msgid "Map IPTC/EXIF metadata for this item"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: includes/class-mla-edit-media.php:
|
1919 |
-
#: includes/class-mla-main.php:
|
1920 |
msgid "Map IPTC/EXIF metadata"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
-
#: includes/class-mla-edit-media.php:
|
1924 |
msgid "Parent Info"
|
1925 |
msgstr ""
|
1926 |
|
1927 |
-
#: includes/class-mla-edit-media.php:
|
1928 |
msgid "Attachment Metadata"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
#. translators: 1: ERROR tag 2: function name 3: template key
|
1932 |
-
#: includes/class-mla-edit-media.php:
|
1933 |
-
#: includes/class-mla-main.php:
|
1934 |
#, php-format
|
1935 |
msgctxt "error_log"
|
1936 |
msgid "%1$s: %2$s discarding \"%3$s\"; no title/order"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
-
#: includes/class-mla-edit-media.php:
|
1940 |
msgctxt "post state"
|
1941 |
msgid "Pending"
|
1942 |
msgstr ""
|
1943 |
|
1944 |
-
#: includes/class-mla-edit-media.php:
|
1945 |
msgid "Post Parent"
|
1946 |
msgstr ""
|
1947 |
|
1948 |
-
#: includes/class-mla-edit-media.php:
|
1949 |
msgid "Select Parent"
|
1950 |
msgstr ""
|
1951 |
|
1952 |
-
#: includes/class-mla-edit-media.php:
|
1953 |
-
#: includes/class-mla-edit-media.php:
|
1954 |
-
#: includes/class-mla-list-table.php:
|
1955 |
-
#: includes/class-mla-list-table.php:
|
1956 |
-
#: includes/class-mla-list-table.php:
|
1957 |
-
#: includes/class-mla-list-table.php:
|
1958 |
msgid "PARENT"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
-
#: includes/class-mla-list-table.php:
|
1962 |
msgid "All"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#: includes/class-mla-list-table.php:
|
1966 |
#: includes/class-mla-upload-list-table.php:263
|
1967 |
#: includes/class-mla-view-list-table.php:209
|
1968 |
msgid "List View"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
-
#: includes/class-mla-list-table.php:
|
1972 |
-
#: includes/class-mla-list-table.php:
|
1973 |
-
#: includes/class-mla-list-table.php:
|
1974 |
-
#: includes/class-mla-list-table.php:
|
1975 |
-
#: includes/class-mla-list-table.php:
|
1976 |
-
#: includes/class-mla-list-table.php:
|
1977 |
msgid "Filter by"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
-
#: includes/class-mla-list-table.php:
|
1981 |
#: includes/class-mla-media-modal-ajax.php:490
|
1982 |
msgid "Not Supported"
|
1983 |
msgstr ""
|
1984 |
|
1985 |
#. translators: 1: column_name 2: column_values
|
1986 |
-
#: includes/class-mla-list-table.php:
|
1987 |
#: includes/class-mla-upload-list-table.php:339
|
1988 |
#: includes/class-mla-upload-optional-list-table.php:228
|
1989 |
#: includes/class-mla-view-list-table.php:285
|
@@ -1991,14 +2003,14 @@ msgstr ""
|
|
1991 |
msgid "column_default: %1$s, %2$s"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
-
#: includes/class-mla-list-table.php:
|
1995 |
-
#: includes/class-mla-list-table.php:
|
1996 |
-
#: includes/class-mla-list-table.php:
|
1997 |
-
#: includes/class-mla-list-table.php:
|
1998 |
-
#: includes/class-mla-list-table.php:
|
1999 |
-
#: includes/class-mla-list-table.php:
|
2000 |
-
#: includes/class-mla-list-table.php:
|
2001 |
-
#: includes/class-mla-polylang-support.php:
|
2002 |
#: includes/class-mla-upload-list-table.php:404
|
2003 |
#: includes/class-mla-upload-list-table.php:710
|
2004 |
#: includes/class-mla-view-list-table.php:351
|
@@ -2006,169 +2018,169 @@ msgstr ""
|
|
2006 |
msgid "Edit"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
-
#: includes/class-mla-list-table.php:
|
2010 |
#: includes/class-mla-thumbnail-generation.php:440
|
2011 |
msgid "Trash"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
-
#: includes/class-mla-list-table.php:
|
2015 |
msgid "Restore this item from the Trash"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: includes/class-mla-list-table.php:
|
2019 |
msgid "Restore"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: includes/class-mla-list-table.php:
|
2023 |
#: includes/class-mla-upload-list-table.php:404
|
2024 |
#: includes/class-mla-view-list-table.php:351
|
2025 |
msgid "Edit this item"
|
2026 |
msgstr ""
|
2027 |
|
2028 |
-
#: includes/class-mla-list-table.php:
|
2029 |
#: includes/class-mla-upload-list-table.php:406
|
2030 |
#: includes/class-mla-view-list-table.php:353
|
2031 |
msgid "Edit this item inline"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: includes/class-mla-list-table.php:
|
2035 |
-
#: includes/class-mla-options.php:
|
2036 |
#: includes/class-mla-upload-list-table.php:406
|
2037 |
#: includes/class-mla-view-list-table.php:353
|
2038 |
msgid "Quick Edit"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
-
#: includes/class-mla-list-table.php:
|
2042 |
msgid "Move this item to the Trash"
|
2043 |
msgstr ""
|
2044 |
|
2045 |
-
#: includes/class-mla-list-table.php:
|
2046 |
msgid "Move to Trash"
|
2047 |
msgstr ""
|
2048 |
|
2049 |
-
#: includes/class-mla-list-table.php:
|
2050 |
#: includes/class-mla-upload-list-table.php:410
|
2051 |
#: includes/class-mla-view-list-table.php:359
|
2052 |
msgid "Delete this item Permanently"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
-
#: includes/class-mla-list-table.php:
|
2056 |
-
#: includes/class-mla-list-table.php:
|
2057 |
#: includes/class-mla-upload-list-table.php:410
|
2058 |
#: includes/class-mla-view-list-table.php:359
|
2059 |
#: includes/class-mla-view-list-table.php:567
|
2060 |
msgid "Delete Permanently"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
-
#: includes/class-mla-list-table.php:
|
2064 |
msgid "Download"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
-
#: includes/class-mla-list-table.php:
|
2068 |
msgid "View"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
-
#: includes/class-mla-list-table.php:
|
2072 |
msgid "(no title: bad ID)"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
-
#: includes/class-mla-list-table.php:
|
2076 |
-
#: includes/class-mla-settings.php:
|
2077 |
msgid "MIME Type"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
-
#: includes/class-mla-list-table.php:
|
2081 |
msgid "Base File"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
-
#: includes/class-mla-list-table.php:
|
2085 |
-
#: includes/class-mla-list-table.php:
|
2086 |
msgid "Unpublished"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
#. translators: 1: upload/last modified date and time
|
2090 |
-
#: includes/class-mla-list-table.php:
|
2091 |
-
#: includes/class-mla-list-table.php:
|
2092 |
#, php-format
|
2093 |
msgid "%1$s from now"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
#. translators: 1: upload/last modified date and time
|
2097 |
-
#: includes/class-mla-list-table.php:
|
2098 |
-
#: includes/class-mla-list-table.php:
|
2099 |
#, php-format
|
2100 |
msgid "%1$s ago"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
-
#: includes/class-mla-list-table.php:
|
2104 |
msgid "Set Parent"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
-
#: includes/class-mla-list-table.php:
|
2108 |
msgctxt "uploaded files"
|
2109 |
msgid "All"
|
2110 |
msgid_plural "All"
|
2111 |
msgstr[0] ""
|
2112 |
msgstr[1] ""
|
2113 |
|
2114 |
-
#: includes/class-mla-list-table.php:
|
2115 |
msgid "Filter"
|
2116 |
msgstr ""
|
2117 |
|
2118 |
-
#: includes/class-mla-list-table.php:
|
2119 |
#: includes/mla-media-modal-js-template.php:68
|
2120 |
msgid "Terms Search"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: includes/class-mla-list-table.php:
|
2124 |
-
#: includes/class-mla-polylang-support.php:
|
2125 |
#: includes/class-mla-thumbnail-generation.php:445
|
2126 |
msgid "Clear Filter-by"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: includes/class-mla-list-table.php:
|
2130 |
msgid "Empty Trash"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: includes/class-mla-main.php:
|
2134 |
msgid "Error while saving the changes."
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: includes/class-mla-main.php:
|
2138 |
msgid "Remove From Bulk Edit"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: includes/class-mla-main.php:
|
2142 |
msgid "Bulk Edit items"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: includes/class-mla-main.php:
|
2146 |
#: includes/class-mla-settings.php:353
|
2147 |
msgid "Waiting"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: includes/class-mla-main.php:
|
2151 |
#: includes/class-mla-settings.php:355
|
2152 |
msgid "Complete"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
-
#: includes/class-mla-main.php:
|
2156 |
msgid "Unchanged"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: includes/class-mla-main.php:
|
2160 |
msgid "Succeeded"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: includes/class-mla-main.php:
|
2164 |
msgid "Failed"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
-
#: includes/class-mla-main.php:
|
2168 |
msgid "CANCELED"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
-
#: includes/class-mla-main.php:
|
2172 |
#, php-format
|
2173 |
msgid "Item permanently deleted."
|
2174 |
msgid_plural "%d items permanently deleted."
|
@@ -2176,42 +2188,42 @@ msgstr[0] ""
|
|
2176 |
msgstr[1] ""
|
2177 |
|
2178 |
#. translators: 1: post ID
|
2179 |
-
#: includes/class-mla-main.php:
|
2180 |
#, php-format
|
2181 |
msgid "Item %1$d moved to Trash."
|
2182 |
msgstr ""
|
2183 |
|
2184 |
-
#: includes/class-mla-main.php:
|
2185 |
msgid "Entries per page"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
-
#: includes/class-mla-main.php:
|
2189 |
msgid "You are not allowed to edit Attachment: "
|
2190 |
msgstr ""
|
2191 |
|
2192 |
#. translators: 1: ERROR tag 2: bulk action
|
2193 |
-
#: includes/class-mla-main.php:
|
2194 |
#, php-format
|
2195 |
msgid "%1$s: Unknown bulk action %2$s"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
-
#: includes/class-mla-main.php:
|
2199 |
msgid "no changes detected"
|
2200 |
msgstr ""
|
2201 |
|
2202 |
#. translators: 1: action name, e.g., edit
|
2203 |
-
#: includes/class-mla-main.php:
|
2204 |
-
#: includes/class-mla-settings.php:
|
2205 |
#, php-format
|
2206 |
msgid "Bulk Action %1$s - no items selected."
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: includes/class-mla-main.php:
|
2210 |
msgid "You do not have permission to manage attachments."
|
2211 |
msgstr ""
|
2212 |
|
2213 |
#. translators: 1: number of items
|
2214 |
-
#: includes/class-mla-main.php:
|
2215 |
#, php-format
|
2216 |
msgctxt "deleted items"
|
2217 |
msgid "%s item deleted."
|
@@ -2219,112 +2231,112 @@ msgid_plural "%s items deleted."
|
|
2219 |
msgstr[0] ""
|
2220 |
msgstr[1] ""
|
2221 |
|
2222 |
-
#: includes/class-mla-main.php:
|
2223 |
msgid "No items deleted."
|
2224 |
msgstr ""
|
2225 |
|
2226 |
-
#: includes/class-mla-main.php:
|
2227 |
msgid "Empty Terms Search; ignored"
|
2228 |
msgstr ""
|
2229 |
|
2230 |
#. translators: 1: row-level action, e.g., single_item_delete, single_item_edit
|
2231 |
#. translators: 1: bulk_action, e.g., single_item_delete, single_item_edit
|
2232 |
-
#: includes/class-mla-main.php:
|
2233 |
-
#: includes/class-mla-settings.php:
|
2234 |
#, php-format
|
2235 |
msgid "Unknown mla_admin_action - \"%1$s\""
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: includes/class-mla-main.php:
|
2239 |
msgid "term search results for"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: includes/class-mla-main.php:
|
2243 |
msgid "post/parent results for"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: includes/class-mla-main.php:
|
2247 |
msgid "search results for"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: includes/class-mla-main.php:
|
2251 |
-
#: includes/class-mla-main.php:
|
2252 |
-
#: includes/class-mla-settings.php:
|
2253 |
-
#: includes/class-mla-settings.php:
|
2254 |
msgid "Update"
|
2255 |
msgstr ""
|
2256 |
|
2257 |
-
#: includes/class-mla-main.php:
|
2258 |
msgid "All Post Types"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
-
#: includes/class-mla-main.php:
|
2262 |
msgid "For"
|
2263 |
msgstr ""
|
2264 |
|
2265 |
-
#: includes/class-mla-main.php:
|
2266 |
-
#: includes/class-mla-shortcode-support.php:
|
2267 |
msgid "Unattached"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: includes/class-mla-main.php:
|
2271 |
-
#: includes/class-mla-polylang-support.php:
|
2272 |
-
#: includes/class-mla-settings.php:
|
2273 |
-
#: includes/class-mla-settings.php:
|
2274 |
-
#: includes/class-mla-settings.php:
|
2275 |
-
#: includes/class-mla-settings.php:
|
2276 |
#: includes/class-mla-thumbnail-generation.php:446
|
2277 |
msgid "Cancel"
|
2278 |
msgstr ""
|
2279 |
|
2280 |
-
#: includes/class-mla-main.php:
|
2281 |
-
#: includes/class-mla-options.php:
|
2282 |
-
#: includes/class-mla-settings.php:
|
2283 |
msgid "Bulk Edit"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
-
#: includes/class-mla-main.php:
|
2287 |
msgid "In-process"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
-
#: includes/class-mla-main.php:
|
2291 |
msgid "You are not allowed to delete this item."
|
2292 |
msgstr ""
|
2293 |
|
2294 |
#. translators: 1: ERROR tag 2: post ID
|
2295 |
-
#: includes/class-mla-main.php:
|
2296 |
#, php-format
|
2297 |
msgid "%1$s: Item %2$d could NOT be deleted."
|
2298 |
msgstr ""
|
2299 |
|
2300 |
#. translators: 1: post ID
|
2301 |
-
#: includes/class-mla-main.php:
|
2302 |
#, php-format
|
2303 |
msgid "Item %1$d permanently deleted."
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: includes/class-mla-main.php:
|
2307 |
msgid "You are not allowed to move this item out of the Trash."
|
2308 |
msgstr ""
|
2309 |
|
2310 |
#. translators: 1: ERROR tag 2: post ID
|
2311 |
-
#: includes/class-mla-main.php:
|
2312 |
#, php-format
|
2313 |
msgid "%1$s: Item %2$d could NOT be restored from Trash."
|
2314 |
msgstr ""
|
2315 |
|
2316 |
#. translators: 1: post ID
|
2317 |
-
#: includes/class-mla-main.php:
|
2318 |
#, php-format
|
2319 |
msgid "Item %1$d restored from Trash."
|
2320 |
msgstr ""
|
2321 |
|
2322 |
-
#: includes/class-mla-main.php:
|
2323 |
msgid "You are not allowed to move this item to the Trash."
|
2324 |
msgstr ""
|
2325 |
|
2326 |
#. translators: 1: ERROR tag 2: post ID
|
2327 |
-
#: includes/class-mla-main.php:
|
2328 |
#, php-format
|
2329 |
msgid "%1$s: Item %2$d could NOT be moved to Trash."
|
2330 |
msgstr ""
|
@@ -2346,7 +2358,7 @@ msgstr ""
|
|
2346 |
#. translators: %s: add new Upload MIME Type
|
2347 |
#: includes/class-mla-media-modal-ajax.php:452
|
2348 |
#: includes/class-mla-objects.php:46 includes/class-mla-objects.php:76
|
2349 |
-
#: includes/class-mla-settings.php:
|
2350 |
#, php-format
|
2351 |
msgid "Add New %1$s"
|
2352 |
msgstr ""
|
@@ -2407,206 +2419,206 @@ msgctxt "post_mime_types"
|
|
2407 |
msgid "Manage"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
-
#: includes/class-mla-mime-types.php:
|
2411 |
msgctxt "post_mime_types_description"
|
2412 |
msgid "Copied from previous filter/plugin"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
-
#: includes/class-mla-mime-types.php:
|
2416 |
msgid "Ignoring specification for Post MIME Type; using slug"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
#. translators: 1: element name 2: bad_value 3: good_value
|
2420 |
-
#: includes/class-mla-mime-types.php:
|
2421 |
#, php-format
|
2422 |
msgid "<br>Changing %1$s \"%2$s\" to valid value \"%3$s\""
|
2423 |
msgstr ""
|
2424 |
|
2425 |
-
#: includes/class-mla-mime-types.php:
|
2426 |
-
#: includes/class-mla-mime-types.php:
|
2427 |
-
#: includes/class-mla-settings.php:
|
2428 |
msgid "Slug"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
#. translators: 1: ERROR tag 2: slug
|
2432 |
-
#: includes/class-mla-mime-types.php:
|
2433 |
#, php-format
|
2434 |
msgid "%1$s: Could not add Slug \"%2$s\"; value already exists"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
#. translators: 1: slug
|
2438 |
-
#: includes/class-mla-mime-types.php:
|
2439 |
#, php-format
|
2440 |
msgid "Edit view \"%1$s\"; added"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
#. translators: 1: element name 2: bad_value 3: good_value
|
2444 |
-
#: includes/class-mla-mime-types.php:
|
2445 |
#, php-format
|
2446 |
msgid "<br>Changing new %1$s \"%2$s\" to valid value \"%3$s\""
|
2447 |
msgstr ""
|
2448 |
|
2449 |
#. translators: 1: slug
|
2450 |
-
#: includes/class-mla-mime-types.php:
|
2451 |
#, php-format
|
2452 |
msgid "Edit view \"%1$s\"; no changes detected"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
#. translators: 1: slug
|
2456 |
-
#: includes/class-mla-mime-types.php:
|
2457 |
#, php-format
|
2458 |
msgid "Edit view \"%1$s\"; updated"
|
2459 |
msgstr ""
|
2460 |
|
2461 |
#. translators: 1: slug
|
2462 |
-
#: includes/class-mla-mime-types.php:
|
2463 |
#, php-format
|
2464 |
msgid "View \"%1$s\" reverted to standard"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
#. translators: 1: slug
|
2468 |
-
#: includes/class-mla-mime-types.php:
|
2469 |
#, php-format
|
2470 |
msgid "View \"%1$s\" deleted"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
#. translators: 1: ERROR tag 2: slug
|
2474 |
-
#: includes/class-mla-mime-types.php:
|
2475 |
#, php-format
|
2476 |
msgid "%1$s: Did not find view \"%2$s\""
|
2477 |
msgstr ""
|
2478 |
|
2479 |
-
#: includes/class-mla-mime-types.php:
|
2480 |
msgctxt "table_view_singular"
|
2481 |
msgid "Active"
|
2482 |
msgstr ""
|
2483 |
|
2484 |
-
#: includes/class-mla-mime-types.php:
|
2485 |
msgctxt "table_view_plural"
|
2486 |
msgid "Active"
|
2487 |
msgstr ""
|
2488 |
|
2489 |
-
#: includes/class-mla-mime-types.php:
|
2490 |
msgctxt "table_view_singular"
|
2491 |
msgid "Inactive"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
-
#: includes/class-mla-mime-types.php:
|
2495 |
msgctxt "table_view_plural"
|
2496 |
msgid "Inactive"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
-
#: includes/class-mla-mime-types.php:
|
2500 |
msgctxt "table_view_singular"
|
2501 |
msgid "WordPress"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
-
#: includes/class-mla-mime-types.php:
|
2505 |
msgctxt "table_view_plural"
|
2506 |
msgid "WordPress"
|
2507 |
msgstr ""
|
2508 |
|
2509 |
-
#: includes/class-mla-mime-types.php:
|
2510 |
msgctxt "table_view_singular"
|
2511 |
msgid "MLA"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#: includes/class-mla-mime-types.php:
|
2515 |
msgctxt "table_view_plural"
|
2516 |
msgid "MLA"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
-
#: includes/class-mla-mime-types.php:
|
2520 |
msgctxt "table_view_singular"
|
2521 |
msgid "Custom"
|
2522 |
msgstr ""
|
2523 |
|
2524 |
-
#: includes/class-mla-mime-types.php:
|
2525 |
msgctxt "table_view_plural"
|
2526 |
msgid "Custom"
|
2527 |
msgstr ""
|
2528 |
|
2529 |
-
#: includes/class-mla-mime-types.php:
|
2530 |
msgid "icon"
|
2531 |
msgstr ""
|
2532 |
|
2533 |
-
#: includes/class-mla-mime-types.php:
|
2534 |
-
#: includes/class-mla-mime-types.php:
|
2535 |
msgid "Cannot load Upload MIME Types"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
-
#: includes/class-mla-mime-types.php:
|
2539 |
msgid "Extension is required"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
-
#: includes/class-mla-mime-types.php:
|
2543 |
-
#: includes/class-mla-mime-types.php:
|
2544 |
-
#: includes/class-mla-mime-types.php:
|
2545 |
-
#: includes/class-mla-settings.php:
|
2546 |
msgid "Extension"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
#. translators: 1: ERROR tag 2: slug
|
2550 |
-
#: includes/class-mla-mime-types.php:
|
2551 |
#, php-format
|
2552 |
msgid "%1$s: Could not add extension \"%2$s\"; value already exists"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
-
#: includes/class-mla-mime-types.php:
|
2556 |
msgid "MIME type is required"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
#. translators: 1: ERROR tag 2: clean_mime_type
|
2560 |
-
#: includes/class-mla-mime-types.php:
|
2561 |
-
#: includes/class-mla-mime-types.php:
|
2562 |
#, php-format
|
2563 |
msgid "%1$s: Bad MIME type; try \"%2$s\""
|
2564 |
msgstr ""
|
2565 |
|
2566 |
#. translators: 1: slug
|
2567 |
-
#: includes/class-mla-mime-types.php:
|
2568 |
#, php-format
|
2569 |
msgid "Upload MIME Type \"%1$s\"; added"
|
2570 |
msgstr ""
|
2571 |
|
2572 |
-
#: includes/class-mla-mime-types.php:
|
2573 |
-
#: includes/class-mla-mime-types.php:
|
2574 |
-
#: includes/class-mla-mime-types.php:
|
2575 |
msgid "Cannot update Upload MIME Types"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
#. translators: 1: ERROR tag 2: slug
|
2579 |
-
#: includes/class-mla-mime-types.php:
|
2580 |
#, php-format
|
2581 |
msgid "%1$s: Could not add new extension \"%2$s\"; value already exists"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
#. translators: 1: slug
|
2585 |
-
#: includes/class-mla-mime-types.php:
|
2586 |
#, php-format
|
2587 |
msgid "Edit type \"%1$s\"; no changes detected"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
#. translators: 1: slug
|
2591 |
-
#: includes/class-mla-mime-types.php:
|
2592 |
#, php-format
|
2593 |
msgid "Edit type \"%1$s\"; updated"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
#. translators: 1: slug
|
2597 |
-
#: includes/class-mla-mime-types.php:
|
2598 |
#, php-format
|
2599 |
msgid "Upload MIME Type \"%1$s\"; reverted to standard"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
#. translators: 1: slug
|
2603 |
-
#: includes/class-mla-mime-types.php:
|
2604 |
#, php-format
|
2605 |
msgid "Upload MIME Type \"%1$s\"; deleted"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
#. translators: 1: ERROR tag 2: slug
|
2609 |
-
#: includes/class-mla-mime-types.php:
|
2610 |
#, php-format
|
2611 |
msgid "%1$s: Did not find Upload type \"%2$s\""
|
2612 |
msgstr ""
|
@@ -2716,24 +2728,24 @@ msgid "Automatically add paragraphs"
|
|
2716 |
msgstr ""
|
2717 |
|
2718 |
#: includes/class-mla-options.php:329
|
2719 |
-
#: includes/class-mla-shortcode-support.php:
|
2720 |
msgid "error loading tpls/mla-option-templates.tpl"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
#: includes/class-mla-options.php:332
|
2724 |
-
#: includes/class-mla-shortcode-support.php:
|
2725 |
msgid "tpls/mla-option-templates.tpl not found"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
#: includes/class-mla-options.php:361 includes/class-mla-options.php:403
|
2729 |
-
#: includes/class-mla-shortcode-support.php:
|
2730 |
msgid "no templates exist"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
#. translators: 1: ERROR tag 2: option name 3: action, e.g., update, delete, reset
|
2734 |
#: includes/class-mla-options.php:611 includes/class-mla-options.php:788
|
2735 |
-
#: includes/class-mla-options.php:864 includes/class-mla-options.php:
|
2736 |
-
#: includes/class-mla-options.php:
|
2737 |
#, php-format
|
2738 |
msgid "%1$s: Custom %2$s unknown action \"%3$s\""
|
2739 |
msgstr ""
|
@@ -2804,7 +2816,7 @@ msgstr ""
|
|
2804 |
|
2805 |
#. translators: 1: option name, e.g., taxonomy_support
|
2806 |
#: includes/class-mla-options.php:785 includes/class-mla-options.php:861
|
2807 |
-
#: includes/class-mla-options.php:
|
2808 |
#, php-format
|
2809 |
msgid "Reset custom %1$s"
|
2810 |
msgstr ""
|
@@ -2821,10 +2833,10 @@ msgstr ""
|
|
2821 |
msgid "or"
|
2822 |
msgstr ""
|
2823 |
|
2824 |
-
#: includes/class-mla-options.php:821 includes/class-mla-settings.php:
|
2825 |
-
#: includes/class-mla-settings.php:
|
2826 |
-
#: includes/class-mla-settings.php:
|
2827 |
-
#: includes/class-mla-settings.php:
|
2828 |
#: includes/mla-main-search-box-template.php:51
|
2829 |
#: includes/mla-media-modal-js-template.php:44
|
2830 |
msgid "Name"
|
@@ -2836,539 +2848,539 @@ msgstr ""
|
|
2836 |
msgid "Terms"
|
2837 |
msgstr ""
|
2838 |
|
2839 |
-
#: includes/class-mla-options.php:
|
2840 |
-
#: includes/class-mla-options.php:
|
2841 |
-
#: includes/class-mla-settings.php:
|
2842 |
msgid "None (select a value)"
|
2843 |
msgstr ""
|
2844 |
|
2845 |
-
#: includes/class-mla-options.php:
|
2846 |
msgid "Metadata (see below)"
|
2847 |
msgstr ""
|
2848 |
|
2849 |
-
#: includes/class-mla-options.php:
|
2850 |
msgid "Template (see below)"
|
2851 |
msgstr ""
|
2852 |
|
2853 |
#. translators: 1: ERROR tag 2: custom field name
|
2854 |
-
#: includes/class-mla-options.php:
|
2855 |
#, php-format
|
2856 |
msgid "%1$s: New field %2$s already exists."
|
2857 |
msgstr ""
|
2858 |
|
2859 |
#. translators: 1: custom field name
|
2860 |
-
#: includes/class-mla-options.php:
|
2861 |
#, php-format
|
2862 |
msgid "Adding new field %1$s."
|
2863 |
msgstr ""
|
2864 |
|
2865 |
#. translators: 1: custom field name
|
2866 |
-
#: includes/class-mla-options.php:
|
2867 |
#, php-format
|
2868 |
msgid "Adding new rule for %1$s."
|
2869 |
msgstr ""
|
2870 |
|
2871 |
#. translators: 1: custom field name
|
2872 |
-
#: includes/class-mla-options.php:
|
2873 |
-
#: includes/class-mla-options.php:
|
2874 |
#, php-format
|
2875 |
msgid "Deleting rule for %1$s."
|
2876 |
msgstr ""
|
2877 |
|
2878 |
#. translators: 1: custom field name 2: attribute 3: old value 4: new value
|
2879 |
-
#: includes/class-mla-options.php:
|
2880 |
-
#: includes/class-mla-options.php:
|
2881 |
-
#: includes/class-mla-options.php:
|
2882 |
-
#: includes/class-mla-options.php:
|
2883 |
-
#: includes/class-mla-options.php:
|
2884 |
-
#: includes/class-mla-options.php:
|
2885 |
-
#: includes/class-mla-options.php:
|
2886 |
-
#: includes/class-mla-options.php:
|
2887 |
#, php-format
|
2888 |
msgid "%1$s changing %2$s from %3$s to %4$s."
|
2889 |
msgstr ""
|
2890 |
|
2891 |
-
#: includes/class-mla-options.php:
|
2892 |
msgid "Data Source"
|
2893 |
msgstr ""
|
2894 |
|
2895 |
-
#: includes/class-mla-options.php:
|
2896 |
-
#: includes/class-mla-options.php:
|
2897 |
msgid "Replace to Keep"
|
2898 |
msgstr ""
|
2899 |
|
2900 |
-
#: includes/class-mla-options.php:
|
2901 |
-
#: includes/class-mla-options.php:
|
2902 |
msgid "Keep to Replace"
|
2903 |
msgstr ""
|
2904 |
|
2905 |
#. translators: 1: custom field name 2: attribute 3: old value 'to' new value
|
2906 |
-
#: includes/class-mla-options.php:
|
2907 |
-
#: includes/class-mla-options.php:
|
2908 |
-
#: includes/class-mla-options.php:
|
2909 |
-
#: includes/class-mla-options.php:
|
2910 |
-
#: includes/class-mla-options.php:
|
2911 |
-
#: includes/class-mla-options.php:
|
2912 |
#, php-format
|
2913 |
msgid "%1$s changing %2$s value from %3$s."
|
2914 |
msgstr ""
|
2915 |
|
2916 |
-
#: includes/class-mla-options.php:
|
2917 |
-
#: includes/class-mla-options.php:
|
2918 |
-
#: includes/class-mla-options.php:
|
2919 |
-
#: includes/class-mla-options.php:
|
2920 |
msgid "Existing Text"
|
2921 |
msgstr ""
|
2922 |
|
2923 |
-
#: includes/class-mla-options.php:
|
2924 |
-
#: includes/class-mla-options.php:
|
2925 |
-
#: includes/class-mla-options.php:
|
2926 |
msgid "Format"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
-
#: includes/class-mla-options.php:
|
2930 |
-
#: includes/class-mla-options.php:
|
2931 |
-
#: includes/class-mla-options.php:
|
2932 |
msgid "unchecked to checked"
|
2933 |
msgstr ""
|
2934 |
|
2935 |
-
#: includes/class-mla-options.php:
|
2936 |
-
#: includes/class-mla-options.php:
|
2937 |
-
#: includes/class-mla-options.php:
|
2938 |
msgid "checked to unchecked"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
-
#: includes/class-mla-options.php:
|
2942 |
msgid "MLA Column"
|
2943 |
msgstr ""
|
2944 |
|
2945 |
-
#: includes/class-mla-options.php:
|
2946 |
msgid "Metavalue name"
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: includes/class-mla-options.php:
|
2950 |
-
#: includes/class-mla-options.php:
|
2951 |
-
#: includes/class-mla-options.php:
|
2952 |
-
#: includes/class-mla-options.php:
|
2953 |
msgid "Option"
|
2954 |
msgstr ""
|
2955 |
|
2956 |
-
#: includes/class-mla-options.php:
|
2957 |
-
#: includes/class-mla-options.php:
|
2958 |
-
#: includes/class-mla-options.php:
|
2959 |
-
#: includes/class-mla-options.php:
|
2960 |
msgid "Delete NULL values"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
-
#: includes/class-mla-options.php:
|
2964 |
msgid "No Custom Field Mapping Rules Defined"
|
2965 |
msgstr ""
|
2966 |
|
2967 |
-
#: includes/class-mla-options.php:
|
2968 |
-
#: includes/class-mla-options.php:
|
2969 |
-
#: includes/class-mla-options.php:
|
2970 |
-
#: includes/class-mla-options.php:
|
2971 |
#: includes/class-mla-thumbnail-generation.php:438
|
2972 |
msgid "Keep"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
-
#: includes/class-mla-options.php:
|
2976 |
-
#: includes/class-mla-options.php:
|
2977 |
-
#: includes/class-mla-options.php:
|
2978 |
msgid "Native"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
-
#: includes/class-mla-options.php:
|
2982 |
-
#: includes/class-mla-options.php:
|
2983 |
-
#: includes/class-mla-options.php:
|
2984 |
msgid "Commas"
|
2985 |
msgstr ""
|
2986 |
|
2987 |
-
#: includes/class-mla-options.php:
|
2988 |
-
#: includes/class-mla-options.php:
|
2989 |
-
#: includes/class-mla-options.php:
|
2990 |
msgid "Raw"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: includes/class-mla-options.php:
|
2994 |
-
#: includes/class-mla-options.php:
|
2995 |
-
#: includes/class-mla-options.php:
|
2996 |
msgid "Text"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#: includes/class-mla-options.php:
|
3000 |
-
#: includes/class-mla-options.php:
|
3001 |
-
#: includes/class-mla-options.php:
|
3002 |
msgid "Single"
|
3003 |
msgstr ""
|
3004 |
|
3005 |
-
#: includes/class-mla-options.php:
|
3006 |
-
#: includes/class-mla-options.php:
|
3007 |
-
#: includes/class-mla-options.php:
|
3008 |
msgid "Export"
|
3009 |
msgstr ""
|
3010 |
|
3011 |
-
#: includes/class-mla-options.php:
|
3012 |
-
#: includes/class-mla-options.php:
|
3013 |
-
#: includes/class-mla-options.php:
|
3014 |
msgid "Array"
|
3015 |
msgstr ""
|
3016 |
|
3017 |
-
#: includes/class-mla-options.php:
|
3018 |
-
#: includes/class-mla-options.php:
|
3019 |
-
#: includes/class-mla-options.php:
|
3020 |
msgid "Multi"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: includes/class-mla-options.php:
|
3024 |
msgid "Delete Rule"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
-
#: includes/class-mla-options.php:
|
3028 |
msgid "Delete Rule AND Field"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
-
#: includes/class-mla-options.php:
|
3032 |
msgid "Update Rule"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
-
#: includes/class-mla-options.php:
|
3036 |
#: includes/class-mla-settings.php:722 includes/class-mla-settings.php:853
|
3037 |
msgid "Map All Attachments"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
-
#: includes/class-mla-options.php:
|
3041 |
msgid "Add a new Mapping Rule"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: includes/class-mla-options.php:
|
3045 |
msgid "Add Rule"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
-
#: includes/class-mla-options.php:
|
3049 |
msgid "Add Rule and Map All Attachments"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
-
#: includes/class-mla-options.php:
|
3053 |
msgid "Add a new Field and Mapping Rule"
|
3054 |
msgstr ""
|
3055 |
|
3056 |
-
#: includes/class-mla-options.php:
|
3057 |
msgid "Add Field"
|
3058 |
msgstr ""
|
3059 |
|
3060 |
-
#: includes/class-mla-options.php:
|
3061 |
msgid "Add Field and Map All Attachments"
|
3062 |
msgstr ""
|
3063 |
|
3064 |
-
#: includes/class-mla-options.php:
|
3065 |
-
#: includes/class-mla-options.php:
|
3066 |
-
#: includes/class-mla-options.php:
|
3067 |
msgid "Field Title"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#: includes/class-mla-options.php:
|
3071 |
msgid "Custom field mapping rules updated."
|
3072 |
msgstr ""
|
3073 |
|
3074 |
-
#: includes/class-mla-options.php:
|
3075 |
msgid "Custom field mapping rules update failed."
|
3076 |
msgstr ""
|
3077 |
|
3078 |
-
#: includes/class-mla-options.php:
|
3079 |
#: includes/class-mla-settings.php:773
|
3080 |
msgid "Custom field no mapping rule changes detected."
|
3081 |
msgstr ""
|
3082 |
|
3083 |
-
#: includes/class-mla-options.php:
|
3084 |
msgid "Custom field mapping settings saved."
|
3085 |
msgstr ""
|
3086 |
|
3087 |
-
#: includes/class-mla-options.php:
|
3088 |
msgid "Custom field mapping settings reset failed."
|
3089 |
msgstr ""
|
3090 |
|
3091 |
#. translators: 1: ERROR tag 2: custom field name
|
3092 |
-
#: includes/class-mla-options.php:
|
3093 |
#, php-format
|
3094 |
msgid "%1$s: No old values for %2$s."
|
3095 |
msgstr ""
|
3096 |
|
3097 |
-
#: includes/class-mla-options.php:
|
3098 |
-
#: includes/class-mla-options.php:
|
3099 |
-
#: includes/class-mla-options.php:
|
3100 |
msgid "IPTC Value"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
-
#: includes/class-mla-options.php:
|
3104 |
-
#: includes/class-mla-options.php:
|
3105 |
msgid "EXIF Value"
|
3106 |
msgstr ""
|
3107 |
|
3108 |
-
#: includes/class-mla-options.php:
|
3109 |
-
#: includes/class-mla-options.php:
|
3110 |
msgid "EXIF to IPTC"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
-
#: includes/class-mla-options.php:
|
3114 |
-
#: includes/class-mla-options.php:
|
3115 |
msgid "IPTC to EXIF"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
-
#: includes/class-mla-options.php:
|
3119 |
-
#: includes/class-mla-options.php:
|
3120 |
-
#: includes/class-mla-options.php:
|
3121 |
msgid "Priority"
|
3122 |
msgstr ""
|
3123 |
|
3124 |
-
#: includes/class-mla-options.php:
|
3125 |
msgid "Delimiter(s)"
|
3126 |
msgstr ""
|
3127 |
|
3128 |
-
#: includes/class-mla-options.php:
|
3129 |
-
#: includes/class-mla-options.php:
|
3130 |
-
#: includes/class-mla-options.php:
|
3131 |
msgid "IPTC"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
-
#: includes/class-mla-options.php:
|
3135 |
-
#: includes/class-mla-options.php:
|
3136 |
-
#: includes/class-mla-options.php:
|
3137 |
msgid "EXIF"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
-
#: includes/class-mla-options.php:
|
3141 |
-
#: includes/class-mla-options.php:
|
3142 |
msgid "EXIF/Template Value"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
#. translators: 1: ERROR tag 2: option name
|
3146 |
-
#: includes/class-mla-options.php:
|
3147 |
#, php-format
|
3148 |
msgid "%1$s: Render unknown custom %2$s."
|
3149 |
msgstr ""
|
3150 |
|
3151 |
#. translators: 1: ERROR tag 2: option name
|
3152 |
-
#: includes/class-mla-options.php:
|
3153 |
#, php-format
|
3154 |
msgid "%1$s: Update/delete unknown custom %2$s."
|
3155 |
msgstr ""
|
3156 |
|
3157 |
-
#: includes/class-mla-options.php:
|
3158 |
msgid "IPTC/EXIF mapping settings updated."
|
3159 |
msgstr ""
|
3160 |
|
3161 |
-
#: includes/class-mla-options.php:
|
3162 |
msgid "IPTC/EXIF settings update failed."
|
3163 |
msgstr ""
|
3164 |
|
3165 |
-
#: includes/class-mla-options.php:
|
3166 |
#: includes/class-mla-settings.php:907
|
3167 |
msgid "IPTC/EXIF no mapping changes detected."
|
3168 |
msgstr ""
|
3169 |
|
3170 |
#. translators: 1: field type
|
3171 |
-
#: includes/class-mla-options.php:
|
3172 |
-
#: includes/class-mla-options.php:
|
3173 |
#, php-format
|
3174 |
msgid "%1$s settings saved."
|
3175 |
msgstr ""
|
3176 |
|
3177 |
-
#: includes/class-mla-options.php:
|
3178 |
-
#: includes/class-mla-settings.php:
|
3179 |
-
#: includes/class-mla-settings.php:
|
3180 |
msgid "Standard field"
|
3181 |
msgstr ""
|
3182 |
|
3183 |
#. translators: 1: ERROR tag 2: field type
|
3184 |
-
#: includes/class-mla-options.php:
|
3185 |
-
#: includes/class-mla-options.php:
|
3186 |
#, php-format
|
3187 |
msgid "%1$s: IPTC/EXIF %2$s settings update failed."
|
3188 |
msgstr ""
|
3189 |
|
3190 |
-
#: includes/class-mla-options.php:
|
3191 |
-
#: includes/class-mla-settings.php:
|
3192 |
-
#: includes/class-mla-settings.php:
|
3193 |
msgid "Taxonomy term"
|
3194 |
msgstr ""
|
3195 |
|
3196 |
-
#: includes/class-mla-options.php:
|
3197 |
-
#: includes/class-mla-settings.php:
|
3198 |
-
#: includes/class-mla-settings.php:
|
3199 |
-
#: includes/class-mla-settings.php:
|
3200 |
msgid "Custom field"
|
3201 |
msgstr ""
|
3202 |
|
3203 |
#. translators: 1: ERROR tag 2: option name, e.g., taxonomy_support
|
3204 |
-
#: includes/class-mla-options.php:
|
3205 |
#, php-format
|
3206 |
msgid "%1$s: Reset unknown custom %2$s"
|
3207 |
msgstr ""
|
3208 |
|
3209 |
-
#: includes/class-mla-polylang-support.php:
|
3210 |
msgid "ERROR: No post ID found"
|
3211 |
msgstr ""
|
3212 |
|
3213 |
-
#: includes/class-mla-polylang-support.php:
|
3214 |
msgid "Error while saving the translations."
|
3215 |
msgstr ""
|
3216 |
|
3217 |
-
#: includes/class-mla-polylang-support.php:
|
3218 |
msgid "Remove From Bulk Translate"
|
3219 |
msgstr ""
|
3220 |
|
3221 |
-
#: includes/class-mla-polylang-support.php:
|
3222 |
msgid "Bulk Translate items"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
-
#: includes/class-mla-polylang-support.php:
|
3226 |
msgid "Add new"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
-
#: includes/class-mla-polylang-support.php:
|
3230 |
-
#: includes/class-mla-polylang-support.php:
|
3231 |
#: includes/class-mla-thumbnail-generation.php:473
|
3232 |
msgid "Bulk Translations"
|
3233 |
msgstr ""
|
3234 |
|
3235 |
-
#: includes/class-mla-polylang-support.php:
|
3236 |
msgid "Translate"
|
3237 |
msgstr ""
|
3238 |
|
3239 |
-
#: includes/class-mla-polylang-support.php:
|
3240 |
msgid "All Languages"
|
3241 |
msgstr ""
|
3242 |
|
3243 |
-
#: includes/class-mla-polylang-support.php:
|
3244 |
-
#: includes/class-mla-polylang-support.php:
|
3245 |
-
#: includes/class-mla-polylang-support.php:
|
3246 |
msgid "Quick Translate"
|
3247 |
msgstr ""
|
3248 |
|
3249 |
-
#: includes/class-mla-polylang-support.php:
|
3250 |
msgid "Set Language"
|
3251 |
msgstr ""
|
3252 |
|
3253 |
-
#: includes/class-mla-polylang-support.php:
|
3254 |
-
#: includes/class-mla-polylang-support.php:
|
3255 |
msgid "Bulk Translate"
|
3256 |
msgstr ""
|
3257 |
|
3258 |
-
#: includes/class-mla-polylang-support.php:
|
3259 |
msgid "Add or Modify Translation"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
-
#: includes/class-mla-polylang-support.php:
|
3263 |
-
#: includes/class-mla-polylang-support.php:
|
3264 |
-
#: includes/class-mla-polylang-support.php:
|
3265 |
-
#: includes/class-mla-polylang-support.php:
|
3266 |
#: includes/class-mla-wpml-support.php:1617
|
3267 |
#: includes/class-mla-wpml-support.php:1707
|
3268 |
#: includes/class-mla-wpml-support.php:2152
|
3269 |
msgid "Language"
|
3270 |
msgstr ""
|
3271 |
|
3272 |
-
#: includes/class-mla-polylang-support.php:
|
3273 |
#: includes/class-mla-thumbnail-generation.php:444
|
3274 |
msgid "Options"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
-
#: includes/class-mla-polylang-support.php:
|
3278 |
msgid "Translate this item inline"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
-
#: includes/class-mla-polylang-support.php:
|
3282 |
-
#: includes/class-mla-polylang-support.php:
|
3283 |
#: includes/class-mla-wpml-support.php:1652
|
3284 |
#: includes/class-mla-wpml-support.php:1755
|
3285 |
msgid "Media/Assistant submenu table"
|
3286 |
msgstr ""
|
3287 |
|
3288 |
-
#: includes/class-mla-polylang-support.php:
|
3289 |
#: includes/class-mla-wpml-support.php:1657
|
3290 |
msgid "Language Column"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
-
#: includes/class-mla-polylang-support.php:
|
3294 |
#: includes/class-mla-wpml-support.php:1660
|
3295 |
msgid ""
|
3296 |
"Check this option to add a Language column to the Media/Assistant submenu "
|
3297 |
"table."
|
3298 |
msgstr ""
|
3299 |
|
3300 |
-
#: includes/class-mla-polylang-support.php:
|
3301 |
#: includes/class-mla-wpml-support.php:1664
|
3302 |
msgid "Translations Column"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
-
#: includes/class-mla-polylang-support.php:
|
3306 |
#: includes/class-mla-wpml-support.php:1667
|
3307 |
msgid ""
|
3308 |
"Check this option to add a Translation Status column to the Media/Assistant "
|
3309 |
"submenu table."
|
3310 |
msgstr ""
|
3311 |
|
3312 |
-
#: includes/class-mla-polylang-support.php:
|
3313 |
msgid ""
|
3314 |
"Check this option to add a Quick Translate rollover action to the Media/"
|
3315 |
"Assistant submenu table."
|
3316 |
msgstr ""
|
3317 |
|
3318 |
-
#: includes/class-mla-polylang-support.php:
|
3319 |
msgid ""
|
3320 |
"Check this option to add \"Translate\" to the \"Bulk Actions\" control on "
|
3321 |
"the Media/Assistant submenu table."
|
3322 |
msgstr ""
|
3323 |
|
3324 |
-
#: includes/class-mla-polylang-support.php:
|
3325 |
-
#: includes/class-mla-polylang-support.php:
|
3326 |
#: includes/class-mla-wpml-support.php:1671
|
3327 |
#: includes/class-mla-wpml-support.php:1755
|
3328 |
msgid "Term Management"
|
3329 |
msgstr ""
|
3330 |
|
3331 |
-
#: includes/class-mla-polylang-support.php:
|
3332 |
#: includes/class-mla-wpml-support.php:1676
|
3333 |
msgid "Term Assignment"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
-
#: includes/class-mla-polylang-support.php:
|
3337 |
#: includes/class-mla-wpml-support.php:1679
|
3338 |
msgid ""
|
3339 |
"Check this option to assign language-specific terms when items are updated."
|
3340 |
msgstr ""
|
3341 |
|
3342 |
-
#: includes/class-mla-polylang-support.php:
|
3343 |
#: includes/class-mla-wpml-support.php:1683
|
3344 |
msgid "Term Synchronization"
|
3345 |
msgstr ""
|
3346 |
|
3347 |
-
#: includes/class-mla-polylang-support.php:
|
3348 |
#: includes/class-mla-wpml-support.php:1686
|
3349 |
msgid ""
|
3350 |
"Check this option to synchronize common terms among all item translations."
|
3351 |
msgstr ""
|
3352 |
|
3353 |
-
#: includes/class-mla-polylang-support.php:
|
3354 |
#: includes/class-mla-wpml-support.php:1690
|
3355 |
msgid "Term Mapping Replication"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
-
#: includes/class-mla-polylang-support.php:
|
3359 |
#: includes/class-mla-wpml-support.php:1693
|
3360 |
msgid ""
|
3361 |
"When mapping IPTC/EXIF metadata to taxonomy terms, make them available in "
|
3362 |
"all languages."
|
3363 |
msgstr ""
|
3364 |
|
3365 |
-
#: includes/class-mla-polylang-support.php:
|
3366 |
#: includes/class-mla-wpml-support.php:1753
|
3367 |
msgid "Language Options"
|
3368 |
msgstr ""
|
3369 |
|
3370 |
#. translators: 1: - 4: page subheader values
|
3371 |
-
#: includes/class-mla-polylang-support.php:
|
3372 |
#, php-format
|
3373 |
msgid ""
|
3374 |
"In this tab you can find a number of options for controlling Polylang-"
|
@@ -3378,7 +3390,7 @@ msgid ""
|
|
3378 |
msgstr ""
|
3379 |
|
3380 |
#. translators: 1: Documentation hyperlink
|
3381 |
-
#: includes/class-mla-polylang-support.php:
|
3382 |
#: includes/class-mla-wpml-support.php:1757
|
3383 |
#, php-format
|
3384 |
msgid ""
|
@@ -3386,54 +3398,54 @@ msgid ""
|
|
3386 |
"section of the Documentation."
|
3387 |
msgstr ""
|
3388 |
|
3389 |
-
#: includes/class-mla-polylang-support.php:
|
3390 |
#: includes/class-mla-wpml-support.php:1757
|
3391 |
msgid "Language Options documentation"
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: includes/class-mla-polylang-support.php:
|
3395 |
#: includes/class-mla-wpml-support.php:1757
|
3396 |
msgid "WPML & Polylang Multilingual Support; the MLA Language Tab"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
-
#: includes/class-mla-polylang-support.php:
|
3400 |
-
#: includes/class-mla-settings.php:
|
3401 |
-
#: includes/class-mla-settings.php:
|
3402 |
-
#: includes/class-mla-settings.php:
|
3403 |
-
#: includes/class-mla-settings.php:
|
3404 |
-
#: includes/class-mla-settings.php:
|
3405 |
-
#: includes/class-mla-settings.php:
|
3406 |
#: includes/class-mla-wpml-support.php:1760
|
3407 |
msgid "Save Changes"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
-
#: includes/class-mla-polylang-support.php:
|
3411 |
#: includes/class-mla-wpml-support.php:1761
|
3412 |
msgid "Delete Language options and restore default settings"
|
3413 |
msgstr ""
|
3414 |
|
3415 |
-
#: includes/class-mla-polylang-support.php:
|
3416 |
-
#: includes/class-mla-settings.php:
|
3417 |
-
#: includes/class-mla-settings.php:
|
3418 |
#: includes/class-mla-wpml-support.php:1764
|
3419 |
msgid "Go to Top"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
-
#: includes/class-mla-polylang-support.php:
|
3423 |
#: includes/class-mla-wpml-support.php:1801
|
3424 |
msgid "Language settings saved."
|
3425 |
msgstr ""
|
3426 |
|
3427 |
#. translators: 1: option name
|
3428 |
-
#: includes/class-mla-polylang-support.php:
|
3429 |
-
#: includes/class-mla-settings.php:
|
3430 |
#: includes/class-mla-wpml-support.php:1832
|
3431 |
#, php-format
|
3432 |
msgctxt "message_list"
|
3433 |
msgid "delete_option \"%1$s\""
|
3434 |
msgstr ""
|
3435 |
|
3436 |
-
#: includes/class-mla-polylang-support.php:
|
3437 |
#: includes/class-mla-wpml-support.php:1840
|
3438 |
msgid "Language settings reset to default values."
|
3439 |
msgstr ""
|
@@ -3459,7 +3471,7 @@ msgid "Reprocessed"
|
|
3459 |
msgstr ""
|
3460 |
|
3461 |
#: includes/class-mla-settings.php:458 includes/class-mla-settings.php:971
|
3462 |
-
#: includes/class-mla-settings.php:
|
3463 |
msgid "Settings"
|
3464 |
msgstr ""
|
3465 |
|
@@ -3483,66 +3495,66 @@ msgstr ""
|
|
3483 |
msgid "No upload slug found"
|
3484 |
msgstr ""
|
3485 |
|
3486 |
-
#: includes/class-mla-settings.php:718 includes/class-mla-settings.php:
|
3487 |
-
#: includes/class-mla-settings.php:
|
3488 |
msgid "Map All Rules, All Attachments Now"
|
3489 |
msgstr ""
|
3490 |
|
3491 |
-
#: includes/class-mla-settings.php:842 includes/class-mla-settings.php:
|
3492 |
msgid "Map All Attachments, Standard Fields Now"
|
3493 |
msgstr ""
|
3494 |
|
3495 |
-
#: includes/class-mla-settings.php:845 includes/class-mla-settings.php:
|
3496 |
msgid "Map All Attachments, Taxonomy Terms Now"
|
3497 |
msgstr ""
|
3498 |
|
3499 |
-
#: includes/class-mla-settings.php:848 includes/class-mla-settings.php:
|
3500 |
msgid "Map All Attachments, Custom Fields Now"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
#. translators: 1: ERROR tag 2: function name 3: option type, e.g., radio, select, text
|
3504 |
-
#: includes/class-mla-settings.php:
|
3505 |
-
#: includes/class-mla-settings.php:
|
3506 |
#, php-format
|
3507 |
msgctxt "error_log"
|
3508 |
msgid "%1$s: %2$s unknown type = \"%3$s\""
|
3509 |
msgstr ""
|
3510 |
|
3511 |
-
#: includes/class-mla-settings.php:
|
3512 |
msgid "General"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
-
#: includes/class-mla-settings.php:
|
3516 |
msgid "Views"
|
3517 |
msgstr ""
|
3518 |
|
3519 |
-
#: includes/class-mla-settings.php:
|
3520 |
msgid "Uploads"
|
3521 |
msgstr ""
|
3522 |
|
3523 |
-
#: includes/class-mla-settings.php:
|
3524 |
-
#: includes/class-mla-settings.php:
|
3525 |
msgid "MLA Gallery"
|
3526 |
msgstr ""
|
3527 |
|
3528 |
-
#: includes/class-mla-settings.php:
|
3529 |
msgid "Custom Fields"
|
3530 |
msgstr ""
|
3531 |
|
3532 |
-
#: includes/class-mla-settings.php:
|
3533 |
msgid "Documentation"
|
3534 |
msgstr ""
|
3535 |
|
3536 |
-
#: includes/class-mla-settings.php:
|
3537 |
msgid "Debug"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
-
#: includes/class-mla-settings.php:
|
3541 |
msgid "General Processing Options"
|
3542 |
msgstr ""
|
3543 |
|
3544 |
#. translators: 1: - 4: page subheader values
|
3545 |
-
#: includes/class-mla-settings.php:
|
3546 |
#, php-format
|
3547 |
msgid ""
|
3548 |
"In this tab you can find a number of options for controlling the "
|
@@ -3551,36 +3563,36 @@ msgid ""
|
|
3551 |
"any changes you make."
|
3552 |
msgstr ""
|
3553 |
|
3554 |
-
#: includes/class-mla-settings.php:
|
3555 |
msgid "Media/Assistant Table Defaults"
|
3556 |
msgstr ""
|
3557 |
|
3558 |
-
#: includes/class-mla-settings.php:
|
3559 |
msgid "Media Manager Enhancements"
|
3560 |
msgstr ""
|
3561 |
|
3562 |
-
#: includes/class-mla-settings.php:
|
3563 |
msgid "Export ALL Settings"
|
3564 |
msgstr ""
|
3565 |
|
3566 |
-
#: includes/class-mla-settings.php:
|
3567 |
msgid "Delete General options and restore default settings"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
-
#: includes/class-mla-settings.php:
|
3571 |
msgid "Support Our Work"
|
3572 |
msgstr ""
|
3573 |
|
3574 |
-
#: includes/class-mla-settings.php:
|
3575 |
msgid "Donate to FTJ"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
-
#: includes/class-mla-settings.php:
|
3579 |
msgid "Donate"
|
3580 |
msgstr ""
|
3581 |
|
3582 |
#. translators: 1: donation hyperlink
|
3583 |
-
#: includes/class-mla-settings.php:
|
3584 |
#, php-format
|
3585 |
msgid ""
|
3586 |
"This plugin was inspired by my work on the WordPress web site for our "
|
@@ -3589,27 +3601,27 @@ msgid ""
|
|
3589 |
"our work. Thank you!"
|
3590 |
msgstr ""
|
3591 |
|
3592 |
-
#: includes/class-mla-settings.php:
|
3593 |
msgid "tax-deductible donation"
|
3594 |
msgstr ""
|
3595 |
|
3596 |
-
#: includes/class-mla-settings.php:
|
3597 |
msgid "enhanced version of the WordPress [gallery] shortcode."
|
3598 |
msgstr ""
|
3599 |
|
3600 |
-
#: includes/class-mla-settings.php:
|
3601 |
msgid "enhanced version of the WordPress Tag Cloud."
|
3602 |
msgstr ""
|
3603 |
|
3604 |
-
#: includes/class-mla-settings.php:
|
3605 |
msgid "Shortcodes made available by this plugin"
|
3606 |
msgstr ""
|
3607 |
|
3608 |
-
#: includes/class-mla-settings.php:
|
3609 |
msgid "Edit View"
|
3610 |
msgstr ""
|
3611 |
|
3612 |
-
#: includes/class-mla-settings.php:
|
3613 |
msgid ""
|
3614 |
"The “slug” is the URL-friendly, unique key for the view. It must "
|
3615 |
"be all lowercase and contain only letters, numbers, periods (.), slashes (/) "
|
@@ -3618,25 +3630,25 @@ msgid ""
|
|
3618 |
"MIME</strong> type, e.g., “image” or “image/jpeg”."
|
3619 |
msgstr ""
|
3620 |
|
3621 |
-
#: includes/class-mla-settings.php:
|
3622 |
msgid "Singular Label"
|
3623 |
msgstr ""
|
3624 |
|
3625 |
-
#: includes/class-mla-settings.php:
|
3626 |
msgid "Plural Label"
|
3627 |
msgstr ""
|
3628 |
|
3629 |
-
#: includes/class-mla-settings.php:
|
3630 |
msgid ""
|
3631 |
"The labels, e.g., “Image” and “Images” are used for "
|
3632 |
"column headers and other display purposes."
|
3633 |
msgstr ""
|
3634 |
|
3635 |
-
#: includes/class-mla-settings.php:
|
3636 |
msgid "Specification"
|
3637 |
msgstr ""
|
3638 |
|
3639 |
-
#: includes/class-mla-settings.php:
|
3640 |
msgid ""
|
3641 |
"If the MIME type specification differs from the slug, enter it here. You may "
|
3642 |
"include multiple MIME types, e.g., “audio,video” and/or wildcard "
|
@@ -3644,60 +3656,60 @@ msgid ""
|
|
3644 |
"MIME Type box is checked."
|
3645 |
msgstr ""
|
3646 |
|
3647 |
-
#: includes/class-mla-settings.php:
|
3648 |
msgid "Post MIME Type"
|
3649 |
msgstr ""
|
3650 |
|
3651 |
-
#: includes/class-mla-settings.php:
|
3652 |
msgid ""
|
3653 |
"Check this box if you want to add this entry to the list of MIME types "
|
3654 |
"returned by wp_get_mime_types()."
|
3655 |
msgstr ""
|
3656 |
|
3657 |
-
#: includes/class-mla-settings.php:
|
3658 |
msgid "Table View"
|
3659 |
msgstr ""
|
3660 |
|
3661 |
-
#: includes/class-mla-settings.php:
|
3662 |
msgid ""
|
3663 |
"Check this box if you want to add this entry to the list of Media/Assistant "
|
3664 |
"table views."
|
3665 |
msgstr ""
|
3666 |
|
3667 |
-
#: includes/class-mla-settings.php:
|
3668 |
msgid ""
|
3669 |
"You can choose your own table view order by entering a number (1 for first, "
|
3670 |
"etc.) in this field."
|
3671 |
msgstr ""
|
3672 |
|
3673 |
-
#: includes/class-mla-settings.php:
|
3674 |
-
#: includes/class-mla-settings.php:
|
3675 |
msgid ""
|
3676 |
"The description can contain any documentation or notes you need to "
|
3677 |
"understand or use the item."
|
3678 |
msgstr ""
|
3679 |
|
3680 |
#. translators: 1: bulk_action, e.g., delete, edit, restore, trash
|
3681 |
-
#: includes/class-mla-settings.php:
|
3682 |
#, php-format
|
3683 |
msgid "Unknown bulk action %1$s"
|
3684 |
msgstr ""
|
3685 |
|
3686 |
#. translators: 1: view name/slug
|
3687 |
-
#: includes/class-mla-settings.php:
|
3688 |
#, php-format
|
3689 |
msgid "Edit view \"%1$s\" cancelled."
|
3690 |
msgstr ""
|
3691 |
|
3692 |
-
#: includes/class-mla-settings.php:
|
3693 |
msgid "View and Post MIME Type Support is disabled"
|
3694 |
msgstr ""
|
3695 |
|
3696 |
-
#: includes/class-mla-settings.php:
|
3697 |
msgid "Library Views/Post MIME Type Processing"
|
3698 |
msgstr ""
|
3699 |
|
3700 |
-
#: includes/class-mla-settings.php:
|
3701 |
msgid ""
|
3702 |
"In this tab you can manage the list of \"Post MIME Types\", which are used "
|
3703 |
"by WordPress to define the views for the <em><strong>Media/Library</strong></"
|
@@ -3709,7 +3721,7 @@ msgid ""
|
|
3709 |
msgstr ""
|
3710 |
|
3711 |
#. translators: 1: Documentation hyperlink
|
3712 |
-
#: includes/class-mla-settings.php:
|
3713 |
#, php-format
|
3714 |
msgid ""
|
3715 |
"You can find more information about library views, Post MIME types and how "
|
@@ -3718,87 +3730,87 @@ msgid ""
|
|
3718 |
"screen."
|
3719 |
msgstr ""
|
3720 |
|
3721 |
-
#: includes/class-mla-settings.php:
|
3722 |
msgid "Library View Processing documentation"
|
3723 |
msgstr ""
|
3724 |
|
3725 |
-
#: includes/class-mla-settings.php:
|
3726 |
-
#: includes/class-mla-settings.php:
|
3727 |
msgid "Displaying search results for"
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: includes/class-mla-settings.php:
|
3731 |
msgid "Search Views"
|
3732 |
msgstr ""
|
3733 |
|
3734 |
-
#: includes/class-mla-settings.php:
|
3735 |
msgid "Add View"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: includes/class-mla-settings.php:
|
3739 |
msgid "<strong>Quick Edit</strong>"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: includes/class-mla-settings.php:
|
3743 |
msgid "Edit Upload MIME Type"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: includes/class-mla-settings.php:
|
3747 |
msgid ""
|
3748 |
"The “extension” is the file extension for this type, and a "
|
3749 |
"unique key for the item. It must be all lowercase and contain only letters "
|
3750 |
"and numbers."
|
3751 |
msgstr ""
|
3752 |
|
3753 |
-
#: includes/class-mla-settings.php:
|
3754 |
msgid ""
|
3755 |
"The MIME Type must be all lowercase and contain only letters, numbers, "
|
3756 |
"periods (.), slashes (/) and hyphens (-). It <strong>must be a valid MIME</"
|
3757 |
"strong> type, e.g., “image” or “image/jpeg”."
|
3758 |
msgstr ""
|
3759 |
|
3760 |
-
#: includes/class-mla-settings.php:
|
3761 |
msgid "Icon Type"
|
3762 |
msgstr ""
|
3763 |
|
3764 |
-
#: includes/class-mla-settings.php:
|
3765 |
msgid ""
|
3766 |
"The Icon Type selects a thumbnail image displayed for non-image file types, "
|
3767 |
"such as PDF documents."
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: includes/class-mla-settings.php:
|
3771 |
#: includes/class-mla-upload-list-table.php:515
|
3772 |
msgid "Inactive"
|
3773 |
msgstr ""
|
3774 |
|
3775 |
-
#: includes/class-mla-settings.php:
|
3776 |
msgid ""
|
3777 |
"Check this box if you want to remove this entry from the list of Upload MIME "
|
3778 |
"Types returned by get_allowed_mime_types()."
|
3779 |
msgstr ""
|
3780 |
|
3781 |
-
#: includes/class-mla-settings.php:
|
3782 |
msgid "Known File Extension/MIME Type Associations"
|
3783 |
msgstr ""
|
3784 |
|
3785 |
-
#: includes/class-mla-settings.php:
|
3786 |
msgid "Search Known MIME Types"
|
3787 |
msgstr ""
|
3788 |
|
3789 |
-
#: includes/class-mla-settings.php:
|
3790 |
msgid "To search by extension, use \".\", e.g., \".doc\""
|
3791 |
msgstr ""
|
3792 |
|
3793 |
-
#: includes/class-mla-settings.php:
|
3794 |
msgid "Upload MIME Type Support is disabled"
|
3795 |
msgstr ""
|
3796 |
|
3797 |
-
#: includes/class-mla-settings.php:
|
3798 |
msgid "File Extension and MIME Type Processing"
|
3799 |
msgstr ""
|
3800 |
|
3801 |
-
#: includes/class-mla-settings.php:
|
3802 |
msgid ""
|
3803 |
"In this tab you can manage the list of file extension/MIME Type "
|
3804 |
"associations, which are used by WordPress to decide what kind of files can "
|
@@ -3808,7 +3820,7 @@ msgid ""
|
|
3808 |
msgstr ""
|
3809 |
|
3810 |
#. translators: 1: Documentation hyperlink
|
3811 |
-
#: includes/class-mla-settings.php:
|
3812 |
#, php-format
|
3813 |
msgid ""
|
3814 |
"You can find more information about file extensions, MIME types and how "
|
@@ -3816,57 +3828,57 @@ msgid ""
|
|
3816 |
"the <strong>\"Help\"</strong> tab in the upper-right corner of this screen."
|
3817 |
msgstr ""
|
3818 |
|
3819 |
-
#: includes/class-mla-settings.php:
|
3820 |
msgid "File Extension Processing documentation"
|
3821 |
msgstr ""
|
3822 |
|
3823 |
-
#: includes/class-mla-settings.php:
|
3824 |
msgid "Search Uploads"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
-
#: includes/class-mla-settings.php:
|
3828 |
msgid "Upload MIME Type"
|
3829 |
msgstr ""
|
3830 |
|
3831 |
-
#: includes/class-mla-settings.php:
|
3832 |
msgid ""
|
3833 |
"To search the database of over 1,500 known extension/type associations, "
|
3834 |
"click \"Search Known Types\" below the form."
|
3835 |
msgstr ""
|
3836 |
|
3837 |
-
#: includes/class-mla-settings.php:
|
3838 |
msgid ""
|
3839 |
"The “extension” is the file extension for this type, and unique "
|
3840 |
"key for the item. It must be all lowercase and contain only letters and "
|
3841 |
"numbers."
|
3842 |
msgstr ""
|
3843 |
|
3844 |
-
#: includes/class-mla-settings.php:
|
3845 |
msgid "Add Upload MIME Type"
|
3846 |
msgstr ""
|
3847 |
|
3848 |
-
#: includes/class-mla-settings.php:
|
3849 |
msgid "Search Known Types"
|
3850 |
msgstr ""
|
3851 |
|
3852 |
-
#: includes/class-mla-settings.php:
|
3853 |
#: includes/class-mla-upload-list-table.php:517
|
3854 |
msgid "Active"
|
3855 |
msgstr ""
|
3856 |
|
3857 |
-
#: includes/class-mla-settings.php:
|
3858 |
msgid "MLA Gallery Options"
|
3859 |
msgstr ""
|
3860 |
|
3861 |
-
#: includes/class-mla-settings.php:
|
3862 |
msgid "Go to Style Templates"
|
3863 |
msgstr ""
|
3864 |
|
3865 |
-
#: includes/class-mla-settings.php:
|
3866 |
msgid "Go to Markup Templates"
|
3867 |
msgstr ""
|
3868 |
|
3869 |
-
#: includes/class-mla-settings.php:
|
3870 |
msgid ""
|
3871 |
"In this tab you can view the default style and markup templates. You can "
|
3872 |
"also define additional templates and use the <code>mla_style</code> and "
|
@@ -3876,168 +3888,168 @@ msgid ""
|
|
3876 |
"Changes\" at the bottom of this page."
|
3877 |
msgstr ""
|
3878 |
|
3879 |
-
#: includes/class-mla-settings.php:
|
3880 |
msgid "Style Templates"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
-
#: includes/class-mla-settings.php:
|
3884 |
msgid "Markup Templates"
|
3885 |
msgstr ""
|
3886 |
|
3887 |
-
#: includes/class-mla-settings.php:
|
3888 |
msgid "Theme"
|
3889 |
msgstr ""
|
3890 |
|
3891 |
-
#: includes/class-mla-settings.php:
|
3892 |
msgid "Imagick support is not installed."
|
3893 |
msgstr ""
|
3894 |
|
3895 |
-
#: includes/class-mla-settings.php:
|
3896 |
msgid "Ghostscript support is not installed."
|
3897 |
msgstr ""
|
3898 |
|
3899 |
-
#: includes/class-mla-settings.php:
|
3900 |
#: includes/class-mla-wpml-support.php:1747
|
3901 |
#: includes/class-mla-wpml-support.php:1749
|
3902 |
msgid "WARNING:"
|
3903 |
msgstr ""
|
3904 |
|
3905 |
-
#: includes/class-mla-settings.php:
|
3906 |
msgid " MLA Viewer support may not be available"
|
3907 |
msgstr ""
|
3908 |
|
3909 |
-
#: includes/class-mla-settings.php:
|
3910 |
msgid ""
|
3911 |
"This default template cannot be altered or deleted, but you can copy the "
|
3912 |
"styles."
|
3913 |
msgstr ""
|
3914 |
|
3915 |
-
#: includes/class-mla-settings.php:
|
3916 |
-
#: includes/class-mla-settings.php:
|
3917 |
msgid "Styles"
|
3918 |
msgstr ""
|
3919 |
|
3920 |
-
#: includes/class-mla-settings.php:
|
3921 |
-
#: includes/class-mla-settings.php:
|
3922 |
msgid ""
|
3923 |
"List of substitution parameters, e.g., [+selector+], on Documentation tab."
|
3924 |
msgstr ""
|
3925 |
|
3926 |
-
#: includes/class-mla-settings.php:
|
3927 |
msgid "Delete this template"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
-
#: includes/class-mla-settings.php:
|
3931 |
msgid ""
|
3932 |
"Check the box to delete this template when you press Update at the bottom of "
|
3933 |
"the page."
|
3934 |
msgstr ""
|
3935 |
|
3936 |
-
#: includes/class-mla-settings.php:
|
3937 |
msgid "Fill in a name and styles to add a new template."
|
3938 |
msgstr ""
|
3939 |
|
3940 |
-
#: includes/class-mla-settings.php:
|
3941 |
msgid ""
|
3942 |
"This default template cannot be altered or deleted, but you can copy the "
|
3943 |
"markup."
|
3944 |
msgstr ""
|
3945 |
|
3946 |
-
#: includes/class-mla-settings.php:
|
3947 |
-
#: includes/class-mla-settings.php:
|
3948 |
msgid "Open"
|
3949 |
msgstr ""
|
3950 |
|
3951 |
-
#: includes/class-mla-settings.php:
|
3952 |
-
#: includes/class-mla-settings.php:
|
3953 |
msgid ""
|
3954 |
"Markup for the beginning of the gallery. List of parameters, e.g., [+selector"
|
3955 |
"+], on Documentation tab."
|
3956 |
msgstr ""
|
3957 |
|
3958 |
-
#: includes/class-mla-settings.php:
|
3959 |
-
#: includes/class-mla-settings.php:
|
3960 |
msgid "Row"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
-
#: includes/class-mla-settings.php:
|
3964 |
msgid "Markup for the beginning of each row in the gallery."
|
3965 |
msgstr ""
|
3966 |
|
3967 |
-
#: includes/class-mla-settings.php:
|
3968 |
-
#: includes/class-mla-settings.php:
|
3969 |
msgid "Item"
|
3970 |
msgstr ""
|
3971 |
|
3972 |
-
#: includes/class-mla-settings.php:
|
3973 |
msgid "Markup for each item/cell of the gallery."
|
3974 |
msgstr ""
|
3975 |
|
3976 |
-
#: includes/class-mla-settings.php:
|
3977 |
-
#: includes/class-mla-settings.php:
|
3978 |
-
#: includes/class-mla-settings.php:
|
3979 |
msgid "Close"
|
3980 |
msgstr ""
|
3981 |
|
3982 |
-
#: includes/class-mla-settings.php:
|
3983 |
msgid "Markup for the end of each row in the gallery."
|
3984 |
msgstr ""
|
3985 |
|
3986 |
-
#: includes/class-mla-settings.php:
|
3987 |
-
#: includes/class-mla-settings.php:
|
3988 |
msgid "Markup for the end of the gallery."
|
3989 |
msgstr ""
|
3990 |
|
3991 |
-
#: includes/class-mla-settings.php:
|
3992 |
msgid "Markup for the beginning of each row."
|
3993 |
msgstr ""
|
3994 |
|
3995 |
-
#: includes/class-mla-settings.php:
|
3996 |
msgid "Markup for each item/cell."
|
3997 |
msgstr ""
|
3998 |
|
3999 |
-
#: includes/class-mla-settings.php:
|
4000 |
msgid "Markup for the end of each row."
|
4001 |
msgstr ""
|
4002 |
|
4003 |
-
#: includes/class-mla-settings.php:
|
4004 |
msgid "Fill in a name and markup to add a new template."
|
4005 |
msgstr ""
|
4006 |
|
4007 |
-
#: includes/class-mla-settings.php:
|
4008 |
msgid "Custom Field Mapping Progress"
|
4009 |
msgstr ""
|
4010 |
|
4011 |
-
#: includes/class-mla-settings.php:
|
4012 |
msgid "DO NOT DO THE FOLLOWING (they will cause mapping to fail)"
|
4013 |
msgstr ""
|
4014 |
|
4015 |
-
#: includes/class-mla-settings.php:
|
4016 |
msgid "Close the window"
|
4017 |
msgstr ""
|
4018 |
|
4019 |
-
#: includes/class-mla-settings.php:
|
4020 |
msgid "Reload the page"
|
4021 |
msgstr ""
|
4022 |
|
4023 |
-
#: includes/class-mla-settings.php:
|
4024 |
msgid "Click the browser’s Stop, Back or forward buttons"
|
4025 |
msgstr ""
|
4026 |
|
4027 |
-
#: includes/class-mla-settings.php:
|
4028 |
msgid "Progress"
|
4029 |
msgstr ""
|
4030 |
|
4031 |
-
#: includes/class-mla-settings.php:
|
4032 |
msgid "Resume"
|
4033 |
msgstr ""
|
4034 |
|
4035 |
-
#: includes/class-mla-settings.php:
|
4036 |
msgid "Custom Field and Attachment Metadata Processing Options"
|
4037 |
msgstr ""
|
4038 |
|
4039 |
#. translators: 1: Documentation hyperlink
|
4040 |
-
#: includes/class-mla-settings.php:
|
4041 |
#, php-format
|
4042 |
msgid ""
|
4043 |
"In this tab you can define the rules for mapping several types of image "
|
@@ -4047,32 +4059,32 @@ msgid ""
|
|
4047 |
"field. See the %1$s section of the Documentation for details."
|
4048 |
msgstr ""
|
4049 |
|
4050 |
-
#: includes/class-mla-settings.php:
|
4051 |
msgid "Updating Attachment Metadata Documentation"
|
4052 |
msgstr ""
|
4053 |
|
4054 |
-
#: includes/class-mla-settings.php:
|
4055 |
msgid "Adding or changing Attachment Metadata"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
#. translators: 1: Documentation hyperlink
|
4059 |
-
#: includes/class-mla-settings.php:
|
4060 |
#, php-format
|
4061 |
msgid ""
|
4062 |
"You can find more information about using the controls in this tab to define "
|
4063 |
"mapping rules and apply them in the %1$s section of the Documentation."
|
4064 |
msgstr ""
|
4065 |
|
4066 |
-
#: includes/class-mla-settings.php:
|
4067 |
msgid "Custom Field Options documentation"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
-
#: includes/class-mla-settings.php:
|
4071 |
msgid "Custom field mapping"
|
4072 |
msgstr ""
|
4073 |
|
4074 |
#. translators: 1: "Save Changes"
|
4075 |
-
#: includes/class-mla-settings.php:
|
4076 |
#, php-format
|
4077 |
msgid ""
|
4078 |
"Click %1$s to update the \"Enable custom field mapping...\" checkbox and/or "
|
@@ -4081,22 +4093,22 @@ msgid ""
|
|
4081 |
msgstr ""
|
4082 |
|
4083 |
#. translators: 1: "Map All Rules..."
|
4084 |
-
#: includes/class-mla-settings.php:
|
4085 |
#, php-format
|
4086 |
msgid ""
|
4087 |
"Click %1$s to apply all the rules at once (rule changes will be applied but "
|
4088 |
"not saved)."
|
4089 |
msgstr ""
|
4090 |
|
4091 |
-
#: includes/class-mla-settings.php:
|
4092 |
msgid "IPTC & EXIF Mapping Progress"
|
4093 |
msgstr ""
|
4094 |
|
4095 |
-
#: includes/class-mla-settings.php:
|
4096 |
msgid "IPTC & EXIF Processing Options"
|
4097 |
msgstr ""
|
4098 |
|
4099 |
-
#: includes/class-mla-settings.php:
|
4100 |
msgid ""
|
4101 |
"In this tab you can define the rules for mapping IPTC (International Press "
|
4102 |
"Telecommunications Council) and EXIF (EXchangeable Image File) metadata to "
|
@@ -4105,20 +4117,20 @@ msgid ""
|
|
4105 |
"click \"Save Changes\" at the bottom of this page."
|
4106 |
msgstr ""
|
4107 |
|
4108 |
-
#: includes/class-mla-settings.php:
|
4109 |
msgid "IPTC/EXIF Options documentation"
|
4110 |
msgstr ""
|
4111 |
|
4112 |
-
#: includes/class-mla-settings.php:
|
4113 |
msgid "Standard field mapping"
|
4114 |
msgstr ""
|
4115 |
|
4116 |
-
#: includes/class-mla-settings.php:
|
4117 |
msgid "Taxonomy term mapping"
|
4118 |
msgstr ""
|
4119 |
|
4120 |
#. translators: 1: "Save Changes"
|
4121 |
-
#: includes/class-mla-settings.php:
|
4122 |
#, php-format
|
4123 |
msgid ""
|
4124 |
"Click %1$s to update the \"Enable IPTC/EXIF mapping...\" checkbox and/or all "
|
@@ -4126,198 +4138,198 @@ msgid ""
|
|
4126 |
"performed.</strong>"
|
4127 |
msgstr ""
|
4128 |
|
4129 |
-
#: includes/class-mla-settings.php:
|
4130 |
msgid "Debug settings saved."
|
4131 |
msgstr ""
|
4132 |
|
4133 |
#. translators: 1: ERROR tag 2: file type 3: file name 4: error message
|
4134 |
-
#: includes/class-mla-settings.php:
|
4135 |
#, php-format
|
4136 |
msgid "%1$s: Reseting the %2$s file ( %3$s ) \"%4$s\"."
|
4137 |
msgstr ""
|
4138 |
|
4139 |
-
#: includes/class-mla-settings.php:
|
4140 |
-
#: includes/class-mla-settings.php:
|
4141 |
-
#: includes/class-mla-settings.php:
|
4142 |
msgid "Error Log"
|
4143 |
msgstr ""
|
4144 |
|
4145 |
#. translators: 1: ERROR tag 2: file type 3: file name 4: error message
|
4146 |
-
#: includes/class-mla-settings.php:
|
4147 |
#, php-format
|
4148 |
msgid "%1$s: Reading the %2$s file ( %3$s ) \"%4$s\"."
|
4149 |
msgstr ""
|
4150 |
|
4151 |
#. translators: 1: file name
|
4152 |
-
#: includes/class-mla-settings.php:
|
4153 |
#, php-format
|
4154 |
msgid "Error log file (%1$s) not found; click Reset to create it."
|
4155 |
msgstr ""
|
4156 |
|
4157 |
-
#: includes/class-mla-settings.php:
|
4158 |
msgid "Debug Options"
|
4159 |
msgstr ""
|
4160 |
|
4161 |
-
#: includes/class-mla-settings.php:
|
4162 |
msgid "Debug Settings"
|
4163 |
msgstr ""
|
4164 |
|
4165 |
#. translators: 1: "Save Changes"
|
4166 |
-
#: includes/class-mla-settings.php:
|
4167 |
#, php-format
|
4168 |
msgid "Click %1$s to update the %2$s."
|
4169 |
msgstr ""
|
4170 |
|
4171 |
-
#: includes/class-mla-settings.php:
|
4172 |
msgid "You do not have permission to manage plugin settings."
|
4173 |
msgstr ""
|
4174 |
|
4175 |
-
#: includes/class-mla-settings.php:
|
4176 |
msgid "Cannot render content tab"
|
4177 |
msgstr ""
|
4178 |
|
4179 |
-
#: includes/class-mla-settings.php:
|
4180 |
msgid "Unknown content tab"
|
4181 |
msgstr ""
|
4182 |
|
4183 |
#. translators: 1: template type 2: template name
|
4184 |
-
#: includes/class-mla-settings.php:
|
4185 |
#, php-format
|
4186 |
msgctxt "message_list"
|
4187 |
msgid "Deleting %1$s \"%2$s\"."
|
4188 |
msgstr ""
|
4189 |
|
4190 |
#. translators: 1: ERROR tag 2: template name 3: template type
|
4191 |
-
#: includes/class-mla-settings.php:
|
4192 |
#, php-format
|
4193 |
msgid "%1$s: Reserved name \"%2$s\", new %3$s discarded."
|
4194 |
msgstr ""
|
4195 |
|
4196 |
#. translators: 1: ERROR tag 2: template name 3: template type
|
4197 |
-
#: includes/class-mla-settings.php:
|
4198 |
#, php-format
|
4199 |
msgid "%1$s: Duplicate name \"%2$s\", new %3$s discarded."
|
4200 |
msgstr ""
|
4201 |
|
4202 |
#. translators: 1: template type 2: template name
|
4203 |
-
#: includes/class-mla-settings.php:
|
4204 |
#, php-format
|
4205 |
msgctxt "message_list"
|
4206 |
msgid "Adding new %1$s \"%2$s\"."
|
4207 |
msgstr ""
|
4208 |
|
4209 |
#. translators: 1: ERROR tag 2: element name 3: old value
|
4210 |
-
#: includes/class-mla-settings.php:
|
4211 |
#, php-format
|
4212 |
msgid "%1$s: Blank %2$s, reverting to \"%3$s\"."
|
4213 |
msgstr ""
|
4214 |
|
4215 |
-
#: includes/class-mla-settings.php:
|
4216 |
-
#: includes/class-mla-settings.php:
|
4217 |
msgid "style template name"
|
4218 |
msgstr ""
|
4219 |
|
4220 |
#. translators: 1: ERROR tag 2: element name 3: new value 4: old value
|
4221 |
-
#: includes/class-mla-settings.php:
|
4222 |
#, php-format
|
4223 |
msgid "%1$s: Duplicate new %2$s \"%3$s\", reverting to \"%4$s\"."
|
4224 |
msgstr ""
|
4225 |
|
4226 |
#. translators: 1: element name 2: old_value 3: new_value
|
4227 |
-
#: includes/class-mla-settings.php:
|
4228 |
#, php-format
|
4229 |
msgctxt "message_list"
|
4230 |
msgid "Changing %1$s from \"%2$s\" to \"%3$s\""
|
4231 |
msgstr ""
|
4232 |
|
4233 |
#. translators: 1: template type 2: template name
|
4234 |
-
#: includes/class-mla-settings.php:
|
4235 |
#, php-format
|
4236 |
msgctxt "message_list"
|
4237 |
msgid "Updating contents of %1$s \"%2$s\"."
|
4238 |
msgstr ""
|
4239 |
|
4240 |
#. translators: 1: ERROR tag 2: template type
|
4241 |
-
#: includes/class-mla-settings.php:
|
4242 |
#, php-format
|
4243 |
msgid "%1$s: Update of %2$s failed."
|
4244 |
msgstr ""
|
4245 |
|
4246 |
-
#: includes/class-mla-settings.php:
|
4247 |
-
#: includes/class-mla-settings.php:
|
4248 |
msgid "markup template name"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
#. translators: 1: template name
|
4252 |
-
#: includes/class-mla-settings.php:
|
4253 |
#, php-format
|
4254 |
msgctxt "message_list"
|
4255 |
msgid "Updating open markup for \"%1$s\"."
|
4256 |
msgstr ""
|
4257 |
|
4258 |
#. translators: 1: template name
|
4259 |
-
#: includes/class-mla-settings.php:
|
4260 |
#, php-format
|
4261 |
msgctxt "message_list"
|
4262 |
msgid "Updating row open markup for \"%1$s\"."
|
4263 |
msgstr ""
|
4264 |
|
4265 |
#. translators: 1: template name
|
4266 |
-
#: includes/class-mla-settings.php:
|
4267 |
#, php-format
|
4268 |
msgctxt "message_list"
|
4269 |
msgid "Updating item markup for \"%1$s\"."
|
4270 |
msgstr ""
|
4271 |
|
4272 |
#. translators: 1: template name
|
4273 |
-
#: includes/class-mla-settings.php:
|
4274 |
#, php-format
|
4275 |
msgctxt "message_list"
|
4276 |
msgid "Updating row close markup for \"%1$s\"."
|
4277 |
msgstr ""
|
4278 |
|
4279 |
#. translators: 1: template name
|
4280 |
-
#: includes/class-mla-settings.php:
|
4281 |
#, php-format
|
4282 |
msgctxt "message_list"
|
4283 |
msgid "Updating close markup for \"%1$s\"."
|
4284 |
msgstr ""
|
4285 |
|
4286 |
#. translators: 1: field type
|
4287 |
-
#: includes/class-mla-settings.php:
|
4288 |
#, php-format
|
4289 |
msgid "%1$s no changes detected."
|
4290 |
msgstr ""
|
4291 |
|
4292 |
-
#: includes/class-mla-settings.php:
|
4293 |
msgid "View settings saved."
|
4294 |
msgstr ""
|
4295 |
|
4296 |
-
#: includes/class-mla-settings.php:
|
4297 |
msgid "Upload MIME Type settings saved."
|
4298 |
msgstr ""
|
4299 |
|
4300 |
-
#: includes/class-mla-settings.php:
|
4301 |
msgid "No custom field mapping rules to process."
|
4302 |
msgstr ""
|
4303 |
|
4304 |
#. translators: 1: field type 2: examined count 3: updated count
|
4305 |
-
#: includes/class-mla-settings.php:
|
4306 |
-
#: includes/class-mla-settings.php:
|
4307 |
#, php-format
|
4308 |
msgid "%1$s mapping completed; %2$d attachment(s) examined, %3$d updated."
|
4309 |
msgstr ""
|
4310 |
|
4311 |
#. translators: 1: field type 2: examined count
|
4312 |
-
#: includes/class-mla-settings.php:
|
4313 |
-
#: includes/class-mla-settings.php:
|
4314 |
#, php-format
|
4315 |
msgid ""
|
4316 |
"%1$s mapping completed; %2$d attachment(s) examined, no changes detected."
|
4317 |
msgstr ""
|
4318 |
|
4319 |
#. translators: 1: number of attachments
|
4320 |
-
#: includes/class-mla-settings.php:
|
4321 |
#, php-format
|
4322 |
msgid "%s attachment"
|
4323 |
msgid_plural "%s attachments"
|
@@ -4325,253 +4337,253 @@ msgstr[0] ""
|
|
4325 |
msgstr[1] ""
|
4326 |
|
4327 |
#. translators: 1: singular/plural number of attachments
|
4328 |
-
#: includes/class-mla-settings.php:
|
4329 |
#, php-format
|
4330 |
msgid "Deleted custom field value from %1$s."
|
4331 |
msgstr ""
|
4332 |
|
4333 |
-
#: includes/class-mla-settings.php:
|
4334 |
msgid "No attachments contained this custom field."
|
4335 |
msgstr ""
|
4336 |
|
4337 |
#. translators: 1: ERROR tag 2: field type
|
4338 |
-
#: includes/class-mla-settings.php:
|
4339 |
-
#: includes/class-mla-settings.php:
|
4340 |
#, php-format
|
4341 |
msgid "%1$s: No %2$s settings to process."
|
4342 |
msgstr ""
|
4343 |
|
4344 |
-
#: includes/class-mla-settings.php:
|
4345 |
-
#: includes/class-mla-settings.php:
|
4346 |
msgid "updated."
|
4347 |
msgstr ""
|
4348 |
|
4349 |
#. translators: 1: reference type, e.g., Gallery in
|
4350 |
-
#: includes/class-mla-settings.php:
|
4351 |
#, php-format
|
4352 |
msgctxt "message_list"
|
4353 |
msgid "%1$s - references updated."
|
4354 |
msgstr ""
|
4355 |
|
4356 |
-
#: includes/class-mla-settings.php:
|
4357 |
msgid "General settings saved."
|
4358 |
msgstr ""
|
4359 |
|
4360 |
-
#: includes/class-mla-settings.php:
|
4361 |
msgid "General settings reset to default values."
|
4362 |
msgstr ""
|
4363 |
|
4364 |
-
#: includes/class-mla-settings.php:
|
4365 |
msgid "select settings"
|
4366 |
msgstr ""
|
4367 |
|
4368 |
-
#: includes/class-mla-settings.php:
|
4369 |
msgid "Import ALL Settings"
|
4370 |
msgstr ""
|
4371 |
|
4372 |
-
#: includes/class-mla-settings.php:
|
4373 |
msgctxt "message_list"
|
4374 |
msgid "exported"
|
4375 |
msgstr ""
|
4376 |
|
4377 |
-
#: includes/class-mla-settings.php:
|
4378 |
msgctxt "message_list"
|
4379 |
msgid "skipped"
|
4380 |
msgstr ""
|
4381 |
|
4382 |
-
#: includes/class-mla-settings.php:
|
4383 |
msgid "ALL settings exported."
|
4384 |
msgstr ""
|
4385 |
|
4386 |
#. translators: 1: ERROR tag 2: backup directory name
|
4387 |
-
#: includes/class-mla-settings.php:
|
4388 |
#, php-format
|
4389 |
msgid "%1$s: The settings directory ( %2$s ) cannot be created."
|
4390 |
msgstr ""
|
4391 |
|
4392 |
#. translators: 1: ERROR tag 2: backup directory name
|
4393 |
-
#: includes/class-mla-settings.php:
|
4394 |
#, php-format
|
4395 |
msgid "%1$s: The settings directory ( %2$s ) is not writable."
|
4396 |
msgstr ""
|
4397 |
|
4398 |
#. translators: 1: ERROR tag 2: backup file name
|
4399 |
-
#: includes/class-mla-settings.php:
|
4400 |
#, php-format
|
4401 |
msgid "%1$s: The settings file ( %2$s ) could not be opened."
|
4402 |
msgstr ""
|
4403 |
|
4404 |
#. translators: 1: ERROR tag 2: PHP error information
|
4405 |
-
#: includes/class-mla-settings.php:
|
4406 |
#, php-format
|
4407 |
msgctxt "error_log"
|
4408 |
msgid "%1$s: _export_settings $error_info = \"%2$s\"."
|
4409 |
msgstr ""
|
4410 |
|
4411 |
#. translators: 1: ERROR tag 2: backup file name 3: error message
|
4412 |
-
#: includes/class-mla-settings.php:
|
4413 |
#, php-format
|
4414 |
msgid "%1$s: Writing the settings file ( %2$s ) \"%3$s\"."
|
4415 |
msgstr ""
|
4416 |
|
4417 |
#. translators: 1: number of option settings
|
4418 |
-
#: includes/class-mla-settings.php:
|
4419 |
#, php-format
|
4420 |
msgid "Settings exported; %1$s settings recorded."
|
4421 |
msgstr ""
|
4422 |
|
4423 |
-
#: includes/class-mla-settings.php:
|
4424 |
msgid "No settings imported."
|
4425 |
msgstr ""
|
4426 |
|
4427 |
-
#: includes/class-mla-settings.php:
|
4428 |
msgid "Please select an import settings file from the dropdown list."
|
4429 |
msgstr ""
|
4430 |
|
4431 |
-
#: includes/class-mla-settings.php:
|
4432 |
msgid "The import settings dropdown selection is missing."
|
4433 |
msgstr ""
|
4434 |
|
4435 |
#. translators: 1: ERROR tag 2: PHP error information
|
4436 |
-
#: includes/class-mla-settings.php:
|
4437 |
#, php-format
|
4438 |
msgctxt "error_log"
|
4439 |
msgid "%1$s: _import_settings $error_info = \"%2$s\"."
|
4440 |
msgstr ""
|
4441 |
|
4442 |
#. translators: 1: ERROR tag 2: backup file name 3: error message
|
4443 |
-
#: includes/class-mla-settings.php:
|
4444 |
#, php-format
|
4445 |
msgid "%1$s: Reading the settings file ( %2$s ) \"%3$s\"."
|
4446 |
msgstr ""
|
4447 |
|
4448 |
-
#: includes/class-mla-settings.php:
|
4449 |
msgctxt "message_list"
|
4450 |
msgid "updated"
|
4451 |
msgstr ""
|
4452 |
|
4453 |
-
#: includes/class-mla-settings.php:
|
4454 |
msgctxt "message_list"
|
4455 |
msgid "unchanged"
|
4456 |
msgstr ""
|
4457 |
|
4458 |
#. translators: 1: number of option settings updated 2: number of option settings unchanged
|
4459 |
-
#: includes/class-mla-settings.php:
|
4460 |
#, php-format
|
4461 |
msgid "Settings imported; %1$s updated, %2$s unchanged."
|
4462 |
msgstr ""
|
4463 |
|
4464 |
-
#: includes/class-mla-shortcode-support.php:
|
4465 |
msgid "not found"
|
4466 |
msgstr ""
|
4467 |
|
4468 |
-
#: includes/class-mla-shortcode-support.php:
|
4469 |
-
#: includes/class-mla-shortcode-support.php:
|
4470 |
-
#: includes/class-mla-shortcode-support.php:
|
4471 |
-
#: includes/class-mla-shortcode-support.php:
|
4472 |
msgid "Previous"
|
4473 |
msgstr ""
|
4474 |
|
4475 |
-
#: includes/class-mla-shortcode-support.php:
|
4476 |
-
#: includes/class-mla-shortcode-support.php:
|
4477 |
-
#: includes/class-mla-shortcode-support.php:
|
4478 |
-
#: includes/class-mla-shortcode-support.php:
|
4479 |
msgid "Next"
|
4480 |
msgstr ""
|
4481 |
|
4482 |
-
#: includes/class-mla-shortcode-support.php:
|
4483 |
msgid "mla_debug empty gallery"
|
4484 |
msgstr ""
|
4485 |
|
4486 |
-
#: includes/class-mla-shortcode-support.php:
|
4487 |
msgid ""
|
4488 |
"<strong>Photonic-enhanced [mla_gallery]</strong> type must be "
|
4489 |
"<strong>default</strong>, query = "
|
4490 |
msgstr ""
|
4491 |
|
4492 |
-
#: includes/class-mla-shortcode-support.php:
|
4493 |
msgid "unknown"
|
4494 |
msgstr ""
|
4495 |
|
4496 |
-
#: includes/class-mla-shortcode-support.php:
|
4497 |
msgid "mla_debug attributes"
|
4498 |
msgstr ""
|
4499 |
|
4500 |
-
#: includes/class-mla-shortcode-support.php:
|
4501 |
msgid "mla_debug arguments"
|
4502 |
msgstr ""
|
4503 |
|
4504 |
-
#: includes/class-mla-shortcode-support.php:
|
4505 |
msgid "mla_debug empty cloud"
|
4506 |
msgstr ""
|
4507 |
|
4508 |
-
#: includes/class-mla-shortcode-support.php:
|
4509 |
-
#: includes/class-mla-shortcode-support.php:
|
4510 |
-
#: includes/class-mla-shortcode-support.php:
|
4511 |
msgid "Invalid mla_gallery"
|
4512 |
msgstr ""
|
4513 |
|
4514 |
-
#: includes/class-mla-shortcode-support.php:
|
4515 |
msgid "mla_debug query"
|
4516 |
msgstr ""
|
4517 |
|
4518 |
-
#: includes/class-mla-shortcode-support.php:
|
4519 |
msgid "mla_debug request"
|
4520 |
msgstr ""
|
4521 |
|
4522 |
-
#: includes/class-mla-shortcode-support.php:
|
4523 |
msgid "mla_debug query_vars"
|
4524 |
msgstr ""
|
4525 |
|
4526 |
-
#: includes/class-mla-shortcode-support.php:
|
4527 |
msgid "mla_debug post_count"
|
4528 |
msgstr ""
|
4529 |
|
4530 |
-
#: includes/class-mla-shortcode-support.php:
|
4531 |
msgid "mla_debug WHERE filter"
|
4532 |
msgstr ""
|
4533 |
|
4534 |
-
#: includes/class-mla-shortcode-support.php:
|
4535 |
msgid "mla_debug modified WHERE filter"
|
4536 |
msgstr ""
|
4537 |
|
4538 |
-
#: includes/class-mla-shortcode-support.php:
|
4539 |
msgid "mla_debug ORDER BY filter, incoming"
|
4540 |
msgstr ""
|
4541 |
|
4542 |
-
#: includes/class-mla-shortcode-support.php:
|
4543 |
msgid "Replacement ORDER BY clause"
|
4544 |
msgstr ""
|
4545 |
|
4546 |
-
#: includes/class-mla-shortcode-support.php:
|
4547 |
msgid "mla_debug posts_clauses filter"
|
4548 |
msgstr ""
|
4549 |
|
4550 |
-
#: includes/class-mla-shortcode-support.php:
|
4551 |
msgid "mla_debug posts_clauses_request filter"
|
4552 |
msgstr ""
|
4553 |
|
4554 |
-
#: includes/class-mla-shortcode-support.php:
|
4555 |
msgid "Invalid taxonomy"
|
4556 |
msgstr ""
|
4557 |
|
4558 |
-
#: includes/class-mla-shortcode-support.php:
|
4559 |
msgid "mla_debug query arguments"
|
4560 |
msgstr ""
|
4561 |
|
4562 |
-
#: includes/class-mla-shortcode-support.php:
|
4563 |
msgid "mla_debug last_query"
|
4564 |
msgstr ""
|
4565 |
|
4566 |
-
#: includes/class-mla-shortcode-support.php:
|
4567 |
msgid "mla_debug last_error"
|
4568 |
msgstr ""
|
4569 |
|
4570 |
-
#: includes/class-mla-shortcode-support.php:
|
4571 |
msgid "mla_debug num_rows"
|
4572 |
msgstr ""
|
4573 |
|
4574 |
-
#: includes/class-mla-shortcode-support.php:
|
4575 |
msgid "mla_debug found_rows"
|
4576 |
msgstr ""
|
4577 |
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Media Library Assistant\n"
|
5 |
+
"POT-Creation-Date: 2016-01-23 23:08-0800\n"
|
6 |
"PO-Revision-Date: 2015-08-21 21:38-0800\n"
|
7 |
"Last-Translator: David Lingren <david@fairtradejudaica.org>\n"
|
8 |
"Language-Team: David Lingren <david@fairtradejudaica.org>\n"
|
20 |
"X-Poedit-SearchPath-1: tests\n"
|
21 |
"X-Poedit-SearchPath-2: index.php\n"
|
22 |
|
23 |
+
#. translators: Name of the plugin/theme
|
24 |
+
#: includes/class-mla-admin-columns-support.php:25
|
25 |
+
#: includes/class-mla-core.php:795 includes/class-mla-settings.php:458
|
26 |
+
#: includes/class-mla-settings.php:3232 includes/class-mla-settings.php:3252
|
27 |
+
#: index.php:48
|
28 |
+
msgid "Media Library Assistant"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: includes/class-mla-admin-columns-support.php:26
|
32 |
+
#: includes/class-mla-core.php:803
|
33 |
+
msgid "Assistant"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: includes/class-mla-ajax.php:162 includes/class-mla-core.php:1339
|
37 |
+
#: includes/class-mla-data.php:3520 includes/class-mla-edit-media.php:426
|
38 |
+
#: includes/class-mla-main.php:1841 includes/class-mla-main.php:2031
|
39 |
#: includes/class-mla-objects.php:316 includes/class-mla-options.php:818
|
40 |
#: includes/mla-main-search-box-template.php:50
|
41 |
#: includes/mla-media-modal-js-template.php:40
|
42 |
msgid "Title"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: includes/class-mla-ajax.php:162 includes/class-mla-main.php:1842
|
46 |
#: includes/class-mla-thumbnail-generation.php:436
|
47 |
msgid "Type"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class-mla-ajax.php:162 includes/class-mla-main.php:1843
|
51 |
msgid "Date"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: includes/class-mla-ajax.php:162 includes/class-mla-main.php:1844
|
55 |
+
#: includes/class-mla-settings.php:2276
|
56 |
msgid "Status"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: includes/class-mla-ajax.php:166 includes/class-mla-list-table.php:792
|
60 |
+
#: includes/class-mla-list-table.php:913 includes/class-mla-main.php:456
|
61 |
+
#: includes/class-mla-polylang-support.php:386
|
62 |
#: includes/class-mla-thumbnail-generation.php:97
|
63 |
msgid "(no title)"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: includes/class-mla-ajax.php:172
|
67 |
msgid "Published"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: includes/class-mla-ajax.php:175 includes/class-mla-edit-media.php:787
|
71 |
+
#: includes/class-mla-list-table.php:559
|
72 |
msgid "Scheduled"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: includes/class-mla-ajax.php:178
|
76 |
msgid "Pending Review"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: includes/class-mla-ajax.php:181 includes/class-mla-edit-media.php:793
|
80 |
+
#: includes/class-mla-list-table.php:556
|
81 |
msgid "Draft"
|
82 |
msgstr ""
|
83 |
|
84 |
#. translators: date format in table columns, see http://php.net/date
|
85 |
#. translators: format for upload/last modified date
|
86 |
+
#: includes/class-mla-ajax.php:191 includes/class-mla-list-table.php:1322
|
87 |
+
#: includes/class-mla-list-table.php:1351
|
88 |
+
#: includes/class-mla-list-table.php:1407
|
89 |
msgid "Y/m/d"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: includes/class-mla-ajax.php:220 includes/class-mla-ajax.php:227
|
93 |
+
#: includes/class-mla-ajax.php:236 includes/class-mla-core.php:1728
|
94 |
+
#: includes/class-mla-core.php:1746 includes/class-mla-core.php:2123
|
95 |
+
#: includes/class-mla-core.php:2129 includes/class-mla-core.php:2133
|
96 |
#: includes/class-mla-data-pdf.php:216 includes/class-mla-data-pdf.php:517
|
97 |
#: includes/class-mla-data-pdf.php:519 includes/class-mla-data-pdf.php:565
|
98 |
+
#: includes/class-mla-data-pdf.php:749 includes/class-mla-data-query.php:666
|
99 |
+
#: includes/class-mla-data.php:50 includes/class-mla-data.php:109
|
100 |
+
#: includes/class-mla-data.php:197 includes/class-mla-data.php:241
|
101 |
+
#: includes/class-mla-data.php:344 includes/class-mla-data.php:500
|
102 |
+
#: includes/class-mla-data.php:563 includes/class-mla-data.php:1151
|
103 |
+
#: includes/class-mla-data.php:1355 includes/class-mla-data.php:1361
|
104 |
+
#: includes/class-mla-data.php:1751 includes/class-mla-data.php:1755
|
105 |
+
#: includes/class-mla-data.php:2913 includes/class-mla-data.php:2941
|
106 |
+
#: includes/class-mla-data.php:3273 includes/class-mla-data.php:3286
|
107 |
+
#: includes/class-mla-data.php:3308 includes/class-mla-data.php:3497
|
108 |
+
#: includes/class-mla-data.php:3543 includes/class-mla-data.php:3575
|
109 |
+
#: includes/class-mla-data.php:3591 includes/class-mla-data.php:3781
|
110 |
+
#: includes/class-mla-edit-media.php:316 includes/class-mla-edit-media.php:701
|
111 |
+
#: includes/class-mla-edit-media.php:741 includes/class-mla-main.php:677
|
112 |
+
#: includes/class-mla-main.php:806 includes/class-mla-main.php:1147
|
113 |
+
#: includes/class-mla-main.php:1203 includes/class-mla-main.php:1228
|
114 |
+
#: includes/class-mla-main.php:1354 includes/class-mla-main.php:1406
|
115 |
+
#: includes/class-mla-main.php:1497 includes/class-mla-main.php:1528
|
116 |
+
#: includes/class-mla-main.php:1664 includes/class-mla-main.php:1671
|
117 |
+
#: includes/class-mla-main.php:1827 includes/class-mla-main.php:1902
|
118 |
+
#: includes/class-mla-main.php:2150 includes/class-mla-main.php:2158
|
119 |
+
#: includes/class-mla-main.php:2182 includes/class-mla-main.php:2190
|
120 |
+
#: includes/class-mla-main.php:2222 includes/class-mla-main.php:2230
|
121 |
+
#: includes/class-mla-media-modal.php:571 includes/class-mla-mime-types.php:477
|
122 |
+
#: includes/class-mla-mime-types.php:873 includes/class-mla-mime-types.php:961
|
123 |
+
#: includes/class-mla-mime-types.php:1107
|
124 |
+
#: includes/class-mla-mime-types.php:1130
|
125 |
+
#: includes/class-mla-mime-types.php:1934
|
|
|
|
|
|
|
|
|
126 |
#: includes/class-mla-mime-types.php:1945
|
127 |
+
#: includes/class-mla-mime-types.php:1958
|
128 |
+
#: includes/class-mla-mime-types.php:1966
|
129 |
+
#: includes/class-mla-mime-types.php:1971
|
130 |
+
#: includes/class-mla-mime-types.php:2014
|
131 |
+
#: includes/class-mla-mime-types.php:2033
|
132 |
+
#: includes/class-mla-mime-types.php:2084
|
133 |
+
#: includes/class-mla-mime-types.php:2118
|
134 |
+
#: includes/class-mla-mime-types.php:2203
|
135 |
+
#: includes/class-mla-mime-types.php:2282
|
136 |
+
#: includes/class-mla-mime-types.php:2291
|
137 |
+
#: includes/class-mla-mime-types.php:2323 includes/class-mla-objects.php:239
|
138 |
#: includes/class-mla-options.php:611 includes/class-mla-options.php:788
|
139 |
+
#: includes/class-mla-options.php:864 includes/class-mla-options.php:1368
|
140 |
+
#: includes/class-mla-options.php:1805 includes/class-mla-options.php:1818
|
141 |
+
#: includes/class-mla-options.php:1822 includes/class-mla-options.php:2406
|
142 |
+
#: includes/class-mla-options.php:2628 includes/class-mla-options.php:3197
|
143 |
+
#: includes/class-mla-options.php:3241 includes/class-mla-options.php:3249
|
144 |
+
#: includes/class-mla-options.php:3266 includes/class-mla-options.php:3276
|
145 |
+
#: includes/class-mla-options.php:3286 includes/class-mla-options.php:3294
|
146 |
+
#: includes/class-mla-options.php:3298 includes/class-mla-settings.php:571
|
147 |
#: includes/class-mla-settings.php:635 includes/class-mla-settings.php:649
|
148 |
#: includes/class-mla-settings.php:678 includes/class-mla-settings.php:689
|
149 |
#: includes/class-mla-settings.php:779 includes/class-mla-settings.php:913
|
150 |
+
#: includes/class-mla-settings.php:1043 includes/class-mla-settings.php:1080
|
151 |
+
#: includes/class-mla-settings.php:1219 includes/class-mla-settings.php:1581
|
152 |
+
#: includes/class-mla-settings.php:1613 includes/class-mla-settings.php:1690
|
153 |
+
#: includes/class-mla-settings.php:2027 includes/class-mla-settings.php:2078
|
154 |
+
#: includes/class-mla-settings.php:2157 includes/class-mla-settings.php:2730
|
155 |
+
#: includes/class-mla-settings.php:2872 includes/class-mla-settings.php:3095
|
156 |
+
#: includes/class-mla-settings.php:3146 includes/class-mla-settings.php:3232
|
157 |
+
#: includes/class-mla-settings.php:3264 includes/class-mla-settings.php:3267
|
158 |
+
#: includes/class-mla-settings.php:3271 includes/class-mla-settings.php:3372
|
159 |
+
#: includes/class-mla-settings.php:3378 includes/class-mla-settings.php:3392
|
160 |
+
#: includes/class-mla-settings.php:3399 includes/class-mla-settings.php:3421
|
161 |
+
#: includes/class-mla-settings.php:3463 includes/class-mla-settings.php:3469
|
162 |
+
#: includes/class-mla-settings.php:3483 includes/class-mla-settings.php:3490
|
163 |
+
#: includes/class-mla-settings.php:3542 includes/class-mla-settings.php:3663
|
164 |
+
#: includes/class-mla-settings.php:3796 includes/class-mla-settings.php:3870
|
165 |
+
#: includes/class-mla-settings.php:3959 includes/class-mla-settings.php:4316
|
166 |
+
#: includes/class-mla-settings.php:4320 includes/class-mla-settings.php:4331
|
167 |
+
#: includes/class-mla-settings.php:4338 includes/class-mla-settings.php:4347
|
168 |
+
#: includes/class-mla-settings.php:4384 includes/class-mla-settings.php:4392
|
169 |
+
#: includes/class-mla-settings.php:4401
|
170 |
+
#: includes/class-mla-shortcode-support.php:1854
|
171 |
+
#: includes/class-mla-shortcode-support.php:1941
|
172 |
+
#: includes/class-mla-shortcode-support.php:3212
|
173 |
+
#: includes/class-mla-shortcode-support.php:3540
|
174 |
+
#: includes/class-mla-shortcode-support.php:3571
|
175 |
#: includes/class-mla-thumbnail-generation.php:256
|
176 |
#: includes/class-mla-thumbnail-generation.php:270
|
177 |
#: includes/class-mla-thumbnail-generation.php:316
|
178 |
msgid "ERROR"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: includes/class-mla-ajax.php:220 includes/class-mla-main.php:1664
|
182 |
msgid "No post ID found"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: includes/class-mla-ajax.php:227 includes/class-mla-main.php:1671
|
186 |
+
#: includes/class-mla-polylang-support.php:291
|
187 |
msgid "You are not allowed to edit this Attachment."
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: includes/class-mla-core.php:670 includes/class-mla-options.php:645
|
191 |
msgid "Attachment Categories"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: includes/class-mla-core.php:673
|
195 |
msgid "Check this option to add support for Attachment Categories."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: includes/class-mla-core.php:677 includes/class-mla-options.php:660
|
199 |
msgid "Attachment Tags"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: includes/class-mla-core.php:680
|
203 |
msgid "Check this option to add support for Attachment Tags."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: includes/class-mla-core.php:684 includes/class-mla-settings.php:1377
|
207 |
msgid "Where-used Reporting"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: includes/class-mla-core.php:689
|
211 |
msgid "Exclude Revisions"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: includes/class-mla-core.php:692
|
215 |
msgid "Check this option to exclude revisions from where-used reporting."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: includes/class-mla-core.php:696
|
219 |
msgid "Where-used database access tuning"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: includes/class-mla-core.php:701 includes/class-mla-edit-media.php:636
|
223 |
+
#: includes/class-mla-edit-media.php:886
|
224 |
msgid "Featured in"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: includes/class-mla-core.php:705 includes/class-mla-core.php:714
|
228 |
msgid "Enabled"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: includes/class-mla-core.php:705 includes/class-mla-core.php:714
|
232 |
+
#: includes/class-mla-core.php:723 includes/class-mla-core.php:732
|
233 |
+
#: includes/class-mla-list-table.php:1019
|
234 |
+
#: includes/class-mla-list-table.php:1064
|
235 |
+
#: includes/class-mla-list-table.php:1114
|
236 |
+
#: includes/class-mla-list-table.php:1159
|
237 |
msgid "Disabled"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: includes/class-mla-core.php:706
|
241 |
msgid "Search database posts and pages for Featured Image attachments."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: includes/class-mla-core.php:710 includes/class-mla-edit-media.php:640
|
245 |
+
#: includes/class-mla-edit-media.php:925
|
246 |
msgid "Inserted in"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: includes/class-mla-core.php:714
|
250 |
msgid "Base"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: includes/class-mla-core.php:715
|
254 |
msgid ""
|
255 |
"Search database posts and pages for attachments embedded in content."
|
256 |
"<br> Base = ignore intermediate size suffixes; use path, base "
|
257 |
"name and extension only."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: includes/class-mla-core.php:719 includes/class-mla-edit-media.php:644
|
261 |
+
#: includes/class-mla-edit-media.php:960 includes/class-mla-settings.php:4097
|
262 |
msgid "Gallery in"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: includes/class-mla-core.php:723 includes/class-mla-core.php:732
|
266 |
msgid "Dynamic"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: includes/class-mla-core.php:723 includes/class-mla-core.php:732
|
270 |
+
#: includes/class-mla-main.php:2061 includes/class-mla-settings.php:2766
|
271 |
+
#: includes/class-mla-settings.php:2902
|
272 |
msgid "Refresh"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: includes/class-mla-core.php:723 includes/class-mla-core.php:732
|
276 |
msgid "Cached"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: includes/class-mla-core.php:724
|
280 |
msgid ""
|
281 |
"Search database posts and pages for [gallery] shortcode results.<br> "
|
282 |
" Dynamic = once every page load, Cached = once every login, Disabled = "
|
283 |
"never.<br> Refresh = update references, then set to Cached."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: includes/class-mla-core.php:728 includes/class-mla-edit-media.php:648
|
287 |
+
#: includes/class-mla-edit-media.php:995 includes/class-mla-settings.php:4107
|
288 |
msgid "MLA Gallery in"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: includes/class-mla-core.php:733
|
292 |
msgid ""
|
293 |
"Search database posts and pages for [mla_gallery] shortcode results."
|
294 |
"<br> Dynamic = once every page load, Cached = once every login, "
|
296 |
"Cached."
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: includes/class-mla-core.php:737 includes/class-mla-settings.php:1377
|
300 |
msgid "Taxonomy Support"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: includes/class-mla-core.php:742
|
304 |
msgid "Compute Attachments Column"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: includes/class-mla-core.php:745
|
308 |
msgid ""
|
309 |
"Check this option to calculate attachments per term in the Attachments "
|
310 |
"Column."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: includes/class-mla-core.php:749
|
314 |
msgid ""
|
315 |
"Check the \"<strong>Support</strong>\" box to add the taxonomy to the "
|
316 |
"Assistant and the Edit Media screen."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: includes/class-mla-core.php:750
|
320 |
msgid ""
|
321 |
"Check the \"<strong>Inline Edit</strong>\" box to display the taxonomy in "
|
322 |
"the Quick Edit and Bulk Edit areas."
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: includes/class-mla-core.php:751
|
326 |
msgid ""
|
327 |
"Check the \"<strong>Term Search</strong>\" box to add the taxonomy to the "
|
328 |
"\"Search Media/Terms\" list."
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: includes/class-mla-core.php:752 includes/class-mla-core.php:933
|
332 |
+
#: includes/class-mla-settings.php:1408 includes/class-mla-settings.php:1409
|
333 |
msgid "For complete documentation"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: includes/class-mla-core.php:752 includes/class-mla-core.php:933
|
337 |
+
#: includes/class-mla-settings.php:1408 includes/class-mla-settings.php:1409
|
338 |
msgid "click here"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: includes/class-mla-core.php:754
|
342 |
msgid ""
|
343 |
"Check the \"<strong>Checklist</strong>\" box to enable the checklist-style "
|
344 |
"meta box for a flat taxonomy."
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: includes/class-mla-core.php:755
|
348 |
msgid ""
|
349 |
"You must also check the <strong>\"Enable enhanced checklist taxonomies\"</"
|
350 |
"strong> box below to enable this feature."
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: includes/class-mla-core.php:756
|
354 |
msgid ""
|
355 |
"Check the \"<strong>Checked On Top</strong>\" box to moved checked terms to "
|
356 |
"the top of the checklist-style meta box."
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: includes/class-mla-core.php:757
|
360 |
msgid ""
|
361 |
"Use the \"<strong>List Filter</strong>\" option to select the taxonomy on "
|
362 |
"which to filter the Assistant table listing."
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: includes/class-mla-core.php:783
|
366 |
msgid "Media/Assistant Screen Options"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: includes/class-mla-core.php:788
|
370 |
msgid "Admin Menu Options"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: includes/class-mla-core.php:793
|
374 |
msgid "Page Title"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: includes/class-mla-core.php:797
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
378 |
msgid "Enter the title for the Media/Assistant submenu page"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: includes/class-mla-core.php:801
|
382 |
msgid "Menu Title"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: includes/class-mla-core.php:805
|
|
|
|
|
|
|
|
|
386 |
msgid "Enter the title for the Media/Assistant submenu entry"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: includes/class-mla-core.php:809
|
390 |
msgid "Submenu Order"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: includes/class-mla-core.php:813
|
394 |
msgid ""
|
395 |
"Enter the position of the Media/Assistant submenu entry.<br> 0 = "
|
396 |
"natural order (at bottom), 1 - 4 = at top<br> "
|
398 |
"\""
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: includes/class-mla-core.php:817
|
402 |
msgid "Display Media/Library"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: includes/class-mla-core.php:820
|
406 |
msgid ""
|
407 |
"Check/uncheck this option to display/remove the WordPress Media/Library "
|
408 |
"submenu entry."
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: includes/class-mla-core.php:824
|
412 |
msgid "Table Defaults"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: includes/class-mla-core.php:829
|
416 |
msgid "Order By"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: includes/class-mla-core.php:833 includes/class-mla-core.php:1049
|
420 |
+
#: includes/class-mla-core.php:1080 includes/class-mla-core.php:1094
|
421 |
+
#: includes/class-mla-list-table.php:433 includes/class-mla-list-table.php:1272
|
422 |
+
#: includes/class-mla-settings.php:2351
|
423 |
msgid "None"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: includes/class-mla-core.php:833
|
427 |
msgid "ID/Parent"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: includes/class-mla-core.php:834
|
431 |
msgid "Select the column for the sort order of the Assistant table listing."
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: includes/class-mla-core.php:838
|
435 |
msgid "Order"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: includes/class-mla-core.php:842
|
439 |
msgid "Ascending"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: includes/class-mla-core.php:842
|
443 |
msgid "Descending"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: includes/class-mla-core.php:843 includes/class-mla-core.php:1059
|
447 |
msgid "Choose the sort order."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: includes/class-mla-core.php:847
|
451 |
msgid "Views Width"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: includes/class-mla-core.php:851
|
455 |
msgid "Enter the width for the views list, in pixels (px) or percent (%)"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: includes/class-mla-core.php:855
|
459 |
msgid "Icon Size"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: includes/class-mla-core.php:859
|
463 |
msgid "Enter the size of the thumbnail/icon images, in pixels"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: includes/class-mla-core.php:863
|
467 |
msgid "Bulk Chunk Size"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: includes/class-mla-core.php:867
|
471 |
msgid "Enter the size of the Bulk Edit and Map All processing chunks"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: includes/class-mla-core.php:871
|
475 |
msgid "Taxonomy Filter parameters"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: includes/class-mla-core.php:876
|
479 |
msgid "Maximum Depth"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: includes/class-mla-core.php:880
|
483 |
msgid ""
|
484 |
"Enter the number of levels displayed for hierarchial taxonomies; enter zero "
|
485 |
"for no limit."
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: includes/class-mla-core.php:884
|
489 |
msgid "Include Children"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: includes/class-mla-core.php:887
|
493 |
msgid ""
|
494 |
"Check/uncheck this option to include/exclude children for hierarchical "
|
495 |
"taxonomies."
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: includes/class-mla-core.php:891
|
499 |
msgid "Search Media Defaults"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: includes/class-mla-core.php:896
|
503 |
msgid "Display Search Controls"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: includes/class-mla-core.php:899 includes/class-mla-core.php:1020
|
507 |
msgid ""
|
508 |
"Check/uncheck this option to display/hide the and/or connector and search "
|
509 |
"fields controls."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: includes/class-mla-core.php:903
|
513 |
msgid ""
|
514 |
"Use these controls to set defaults for the and/or connector and search "
|
515 |
"fields controls.<br>These defaults will be used for the Search Media boxes "
|
516 |
"on both the Media/Assistant submenu<br>and the Media Manager Modal Window."
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: includes/class-mla-core.php:916
|
520 |
msgid "Media/Edit Media Enhancements"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: includes/class-mla-core.php:921
|
524 |
msgid "Enable "enhanced checklist" taxonomies"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: includes/class-mla-core.php:924
|
528 |
msgid ""
|
529 |
"Check this option to enable the \"? Search\" feature for hierarchical "
|
530 |
"taxonomies, e.g., Att. Categories.<br> This option also enables "
|
531 |
"the \"checklist-style\" support for flat taxonomies, e.g., Att. Tags."
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: includes/class-mla-core.php:928
|
535 |
msgid "Enable Edit Media additional meta boxes"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: includes/class-mla-core.php:931
|
539 |
msgid ""
|
540 |
"Check this option to add \"Parent Info\", \"Menu Order\", \"Attachment "
|
541 |
"Metadata\" and four \"where-used\" meta boxes to the Edit Media screen."
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: includes/class-mla-core.php:932
|
545 |
msgid "You can also use Filters to customize the meta boxes."
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: includes/class-mla-core.php:937
|
549 |
msgid "Media/Add New Enhancements"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: includes/class-mla-core.php:942
|
553 |
msgid "Enable "bulk edit" area"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: includes/class-mla-core.php:945
|
557 |
msgid ""
|
558 |
"Check this option to enable the \"Bulk Edit area\" feature on the Media/Add "
|
559 |
"New screen."
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: includes/class-mla-core.php:949
|
563 |
msgid ""bulk edit" area on top"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: includes/class-mla-core.php:952
|
567 |
msgid ""
|
568 |
"Check this option to move the \"Bulk Edit area\" to the top of the Media/Add "
|
569 |
"New screen."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: includes/class-mla-core.php:956
|
573 |
msgid ""bulk edit" area initially open"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: includes/class-mla-core.php:959
|
577 |
msgid ""
|
578 |
"Check this option to automatically open the \"Bulk Edit area\" when the "
|
579 |
"Media/Add New screen is displayed."
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: includes/class-mla-core.php:963
|
583 |
msgid "Media Manager/Media Grid Enhancements"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: includes/class-mla-core.php:968
|
587 |
msgid "Enable Media Grid Enhancements"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: includes/class-mla-core.php:971
|
591 |
msgid ""
|
592 |
"Check/uncheck this option to enable/disable Media Library Grid View "
|
593 |
"Enhancements."
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: includes/class-mla-core.php:975
|
597 |
msgid "Enable Media Manager Enhancements"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: includes/class-mla-core.php:978
|
601 |
msgid ""
|
602 |
"Check/uncheck this option to enable/disable Media Manager Modal Window "
|
603 |
"Enhancements."
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: includes/class-mla-core.php:982
|
607 |
msgid "Media Manager Enhanced MIME Type filter"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: includes/class-mla-core.php:985
|
611 |
msgid ""
|
612 |
"Check this option to filter by more MIME Types, e.g., text, applications."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: includes/class-mla-core.php:989
|
616 |
msgid "Media Manager Month and Year filter"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: includes/class-mla-core.php:992
|
620 |
msgid "Check this option to filter by month and year uploaded."
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: includes/class-mla-core.php:996
|
624 |
msgid "Media Manager Category/Tag filter"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: includes/class-mla-core.php:999
|
628 |
msgid "Check this option to filter by taxonomy terms."
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: includes/class-mla-core.php:1003
|
632 |
msgid "Media Manager Terms Search popup"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: includes/class-mla-core.php:1006
|
636 |
msgid "Check this option to enable the \"Terms Search\" popup window."
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: includes/class-mla-core.php:1010
|
640 |
msgid "Media Manager Enhanced Search Media box"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: includes/class-mla-core.php:1013
|
644 |
msgid "Check this option to enable search box enhancements."
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: includes/class-mla-core.php:1017
|
648 |
msgid "Media Manager Enhanced Search Media Controls"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: includes/class-mla-core.php:1024
|
652 |
msgid "Media Manager Checklist meta boxes"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: includes/class-mla-core.php:1027
|
656 |
msgid ""
|
657 |
"Check this option to enable MLA-enhanced meta boxes in the \"ATTACHMENT "
|
658 |
"DETAILS\" pane.<br> This option is for any taxonomy that uses a "
|
659 |
"<strong>\"checklist-style\"</strong> meta box."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: includes/class-mla-core.php:1031
|
663 |
msgid "Media Manager Flat meta boxes"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: includes/class-mla-core.php:1034
|
667 |
msgid ""
|
668 |
"Check this option to enable MLA-enhanced meta boxes in the \"ATTACHMENT "
|
669 |
"DETAILS\" pane.<br> This option is for <strong>flat taxonomies</"
|
671 |
"style\" meta box."
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: includes/class-mla-core.php:1038
|
675 |
msgid "Media Manager auto-fill meta boxes"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: includes/class-mla-core.php:1041
|
679 |
msgid ""
|
680 |
"Check this option to automatically fill MLA-enhanced meta boxes in the "
|
681 |
"\"ATTACHMENT DETAILS\" pane<br> when the item is selected."
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: includes/class-mla-core.php:1045
|
685 |
msgid "Media Manager Order By"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: includes/class-mla-core.php:1049 includes/class-mla-core.php:1058
|
689 |
+
#: includes/class-mla-core.php:1080 includes/class-mla-core.php:1094
|
690 |
+
#: includes/class-mla-core.php:1108 includes/class-mla-settings.php:1458
|
691 |
msgid "Media Manager Default"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: includes/class-mla-core.php:1049
|
695 |
msgid "Title/Name"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: includes/class-mla-core.php:1050
|
699 |
msgid ""
|
700 |
"If you want to override the Media Manager default,<br> select a "
|
701 |
"column for the sort order of the Media Library listing."
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: includes/class-mla-core.php:1054
|
705 |
msgid "Media Manager Order"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: includes/class-mla-core.php:1063
|
709 |
msgid "Attachment Display Settings"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: includes/class-mla-core.php:1068
|
713 |
+
msgid "Media Manager Apply Display Settings"
|
714 |
+
msgstr ""
|
715 |
+
|
716 |
+
#: includes/class-mla-core.php:1071
|
717 |
+
msgid ""
|
718 |
+
"Check this option to always start with the Attachment Display Settings set "
|
719 |
+
"here,<br> overriding browser-/cookie-based defaults."
|
720 |
+
msgstr ""
|
721 |
+
|
722 |
+
#: includes/class-mla-core.php:1075 includes/class-mla-core.php:1077
|
723 |
msgid "Alignment"
|
724 |
msgstr ""
|
725 |
|
726 |
#. translators: 1: option name, e.g., Alignment, Link To or Size
|
727 |
+
#: includes/class-mla-core.php:1077 includes/class-mla-core.php:1091
|
728 |
+
#: includes/class-mla-core.php:1105
|
729 |
#, php-format
|
730 |
msgid ""
|
731 |
"Select a value for the default %1$s option in the Attachment Display "
|
732 |
"Settings."
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: includes/class-mla-core.php:1080
|
736 |
msgid "Left"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: includes/class-mla-core.php:1080
|
740 |
msgid "Center"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: includes/class-mla-core.php:1080
|
744 |
msgid "Right"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: includes/class-mla-core.php:1089 includes/class-mla-core.php:1091
|
748 |
msgid "Link To"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: includes/class-mla-core.php:1094
|
752 |
msgid "Media File"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: includes/class-mla-core.php:1094
|
756 |
msgid "Attachment Page"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: includes/class-mla-core.php:1094
|
760 |
msgid "Custom URL"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: includes/class-mla-core.php:1103 includes/class-mla-core.php:1105
|
764 |
msgid "Size"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: includes/class-mla-core.php:1108
|
768 |
#: includes/class-mla-thumbnail-generation.php:396
|
769 |
#: includes/class-mla-thumbnail-generation.php:443
|
770 |
msgid "Thumbnail"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: includes/class-mla-core.php:1108
|
774 |
msgid "Medium"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: includes/class-mla-core.php:1108
|
778 |
msgid "Large"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: includes/class-mla-core.php:1108
|
782 |
msgid "Full Size"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: includes/class-mla-core.php:1117
|
786 |
msgid "Default [mla_gallery] Templates and Settings"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: includes/class-mla-core.php:1122 includes/class-mla-core.php:1128
|
790 |
+
#: includes/class-mla-core.php:1166 includes/class-mla-core.php:1172
|
791 |
+
#: includes/class-mla-settings.php:3361 includes/class-mla-settings.php:3372
|
792 |
+
#: includes/class-mla-settings.php:3378 includes/class-mla-settings.php:3382
|
793 |
+
#: includes/class-mla-settings.php:3410 includes/class-mla-settings.php:3421
|
794 |
msgid "Style Template"
|
795 |
msgstr ""
|
796 |
|
797 |
#. translators: 1: template type 2: shortcode
|
798 |
+
#: includes/class-mla-core.php:1128 includes/class-mla-core.php:1138
|
799 |
+
#: includes/class-mla-core.php:1172 includes/class-mla-core.php:1182
|
800 |
#, php-format
|
801 |
msgid "Select the default %1$s for your %2$s shortcodes."
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: includes/class-mla-core.php:1132 includes/class-mla-core.php:1176
|
805 |
msgid "Markup Template"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: includes/class-mla-core.php:1138 includes/class-mla-core.php:1182
|
809 |
+
#: includes/class-mla-settings.php:3450 includes/class-mla-settings.php:3463
|
810 |
+
#: includes/class-mla-settings.php:3469 includes/class-mla-settings.php:3473
|
811 |
+
#: includes/class-mla-settings.php:3542
|
812 |
msgid "markup template"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: includes/class-mla-core.php:1142 includes/class-mla-core.php:1186
|
816 |
msgid "Default columns"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: includes/class-mla-core.php:1146
|
820 |
msgid ""
|
821 |
"Enter the number of [mla_tag_cloud] columns; must be a positive integer."
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: includes/class-mla-core.php:1150 includes/class-mla-core.php:1194
|
825 |
msgid "Default mla_margin"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: includes/class-mla-core.php:1154 includes/class-mla-core.php:1198
|
829 |
msgid ""
|
830 |
"Enter the CSS \"margin\" property value, in length (px, em, pt, etc.), "
|
831 |
"percent (%), \"auto\" or \"inherit\".<br> Enter \"none\" to "
|
832 |
"remove the property entirely."
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: includes/class-mla-core.php:1158 includes/class-mla-core.php:1202
|
836 |
msgid "Default mla_itemwidth"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: includes/class-mla-core.php:1162 includes/class-mla-core.php:1206
|
840 |
msgid ""
|
841 |
"Enter the CSS \"width\" property value, in length (px, em, pt, etc.), "
|
842 |
"percent (%), \"auto\" or \"inherit\".<br> Enter \"calculate"
|
846 |
"the property entirely."
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: includes/class-mla-core.php:1190
|
850 |
msgid "Enter the number of [mla_gallery] columns; must be a positive integer."
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: includes/class-mla-core.php:1210
|
854 |
msgid "Thumbnail Substitution Support, mla_viewer"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: includes/class-mla-core.php:1215
|
858 |
msgid "Enable thumbnail substitution"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: includes/class-mla-core.php:1218
|
862 |
msgid ""
|
863 |
"Check this option to allow the \"mla_viewer\" to generate thumbnail images "
|
864 |
"for PDF documents. Thumbnails are generated dynamically, each time the item "
|
867 |
"strong>"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: includes/class-mla-core.php:1222
|
871 |
msgid "Enable Featured Images"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: includes/class-mla-core.php:1225
|
875 |
msgid ""
|
876 |
"Check this option to extend Featured Image support to all Media Library "
|
877 |
"items. The Featured Image can be used as a thumbnail image for the item in "
|
878 |
"an [mla_gallery] display."
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: includes/class-mla-core.php:1229
|
882 |
msgid "Enable Featured Image Generation"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: includes/class-mla-core.php:1232
|
886 |
msgid ""
|
887 |
"Check this option to enable the \"Thumbnail\" generation action in the Media/"
|
888 |
"Assistant submenu Bulk Actions dropdown."
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: includes/class-mla-core.php:1236
|
892 |
msgid "Enable explicit Ghostscript check"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: includes/class-mla-core.php:1239
|
896 |
msgid ""
|
897 |
"Check this option to enable the explicit check for Ghostscript support "
|
898 |
"required for thumbnail generation. If your Ghostscript software is in a non-"
|
901 |
"leave this option checked unless you know it is safe to turn it off."
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: includes/class-mla-core.php:1243
|
905 |
msgid "Ghostscript path"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: includes/class-mla-core.php:1247
|
909 |
msgid ""
|
910 |
"If your “gs” executable is in a non-standard location, enter the "
|
911 |
"full path and filename here, e.g., “/usr/bin/gs”. It will "
|
912 |
"override the search for Ghostscript in other places."
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: includes/class-mla-core.php:1267
|
916 |
msgid "Enable custom field mapping when adding new media"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: includes/class-mla-core.php:1270
|
920 |
msgid ""
|
921 |
"Check this option to enable mapping when uploading new media (attachments)."
|
922 |
"<br> Click Save Changes at the bottom of the screen if you change "
|
924 |
"buttons on the bulk edit, single edit and settings screens."
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: includes/class-mla-core.php:1274
|
928 |
msgid "Enable custom field mapping when updating media metadata"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: includes/class-mla-core.php:1277 includes/class-mla-core.php:1301
|
932 |
msgid ""
|
933 |
"Check this option to enable mapping when media (attachments) metadata is "
|
934 |
"regenerated,<br> e.g., when the Media/Edit Media \"Edit Image\" "
|
935 |
"functions are used."
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: includes/class-mla-core.php:1281
|
939 |
msgid ""
|
940 |
"Update the custom field mapping values above, then click Save Changes to "
|
941 |
"make the updates permanent.<br>You can also make temporary updates and click "
|
943 |
"saving any rule changes."
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: includes/class-mla-core.php:1291
|
947 |
msgid "Enable IPTC/EXIF Mapping when adding new media"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: includes/class-mla-core.php:1294
|
951 |
msgid ""
|
952 |
"Check this option to enable mapping when uploading new media (attachments)."
|
953 |
"<br> Does NOT affect the operation of the \"Map\" buttons on the "
|
954 |
"bulk edit, single edit and settings screens."
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: includes/class-mla-core.php:1298
|
958 |
msgid "Enable IPTC/EXIF Mapping when updating media metadata"
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: includes/class-mla-core.php:1305
|
962 |
msgid ""
|
963 |
"Update the standard field mapping values above, then click <strong>Save "
|
964 |
"Changes</strong> to make the updates permanent.<br>You can also make "
|
967 |
"changes."
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: includes/class-mla-core.php:1315
|
971 |
msgid ""
|
972 |
"Update the taxonomy term mapping values above, then click <strong>Save "
|
973 |
"Changes</strong> or <strong>Map All Attachments, Taxonomy Terms Now</strong>."
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: includes/class-mla-core.php:1325
|
977 |
msgid ""
|
978 |
"<strong>Update</strong> individual custom field mapping values above, or "
|
979 |
"make several updates and click <strong>Save Changes</strong> below to apply "
|
984 |
"changes."
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: includes/class-mla-core.php:1335
|
988 |
msgid "IPTC/EXIF Mapping help"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: includes/class-mla-core.php:1346 includes/class-mla-data.php:3546
|
992 |
+
#: includes/class-mla-edit-media.php:427 includes/class-mla-main.php:2032
|
993 |
msgid "Name/Slug"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: includes/class-mla-core.php:1353 includes/class-mla-data.php:3588
|
997 |
+
#: includes/class-mla-edit-media.php:430 includes/class-mla-list-table.php:1214
|
998 |
+
#: includes/class-mla-main.php:2035 includes/class-mla-options.php:824
|
999 |
#: includes/mla-main-search-box-template.php:52
|
1000 |
#: includes/mla-media-modal-js-template.php:48
|
1001 |
msgid "ALT Text"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: includes/class-mla-core.php:1360 includes/class-mla-data.php:3601
|
1005 |
+
#: includes/class-mla-edit-media.php:428 includes/class-mla-main.php:2033
|
1006 |
#: includes/class-mla-options.php:827
|
1007 |
#: includes/mla-main-search-box-template.php:53
|
1008 |
#: includes/mla-media-modal-js-template.php:53
|
1009 |
msgid "Caption"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: includes/class-mla-core.php:1367 includes/class-mla-data.php:3610
|
1013 |
+
#: includes/class-mla-edit-media.php:429 includes/class-mla-main.php:2034
|
1014 |
+
#: includes/class-mla-options.php:830 includes/class-mla-settings.php:1547
|
1015 |
+
#: includes/class-mla-settings.php:1804 includes/class-mla-settings.php:1902
|
1016 |
+
#: includes/class-mla-settings.php:2266
|
1017 |
#: includes/mla-main-search-box-template.php:54
|
1018 |
#: includes/mla-media-modal-js-template.php:57
|
1019 |
msgid "Description"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: includes/class-mla-core.php:1387
|
1023 |
msgid "Enable View and Post MIME Type Support"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: includes/class-mla-core.php:1390
|
1027 |
msgid ""
|
1028 |
"Check/uncheck this option to enable/disable Post MIME Type Support, then "
|
1029 |
"click <strong>Save Changes</strong> to record the new setting."
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: includes/class-mla-core.php:1399
|
1033 |
msgid "Post MIME Types help."
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: includes/class-mla-core.php:1402 includes/class-mla-mime-types.php:1366
|
1037 |
msgctxt "table_view_singular"
|
1038 |
msgid "All"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: includes/class-mla-core.php:1403 includes/class-mla-mime-types.php:1367
|
1042 |
msgctxt "table_view_plural"
|
1043 |
msgid "All"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: includes/class-mla-core.php:1408 includes/class-mla-core.php:1462
|
1047 |
+
#: includes/class-mla-core.php:1471 includes/class-mla-core.php:1480
|
1048 |
msgctxt "post_mime_types_description"
|
1049 |
msgid "Built-in view"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
+
#: includes/class-mla-core.php:1411
|
1053 |
msgctxt "table_view_singular"
|
1054 |
msgid "Image"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: includes/class-mla-core.php:1412
|
1058 |
msgctxt "table_view_plural"
|
1059 |
msgid "Images"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: includes/class-mla-core.php:1417
|
1063 |
msgctxt "post_mime_types_description"
|
1064 |
msgid "All image subtypes"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
+
#: includes/class-mla-core.php:1420
|
1068 |
msgctxt "table_view_singular"
|
1069 |
msgid "Audio"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: includes/class-mla-core.php:1421
|
1073 |
msgctxt "table_view_plural"
|
1074 |
msgid "Audio"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: includes/class-mla-core.php:1426
|
1078 |
msgctxt "post_mime_types_description"
|
1079 |
msgid "All audio subtypes"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: includes/class-mla-core.php:1429
|
1083 |
msgctxt "table_view_singular"
|
1084 |
msgid "Video"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
+
#: includes/class-mla-core.php:1430
|
1088 |
msgctxt "table_view_plural"
|
1089 |
msgid "Video"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: includes/class-mla-core.php:1435
|
1093 |
msgctxt "post_mime_types_description"
|
1094 |
msgid "All video subtypes"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: includes/class-mla-core.php:1438
|
1098 |
msgctxt "table_view_singular"
|
1099 |
msgid "Text"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: includes/class-mla-core.php:1439
|
1103 |
msgctxt "table_view_plural"
|
1104 |
msgid "Text"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
+
#: includes/class-mla-core.php:1444
|
1108 |
msgctxt "post_mime_types_description"
|
1109 |
msgid "All text subtypes"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
+
#: includes/class-mla-core.php:1447
|
1113 |
msgctxt "table_view_singular"
|
1114 |
msgid "Application"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: includes/class-mla-core.php:1448
|
1118 |
msgctxt "table_view_plural"
|
1119 |
msgid "Applications"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: includes/class-mla-core.php:1453
|
1123 |
msgctxt "post_mime_types_description"
|
1124 |
msgid "All application subtypes"
|
1125 |
msgstr ""
|
1126 |
|
1127 |
+
#: includes/class-mla-core.php:1456 includes/class-mla-list-table.php:1409
|
1128 |
msgctxt "table_view_singular"
|
1129 |
msgid "Unattached"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: includes/class-mla-core.php:1457
|
1133 |
msgctxt "table_view_plural"
|
1134 |
msgid "Unattached"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: includes/class-mla-core.php:1465
|
1138 |
msgctxt "table_view_singular"
|
1139 |
msgid "Attached"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: includes/class-mla-core.php:1466
|
1143 |
msgctxt "table_view_plural"
|
1144 |
msgid "Attached"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
+
#: includes/class-mla-core.php:1474
|
1148 |
msgctxt "table_view_singular"
|
1149 |
msgid "Trash"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
+
#: includes/class-mla-core.php:1475
|
1153 |
msgctxt "table_view_plural"
|
1154 |
msgid "Trash"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: includes/class-mla-core.php:1486
|
1158 |
msgid "Enable Upload MIME Type Support"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: includes/class-mla-core.php:1489
|
1162 |
msgid ""
|
1163 |
"Check/uncheck this option to enable/disable Upload MIME Type Support, then "
|
1164 |
"click <strong>Save Changes</strong> to record the new setting."
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: includes/class-mla-core.php:1498
|
1168 |
msgid "Upload MIME Types help."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
+
#: includes/class-mla-core.php:1503
|
1172 |
msgid "Enable MLA File Type Icons Support"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: includes/class-mla-core.php:1506
|
1176 |
msgid ""
|
1177 |
"Check/uncheck this option to enable/disable MLA File Type Icons Support, "
|
1178 |
"then click <strong>Save Changes</strong> to record the new setting."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: includes/class-mla-core.php:1510
|
1182 |
msgid "Display Limit"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: includes/class-mla-core.php:1514
|
1186 |
msgid ""
|
1187 |
"Enter the maximum number of debug log characters to display; enter zero or "
|
1188 |
"leave blank for no limit."
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: includes/class-mla-core.php:1518
|
1192 |
msgid "Debug File"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: includes/class-mla-core.php:1522
|
1196 |
msgid ""
|
1197 |
"Enter the name of an alternate, MLA-specific debug log file; leave blank to "
|
1198 |
"use the PHP error_log."
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: includes/class-mla-core.php:1526
|
1202 |
msgid "Replace PHP error_log file"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: includes/class-mla-core.php:1529
|
1206 |
msgid ""
|
1207 |
"Check this option to replace the PHP error_log file with the MLA Debug File."
|
1208 |
"<br> allows capture of PHP messages in the MLA Debug File."
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#: includes/class-mla-core.php:1533
|
1212 |
msgid "PHP Reporting"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: includes/class-mla-core.php:1537
|
1216 |
msgid ""
|
1217 |
"Enter a numeric error_reporting value, e.g., 0x7FFF or 32767; leave blank to "
|
1218 |
"use the existing PHP error_reporting value."
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: includes/class-mla-core.php:1541
|
1222 |
msgid "MLA Reporting"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: includes/class-mla-core.php:1545
|
1226 |
msgid ""
|
1227 |
"Enter a numeric MLA_DEBUG_LEVEL value, e.g., 0x0003 or 3; leave blank to use "
|
1228 |
"the existing MLA_DEBUG_LEVEL value."
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#. translators: 1: ERROR tag 2: path and file name
|
1232 |
+
#: includes/class-mla-core.php:1728
|
1233 |
+
#, php-format
|
1234 |
+
msgctxt "error_log"
|
1235 |
+
msgid "%1$s: mla_load_template file \"%2$s\" not found."
|
1236 |
+
msgstr ""
|
1237 |
+
|
1238 |
+
#. translators: 1: ERROR tag 2: path and file name 3: source type, e.g., file, option, string
|
1239 |
+
#: includes/class-mla-core.php:1746
|
1240 |
+
#, php-format
|
1241 |
+
msgctxt "error_log"
|
1242 |
+
msgid "%1$s: mla_load_template file \"%2$s\" bad source type \"%3$s\"."
|
1243 |
+
msgstr ""
|
1244 |
+
|
1245 |
#. translators: 1: ERROR tag 2: raw_mime_type
|
1246 |
+
#: includes/class-mla-core.php:2123
|
1247 |
#, php-format
|
1248 |
msgid "%1$s: Bad specification part \"%2$s\""
|
1249 |
msgstr ""
|
1250 |
|
1251 |
#. translators: 1: ERROR tag 2: option, e.g., any, match, null
|
1252 |
+
#: includes/class-mla-core.php:2129
|
1253 |
#, php-format
|
1254 |
msgid "%1$s: Bad specification option \"%2$s\""
|
1255 |
msgstr ""
|
1256 |
|
1257 |
#. translators: 1: ERROR tag 2: prefix, e.g., custom
|
1258 |
+
#: includes/class-mla-core.php:2133
|
1259 |
#, php-format
|
1260 |
msgid "%1$s: Bad specification prefix \"%2$s\""
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: includes/class-mla-core.php:2233
|
1264 |
msgid "Most Used"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
#. translators: %s: add new taxonomy label
|
1268 |
+
#: includes/class-mla-core.php:2262
|
1269 |
#, php-format
|
1270 |
msgid "+ %s"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: includes/class-mla-core.php:2268 includes/class-mla-main.php:1833
|
1274 |
#: includes/class-mla-media-modal.php:601
|
1275 |
#: includes/mla-media-modal-js-template.php:28
|
1276 |
#: includes/mla-media-modal-js-template.php:71
|
1312 |
msgid "%1$s: File \"%2$s\", startxref not found."
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: includes/class-mla-data-query.php:178
|
1316 |
msgctxt "list_table_column"
|
1317 |
msgid "ID/Parent"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: includes/class-mla-data-query.php:179
|
1321 |
msgctxt "list_table_column"
|
1322 |
msgid "Title/Name"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: includes/class-mla-data-query.php:180
|
1326 |
msgctxt "list_table_column"
|
1327 |
msgid "Title"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: includes/class-mla-data-query.php:181
|
1331 |
msgctxt "list_table_column"
|
1332 |
msgid "Name"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
+
#: includes/class-mla-data-query.php:182
|
1336 |
msgctxt "list_table_column"
|
1337 |
msgid "Parent ID"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: includes/class-mla-data-query.php:183
|
1341 |
msgctxt "list_table_column"
|
1342 |
msgid "Menu Order"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: includes/class-mla-data-query.php:184
|
1346 |
msgctxt "list_table_column"
|
1347 |
msgid "Featured in"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
+
#: includes/class-mla-data-query.php:185
|
1351 |
msgctxt "list_table_column"
|
1352 |
msgid "Inserted in"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: includes/class-mla-data-query.php:186
|
1356 |
msgctxt "list_table_column"
|
1357 |
msgid "Gallery in"
|
1358 |
msgstr ""
|
1359 |
|
1360 |
+
#: includes/class-mla-data-query.php:187
|
1361 |
msgctxt "list_table_column"
|
1362 |
msgid "MLA Gallery in"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: includes/class-mla-data-query.php:188
|
1366 |
msgctxt "list_table_column"
|
1367 |
msgid "ALT Text"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
+
#: includes/class-mla-data-query.php:189
|
1371 |
msgctxt "list_table_column"
|
1372 |
msgid "Caption"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
+
#: includes/class-mla-data-query.php:190
|
1376 |
#: includes/class-mla-upload-list-table.php:193
|
1377 |
#: includes/class-mla-upload-optional-list-table.php:171
|
1378 |
#: includes/class-mla-view-list-table.php:179
|
1380 |
msgid "Description"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: includes/class-mla-data-query.php:191
|
1384 |
#: includes/class-mla-upload-list-table.php:185
|
1385 |
#: includes/class-mla-upload-optional-list-table.php:168
|
1386 |
msgctxt "list_table_column"
|
1387 |
msgid "MIME Type"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: includes/class-mla-data-query.php:192
|
1391 |
msgctxt "list_table_column"
|
1392 |
msgid "File URL"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: includes/class-mla-data-query.php:193
|
1396 |
msgctxt "list_table_column"
|
1397 |
msgid "Base File"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: includes/class-mla-data-query.php:194
|
1401 |
msgctxt "list_table_column"
|
1402 |
msgid "Date"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: includes/class-mla-data-query.php:195
|
1406 |
msgctxt "list_table_column"
|
1407 |
msgid "Last Modified"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: includes/class-mla-data-query.php:196
|
1411 |
msgctxt "list_table_column"
|
1412 |
msgid "Author"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: includes/class-mla-data-query.php:197
|
1416 |
msgctxt "list_table_column"
|
1417 |
msgid "Attached to"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
#. translators: 1: ERROR tag 2: function name 3: non-array value
|
1421 |
+
#: includes/class-mla-data-query.php:666 includes/class-mla-edit-media.php:316
|
1422 |
+
#: includes/class-mla-main.php:1827 includes/class-mla-main.php:1902
|
1423 |
+
#: includes/class-mla-media-modal.php:571 includes/class-mla-mime-types.php:477
|
1424 |
+
#: includes/class-mla-mime-types.php:1130
|
1425 |
+
#: includes/class-mla-mime-types.php:2323 includes/class-mla-settings.php:1581
|
1426 |
+
#: includes/class-mla-settings.php:2027
|
1427 |
#, php-format
|
1428 |
msgctxt "error_log"
|
1429 |
msgid "%1$s: %2$s non-array \"%3$s\""
|
1430 |
msgstr ""
|
1431 |
|
1432 |
#. translators: 1: DEBUG tag 2: query filter details
|
1433 |
+
#: includes/class-mla-data-query.php:1098
|
1434 |
#, php-format
|
1435 |
msgctxt "error_log"
|
1436 |
msgid "%1$s: _execute_list_table_query $wp_filter = \"%2$s\"."
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: includes/class-mla-data-query.php:1098
|
1440 |
+
#: includes/class-mla-data-query.php:1113
|
1441 |
+
#: includes/class-mla-data-query.php:1115
|
1442 |
+
#: includes/class-mla-data-query.php:1541
|
1443 |
+
#: includes/class-mla-data-query.php:1613
|
1444 |
+
#: includes/class-mla-data-query.php:1685
|
1445 |
+
#: includes/class-mla-data-query.php:1782
|
1446 |
+
#: includes/class-mla-data-query.php:1860
|
1447 |
+
#: includes/class-mla-data-query.php:1879
|
1448 |
msgid "DEBUG"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
#. translators: 1: DEBUG tag 2: query details
|
1452 |
+
#: includes/class-mla-data-query.php:1113
|
1453 |
#, php-format
|
1454 |
msgctxt "error_log"
|
1455 |
msgid "%1$s: _execute_list_table_query WP_Query = \"%2$s\"."
|
1456 |
msgstr ""
|
1457 |
|
1458 |
#. translators: 1: DEBUG tag 2: SQL statement
|
1459 |
+
#: includes/class-mla-data-query.php:1115
|
1460 |
#, php-format
|
1461 |
msgctxt "error_log"
|
1462 |
msgid "%1$s: _execute_list_table_query SQL_request = \"%2$s\"."
|
1463 |
msgstr ""
|
1464 |
|
1465 |
#. translators: 1: DEBUG tag 2: search filter details
|
1466 |
+
#: includes/class-mla-data-query.php:1541
|
1467 |
#, php-format
|
1468 |
msgctxt "error_log"
|
1469 |
msgid "%1$s: mla_query_posts_search_filter = \"%2$s\"."
|
1470 |
msgstr ""
|
1471 |
|
1472 |
#. translators: 1: DEBUG tag 2: where filter details
|
1473 |
+
#: includes/class-mla-data-query.php:1613
|
1474 |
#, php-format
|
1475 |
msgctxt "error_log"
|
1476 |
msgid "%1$s: mla_query_posts_where_filter = \"%2$s\"."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
#. translators: 1: DEBUG tag 2: join filter details
|
1480 |
+
#: includes/class-mla-data-query.php:1685
|
1481 |
#, php-format
|
1482 |
msgctxt "error_log"
|
1483 |
msgid "%1$s: mla_query_posts_join_filter = \"%2$s\"."
|
1484 |
msgstr ""
|
1485 |
|
1486 |
#. translators: 1: DEBUG tag 2: orderby details details
|
1487 |
+
#: includes/class-mla-data-query.php:1782
|
1488 |
#, php-format
|
1489 |
msgctxt "error_log"
|
1490 |
msgid "%1$s: mla_query_posts_orderby_filter = \"%2$s\"."
|
1491 |
msgstr ""
|
1492 |
|
1493 |
#. translators: 1: DEBUG tag 2: SQL clauses
|
1494 |
+
#: includes/class-mla-data-query.php:1860
|
1495 |
#, php-format
|
1496 |
msgctxt "error_log"
|
1497 |
msgid "%1$s: mla_query_posts_clauses_filter = \"%2$s\"."
|
1498 |
msgstr ""
|
1499 |
|
1500 |
#. translators: 1: DEBUG tag 2: SQL clauses
|
1501 |
+
#: includes/class-mla-data-query.php:1879
|
1502 |
#, php-format
|
1503 |
msgctxt "error_log"
|
1504 |
msgid "%1$s: mla_query_posts_clauses_request_filter = \"%2$s\"."
|
1506 |
|
1507 |
#: includes/class-mla-data-references.php:321
|
1508 |
#: includes/class-mla-data-references.php:664
|
1509 |
+
#: includes/class-mla-list-table.php:939
|
1510 |
msgid "NO REFERENCE TESTS"
|
1511 |
msgstr ""
|
1512 |
|
1538 |
msgid "(%1$s) %2$s (ID %3$d) query \"%4$s\" failed, returning \"%5$s\""
|
1539 |
msgstr ""
|
1540 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1541 |
#. translators: 1: ERROR tag 2: template excerpt
|
1542 |
+
#: includes/class-mla-data.php:50
|
1543 |
#, php-format
|
1544 |
msgctxt "error_log"
|
1545 |
msgid ""
|
1547 |
msgstr ""
|
1548 |
|
1549 |
#. translators: 1: ERROR tag 2: template excerpt
|
1550 |
+
#: includes/class-mla-data.php:109
|
1551 |
#, php-format
|
1552 |
msgctxt "error_log"
|
1553 |
msgid ""
|
1555 |
msgstr ""
|
1556 |
|
1557 |
#. translators: 1: ERROR tag 2: template excerpt
|
1558 |
+
#: includes/class-mla-data.php:197
|
1559 |
#, php-format
|
1560 |
msgctxt "error_log"
|
1561 |
msgid "%1$s: mla_parse_template no end delimiter, tail = \"%2$s\"."
|
1562 |
msgstr ""
|
1563 |
|
1564 |
#. translators: 1: ERROR tag 2: template string
|
1565 |
+
#: includes/class-mla-data.php:241
|
1566 |
#, php-format
|
1567 |
msgctxt "error_log"
|
1568 |
msgid "%1$s: _find_test_substring no end delimiter, tail = \"%2$s\"."
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: includes/class-mla-data.php:344
|
1572 |
msgid "Test; no closing parenthesis "
|
1573 |
msgstr ""
|
1574 |
|
1575 |
#. translators: 1: ERROR tag 2: node type, e.g., template
|
1576 |
+
#: includes/class-mla-data.php:500
|
1577 |
#, php-format
|
1578 |
msgctxt "error_log"
|
1579 |
msgid "%1$s: _evaluate_template_array_node unknown type \"%2$s\"."
|
1580 |
msgstr ""
|
1581 |
|
1582 |
#. translators: 1: ERROR tag 2: node type, e.g., template
|
1583 |
+
#: includes/class-mla-data.php:563
|
1584 |
#, php-format
|
1585 |
msgctxt "error_log"
|
1586 |
msgid "%1$s: _evaluate_template_node unknown type \"%2$s\"."
|
1587 |
msgstr ""
|
1588 |
|
1589 |
#. translators: 1: ERROR tag 2: template excerpt
|
1590 |
+
#: includes/class-mla-data.php:1151
|
1591 |
#, php-format
|
1592 |
msgctxt "error_log"
|
1593 |
msgid ""
|
1596 |
msgstr ""
|
1597 |
|
1598 |
#. translators: 1: ERROR tag 2: post ID
|
1599 |
+
#: includes/class-mla-data.php:1355
|
1600 |
#, php-format
|
1601 |
msgctxt "error_log"
|
1602 |
msgid "%1$s: mla_get_attachment_by_id(%2$d) not found."
|
1603 |
msgstr ""
|
1604 |
|
1605 |
#. translators: 1: ERROR tag 2: post ID 3: post_type
|
1606 |
+
#: includes/class-mla-data.php:1361
|
1607 |
#, php-format
|
1608 |
msgctxt "error_log"
|
1609 |
msgid "%1$s: mla_get_attachment_by_id(%2$d) wrong post_type \"%3$s\"."
|
1610 |
msgstr ""
|
1611 |
|
1612 |
+
#: includes/class-mla-data.php:1751
|
1613 |
msgctxt "error_log"
|
1614 |
msgid "mla_parse_xmp_metadata xml_parse_into_struct failed."
|
1615 |
msgstr ""
|
1616 |
|
1617 |
+
#: includes/class-mla-data.php:1755
|
1618 |
msgctxt "error_log"
|
1619 |
msgid "mla_parse_xmp_metadata set option failed."
|
1620 |
msgstr ""
|
1621 |
|
1622 |
+
#: includes/class-mla-data.php:3009 includes/class-mla-settings.php:1814
|
1623 |
#: includes/class-mla-view-list-table.php:430
|
1624 |
#: includes/class-mla-view-list-table.php:446
|
1625 |
#: includes/class-mla-wpml-support.php:1595
|
1626 |
msgid "Yes"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: includes/class-mla-data.php:3011 includes/class-mla-list-table.php:166
|
1630 |
+
#: includes/class-mla-settings.php:1813
|
1631 |
#: includes/class-mla-view-list-table.php:432
|
1632 |
#: includes/class-mla-view-list-table.php:448
|
1633 |
#: includes/class-mla-wpml-support.php:1596
|
1635 |
msgstr ""
|
1636 |
|
1637 |
#. translators: 1: meta_key
|
1638 |
+
#: includes/class-mla-data.php:3270 includes/class-mla-data.php:3368
|
1639 |
#, php-format
|
1640 |
msgid "Deleting %1$s"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
#. translators: 1: ERROR tag 2: meta_key
|
1644 |
+
#: includes/class-mla-data.php:3273
|
1645 |
#, php-format
|
1646 |
msgid "%1$s: meta:%2$s not found"
|
1647 |
msgstr ""
|
1649 |
#. translators: 1: meta_key 2: meta_value
|
1650 |
#. translators: 1: meta_key 2: new_value
|
1651 |
#. translators: 1: meta_key 2: meta_value
|
1652 |
+
#: includes/class-mla-data.php:3282 includes/class-mla-data.php:3379
|
1653 |
+
#: includes/class-mla-data.php:3385
|
1654 |
#, php-format
|
1655 |
msgid "Adding %1$s = %2$s"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
#. translators: 1: ERROR tag 2: meta_key
|
1659 |
+
#: includes/class-mla-data.php:3286
|
1660 |
#, php-format
|
1661 |
msgid "%1$s: Adding meta:%2$s; not found"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
#. translators: 1: meta_key
|
1665 |
+
#: includes/class-mla-data.php:3293
|
1666 |
#, php-format
|
1667 |
msgid "Deleting Null meta:%1$s"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
#. translators: 1: element name 2: old_value 3: new_value
|
1671 |
+
#: includes/class-mla-data.php:3303 includes/class-mla-data.php:3454
|
1672 |
+
#: includes/class-mla-data.php:3520 includes/class-mla-data.php:3546
|
1673 |
+
#: includes/class-mla-data.php:3588 includes/class-mla-data.php:3601
|
1674 |
+
#: includes/class-mla-data.php:3610 includes/class-mla-data.php:3621
|
1675 |
+
#: includes/class-mla-data.php:3632 includes/class-mla-data.php:3645
|
1676 |
+
#: includes/class-mla-data.php:3654 includes/class-mla-data.php:3663
|
1677 |
+
#: includes/class-mla-mime-types.php:964 includes/class-mla-mime-types.php:2087
|
1678 |
#, php-format
|
1679 |
msgid "Changing %1$s from \"%2$s\" to \"%3$s\""
|
1680 |
msgstr ""
|
1681 |
|
1682 |
#. translators: 1: ERROR tag 2: meta_key
|
1683 |
+
#: includes/class-mla-data.php:3308
|
1684 |
#, php-format
|
1685 |
msgid "%1$s: Changing meta:%2$s; not found"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
#. translators: 1: meta_key
|
1689 |
+
#: includes/class-mla-data.php:3409
|
1690 |
#, php-format
|
1691 |
msgid "Deleting old %1$s values"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
#. translators: 1: meta_key 2: old_value 3: new_value 4: update count
|
1695 |
+
#: includes/class-mla-data.php:3439
|
1696 |
#, php-format
|
1697 |
msgid "Changing %1$s from \"%2$s\" to \"%3$s\"; %4$d updates"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: includes/class-mla-data.php:3497
|
1701 |
msgid "Could not retrieve Attachment."
|
1702 |
msgstr ""
|
1703 |
|
1704 |
#. translators: 1: ERROR tag 2: old_value
|
1705 |
+
#: includes/class-mla-data.php:3543
|
1706 |
#, php-format
|
1707 |
msgid "%1$s: Could not change Name/Slug \"%2$s\"; name already exists"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
#. translators: 1: old_value
|
1711 |
+
#: includes/class-mla-data.php:3572
|
1712 |
#, php-format
|
1713 |
msgid "Deleting ALT Text, was \"%1$s\""
|
1714 |
msgstr ""
|
1715 |
|
1716 |
#. translators: 1: ERROR tag 2: old_value
|
1717 |
+
#: includes/class-mla-data.php:3575
|
1718 |
#, php-format
|
1719 |
msgid "%1$s: Could not delete ALT Text, remains \"%2$s\""
|
1720 |
msgstr ""
|
1721 |
|
1722 |
#. translators: 1: ERROR tag 2: old_value 3: new_value
|
1723 |
+
#: includes/class-mla-data.php:3591
|
1724 |
#, php-format
|
1725 |
msgid "%1$s: Could not change ALT Text from \"%2$s\" to \"%3$s\""
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: includes/class-mla-data.php:3621 includes/class-mla-list-table.php:916
|
1729 |
+
#: includes/class-mla-list-table.php:919 includes/class-mla-list-table.php:922
|
1730 |
+
#: includes/class-mla-list-table.php:990 includes/class-mla-options.php:2576
|
1731 |
+
#: includes/class-mla-options.php:2958
|
1732 |
msgid "Parent"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: includes/class-mla-data.php:3632 includes/class-mla-edit-media.php:625
|
1736 |
+
#: includes/class-mla-edit-media.php:828 includes/class-mla-main.php:2038
|
1737 |
+
#: includes/class-mla-settings.php:1545 includes/class-mla-settings.php:1802
|
1738 |
msgid "Menu Order"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: includes/class-mla-data.php:3645 includes/class-mla-edit-media.php:395
|
1742 |
+
#: includes/class-mla-list-table.php:1370
|
1743 |
+
#: includes/class-mla-list-table.php:1373 includes/class-mla-main.php:1908
|
1744 |
+
#: includes/class-mla-main.php:2010
|
1745 |
msgid "Author"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: includes/class-mla-data.php:3654 includes/class-mla-edit-media.php:420
|
1749 |
+
#: includes/class-mla-main.php:2050
|
1750 |
msgid "Comments"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: includes/class-mla-data.php:3663 includes/class-mla-edit-media.php:421
|
1754 |
+
#: includes/class-mla-main.php:2051
|
1755 |
msgid "Pings"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: includes/class-mla-data.php:3695
|
1759 |
msgid "Adding"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
+
#: includes/class-mla-data.php:3700
|
1763 |
msgid "Removing"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: includes/class-mla-data.php:3709
|
1767 |
msgid "Replacing"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: includes/class-mla-data.php:3717
|
1771 |
msgid "Ignoring"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
#. translators: 1: action_name, 2: taxonomy
|
1775 |
+
#: includes/class-mla-data.php:3730
|
1776 |
#, php-format
|
1777 |
msgid "%1$s \"%2$s\" terms"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
#. translators: 1: taxonomy
|
1781 |
+
#: includes/class-mla-data.php:3734
|
1782 |
#, php-format
|
1783 |
msgid "You cannot assign \"%1$s\" terms"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
#. translators: 1: post ID
|
1787 |
+
#: includes/class-mla-data.php:3746 includes/class-mla-main.php:1213
|
1788 |
#, php-format
|
1789 |
msgid "Item %1$d, no changes detected."
|
1790 |
msgstr ""
|
1791 |
|
1792 |
#. translators: 1: post ID
|
1793 |
+
#: includes/class-mla-data.php:3767
|
1794 |
#, php-format
|
1795 |
msgid "Item %1$d updated."
|
1796 |
msgstr ""
|
1797 |
|
1798 |
#. translators: 1: ERROR tag 2: post ID
|
1799 |
+
#: includes/class-mla-data.php:3781
|
1800 |
#, php-format
|
1801 |
msgid "%1$s: Item %2$d update failed."
|
1802 |
msgstr ""
|
1803 |
|
1804 |
#: includes/class-mla-edit-media.php:133 includes/class-mla-edit-media.php:184
|
1805 |
+
#: includes/class-mla-edit-media.php:237 includes/class-mla-main.php:465
|
1806 |
+
#: includes/class-mla-main.php:993 includes/class-mla-main.php:1721
|
1807 |
+
#: includes/class-mla-media-modal.php:233 includes/class-mla-options.php:2089
|
1808 |
+
#: includes/class-mla-polylang-support.php:390
|
1809 |
#: includes/class-mla-settings.php:342
|
1810 |
#: includes/class-mla-thumbnail-generation.php:99
|
1811 |
msgctxt "tag_delimiter"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
#: includes/class-mla-edit-media.php:185 includes/class-mla-edit-media.php:239
|
1828 |
+
#: includes/class-mla-main.php:452
|
1829 |
msgid "An ajax.fail error has occurred. Please reload the page and try again."
|
1830 |
msgstr ""
|
1831 |
|
1832 |
#: includes/class-mla-edit-media.php:186 includes/class-mla-edit-media.php:240
|
1833 |
+
#: includes/class-mla-main.php:453
|
1834 |
msgid "An ajax.done error has occurred. Please reload the page and try again."
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#: includes/class-mla-edit-media.php:338 includes/class-mla-main.php:1943
|
1838 |
msgid "more"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: includes/class-mla-edit-media.php:339 includes/class-mla-main.php:1944
|
1842 |
msgid "less"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
#: includes/class-mla-edit-media.php:342 includes/class-mla-edit-media.php:373
|
1846 |
+
#: includes/class-mla-main.php:1947 includes/class-mla-main.php:1985
|
1847 |
msgid "Add"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
#: includes/class-mla-edit-media.php:343 includes/class-mla-edit-media.php:374
|
1851 |
+
#: includes/class-mla-main.php:1948 includes/class-mla-main.php:1986
|
1852 |
msgid "Remove"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
#: includes/class-mla-edit-media.php:344 includes/class-mla-edit-media.php:375
|
1856 |
+
#: includes/class-mla-main.php:1949 includes/class-mla-main.php:1987
|
1857 |
+
#: includes/class-mla-options.php:1604 includes/class-mla-options.php:1703
|
1858 |
+
#: includes/class-mla-options.php:1747 includes/class-mla-options.php:2843
|
1859 |
+
#: includes/class-mla-options.php:2897 includes/class-mla-options.php:3017
|
1860 |
+
#: includes/class-mla-options.php:3112 includes/class-mla-options.php:3158
|
1861 |
msgid "Replace"
|
1862 |
msgstr ""
|
1863 |
|
1867 |
"menu for more information."
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: includes/class-mla-edit-media.php:416 includes/class-mla-main.php:2044
|
1871 |
+
#: includes/class-mla-settings.php:3180
|
1872 |
msgid "Reset"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
+
#: includes/class-mla-edit-media.php:422 includes/class-mla-main.php:2052
|
1876 |
+
#: includes/class-mla-main.php:2098 includes/class-mla-settings.php:1812
|
1877 |
+
#: includes/class-mla-settings.php:1850 includes/class-mla-settings.php:2277
|
1878 |
msgid "No Change"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: includes/class-mla-edit-media.php:423 includes/class-mla-main.php:2053
|
1882 |
msgid "Allow"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: includes/class-mla-edit-media.php:424 includes/class-mla-main.php:2054
|
1886 |
msgid "Do not allow"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: includes/class-mla-edit-media.php:431 includes/class-mla-list-table.php:916
|
1890 |
+
#: includes/class-mla-list-table.php:987 includes/class-mla-main.php:2036
|
1891 |
msgid "Parent ID"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
+
#: includes/class-mla-edit-media.php:432 includes/class-mla-edit-media.php:808
|
1895 |
+
#: includes/class-mla-main.php:2037
|
1896 |
#: includes/class-mla-upload-optional-list-table.php:281
|
1897 |
msgid "Select"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
+
#: includes/class-mla-edit-media.php:512
|
1901 |
msgid "Custom field mapping updated."
|
1902 |
msgstr ""
|
1903 |
|
1904 |
+
#: includes/class-mla-edit-media.php:513
|
1905 |
msgid "IPTC/EXIF mapping updated."
|
1906 |
msgstr ""
|
1907 |
|
1908 |
#. translators: date_i18n format for last modified date and time
|
1909 |
+
#: includes/class-mla-edit-media.php:531
|
1910 |
msgid "M j, Y @ G:i"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
+
#: includes/class-mla-edit-media.php:533
|
1914 |
msgid "Last modified"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
+
#: includes/class-mla-edit-media.php:547
|
1918 |
msgid "Map Custom Field metadata for this item"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
+
#: includes/class-mla-edit-media.php:547 includes/class-mla-main.php:1632
|
1922 |
+
#: includes/class-mla-main.php:2057
|
1923 |
msgid "Map Custom Field metadata"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
+
#: includes/class-mla-edit-media.php:549
|
1927 |
msgid "Map IPTC/EXIF metadata for this item"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
+
#: includes/class-mla-edit-media.php:549 includes/class-mla-main.php:1635
|
1931 |
+
#: includes/class-mla-main.php:2056
|
1932 |
msgid "Map IPTC/EXIF metadata"
|
1933 |
msgstr ""
|
1934 |
|
1935 |
+
#: includes/class-mla-edit-media.php:621 includes/class-mla-edit-media.php:809
|
1936 |
msgid "Parent Info"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: includes/class-mla-edit-media.php:631 includes/class-mla-edit-media.php:852
|
1940 |
msgid "Attachment Metadata"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
#. translators: 1: ERROR tag 2: function name 3: template key
|
1944 |
+
#: includes/class-mla-edit-media.php:701 includes/class-mla-edit-media.php:741
|
1945 |
+
#: includes/class-mla-main.php:677 includes/class-mla-settings.php:571
|
1946 |
#, php-format
|
1947 |
msgctxt "error_log"
|
1948 |
msgid "%1$s: %2$s discarding \"%3$s\"; no title/order"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: includes/class-mla-edit-media.php:790 includes/class-mla-list-table.php:562
|
1952 |
msgctxt "post state"
|
1953 |
msgid "Pending"
|
1954 |
msgstr ""
|
1955 |
|
1956 |
+
#: includes/class-mla-edit-media.php:807
|
1957 |
msgid "Post Parent"
|
1958 |
msgstr ""
|
1959 |
|
1960 |
+
#: includes/class-mla-edit-media.php:808 includes/class-mla-main.php:1832
|
1961 |
msgid "Select Parent"
|
1962 |
msgstr ""
|
1963 |
|
1964 |
+
#: includes/class-mla-edit-media.php:875 includes/class-mla-edit-media.php:913
|
1965 |
+
#: includes/class-mla-edit-media.php:949 includes/class-mla-edit-media.php:984
|
1966 |
+
#: includes/class-mla-list-table.php:1037
|
1967 |
+
#: includes/class-mla-list-table.php:1086
|
1968 |
+
#: includes/class-mla-list-table.php:1132
|
1969 |
+
#: includes/class-mla-list-table.php:1177
|
1970 |
msgid "PARENT"
|
1971 |
msgstr ""
|
1972 |
|
1973 |
+
#: includes/class-mla-list-table.php:165
|
1974 |
msgid "All"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
+
#: includes/class-mla-list-table.php:372
|
1978 |
#: includes/class-mla-upload-list-table.php:263
|
1979 |
#: includes/class-mla-view-list-table.php:209
|
1980 |
msgid "List View"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: includes/class-mla-list-table.php:439 includes/class-mla-list-table.php:472
|
1984 |
+
#: includes/class-mla-list-table.php:916 includes/class-mla-list-table.php:987
|
1985 |
+
#: includes/class-mla-list-table.php:1210
|
1986 |
+
#: includes/class-mla-list-table.php:1254
|
1987 |
+
#: includes/class-mla-list-table.php:1286
|
1988 |
+
#: includes/class-mla-list-table.php:1370
|
1989 |
msgid "Filter by"
|
1990 |
msgstr ""
|
1991 |
|
1992 |
+
#: includes/class-mla-list-table.php:449
|
1993 |
#: includes/class-mla-media-modal-ajax.php:490
|
1994 |
msgid "Not Supported"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
#. translators: 1: column_name 2: column_values
|
1998 |
+
#: includes/class-mla-list-table.php:492
|
1999 |
#: includes/class-mla-upload-list-table.php:339
|
2000 |
#: includes/class-mla-upload-optional-list-table.php:228
|
2001 |
#: includes/class-mla-view-list-table.php:285
|
2003 |
msgid "column_default: %1$s, %2$s"
|
2004 |
msgstr ""
|
2005 |
|
2006 |
+
#: includes/class-mla-list-table.php:540 includes/class-mla-list-table.php:666
|
2007 |
+
#: includes/class-mla-list-table.php:1042
|
2008 |
+
#: includes/class-mla-list-table.php:1091
|
2009 |
+
#: includes/class-mla-list-table.php:1137
|
2010 |
+
#: includes/class-mla-list-table.php:1182
|
2011 |
+
#: includes/class-mla-list-table.php:1390
|
2012 |
+
#: includes/class-mla-list-table.php:1707
|
2013 |
+
#: includes/class-mla-polylang-support.php:389
|
2014 |
#: includes/class-mla-upload-list-table.php:404
|
2015 |
#: includes/class-mla-upload-list-table.php:710
|
2016 |
#: includes/class-mla-view-list-table.php:351
|
2018 |
msgid "Edit"
|
2019 |
msgstr ""
|
2020 |
|
2021 |
+
#: includes/class-mla-list-table.php:565
|
2022 |
#: includes/class-mla-thumbnail-generation.php:440
|
2023 |
msgid "Trash"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: includes/class-mla-list-table.php:655
|
2027 |
msgid "Restore this item from the Trash"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
+
#: includes/class-mla-list-table.php:655 includes/class-mla-list-table.php:1704
|
2031 |
msgid "Restore"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
+
#: includes/class-mla-list-table.php:666
|
2035 |
#: includes/class-mla-upload-list-table.php:404
|
2036 |
#: includes/class-mla-view-list-table.php:351
|
2037 |
msgid "Edit this item"
|
2038 |
msgstr ""
|
2039 |
|
2040 |
+
#: includes/class-mla-list-table.php:667
|
2041 |
#: includes/class-mla-upload-list-table.php:406
|
2042 |
#: includes/class-mla-view-list-table.php:353
|
2043 |
msgid "Edit this item inline"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
+
#: includes/class-mla-list-table.php:667 includes/class-mla-main.php:2030
|
2047 |
+
#: includes/class-mla-options.php:1479 includes/class-mla-options.php:1783
|
2048 |
#: includes/class-mla-upload-list-table.php:406
|
2049 |
#: includes/class-mla-view-list-table.php:353
|
2050 |
msgid "Quick Edit"
|
2051 |
msgstr ""
|
2052 |
|
2053 |
+
#: includes/class-mla-list-table.php:673
|
2054 |
msgid "Move this item to the Trash"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
+
#: includes/class-mla-list-table.php:673 includes/class-mla-list-table.php:1710
|
2058 |
msgid "Move to Trash"
|
2059 |
msgstr ""
|
2060 |
|
2061 |
+
#: includes/class-mla-list-table.php:678
|
2062 |
#: includes/class-mla-upload-list-table.php:410
|
2063 |
#: includes/class-mla-view-list-table.php:359
|
2064 |
msgid "Delete this item Permanently"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: includes/class-mla-list-table.php:678 includes/class-mla-list-table.php:1705
|
2068 |
+
#: includes/class-mla-list-table.php:1712
|
2069 |
#: includes/class-mla-upload-list-table.php:410
|
2070 |
#: includes/class-mla-view-list-table.php:359
|
2071 |
#: includes/class-mla-view-list-table.php:567
|
2072 |
msgid "Delete Permanently"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: includes/class-mla-list-table.php:686 includes/class-mla-settings.php:3170
|
2076 |
msgid "Download"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: includes/class-mla-list-table.php:690 includes/class-mla-settings.php:1790
|
2080 |
msgid "View"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: includes/class-mla-list-table.php:984
|
2084 |
msgid "(no title: bad ID)"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: includes/class-mla-list-table.php:1257 includes/class-mla-settings.php:1895
|
2088 |
+
#: includes/class-mla-settings.php:2260
|
2089 |
msgid "MIME Type"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: includes/class-mla-list-table.php:1290
|
2093 |
msgid "Base File"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
+
#: includes/class-mla-list-table.php:1306
|
2097 |
+
#: includes/class-mla-list-table.php:1339
|
2098 |
msgid "Unpublished"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
#. translators: 1: upload/last modified date and time
|
2102 |
+
#: includes/class-mla-list-table.php:1315
|
2103 |
+
#: includes/class-mla-list-table.php:1346
|
2104 |
#, php-format
|
2105 |
msgid "%1$s from now"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
#. translators: 1: upload/last modified date and time
|
2109 |
+
#: includes/class-mla-list-table.php:1318
|
2110 |
+
#: includes/class-mla-list-table.php:1348
|
2111 |
#, php-format
|
2112 |
msgid "%1$s ago"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: includes/class-mla-list-table.php:1412
|
2116 |
msgid "Set Parent"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
+
#: includes/class-mla-list-table.php:1559
|
2120 |
msgctxt "uploaded files"
|
2121 |
msgid "All"
|
2122 |
msgid_plural "All"
|
2123 |
msgstr[0] ""
|
2124 |
msgstr[1] ""
|
2125 |
|
2126 |
+
#: includes/class-mla-list-table.php:1770
|
2127 |
msgid "Filter"
|
2128 |
msgstr ""
|
2129 |
|
2130 |
+
#: includes/class-mla-list-table.php:1773
|
2131 |
#: includes/mla-media-modal-js-template.php:68
|
2132 |
msgid "Terms Search"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: includes/class-mla-list-table.php:1778
|
2136 |
+
#: includes/class-mla-polylang-support.php:1904
|
2137 |
#: includes/class-mla-thumbnail-generation.php:445
|
2138 |
msgid "Clear Filter-by"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
+
#: includes/class-mla-list-table.php:1781
|
2142 |
msgid "Empty Trash"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: includes/class-mla-main.php:454
|
2146 |
msgid "Error while saving the changes."
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: includes/class-mla-main.php:455 includes/class-mla-settings.php:340
|
2150 |
msgid "Remove From Bulk Edit"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: includes/class-mla-main.php:457
|
2154 |
msgid "Bulk Edit items"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: includes/class-mla-main.php:458 includes/class-mla-main.php:2058
|
2158 |
#: includes/class-mla-settings.php:353
|
2159 |
msgid "Waiting"
|
2160 |
msgstr ""
|
2161 |
|
2162 |
+
#: includes/class-mla-main.php:459 includes/class-mla-main.php:2060
|
2163 |
#: includes/class-mla-settings.php:355
|
2164 |
msgid "Complete"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: includes/class-mla-main.php:460 includes/class-mla-settings.php:356
|
2168 |
msgid "Unchanged"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#: includes/class-mla-main.php:461 includes/class-mla-settings.php:357
|
2172 |
msgid "Succeeded"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: includes/class-mla-main.php:462 includes/class-mla-settings.php:358
|
2176 |
msgid "Failed"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
+
#: includes/class-mla-main.php:463 includes/class-mla-settings.php:361
|
2180 |
msgid "CANCELED"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: includes/class-mla-main.php:566
|
2184 |
#, php-format
|
2185 |
msgid "Item permanently deleted."
|
2186 |
msgid_plural "%d items permanently deleted."
|
2188 |
msgstr[1] ""
|
2189 |
|
2190 |
#. translators: 1: post ID
|
2191 |
+
#: includes/class-mla-main.php:571 includes/class-mla-main.php:2237
|
2192 |
#, php-format
|
2193 |
msgid "Item %1$d moved to Trash."
|
2194 |
msgstr ""
|
2195 |
|
2196 |
+
#: includes/class-mla-main.php:590
|
2197 |
msgid "Entries per page"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: includes/class-mla-main.php:1147
|
2201 |
msgid "You are not allowed to edit Attachment: "
|
2202 |
msgstr ""
|
2203 |
|
2204 |
#. translators: 1: ERROR tag 2: bulk action
|
2205 |
+
#: includes/class-mla-main.php:1203
|
2206 |
#, php-format
|
2207 |
msgid "%1$s: Unknown bulk action %2$s"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
+
#: includes/class-mla-main.php:1225
|
2211 |
msgid "no changes detected"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
#. translators: 1: action name, e.g., edit
|
2215 |
+
#: includes/class-mla-main.php:1272 includes/class-mla-settings.php:1669
|
2216 |
+
#: includes/class-mla-settings.php:2136
|
2217 |
#, php-format
|
2218 |
msgid "Bulk Action %1$s - no items selected."
|
2219 |
msgstr ""
|
2220 |
|
2221 |
+
#: includes/class-mla-main.php:1355
|
2222 |
msgid "You do not have permission to manage attachments."
|
2223 |
msgstr ""
|
2224 |
|
2225 |
#. translators: 1: number of items
|
2226 |
+
#: includes/class-mla-main.php:1415
|
2227 |
#, php-format
|
2228 |
msgctxt "deleted items"
|
2229 |
msgid "%s item deleted."
|
2231 |
msgstr[0] ""
|
2232 |
msgstr[1] ""
|
2233 |
|
2234 |
+
#: includes/class-mla-main.php:1417
|
2235 |
msgid "No items deleted."
|
2236 |
msgstr ""
|
2237 |
|
2238 |
+
#: includes/class-mla-main.php:1471
|
2239 |
msgid "Empty Terms Search; ignored"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
#. translators: 1: row-level action, e.g., single_item_delete, single_item_edit
|
2243 |
#. translators: 1: bulk_action, e.g., single_item_delete, single_item_edit
|
2244 |
+
#: includes/class-mla-main.php:1483 includes/class-mla-settings.php:1706
|
2245 |
+
#: includes/class-mla-settings.php:2175
|
2246 |
#, php-format
|
2247 |
msgid "Unknown mla_admin_action - \"%1$s\""
|
2248 |
msgstr ""
|
2249 |
|
2250 |
+
#: includes/class-mla-main.php:1516
|
2251 |
msgid "term search results for"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
+
#: includes/class-mla-main.php:1519
|
2255 |
msgid "post/parent results for"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: includes/class-mla-main.php:1521
|
2259 |
msgid "search results for"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
+
#: includes/class-mla-main.php:1638 includes/class-mla-main.php:1854
|
2263 |
+
#: includes/class-mla-main.php:2045 includes/class-mla-settings.php:1549
|
2264 |
+
#: includes/class-mla-settings.php:1810 includes/class-mla-settings.php:1904
|
2265 |
+
#: includes/class-mla-settings.php:2274
|
2266 |
msgid "Update"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: includes/class-mla-main.php:1789
|
2270 |
msgid "All Post Types"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
+
#: includes/class-mla-main.php:1835
|
2274 |
msgid "For"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
+
#: includes/class-mla-main.php:1845
|
2278 |
+
#: includes/class-mla-shortcode-support.php:975
|
2279 |
msgid "Unattached"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: includes/class-mla-main.php:1850 includes/class-mla-main.php:2043
|
2283 |
+
#: includes/class-mla-polylang-support.php:1897
|
2284 |
+
#: includes/class-mla-settings.php:1550 includes/class-mla-settings.php:1809
|
2285 |
+
#: includes/class-mla-settings.php:1905 includes/class-mla-settings.php:1977
|
2286 |
+
#: includes/class-mla-settings.php:2273 includes/class-mla-settings.php:2763
|
2287 |
+
#: includes/class-mla-settings.php:2899
|
2288 |
#: includes/class-mla-thumbnail-generation.php:446
|
2289 |
msgid "Cancel"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
+
#: includes/class-mla-main.php:2046 includes/class-mla-options.php:1493
|
2293 |
+
#: includes/class-mla-options.php:1784 includes/class-mla-settings.php:1811
|
2294 |
+
#: includes/class-mla-settings.php:2275
|
2295 |
msgid "Bulk Edit"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
+
#: includes/class-mla-main.php:2059
|
2299 |
msgid "In-process"
|
2300 |
msgstr ""
|
2301 |
|
2302 |
+
#: includes/class-mla-main.php:2150
|
2303 |
msgid "You are not allowed to delete this item."
|
2304 |
msgstr ""
|
2305 |
|
2306 |
#. translators: 1: ERROR tag 2: post ID
|
2307 |
+
#: includes/class-mla-main.php:2158
|
2308 |
#, php-format
|
2309 |
msgid "%1$s: Item %2$d could NOT be deleted."
|
2310 |
msgstr ""
|
2311 |
|
2312 |
#. translators: 1: post ID
|
2313 |
+
#: includes/class-mla-main.php:2165
|
2314 |
#, php-format
|
2315 |
msgid "Item %1$d permanently deleted."
|
2316 |
msgstr ""
|
2317 |
|
2318 |
+
#: includes/class-mla-main.php:2182
|
2319 |
msgid "You are not allowed to move this item out of the Trash."
|
2320 |
msgstr ""
|
2321 |
|
2322 |
#. translators: 1: ERROR tag 2: post ID
|
2323 |
+
#: includes/class-mla-main.php:2190
|
2324 |
#, php-format
|
2325 |
msgid "%1$s: Item %2$d could NOT be restored from Trash."
|
2326 |
msgstr ""
|
2327 |
|
2328 |
#. translators: 1: post ID
|
2329 |
+
#: includes/class-mla-main.php:2205
|
2330 |
#, php-format
|
2331 |
msgid "Item %1$d restored from Trash."
|
2332 |
msgstr ""
|
2333 |
|
2334 |
+
#: includes/class-mla-main.php:2222
|
2335 |
msgid "You are not allowed to move this item to the Trash."
|
2336 |
msgstr ""
|
2337 |
|
2338 |
#. translators: 1: ERROR tag 2: post ID
|
2339 |
+
#: includes/class-mla-main.php:2230
|
2340 |
#, php-format
|
2341 |
msgid "%1$s: Item %2$d could NOT be moved to Trash."
|
2342 |
msgstr ""
|
2358 |
#. translators: %s: add new Upload MIME Type
|
2359 |
#: includes/class-mla-media-modal-ajax.php:452
|
2360 |
#: includes/class-mla-objects.php:46 includes/class-mla-objects.php:76
|
2361 |
+
#: includes/class-mla-settings.php:1790 includes/class-mla-settings.php:2256
|
2362 |
#, php-format
|
2363 |
msgid "Add New %1$s"
|
2364 |
msgstr ""
|
2419 |
msgid "Manage"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
+
#: includes/class-mla-mime-types.php:758
|
2423 |
msgctxt "post_mime_types_description"
|
2424 |
msgid "Copied from previous filter/plugin"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
+
#: includes/class-mla-mime-types.php:859 includes/class-mla-mime-types.php:976
|
2428 |
msgid "Ignoring specification for Post MIME Type; using slug"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
#. translators: 1: element name 2: bad_value 3: good_value
|
2432 |
+
#: includes/class-mla-mime-types.php:865 includes/class-mla-mime-types.php:1950
|
2433 |
#, php-format
|
2434 |
msgid "<br>Changing %1$s \"%2$s\" to valid value \"%3$s\""
|
2435 |
msgstr ""
|
2436 |
|
2437 |
+
#: includes/class-mla-mime-types.php:865 includes/class-mla-mime-types.php:953
|
2438 |
+
#: includes/class-mla-mime-types.php:964 includes/class-mla-settings.php:1534
|
2439 |
+
#: includes/class-mla-settings.php:1791
|
2440 |
msgid "Slug"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
#. translators: 1: ERROR tag 2: slug
|
2444 |
+
#: includes/class-mla-mime-types.php:873 includes/class-mla-mime-types.php:961
|
2445 |
#, php-format
|
2446 |
msgid "%1$s: Could not add Slug \"%2$s\"; value already exists"
|
2447 |
msgstr ""
|
2448 |
|
2449 |
#. translators: 1: slug
|
2450 |
+
#: includes/class-mla-mime-types.php:908
|
2451 |
#, php-format
|
2452 |
msgid "Edit view \"%1$s\"; added"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
#. translators: 1: element name 2: bad_value 3: good_value
|
2456 |
+
#: includes/class-mla-mime-types.php:953 includes/class-mla-mime-types.php:2076
|
2457 |
#, php-format
|
2458 |
msgid "<br>Changing new %1$s \"%2$s\" to valid value \"%3$s\""
|
2459 |
msgstr ""
|
2460 |
|
2461 |
#. translators: 1: slug
|
2462 |
+
#: includes/class-mla-mime-types.php:1006
|
2463 |
#, php-format
|
2464 |
msgid "Edit view \"%1$s\"; no changes detected"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
#. translators: 1: slug
|
2468 |
+
#: includes/class-mla-mime-types.php:1020
|
2469 |
#, php-format
|
2470 |
msgid "Edit view \"%1$s\"; updated"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
#. translators: 1: slug
|
2474 |
+
#: includes/class-mla-mime-types.php:1093
|
2475 |
#, php-format
|
2476 |
msgid "View \"%1$s\" reverted to standard"
|
2477 |
msgstr ""
|
2478 |
|
2479 |
#. translators: 1: slug
|
2480 |
+
#: includes/class-mla-mime-types.php:1099
|
2481 |
#, php-format
|
2482 |
msgid "View \"%1$s\" deleted"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
#. translators: 1: ERROR tag 2: slug
|
2486 |
+
#: includes/class-mla-mime-types.php:1107
|
2487 |
#, php-format
|
2488 |
msgid "%1$s: Did not find view \"%2$s\""
|
2489 |
msgstr ""
|
2490 |
|
2491 |
+
#: includes/class-mla-mime-types.php:1370
|
2492 |
msgctxt "table_view_singular"
|
2493 |
msgid "Active"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
+
#: includes/class-mla-mime-types.php:1371
|
2497 |
msgctxt "table_view_plural"
|
2498 |
msgid "Active"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
+
#: includes/class-mla-mime-types.php:1374
|
2502 |
msgctxt "table_view_singular"
|
2503 |
msgid "Inactive"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
+
#: includes/class-mla-mime-types.php:1375
|
2507 |
msgctxt "table_view_plural"
|
2508 |
msgid "Inactive"
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: includes/class-mla-mime-types.php:1378
|
2512 |
msgctxt "table_view_singular"
|
2513 |
msgid "WordPress"
|
2514 |
msgstr ""
|
2515 |
|
2516 |
+
#: includes/class-mla-mime-types.php:1379
|
2517 |
msgctxt "table_view_plural"
|
2518 |
msgid "WordPress"
|
2519 |
msgstr ""
|
2520 |
|
2521 |
+
#: includes/class-mla-mime-types.php:1382
|
2522 |
msgctxt "table_view_singular"
|
2523 |
msgid "MLA"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
+
#: includes/class-mla-mime-types.php:1383
|
2527 |
msgctxt "table_view_plural"
|
2528 |
msgid "MLA"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#: includes/class-mla-mime-types.php:1386
|
2532 |
msgctxt "table_view_singular"
|
2533 |
msgid "Custom"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
+
#: includes/class-mla-mime-types.php:1387
|
2537 |
msgctxt "table_view_plural"
|
2538 |
msgid "Custom"
|
2539 |
msgstr ""
|
2540 |
|
2541 |
+
#: includes/class-mla-mime-types.php:1642
|
2542 |
msgid "icon"
|
2543 |
msgstr ""
|
2544 |
|
2545 |
+
#: includes/class-mla-mime-types.php:1934
|
2546 |
+
#: includes/class-mla-mime-types.php:2033
|
2547 |
msgid "Cannot load Upload MIME Types"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
+
#: includes/class-mla-mime-types.php:1945
|
2551 |
msgid "Extension is required"
|
2552 |
msgstr ""
|
2553 |
|
2554 |
+
#: includes/class-mla-mime-types.php:1950
|
2555 |
+
#: includes/class-mla-mime-types.php:2076
|
2556 |
+
#: includes/class-mla-mime-types.php:2087 includes/class-mla-settings.php:1893
|
2557 |
+
#: includes/class-mla-settings.php:2258
|
2558 |
msgid "Extension"
|
2559 |
msgstr ""
|
2560 |
|
2561 |
#. translators: 1: ERROR tag 2: slug
|
2562 |
+
#: includes/class-mla-mime-types.php:1958
|
2563 |
#, php-format
|
2564 |
msgid "%1$s: Could not add extension \"%2$s\"; value already exists"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
+
#: includes/class-mla-mime-types.php:1966
|
2568 |
msgid "MIME type is required"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
#. translators: 1: ERROR tag 2: clean_mime_type
|
2572 |
+
#: includes/class-mla-mime-types.php:1971
|
2573 |
+
#: includes/class-mla-mime-types.php:2118
|
2574 |
#, php-format
|
2575 |
msgid "%1$s: Bad MIME type; try \"%2$s\""
|
2576 |
msgstr ""
|
2577 |
|
2578 |
#. translators: 1: slug
|
2579 |
+
#: includes/class-mla-mime-types.php:2008
|
2580 |
#, php-format
|
2581 |
msgid "Upload MIME Type \"%1$s\"; added"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
+
#: includes/class-mla-mime-types.php:2014
|
2585 |
+
#: includes/class-mla-mime-types.php:2203
|
2586 |
+
#: includes/class-mla-mime-types.php:2282
|
2587 |
msgid "Cannot update Upload MIME Types"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
#. translators: 1: ERROR tag 2: slug
|
2591 |
+
#: includes/class-mla-mime-types.php:2084
|
2592 |
#, php-format
|
2593 |
msgid "%1$s: Could not add new extension \"%2$s\"; value already exists"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
#. translators: 1: slug
|
2597 |
+
#: includes/class-mla-mime-types.php:2183
|
2598 |
#, php-format
|
2599 |
msgid "Edit type \"%1$s\"; no changes detected"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
#. translators: 1: slug
|
2603 |
+
#: includes/class-mla-mime-types.php:2197
|
2604 |
#, php-format
|
2605 |
msgid "Edit type \"%1$s\"; updated"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
#. translators: 1: slug
|
2609 |
+
#: includes/class-mla-mime-types.php:2270
|
2610 |
#, php-format
|
2611 |
msgid "Upload MIME Type \"%1$s\"; reverted to standard"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
#. translators: 1: slug
|
2615 |
+
#: includes/class-mla-mime-types.php:2276
|
2616 |
#, php-format
|
2617 |
msgid "Upload MIME Type \"%1$s\"; deleted"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
#. translators: 1: ERROR tag 2: slug
|
2621 |
+
#: includes/class-mla-mime-types.php:2291
|
2622 |
#, php-format
|
2623 |
msgid "%1$s: Did not find Upload type \"%2$s\""
|
2624 |
msgstr ""
|
2728 |
msgstr ""
|
2729 |
|
2730 |
#: includes/class-mla-options.php:329
|
2731 |
+
#: includes/class-mla-shortcode-support.php:54
|
2732 |
msgid "error loading tpls/mla-option-templates.tpl"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
#: includes/class-mla-options.php:332
|
2736 |
+
#: includes/class-mla-shortcode-support.php:57
|
2737 |
msgid "tpls/mla-option-templates.tpl not found"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
#: includes/class-mla-options.php:361 includes/class-mla-options.php:403
|
2741 |
+
#: includes/class-mla-shortcode-support.php:96
|
2742 |
msgid "no templates exist"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
#. translators: 1: ERROR tag 2: option name 3: action, e.g., update, delete, reset
|
2746 |
#: includes/class-mla-options.php:611 includes/class-mla-options.php:788
|
2747 |
+
#: includes/class-mla-options.php:864 includes/class-mla-options.php:1822
|
2748 |
+
#: includes/class-mla-options.php:3298
|
2749 |
#, php-format
|
2750 |
msgid "%1$s: Custom %2$s unknown action \"%3$s\""
|
2751 |
msgstr ""
|
2816 |
|
2817 |
#. translators: 1: option name, e.g., taxonomy_support
|
2818 |
#: includes/class-mla-options.php:785 includes/class-mla-options.php:861
|
2819 |
+
#: includes/class-mla-options.php:3291
|
2820 |
#, php-format
|
2821 |
msgid "Reset custom %1$s"
|
2822 |
msgstr ""
|
2833 |
msgid "or"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
+
#: includes/class-mla-options.php:821 includes/class-mla-settings.php:2425
|
2837 |
+
#: includes/class-mla-settings.php:2458 includes/class-mla-settings.php:2484
|
2838 |
+
#: includes/class-mla-settings.php:2519 includes/class-mla-settings.php:2576
|
2839 |
+
#: includes/class-mla-settings.php:2626
|
2840 |
#: includes/mla-main-search-box-template.php:51
|
2841 |
#: includes/mla-media-modal-js-template.php:44
|
2842 |
msgid "Name"
|
2848 |
msgid "Terms"
|
2849 |
msgstr ""
|
2850 |
|
2851 |
+
#: includes/class-mla-options.php:1236 includes/class-mla-options.php:1282
|
2852 |
+
#: includes/class-mla-options.php:2320 includes/class-mla-options.php:2351
|
2853 |
+
#: includes/class-mla-settings.php:1856
|
2854 |
msgid "None (select a value)"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
+
#: includes/class-mla-options.php:1289
|
2858 |
msgid "Metadata (see below)"
|
2859 |
msgstr ""
|
2860 |
|
2861 |
+
#: includes/class-mla-options.php:1296
|
2862 |
msgid "Template (see below)"
|
2863 |
msgstr ""
|
2864 |
|
2865 |
#. translators: 1: ERROR tag 2: custom field name
|
2866 |
+
#: includes/class-mla-options.php:1368 includes/class-mla-options.php:2628
|
2867 |
#, php-format
|
2868 |
msgid "%1$s: New field %2$s already exists."
|
2869 |
msgstr ""
|
2870 |
|
2871 |
#. translators: 1: custom field name
|
2872 |
+
#: includes/class-mla-options.php:1373 includes/class-mla-options.php:2633
|
2873 |
#, php-format
|
2874 |
msgid "Adding new field %1$s."
|
2875 |
msgstr ""
|
2876 |
|
2877 |
#. translators: 1: custom field name
|
2878 |
+
#: includes/class-mla-options.php:1381 includes/class-mla-options.php:2641
|
2879 |
#, php-format
|
2880 |
msgid "Adding new rule for %1$s."
|
2881 |
msgstr ""
|
2882 |
|
2883 |
#. translators: 1: custom field name
|
2884 |
+
#: includes/class-mla-options.php:1407 includes/class-mla-options.php:2502
|
2885 |
+
#: includes/class-mla-options.php:2667
|
2886 |
#, php-format
|
2887 |
msgid "Deleting rule for %1$s."
|
2888 |
msgstr ""
|
2889 |
|
2890 |
#. translators: 1: custom field name 2: attribute 3: old value 4: new value
|
2891 |
+
#: includes/class-mla-options.php:1430 includes/class-mla-options.php:1451
|
2892 |
+
#: includes/class-mla-options.php:1501 includes/class-mla-options.php:1508
|
2893 |
+
#: includes/class-mla-options.php:2418 includes/class-mla-options.php:2425
|
2894 |
+
#: includes/class-mla-options.php:2432 includes/class-mla-options.php:2527
|
2895 |
+
#: includes/class-mla-options.php:2534 includes/class-mla-options.php:2569
|
2896 |
+
#: includes/class-mla-options.php:2576 includes/class-mla-options.php:2677
|
2897 |
+
#: includes/class-mla-options.php:2684 includes/class-mla-options.php:2719
|
2898 |
+
#: includes/class-mla-options.php:2726
|
2899 |
#, php-format
|
2900 |
msgid "%1$s changing %2$s from %3$s to %4$s."
|
2901 |
msgstr ""
|
2902 |
|
2903 |
+
#: includes/class-mla-options.php:1430 includes/class-mla-options.php:1779
|
2904 |
msgid "Data Source"
|
2905 |
msgstr ""
|
2906 |
|
2907 |
+
#: includes/class-mla-options.php:1436 includes/class-mla-options.php:2452
|
2908 |
+
#: includes/class-mla-options.php:2554 includes/class-mla-options.php:2704
|
2909 |
msgid "Replace to Keep"
|
2910 |
msgstr ""
|
2911 |
|
2912 |
+
#: includes/class-mla-options.php:1439 includes/class-mla-options.php:2455
|
2913 |
+
#: includes/class-mla-options.php:2557 includes/class-mla-options.php:2707
|
2914 |
msgid "Keep to Replace"
|
2915 |
msgstr ""
|
2916 |
|
2917 |
#. translators: 1: custom field name 2: attribute 3: old value 'to' new value
|
2918 |
+
#: includes/class-mla-options.php:1444 includes/class-mla-options.php:1465
|
2919 |
+
#: includes/class-mla-options.php:1479 includes/class-mla-options.php:1493
|
2920 |
+
#: includes/class-mla-options.php:1522 includes/class-mla-options.php:2446
|
2921 |
+
#: includes/class-mla-options.php:2460 includes/class-mla-options.php:2548
|
2922 |
+
#: includes/class-mla-options.php:2562 includes/class-mla-options.php:2698
|
2923 |
+
#: includes/class-mla-options.php:2712 includes/class-mla-options.php:2740
|
2924 |
#, php-format
|
2925 |
msgid "%1$s changing %2$s value from %3$s."
|
2926 |
msgstr ""
|
2927 |
|
2928 |
+
#: includes/class-mla-options.php:1444 includes/class-mla-options.php:1780
|
2929 |
+
#: includes/class-mla-options.php:2460 includes/class-mla-options.php:2562
|
2930 |
+
#: includes/class-mla-options.php:2712 includes/class-mla-options.php:2866
|
2931 |
+
#: includes/class-mla-options.php:2956 includes/class-mla-options.php:3189
|
2932 |
msgid "Existing Text"
|
2933 |
msgstr ""
|
2934 |
|
2935 |
+
#: includes/class-mla-options.php:1451 includes/class-mla-options.php:1781
|
2936 |
+
#: includes/class-mla-options.php:2719 includes/class-mla-options.php:3018
|
2937 |
+
#: includes/class-mla-options.php:3113 includes/class-mla-options.php:3159
|
2938 |
msgid "Format"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
+
#: includes/class-mla-options.php:1457 includes/class-mla-options.php:1471
|
2942 |
+
#: includes/class-mla-options.php:1485 includes/class-mla-options.php:1514
|
2943 |
+
#: includes/class-mla-options.php:2732
|
2944 |
msgid "unchecked to checked"
|
2945 |
msgstr ""
|
2946 |
|
2947 |
+
#: includes/class-mla-options.php:1460 includes/class-mla-options.php:1474
|
2948 |
+
#: includes/class-mla-options.php:1488 includes/class-mla-options.php:1517
|
2949 |
+
#: includes/class-mla-options.php:2735
|
2950 |
msgid "checked to unchecked"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
+
#: includes/class-mla-options.php:1465 includes/class-mla-options.php:1782
|
2954 |
msgid "MLA Column"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
+
#: includes/class-mla-options.php:1501
|
2958 |
msgid "Metavalue name"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
+
#: includes/class-mla-options.php:1508 includes/class-mla-options.php:1616
|
2962 |
+
#: includes/class-mla-options.php:1715 includes/class-mla-options.php:1759
|
2963 |
+
#: includes/class-mla-options.php:2726 includes/class-mla-options.php:3025
|
2964 |
+
#: includes/class-mla-options.php:3120 includes/class-mla-options.php:3166
|
2965 |
msgid "Option"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
+
#: includes/class-mla-options.php:1522 includes/class-mla-options.php:1628
|
2969 |
+
#: includes/class-mla-options.php:1727 includes/class-mla-options.php:1771
|
2970 |
+
#: includes/class-mla-options.php:2740 includes/class-mla-options.php:3037
|
2971 |
+
#: includes/class-mla-options.php:3132 includes/class-mla-options.php:3178
|
2972 |
msgid "Delete NULL values"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
+
#: includes/class-mla-options.php:1561 includes/class-mla-options.php:2968
|
2976 |
msgid "No Custom Field Mapping Rules Defined"
|
2977 |
msgstr ""
|
2978 |
|
2979 |
+
#: includes/class-mla-options.php:1602 includes/class-mla-options.php:1701
|
2980 |
+
#: includes/class-mla-options.php:1745 includes/class-mla-options.php:2841
|
2981 |
+
#: includes/class-mla-options.php:2895 includes/class-mla-options.php:3015
|
2982 |
+
#: includes/class-mla-options.php:3110 includes/class-mla-options.php:3156
|
2983 |
#: includes/class-mla-thumbnail-generation.php:438
|
2984 |
msgid "Keep"
|
2985 |
msgstr ""
|
2986 |
|
2987 |
+
#: includes/class-mla-options.php:1606 includes/class-mla-options.php:1705
|
2988 |
+
#: includes/class-mla-options.php:1749 includes/class-mla-options.php:3020
|
2989 |
+
#: includes/class-mla-options.php:3115 includes/class-mla-options.php:3161
|
2990 |
msgid "Native"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
+
#: includes/class-mla-options.php:1608 includes/class-mla-options.php:1707
|
2994 |
+
#: includes/class-mla-options.php:1751 includes/class-mla-options.php:3022
|
2995 |
+
#: includes/class-mla-options.php:3117 includes/class-mla-options.php:3163
|
2996 |
msgid "Commas"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
+
#: includes/class-mla-options.php:1610 includes/class-mla-options.php:1709
|
3000 |
+
#: includes/class-mla-options.php:1753 includes/class-mla-options.php:3024
|
3001 |
+
#: includes/class-mla-options.php:3119 includes/class-mla-options.php:3165
|
3002 |
msgid "Raw"
|
3003 |
msgstr ""
|
3004 |
|
3005 |
+
#: includes/class-mla-options.php:1618 includes/class-mla-options.php:1717
|
3006 |
+
#: includes/class-mla-options.php:1761 includes/class-mla-options.php:3027
|
3007 |
+
#: includes/class-mla-options.php:3122 includes/class-mla-options.php:3168
|
3008 |
msgid "Text"
|
3009 |
msgstr ""
|
3010 |
|
3011 |
+
#: includes/class-mla-options.php:1620 includes/class-mla-options.php:1719
|
3012 |
+
#: includes/class-mla-options.php:1763 includes/class-mla-options.php:3029
|
3013 |
+
#: includes/class-mla-options.php:3124 includes/class-mla-options.php:3170
|
3014 |
msgid "Single"
|
3015 |
msgstr ""
|
3016 |
|
3017 |
+
#: includes/class-mla-options.php:1622 includes/class-mla-options.php:1721
|
3018 |
+
#: includes/class-mla-options.php:1765 includes/class-mla-options.php:3031
|
3019 |
+
#: includes/class-mla-options.php:3126 includes/class-mla-options.php:3172
|
3020 |
msgid "Export"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
+
#: includes/class-mla-options.php:1624 includes/class-mla-options.php:1723
|
3024 |
+
#: includes/class-mla-options.php:1767 includes/class-mla-options.php:3033
|
3025 |
+
#: includes/class-mla-options.php:3128 includes/class-mla-options.php:3174
|
3026 |
msgid "Array"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
+
#: includes/class-mla-options.php:1626 includes/class-mla-options.php:1725
|
3030 |
+
#: includes/class-mla-options.php:1769 includes/class-mla-options.php:3035
|
3031 |
+
#: includes/class-mla-options.php:3130 includes/class-mla-options.php:3176
|
3032 |
msgid "Multi"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
+
#: includes/class-mla-options.php:1629 includes/class-mla-options.php:3038
|
3036 |
msgid "Delete Rule"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: includes/class-mla-options.php:1630 includes/class-mla-options.php:3039
|
3040 |
msgid "Delete Rule AND Field"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
+
#: includes/class-mla-options.php:1631 includes/class-mla-options.php:3040
|
3044 |
msgid "Update Rule"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
+
#: includes/class-mla-options.php:1632 includes/class-mla-options.php:3041
|
3048 |
#: includes/class-mla-settings.php:722 includes/class-mla-settings.php:853
|
3049 |
msgid "Map All Attachments"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
+
#: includes/class-mla-options.php:1696 includes/class-mla-options.php:3099
|
3053 |
msgid "Add a new Mapping Rule"
|
3054 |
msgstr ""
|
3055 |
|
3056 |
+
#: includes/class-mla-options.php:1728 includes/class-mla-options.php:3133
|
3057 |
msgid "Add Rule"
|
3058 |
msgstr ""
|
3059 |
|
3060 |
+
#: includes/class-mla-options.php:1729 includes/class-mla-options.php:3134
|
3061 |
msgid "Add Rule and Map All Attachments"
|
3062 |
msgstr ""
|
3063 |
|
3064 |
+
#: includes/class-mla-options.php:1740 includes/class-mla-options.php:3145
|
3065 |
msgid "Add a new Field and Mapping Rule"
|
3066 |
msgstr ""
|
3067 |
|
3068 |
+
#: includes/class-mla-options.php:1772 includes/class-mla-options.php:3179
|
3069 |
msgid "Add Field"
|
3070 |
msgstr ""
|
3071 |
|
3072 |
+
#: includes/class-mla-options.php:1773 includes/class-mla-options.php:3180
|
3073 |
msgid "Add Field and Map All Attachments"
|
3074 |
msgstr ""
|
3075 |
|
3076 |
+
#: includes/class-mla-options.php:1778 includes/class-mla-options.php:2418
|
3077 |
+
#: includes/class-mla-options.php:2862 includes/class-mla-options.php:2952
|
3078 |
+
#: includes/class-mla-options.php:3185
|
3079 |
msgid "Field Title"
|
3080 |
msgstr ""
|
3081 |
|
3082 |
+
#: includes/class-mla-options.php:1803
|
3083 |
msgid "Custom field mapping rules updated."
|
3084 |
msgstr ""
|
3085 |
|
3086 |
+
#: includes/class-mla-options.php:1805
|
3087 |
msgid "Custom field mapping rules update failed."
|
3088 |
msgstr ""
|
3089 |
|
3090 |
+
#: includes/class-mla-options.php:1808 includes/class-mla-settings.php:767
|
3091 |
#: includes/class-mla-settings.php:773
|
3092 |
msgid "Custom field no mapping rule changes detected."
|
3093 |
msgstr ""
|
3094 |
|
3095 |
+
#: includes/class-mla-options.php:1816
|
3096 |
msgid "Custom field mapping settings saved."
|
3097 |
msgstr ""
|
3098 |
|
3099 |
+
#: includes/class-mla-options.php:1818
|
3100 |
msgid "Custom field mapping settings reset failed."
|
3101 |
msgstr ""
|
3102 |
|
3103 |
#. translators: 1: ERROR tag 2: custom field name
|
3104 |
+
#: includes/class-mla-options.php:2406
|
3105 |
#, php-format
|
3106 |
msgid "%1$s: No old values for %2$s."
|
3107 |
msgstr ""
|
3108 |
|
3109 |
+
#: includes/class-mla-options.php:2425 includes/class-mla-options.php:2527
|
3110 |
+
#: includes/class-mla-options.php:2677 includes/class-mla-options.php:2863
|
3111 |
+
#: includes/class-mla-options.php:2953 includes/class-mla-options.php:3186
|
3112 |
msgid "IPTC Value"
|
3113 |
msgstr ""
|
3114 |
|
3115 |
+
#: includes/class-mla-options.php:2432 includes/class-mla-options.php:2534
|
3116 |
+
#: includes/class-mla-options.php:2684
|
3117 |
msgid "EXIF Value"
|
3118 |
msgstr ""
|
3119 |
|
3120 |
+
#: includes/class-mla-options.php:2438 includes/class-mla-options.php:2540
|
3121 |
+
#: includes/class-mla-options.php:2690
|
3122 |
msgid "EXIF to IPTC"
|
3123 |
msgstr ""
|
3124 |
|
3125 |
+
#: includes/class-mla-options.php:2441 includes/class-mla-options.php:2543
|
3126 |
+
#: includes/class-mla-options.php:2693
|
3127 |
msgid "IPTC to EXIF"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
+
#: includes/class-mla-options.php:2446 includes/class-mla-options.php:2548
|
3131 |
+
#: includes/class-mla-options.php:2698 includes/class-mla-options.php:2865
|
3132 |
+
#: includes/class-mla-options.php:2955 includes/class-mla-options.php:3188
|
3133 |
msgid "Priority"
|
3134 |
msgstr ""
|
3135 |
|
3136 |
+
#: includes/class-mla-options.php:2569 includes/class-mla-options.php:2957
|
3137 |
msgid "Delimiter(s)"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
+
#: includes/class-mla-options.php:2837 includes/class-mla-options.php:2891
|
3141 |
+
#: includes/class-mla-options.php:3011 includes/class-mla-options.php:3106
|
3142 |
+
#: includes/class-mla-options.php:3152
|
3143 |
msgid "IPTC"
|
3144 |
msgstr ""
|
3145 |
|
3146 |
+
#: includes/class-mla-options.php:2839 includes/class-mla-options.php:2893
|
3147 |
+
#: includes/class-mla-options.php:3013 includes/class-mla-options.php:3108
|
3148 |
+
#: includes/class-mla-options.php:3154
|
3149 |
msgid "EXIF"
|
3150 |
msgstr ""
|
3151 |
|
3152 |
+
#: includes/class-mla-options.php:2864 includes/class-mla-options.php:2954
|
3153 |
+
#: includes/class-mla-options.php:3187
|
3154 |
msgid "EXIF/Template Value"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
#. translators: 1: ERROR tag 2: option name
|
3158 |
+
#: includes/class-mla-options.php:3197
|
3159 |
#, php-format
|
3160 |
msgid "%1$s: Render unknown custom %2$s."
|
3161 |
msgstr ""
|
3162 |
|
3163 |
#. translators: 1: ERROR tag 2: option name
|
3164 |
+
#: includes/class-mla-options.php:3241
|
3165 |
#, php-format
|
3166 |
msgid "%1$s: Update/delete unknown custom %2$s."
|
3167 |
msgstr ""
|
3168 |
|
3169 |
+
#: includes/class-mla-options.php:3247
|
3170 |
msgid "IPTC/EXIF mapping settings updated."
|
3171 |
msgstr ""
|
3172 |
|
3173 |
+
#: includes/class-mla-options.php:3249
|
3174 |
msgid "IPTC/EXIF settings update failed."
|
3175 |
msgstr ""
|
3176 |
|
3177 |
+
#: includes/class-mla-options.php:3252 includes/class-mla-settings.php:901
|
3178 |
#: includes/class-mla-settings.php:907
|
3179 |
msgid "IPTC/EXIF no mapping changes detected."
|
3180 |
msgstr ""
|
3181 |
|
3182 |
#. translators: 1: field type
|
3183 |
+
#: includes/class-mla-options.php:3263 includes/class-mla-options.php:3273
|
3184 |
+
#: includes/class-mla-options.php:3283 includes/class-mla-settings.php:3548
|
3185 |
#, php-format
|
3186 |
msgid "%1$s settings saved."
|
3187 |
msgstr ""
|
3188 |
|
3189 |
+
#: includes/class-mla-options.php:3263 includes/class-mla-options.php:3266
|
3190 |
+
#: includes/class-mla-settings.php:3796 includes/class-mla-settings.php:3838
|
3191 |
+
#: includes/class-mla-settings.php:3841
|
3192 |
msgid "Standard field"
|
3193 |
msgstr ""
|
3194 |
|
3195 |
#. translators: 1: ERROR tag 2: field type
|
3196 |
+
#: includes/class-mla-options.php:3266 includes/class-mla-options.php:3276
|
3197 |
+
#: includes/class-mla-options.php:3286
|
3198 |
#, php-format
|
3199 |
msgid "%1$s: IPTC/EXIF %2$s settings update failed."
|
3200 |
msgstr ""
|
3201 |
|
3202 |
+
#: includes/class-mla-options.php:3273 includes/class-mla-options.php:3276
|
3203 |
+
#: includes/class-mla-settings.php:3870 includes/class-mla-settings.php:3912
|
3204 |
+
#: includes/class-mla-settings.php:3915
|
3205 |
msgid "Taxonomy term"
|
3206 |
msgstr ""
|
3207 |
|
3208 |
+
#: includes/class-mla-options.php:3283 includes/class-mla-options.php:3286
|
3209 |
+
#: includes/class-mla-settings.php:3696 includes/class-mla-settings.php:3699
|
3210 |
+
#: includes/class-mla-settings.php:3959 includes/class-mla-settings.php:4001
|
3211 |
+
#: includes/class-mla-settings.php:4004
|
3212 |
msgid "Custom field"
|
3213 |
msgstr ""
|
3214 |
|
3215 |
#. translators: 1: ERROR tag 2: option name, e.g., taxonomy_support
|
3216 |
+
#: includes/class-mla-options.php:3294
|
3217 |
#, php-format
|
3218 |
msgid "%1$s: Reset unknown custom %2$s"
|
3219 |
msgstr ""
|
3220 |
|
3221 |
+
#: includes/class-mla-polylang-support.php:284
|
3222 |
msgid "ERROR: No post ID found"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
+
#: includes/class-mla-polylang-support.php:384
|
3226 |
msgid "Error while saving the translations."
|
3227 |
msgstr ""
|
3228 |
|
3229 |
+
#: includes/class-mla-polylang-support.php:385
|
3230 |
msgid "Remove From Bulk Translate"
|
3231 |
msgstr ""
|
3232 |
|
3233 |
+
#: includes/class-mla-polylang-support.php:387
|
3234 |
msgid "Bulk Translate items"
|
3235 |
msgstr ""
|
3236 |
|
3237 |
+
#: includes/class-mla-polylang-support.php:388
|
3238 |
msgid "Add new"
|
3239 |
msgstr ""
|
3240 |
|
3241 |
+
#: includes/class-mla-polylang-support.php:1745
|
3242 |
+
#: includes/class-mla-polylang-support.php:2086
|
3243 |
#: includes/class-mla-thumbnail-generation.php:473
|
3244 |
msgid "Bulk Translations"
|
3245 |
msgstr ""
|
3246 |
|
3247 |
+
#: includes/class-mla-polylang-support.php:1769
|
3248 |
msgid "Translate"
|
3249 |
msgstr ""
|
3250 |
|
3251 |
+
#: includes/class-mla-polylang-support.php:1887
|
3252 |
msgid "All Languages"
|
3253 |
msgstr ""
|
3254 |
|
3255 |
+
#: includes/class-mla-polylang-support.php:1894
|
3256 |
+
#: includes/class-mla-polylang-support.php:2151
|
3257 |
+
#: includes/class-mla-polylang-support.php:2297
|
3258 |
msgid "Quick Translate"
|
3259 |
msgstr ""
|
3260 |
|
3261 |
+
#: includes/class-mla-polylang-support.php:1898
|
3262 |
msgid "Set Language"
|
3263 |
msgstr ""
|
3264 |
|
3265 |
+
#: includes/class-mla-polylang-support.php:1899
|
3266 |
+
#: includes/class-mla-polylang-support.php:2304
|
3267 |
msgid "Bulk Translate"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
+
#: includes/class-mla-polylang-support.php:1900
|
3271 |
msgid "Add or Modify Translation"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
+
#: includes/class-mla-polylang-support.php:1901
|
3275 |
+
#: includes/class-mla-polylang-support.php:1952
|
3276 |
+
#: includes/class-mla-polylang-support.php:2241
|
3277 |
+
#: includes/class-mla-polylang-support.php:2356
|
3278 |
#: includes/class-mla-wpml-support.php:1617
|
3279 |
#: includes/class-mla-wpml-support.php:1707
|
3280 |
#: includes/class-mla-wpml-support.php:2152
|
3281 |
msgid "Language"
|
3282 |
msgstr ""
|
3283 |
|
3284 |
+
#: includes/class-mla-polylang-support.php:1903
|
3285 |
#: includes/class-mla-thumbnail-generation.php:444
|
3286 |
msgid "Options"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
+
#: includes/class-mla-polylang-support.php:2151
|
3290 |
msgid "Translate this item inline"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
+
#: includes/class-mla-polylang-support.php:2278
|
3294 |
+
#: includes/class-mla-polylang-support.php:2383
|
3295 |
#: includes/class-mla-wpml-support.php:1652
|
3296 |
#: includes/class-mla-wpml-support.php:1755
|
3297 |
msgid "Media/Assistant submenu table"
|
3298 |
msgstr ""
|
3299 |
|
3300 |
+
#: includes/class-mla-polylang-support.php:2283
|
3301 |
#: includes/class-mla-wpml-support.php:1657
|
3302 |
msgid "Language Column"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
+
#: includes/class-mla-polylang-support.php:2286
|
3306 |
#: includes/class-mla-wpml-support.php:1660
|
3307 |
msgid ""
|
3308 |
"Check this option to add a Language column to the Media/Assistant submenu "
|
3309 |
"table."
|
3310 |
msgstr ""
|
3311 |
|
3312 |
+
#: includes/class-mla-polylang-support.php:2290
|
3313 |
#: includes/class-mla-wpml-support.php:1664
|
3314 |
msgid "Translations Column"
|
3315 |
msgstr ""
|
3316 |
|
3317 |
+
#: includes/class-mla-polylang-support.php:2293
|
3318 |
#: includes/class-mla-wpml-support.php:1667
|
3319 |
msgid ""
|
3320 |
"Check this option to add a Translation Status column to the Media/Assistant "
|
3321 |
"submenu table."
|
3322 |
msgstr ""
|
3323 |
|
3324 |
+
#: includes/class-mla-polylang-support.php:2300
|
3325 |
msgid ""
|
3326 |
"Check this option to add a Quick Translate rollover action to the Media/"
|
3327 |
"Assistant submenu table."
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: includes/class-mla-polylang-support.php:2307
|
3331 |
msgid ""
|
3332 |
"Check this option to add \"Translate\" to the \"Bulk Actions\" control on "
|
3333 |
"the Media/Assistant submenu table."
|
3334 |
msgstr ""
|
3335 |
|
3336 |
+
#: includes/class-mla-polylang-support.php:2311
|
3337 |
+
#: includes/class-mla-polylang-support.php:2383
|
3338 |
#: includes/class-mla-wpml-support.php:1671
|
3339 |
#: includes/class-mla-wpml-support.php:1755
|
3340 |
msgid "Term Management"
|
3341 |
msgstr ""
|
3342 |
|
3343 |
+
#: includes/class-mla-polylang-support.php:2316
|
3344 |
#: includes/class-mla-wpml-support.php:1676
|
3345 |
msgid "Term Assignment"
|
3346 |
msgstr ""
|
3347 |
|
3348 |
+
#: includes/class-mla-polylang-support.php:2319
|
3349 |
#: includes/class-mla-wpml-support.php:1679
|
3350 |
msgid ""
|
3351 |
"Check this option to assign language-specific terms when items are updated."
|
3352 |
msgstr ""
|
3353 |
|
3354 |
+
#: includes/class-mla-polylang-support.php:2323
|
3355 |
#: includes/class-mla-wpml-support.php:1683
|
3356 |
msgid "Term Synchronization"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
+
#: includes/class-mla-polylang-support.php:2326
|
3360 |
#: includes/class-mla-wpml-support.php:1686
|
3361 |
msgid ""
|
3362 |
"Check this option to synchronize common terms among all item translations."
|
3363 |
msgstr ""
|
3364 |
|
3365 |
+
#: includes/class-mla-polylang-support.php:2330
|
3366 |
#: includes/class-mla-wpml-support.php:1690
|
3367 |
msgid "Term Mapping Replication"
|
3368 |
msgstr ""
|
3369 |
|
3370 |
+
#: includes/class-mla-polylang-support.php:2333
|
3371 |
#: includes/class-mla-wpml-support.php:1693
|
3372 |
msgid ""
|
3373 |
"When mapping IPTC/EXIF metadata to taxonomy terms, make them available in "
|
3374 |
"all languages."
|
3375 |
msgstr ""
|
3376 |
|
3377 |
+
#: includes/class-mla-polylang-support.php:2381
|
3378 |
#: includes/class-mla-wpml-support.php:1753
|
3379 |
msgid "Language Options"
|
3380 |
msgstr ""
|
3381 |
|
3382 |
#. translators: 1: - 4: page subheader values
|
3383 |
+
#: includes/class-mla-polylang-support.php:2383
|
3384 |
#, php-format
|
3385 |
msgid ""
|
3386 |
"In this tab you can find a number of options for controlling Polylang-"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
#. translators: 1: Documentation hyperlink
|
3393 |
+
#: includes/class-mla-polylang-support.php:2385
|
3394 |
#: includes/class-mla-wpml-support.php:1757
|
3395 |
#, php-format
|
3396 |
msgid ""
|
3398 |
"section of the Documentation."
|
3399 |
msgstr ""
|
3400 |
|
3401 |
+
#: includes/class-mla-polylang-support.php:2385
|
3402 |
#: includes/class-mla-wpml-support.php:1757
|
3403 |
msgid "Language Options documentation"
|
3404 |
msgstr ""
|
3405 |
|
3406 |
+
#: includes/class-mla-polylang-support.php:2385
|
3407 |
#: includes/class-mla-wpml-support.php:1757
|
3408 |
msgid "WPML & Polylang Multilingual Support; the MLA Language Tab"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
+
#: includes/class-mla-polylang-support.php:2388
|
3412 |
+
#: includes/class-mla-settings.php:1378 includes/class-mla-settings.php:1735
|
3413 |
+
#: includes/class-mla-settings.php:1788 includes/class-mla-settings.php:2204
|
3414 |
+
#: includes/class-mla-settings.php:2254 includes/class-mla-settings.php:2342
|
3415 |
+
#: includes/class-mla-settings.php:2784 includes/class-mla-settings.php:2787
|
3416 |
+
#: includes/class-mla-settings.php:2926 includes/class-mla-settings.php:2928
|
3417 |
+
#: includes/class-mla-settings.php:3212 includes/class-mla-settings.php:3214
|
3418 |
#: includes/class-mla-wpml-support.php:1760
|
3419 |
msgid "Save Changes"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
+
#: includes/class-mla-polylang-support.php:2389
|
3423 |
#: includes/class-mla-wpml-support.php:1761
|
3424 |
msgid "Delete Language options and restore default settings"
|
3425 |
msgstr ""
|
3426 |
|
3427 |
+
#: includes/class-mla-polylang-support.php:2392
|
3428 |
+
#: includes/class-mla-settings.php:1117 includes/class-mla-settings.php:1383
|
3429 |
+
#: includes/class-mla-settings.php:2337
|
3430 |
#: includes/class-mla-wpml-support.php:1764
|
3431 |
msgid "Go to Top"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
+
#: includes/class-mla-polylang-support.php:2429
|
3435 |
#: includes/class-mla-wpml-support.php:1801
|
3436 |
msgid "Language settings saved."
|
3437 |
msgstr ""
|
3438 |
|
3439 |
#. translators: 1: option name
|
3440 |
+
#: includes/class-mla-polylang-support.php:2460
|
3441 |
+
#: includes/class-mla-settings.php:4181
|
3442 |
#: includes/class-mla-wpml-support.php:1832
|
3443 |
#, php-format
|
3444 |
msgctxt "message_list"
|
3445 |
msgid "delete_option \"%1$s\""
|
3446 |
msgstr ""
|
3447 |
|
3448 |
+
#: includes/class-mla-polylang-support.php:2468
|
3449 |
#: includes/class-mla-wpml-support.php:1840
|
3450 |
msgid "Language settings reset to default values."
|
3451 |
msgstr ""
|
3471 |
msgstr ""
|
3472 |
|
3473 |
#: includes/class-mla-settings.php:458 includes/class-mla-settings.php:971
|
3474 |
+
#: includes/class-mla-settings.php:3253
|
3475 |
msgid "Settings"
|
3476 |
msgstr ""
|
3477 |
|
3495 |
msgid "No upload slug found"
|
3496 |
msgstr ""
|
3497 |
|
3498 |
+
#: includes/class-mla-settings.php:718 includes/class-mla-settings.php:2785
|
3499 |
+
#: includes/class-mla-settings.php:2789
|
3500 |
msgid "Map All Rules, All Attachments Now"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
+
#: includes/class-mla-settings.php:842 includes/class-mla-settings.php:2918
|
3504 |
msgid "Map All Attachments, Standard Fields Now"
|
3505 |
msgstr ""
|
3506 |
|
3507 |
+
#: includes/class-mla-settings.php:845 includes/class-mla-settings.php:2921
|
3508 |
msgid "Map All Attachments, Taxonomy Terms Now"
|
3509 |
msgstr ""
|
3510 |
|
3511 |
+
#: includes/class-mla-settings.php:848 includes/class-mla-settings.php:2924
|
3512 |
msgid "Map All Attachments, Custom Fields Now"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
#. translators: 1: ERROR tag 2: function name 3: option type, e.g., radio, select, text
|
3516 |
+
#: includes/class-mla-settings.php:1043 includes/class-mla-settings.php:1080
|
3517 |
+
#: includes/class-mla-settings.php:1219
|
3518 |
#, php-format
|
3519 |
msgctxt "error_log"
|
3520 |
msgid "%1$s: %2$s unknown type = \"%3$s\""
|
3521 |
msgstr ""
|
3522 |
|
3523 |
+
#: includes/class-mla-settings.php:1268
|
3524 |
msgid "General"
|
3525 |
msgstr ""
|
3526 |
|
3527 |
+
#: includes/class-mla-settings.php:1269
|
3528 |
msgid "Views"
|
3529 |
msgstr ""
|
3530 |
|
3531 |
+
#: includes/class-mla-settings.php:1270
|
3532 |
msgid "Uploads"
|
3533 |
msgstr ""
|
3534 |
|
3535 |
+
#: includes/class-mla-settings.php:1271 includes/class-mla-settings.php:3548
|
3536 |
+
#: includes/class-mla-settings.php:3551
|
3537 |
msgid "MLA Gallery"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
+
#: includes/class-mla-settings.php:1272
|
3541 |
msgid "Custom Fields"
|
3542 |
msgstr ""
|
3543 |
|
3544 |
+
#: includes/class-mla-settings.php:1274
|
3545 |
msgid "Documentation"
|
3546 |
msgstr ""
|
3547 |
|
3548 |
+
#: includes/class-mla-settings.php:1275
|
3549 |
msgid "Debug"
|
3550 |
msgstr ""
|
3551 |
|
3552 |
+
#: includes/class-mla-settings.php:1375
|
3553 |
msgid "General Processing Options"
|
3554 |
msgstr ""
|
3555 |
|
3556 |
#. translators: 1: - 4: page subheader values
|
3557 |
+
#: includes/class-mla-settings.php:1377
|
3558 |
#, php-format
|
3559 |
msgid ""
|
3560 |
"In this tab you can find a number of options for controlling the "
|
3563 |
"any changes you make."
|
3564 |
msgstr ""
|
3565 |
|
3566 |
+
#: includes/class-mla-settings.php:1377
|
3567 |
msgid "Media/Assistant Table Defaults"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
+
#: includes/class-mla-settings.php:1377
|
3571 |
msgid "Media Manager Enhancements"
|
3572 |
msgstr ""
|
3573 |
|
3574 |
+
#: includes/class-mla-settings.php:1379
|
3575 |
msgid "Export ALL Settings"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
+
#: includes/class-mla-settings.php:1380
|
3579 |
msgid "Delete General options and restore default settings"
|
3580 |
msgstr ""
|
3581 |
|
3582 |
+
#: includes/class-mla-settings.php:1384 includes/class-mla-settings.php:3245
|
3583 |
msgid "Support Our Work"
|
3584 |
msgstr ""
|
3585 |
|
3586 |
+
#: includes/class-mla-settings.php:1385 includes/class-mla-settings.php:1388
|
3587 |
msgid "Donate to FTJ"
|
3588 |
msgstr ""
|
3589 |
|
3590 |
+
#: includes/class-mla-settings.php:1386 includes/class-mla-settings.php:3246
|
3591 |
msgid "Donate"
|
3592 |
msgstr ""
|
3593 |
|
3594 |
#. translators: 1: donation hyperlink
|
3595 |
+
#: includes/class-mla-settings.php:1388
|
3596 |
#, php-format
|
3597 |
msgid ""
|
3598 |
"This plugin was inspired by my work on the WordPress web site for our "
|
3601 |
"our work. Thank you!"
|
3602 |
msgstr ""
|
3603 |
|
3604 |
+
#: includes/class-mla-settings.php:1388
|
3605 |
msgid "tax-deductible donation"
|
3606 |
msgstr ""
|
3607 |
|
3608 |
+
#: includes/class-mla-settings.php:1408
|
3609 |
msgid "enhanced version of the WordPress [gallery] shortcode."
|
3610 |
msgstr ""
|
3611 |
|
3612 |
+
#: includes/class-mla-settings.php:1409
|
3613 |
msgid "enhanced version of the WordPress Tag Cloud."
|
3614 |
msgstr ""
|
3615 |
|
3616 |
+
#: includes/class-mla-settings.php:1421
|
3617 |
msgid "Shortcodes made available by this plugin"
|
3618 |
msgstr ""
|
3619 |
|
3620 |
+
#: includes/class-mla-settings.php:1529
|
3621 |
msgid "Edit View"
|
3622 |
msgstr ""
|
3623 |
|
3624 |
+
#: includes/class-mla-settings.php:1535 includes/class-mla-settings.php:1792
|
3625 |
msgid ""
|
3626 |
"The “slug” is the URL-friendly, unique key for the view. It must "
|
3627 |
"be all lowercase and contain only letters, numbers, periods (.), slashes (/) "
|
3630 |
"MIME</strong> type, e.g., “image” or “image/jpeg”."
|
3631 |
msgstr ""
|
3632 |
|
3633 |
+
#: includes/class-mla-settings.php:1536 includes/class-mla-settings.php:1793
|
3634 |
msgid "Singular Label"
|
3635 |
msgstr ""
|
3636 |
|
3637 |
+
#: includes/class-mla-settings.php:1537 includes/class-mla-settings.php:1794
|
3638 |
msgid "Plural Label"
|
3639 |
msgstr ""
|
3640 |
|
3641 |
+
#: includes/class-mla-settings.php:1538 includes/class-mla-settings.php:1795
|
3642 |
msgid ""
|
3643 |
"The labels, e.g., “Image” and “Images” are used for "
|
3644 |
"column headers and other display purposes."
|
3645 |
msgstr ""
|
3646 |
|
3647 |
+
#: includes/class-mla-settings.php:1539 includes/class-mla-settings.php:1796
|
3648 |
msgid "Specification"
|
3649 |
msgstr ""
|
3650 |
|
3651 |
+
#: includes/class-mla-settings.php:1540 includes/class-mla-settings.php:1797
|
3652 |
msgid ""
|
3653 |
"If the MIME type specification differs from the slug, enter it here. You may "
|
3654 |
"include multiple MIME types, e.g., “audio,video” and/or wildcard "
|
3656 |
"MIME Type box is checked."
|
3657 |
msgstr ""
|
3658 |
|
3659 |
+
#: includes/class-mla-settings.php:1541 includes/class-mla-settings.php:1798
|
3660 |
msgid "Post MIME Type"
|
3661 |
msgstr ""
|
3662 |
|
3663 |
+
#: includes/class-mla-settings.php:1542 includes/class-mla-settings.php:1799
|
3664 |
msgid ""
|
3665 |
"Check this box if you want to add this entry to the list of MIME types "
|
3666 |
"returned by wp_get_mime_types()."
|
3667 |
msgstr ""
|
3668 |
|
3669 |
+
#: includes/class-mla-settings.php:1543 includes/class-mla-settings.php:1800
|
3670 |
msgid "Table View"
|
3671 |
msgstr ""
|
3672 |
|
3673 |
+
#: includes/class-mla-settings.php:1544 includes/class-mla-settings.php:1801
|
3674 |
msgid ""
|
3675 |
"Check this box if you want to add this entry to the list of Media/Assistant "
|
3676 |
"table views."
|
3677 |
msgstr ""
|
3678 |
|
3679 |
+
#: includes/class-mla-settings.php:1546 includes/class-mla-settings.php:1803
|
3680 |
msgid ""
|
3681 |
"You can choose your own table view order by entering a number (1 for first, "
|
3682 |
"etc.) in this field."
|
3683 |
msgstr ""
|
3684 |
|
3685 |
+
#: includes/class-mla-settings.php:1548 includes/class-mla-settings.php:1805
|
3686 |
+
#: includes/class-mla-settings.php:1903 includes/class-mla-settings.php:2267
|
3687 |
msgid ""
|
3688 |
"The description can contain any documentation or notes you need to "
|
3689 |
"understand or use the item."
|
3690 |
msgstr ""
|
3691 |
|
3692 |
#. translators: 1: bulk_action, e.g., delete, edit, restore, trash
|
3693 |
+
#: includes/class-mla-settings.php:1659 includes/class-mla-settings.php:2125
|
3694 |
#, php-format
|
3695 |
msgid "Unknown bulk action %1$s"
|
3696 |
msgstr ""
|
3697 |
|
3698 |
#. translators: 1: view name/slug
|
3699 |
+
#: includes/class-mla-settings.php:1698 includes/class-mla-settings.php:2167
|
3700 |
#, php-format
|
3701 |
msgid "Edit view \"%1$s\" cancelled."
|
3702 |
msgstr ""
|
3703 |
|
3704 |
+
#: includes/class-mla-settings.php:1732
|
3705 |
msgid "View and Post MIME Type Support is disabled"
|
3706 |
msgstr ""
|
3707 |
|
3708 |
+
#: includes/class-mla-settings.php:1777 includes/class-mla-settings.php:1780
|
3709 |
msgid "Library Views/Post MIME Type Processing"
|
3710 |
msgstr ""
|
3711 |
|
3712 |
+
#: includes/class-mla-settings.php:1778
|
3713 |
msgid ""
|
3714 |
"In this tab you can manage the list of \"Post MIME Types\", which are used "
|
3715 |
"by WordPress to define the views for the <em><strong>Media/Library</strong></"
|
3721 |
msgstr ""
|
3722 |
|
3723 |
#. translators: 1: Documentation hyperlink
|
3724 |
+
#: includes/class-mla-settings.php:1780
|
3725 |
#, php-format
|
3726 |
msgid ""
|
3727 |
"You can find more information about library views, Post MIME types and how "
|
3730 |
"screen."
|
3731 |
msgstr ""
|
3732 |
|
3733 |
+
#: includes/class-mla-settings.php:1780
|
3734 |
msgid "Library View Processing documentation"
|
3735 |
msgstr ""
|
3736 |
|
3737 |
+
#: includes/class-mla-settings.php:1784 includes/class-mla-settings.php:1973
|
3738 |
+
#: includes/class-mla-settings.php:2279
|
3739 |
msgid "Displaying search results for"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
+
#: includes/class-mla-settings.php:1785
|
3743 |
msgid "Search Views"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
+
#: includes/class-mla-settings.php:1806
|
3747 |
msgid "Add View"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
+
#: includes/class-mla-settings.php:1808 includes/class-mla-settings.php:2272
|
3751 |
msgid "<strong>Quick Edit</strong>"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
+
#: includes/class-mla-settings.php:1888
|
3755 |
msgid "Edit Upload MIME Type"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
+
#: includes/class-mla-settings.php:1894
|
3759 |
msgid ""
|
3760 |
"The “extension” is the file extension for this type, and a "
|
3761 |
"unique key for the item. It must be all lowercase and contain only letters "
|
3762 |
"and numbers."
|
3763 |
msgstr ""
|
3764 |
|
3765 |
+
#: includes/class-mla-settings.php:1896 includes/class-mla-settings.php:2261
|
3766 |
msgid ""
|
3767 |
"The MIME Type must be all lowercase and contain only letters, numbers, "
|
3768 |
"periods (.), slashes (/) and hyphens (-). It <strong>must be a valid MIME</"
|
3769 |
"strong> type, e.g., “image” or “image/jpeg”."
|
3770 |
msgstr ""
|
3771 |
|
3772 |
+
#: includes/class-mla-settings.php:1897 includes/class-mla-settings.php:2262
|
3773 |
msgid "Icon Type"
|
3774 |
msgstr ""
|
3775 |
|
3776 |
+
#: includes/class-mla-settings.php:1899 includes/class-mla-settings.php:2263
|
3777 |
msgid ""
|
3778 |
"The Icon Type selects a thumbnail image displayed for non-image file types, "
|
3779 |
"such as PDF documents."
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: includes/class-mla-settings.php:1900 includes/class-mla-settings.php:2264
|
3783 |
#: includes/class-mla-upload-list-table.php:515
|
3784 |
msgid "Inactive"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
+
#: includes/class-mla-settings.php:1901 includes/class-mla-settings.php:2265
|
3788 |
msgid ""
|
3789 |
"Check this box if you want to remove this entry from the list of Upload MIME "
|
3790 |
"Types returned by get_allowed_mime_types()."
|
3791 |
msgstr ""
|
3792 |
|
3793 |
+
#: includes/class-mla-settings.php:1972
|
3794 |
msgid "Known File Extension/MIME Type Associations"
|
3795 |
msgstr ""
|
3796 |
|
3797 |
+
#: includes/class-mla-settings.php:1974
|
3798 |
msgid "Search Known MIME Types"
|
3799 |
msgstr ""
|
3800 |
|
3801 |
+
#: includes/class-mla-settings.php:1976 includes/class-mla-settings.php:2250
|
3802 |
msgid "To search by extension, use \".\", e.g., \".doc\""
|
3803 |
msgstr ""
|
3804 |
|
3805 |
+
#: includes/class-mla-settings.php:2201
|
3806 |
msgid "Upload MIME Type Support is disabled"
|
3807 |
msgstr ""
|
3808 |
|
3809 |
+
#: includes/class-mla-settings.php:2244 includes/class-mla-settings.php:2247
|
3810 |
msgid "File Extension and MIME Type Processing"
|
3811 |
msgstr ""
|
3812 |
|
3813 |
+
#: includes/class-mla-settings.php:2245
|
3814 |
msgid ""
|
3815 |
"In this tab you can manage the list of file extension/MIME Type "
|
3816 |
"associations, which are used by WordPress to decide what kind of files can "
|
3820 |
msgstr ""
|
3821 |
|
3822 |
#. translators: 1: Documentation hyperlink
|
3823 |
+
#: includes/class-mla-settings.php:2247
|
3824 |
#, php-format
|
3825 |
msgid ""
|
3826 |
"You can find more information about file extensions, MIME types and how "
|
3828 |
"the <strong>\"Help\"</strong> tab in the upper-right corner of this screen."
|
3829 |
msgstr ""
|
3830 |
|
3831 |
+
#: includes/class-mla-settings.php:2247
|
3832 |
msgid "File Extension Processing documentation"
|
3833 |
msgstr ""
|
3834 |
|
3835 |
+
#: includes/class-mla-settings.php:2249
|
3836 |
msgid "Search Uploads"
|
3837 |
msgstr ""
|
3838 |
|
3839 |
+
#: includes/class-mla-settings.php:2256
|
3840 |
msgid "Upload MIME Type"
|
3841 |
msgstr ""
|
3842 |
|
3843 |
+
#: includes/class-mla-settings.php:2257
|
3844 |
msgid ""
|
3845 |
"To search the database of over 1,500 known extension/type associations, "
|
3846 |
"click \"Search Known Types\" below the form."
|
3847 |
msgstr ""
|
3848 |
|
3849 |
+
#: includes/class-mla-settings.php:2259
|
3850 |
msgid ""
|
3851 |
"The “extension” is the file extension for this type, and unique "
|
3852 |
"key for the item. It must be all lowercase and contain only letters and "
|
3853 |
"numbers."
|
3854 |
msgstr ""
|
3855 |
|
3856 |
+
#: includes/class-mla-settings.php:2268
|
3857 |
msgid "Add Upload MIME Type"
|
3858 |
msgstr ""
|
3859 |
|
3860 |
+
#: includes/class-mla-settings.php:2270
|
3861 |
msgid "Search Known Types"
|
3862 |
msgstr ""
|
3863 |
|
3864 |
+
#: includes/class-mla-settings.php:2278
|
3865 |
#: includes/class-mla-upload-list-table.php:517
|
3866 |
msgid "Active"
|
3867 |
msgstr ""
|
3868 |
|
3869 |
+
#: includes/class-mla-settings.php:2331
|
3870 |
msgid "MLA Gallery Options"
|
3871 |
msgstr ""
|
3872 |
|
3873 |
+
#: includes/class-mla-settings.php:2332
|
3874 |
msgid "Go to Style Templates"
|
3875 |
msgstr ""
|
3876 |
|
3877 |
+
#: includes/class-mla-settings.php:2333
|
3878 |
msgid "Go to Markup Templates"
|
3879 |
msgstr ""
|
3880 |
|
3881 |
+
#: includes/class-mla-settings.php:2334
|
3882 |
msgid ""
|
3883 |
"In this tab you can view the default style and markup templates. You can "
|
3884 |
"also define additional templates and use the <code>mla_style</code> and "
|
3888 |
"Changes\" at the bottom of this page."
|
3889 |
msgstr ""
|
3890 |
|
3891 |
+
#: includes/class-mla-settings.php:2338
|
3892 |
msgid "Style Templates"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
+
#: includes/class-mla-settings.php:2340
|
3896 |
msgid "Markup Templates"
|
3897 |
msgstr ""
|
3898 |
|
3899 |
+
#: includes/class-mla-settings.php:2353
|
3900 |
msgid "Theme"
|
3901 |
msgstr ""
|
3902 |
|
3903 |
+
#: includes/class-mla-settings.php:2382
|
3904 |
msgid "Imagick support is not installed."
|
3905 |
msgstr ""
|
3906 |
|
3907 |
+
#: includes/class-mla-settings.php:2389
|
3908 |
msgid "Ghostscript support is not installed."
|
3909 |
msgstr ""
|
3910 |
|
3911 |
+
#: includes/class-mla-settings.php:2393
|
3912 |
#: includes/class-mla-wpml-support.php:1747
|
3913 |
#: includes/class-mla-wpml-support.php:1749
|
3914 |
msgid "WARNING:"
|
3915 |
msgstr ""
|
3916 |
|
3917 |
+
#: includes/class-mla-settings.php:2393
|
3918 |
msgid " MLA Viewer support may not be available"
|
3919 |
msgstr ""
|
3920 |
|
3921 |
+
#: includes/class-mla-settings.php:2420
|
3922 |
msgid ""
|
3923 |
"This default template cannot be altered or deleted, but you can copy the "
|
3924 |
"styles."
|
3925 |
msgstr ""
|
3926 |
|
3927 |
+
#: includes/class-mla-settings.php:2431 includes/class-mla-settings.php:2464
|
3928 |
+
#: includes/class-mla-settings.php:2490
|
3929 |
msgid "Styles"
|
3930 |
msgstr ""
|
3931 |
|
3932 |
+
#: includes/class-mla-settings.php:2435 includes/class-mla-settings.php:2468
|
3933 |
+
#: includes/class-mla-settings.php:2494
|
3934 |
msgid ""
|
3935 |
"List of substitution parameters, e.g., [+selector+], on Documentation tab."
|
3936 |
msgstr ""
|
3937 |
|
3938 |
+
#: includes/class-mla-settings.php:2452 includes/class-mla-settings.php:2570
|
3939 |
msgid "Delete this template"
|
3940 |
msgstr ""
|
3941 |
|
3942 |
+
#: includes/class-mla-settings.php:2453 includes/class-mla-settings.php:2571
|
3943 |
msgid ""
|
3944 |
"Check the box to delete this template when you press Update at the bottom of "
|
3945 |
"the page."
|
3946 |
msgstr ""
|
3947 |
|
3948 |
+
#: includes/class-mla-settings.php:2479
|
3949 |
msgid "Fill in a name and styles to add a new template."
|
3950 |
msgstr ""
|
3951 |
|
3952 |
+
#: includes/class-mla-settings.php:2514
|
3953 |
msgid ""
|
3954 |
"This default template cannot be altered or deleted, but you can copy the "
|
3955 |
"markup."
|
3956 |
msgstr ""
|
3957 |
|
3958 |
+
#: includes/class-mla-settings.php:2526 includes/class-mla-settings.php:2583
|
3959 |
+
#: includes/class-mla-settings.php:2633
|
3960 |
msgid "Open"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
+
#: includes/class-mla-settings.php:2530 includes/class-mla-settings.php:2587
|
3964 |
+
#: includes/class-mla-settings.php:2637
|
3965 |
msgid ""
|
3966 |
"Markup for the beginning of the gallery. List of parameters, e.g., [+selector"
|
3967 |
"+], on Documentation tab."
|
3968 |
msgstr ""
|
3969 |
|
3970 |
+
#: includes/class-mla-settings.php:2532 includes/class-mla-settings.php:2589
|
3971 |
+
#: includes/class-mla-settings.php:2639
|
3972 |
msgid "Row"
|
3973 |
msgstr ""
|
3974 |
|
3975 |
+
#: includes/class-mla-settings.php:2536 includes/class-mla-settings.php:2643
|
3976 |
msgid "Markup for the beginning of each row in the gallery."
|
3977 |
msgstr ""
|
3978 |
|
3979 |
+
#: includes/class-mla-settings.php:2538 includes/class-mla-settings.php:2595
|
3980 |
+
#: includes/class-mla-settings.php:2645
|
3981 |
msgid "Item"
|
3982 |
msgstr ""
|
3983 |
|
3984 |
+
#: includes/class-mla-settings.php:2542 includes/class-mla-settings.php:2649
|
3985 |
msgid "Markup for each item/cell of the gallery."
|
3986 |
msgstr ""
|
3987 |
|
3988 |
+
#: includes/class-mla-settings.php:2544 includes/class-mla-settings.php:2601
|
3989 |
+
#: includes/class-mla-settings.php:2651 includes/class-mla-settings.php:2765
|
3990 |
+
#: includes/class-mla-settings.php:2901
|
3991 |
msgid "Close"
|
3992 |
msgstr ""
|
3993 |
|
3994 |
+
#: includes/class-mla-settings.php:2548 includes/class-mla-settings.php:2655
|
3995 |
msgid "Markup for the end of each row in the gallery."
|
3996 |
msgstr ""
|
3997 |
|
3998 |
+
#: includes/class-mla-settings.php:2553 includes/class-mla-settings.php:2610
|
3999 |
+
#: includes/class-mla-settings.php:2660
|
4000 |
msgid "Markup for the end of the gallery."
|
4001 |
msgstr ""
|
4002 |
|
4003 |
+
#: includes/class-mla-settings.php:2593
|
4004 |
msgid "Markup for the beginning of each row."
|
4005 |
msgstr ""
|
4006 |
|
4007 |
+
#: includes/class-mla-settings.php:2599
|
4008 |
msgid "Markup for each item/cell."
|
4009 |
msgstr ""
|
4010 |
|
4011 |
+
#: includes/class-mla-settings.php:2605
|
4012 |
msgid "Markup for the end of each row."
|
4013 |
msgstr ""
|
4014 |
|
4015 |
+
#: includes/class-mla-settings.php:2621
|
4016 |
msgid "Fill in a name and markup to add a new template."
|
4017 |
msgstr ""
|
4018 |
|
4019 |
+
#: includes/class-mla-settings.php:2757
|
4020 |
msgid "Custom Field Mapping Progress"
|
4021 |
msgstr ""
|
4022 |
|
4023 |
+
#: includes/class-mla-settings.php:2758 includes/class-mla-settings.php:2894
|
4024 |
msgid "DO NOT DO THE FOLLOWING (they will cause mapping to fail)"
|
4025 |
msgstr ""
|
4026 |
|
4027 |
+
#: includes/class-mla-settings.php:2759 includes/class-mla-settings.php:2895
|
4028 |
msgid "Close the window"
|
4029 |
msgstr ""
|
4030 |
|
4031 |
+
#: includes/class-mla-settings.php:2760 includes/class-mla-settings.php:2896
|
4032 |
msgid "Reload the page"
|
4033 |
msgstr ""
|
4034 |
|
4035 |
+
#: includes/class-mla-settings.php:2761 includes/class-mla-settings.php:2897
|
4036 |
msgid "Click the browser’s Stop, Back or forward buttons"
|
4037 |
msgstr ""
|
4038 |
|
4039 |
+
#: includes/class-mla-settings.php:2762 includes/class-mla-settings.php:2898
|
4040 |
msgid "Progress"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
+
#: includes/class-mla-settings.php:2764 includes/class-mla-settings.php:2900
|
4044 |
msgid "Resume"
|
4045 |
msgstr ""
|
4046 |
|
4047 |
+
#: includes/class-mla-settings.php:2774 includes/class-mla-settings.php:2778
|
4048 |
msgid "Custom Field and Attachment Metadata Processing Options"
|
4049 |
msgstr ""
|
4050 |
|
4051 |
#. translators: 1: Documentation hyperlink
|
4052 |
+
#: includes/class-mla-settings.php:2776
|
4053 |
#, php-format
|
4054 |
msgid ""
|
4055 |
"In this tab you can define the rules for mapping several types of image "
|
4059 |
"field. See the %1$s section of the Documentation for details."
|
4060 |
msgstr ""
|
4061 |
|
4062 |
+
#: includes/class-mla-settings.php:2776
|
4063 |
msgid "Updating Attachment Metadata Documentation"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
+
#: includes/class-mla-settings.php:2776
|
4067 |
msgid "Adding or changing Attachment Metadata"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
#. translators: 1: Documentation hyperlink
|
4071 |
+
#: includes/class-mla-settings.php:2778 includes/class-mla-settings.php:2913
|
4072 |
#, php-format
|
4073 |
msgid ""
|
4074 |
"You can find more information about using the controls in this tab to define "
|
4075 |
"mapping rules and apply them in the %1$s section of the Documentation."
|
4076 |
msgstr ""
|
4077 |
|
4078 |
+
#: includes/class-mla-settings.php:2778
|
4079 |
msgid "Custom Field Options documentation"
|
4080 |
msgstr ""
|
4081 |
|
4082 |
+
#: includes/class-mla-settings.php:2782 includes/class-mla-settings.php:2923
|
4083 |
msgid "Custom field mapping"
|
4084 |
msgstr ""
|
4085 |
|
4086 |
#. translators: 1: "Save Changes"
|
4087 |
+
#: includes/class-mla-settings.php:2787
|
4088 |
#, php-format
|
4089 |
msgid ""
|
4090 |
"Click %1$s to update the \"Enable custom field mapping...\" checkbox and/or "
|
4093 |
msgstr ""
|
4094 |
|
4095 |
#. translators: 1: "Map All Rules..."
|
4096 |
+
#: includes/class-mla-settings.php:2789
|
4097 |
#, php-format
|
4098 |
msgid ""
|
4099 |
"Click %1$s to apply all the rules at once (rule changes will be applied but "
|
4100 |
"not saved)."
|
4101 |
msgstr ""
|
4102 |
|
4103 |
+
#: includes/class-mla-settings.php:2893
|
4104 |
msgid "IPTC & EXIF Mapping Progress"
|
4105 |
msgstr ""
|
4106 |
|
4107 |
+
#: includes/class-mla-settings.php:2910 includes/class-mla-settings.php:2913
|
4108 |
msgid "IPTC & EXIF Processing Options"
|
4109 |
msgstr ""
|
4110 |
|
4111 |
+
#: includes/class-mla-settings.php:2911
|
4112 |
msgid ""
|
4113 |
"In this tab you can define the rules for mapping IPTC (International Press "
|
4114 |
"Telecommunications Council) and EXIF (EXchangeable Image File) metadata to "
|
4117 |
"click \"Save Changes\" at the bottom of this page."
|
4118 |
msgstr ""
|
4119 |
|
4120 |
+
#: includes/class-mla-settings.php:2913
|
4121 |
msgid "IPTC/EXIF Options documentation"
|
4122 |
msgstr ""
|
4123 |
|
4124 |
+
#: includes/class-mla-settings.php:2917
|
4125 |
msgid "Standard field mapping"
|
4126 |
msgstr ""
|
4127 |
|
4128 |
+
#: includes/class-mla-settings.php:2920
|
4129 |
msgid "Taxonomy term mapping"
|
4130 |
msgstr ""
|
4131 |
|
4132 |
#. translators: 1: "Save Changes"
|
4133 |
+
#: includes/class-mla-settings.php:2928
|
4134 |
#, php-format
|
4135 |
msgid ""
|
4136 |
"Click %1$s to update the \"Enable IPTC/EXIF mapping...\" checkbox and/or all "
|
4138 |
"performed.</strong>"
|
4139 |
msgstr ""
|
4140 |
|
4141 |
+
#: includes/class-mla-settings.php:2999
|
4142 |
msgid "Debug settings saved."
|
4143 |
msgstr ""
|
4144 |
|
4145 |
#. translators: 1: ERROR tag 2: file type 3: file name 4: error message
|
4146 |
+
#: includes/class-mla-settings.php:3095
|
4147 |
#, php-format
|
4148 |
msgid "%1$s: Reseting the %2$s file ( %3$s ) \"%4$s\"."
|
4149 |
msgstr ""
|
4150 |
|
4151 |
+
#: includes/class-mla-settings.php:3095 includes/class-mla-settings.php:3146
|
4152 |
+
#: includes/class-mla-settings.php:3170 includes/class-mla-settings.php:3180
|
4153 |
+
#: includes/class-mla-settings.php:3206
|
4154 |
msgid "Error Log"
|
4155 |
msgstr ""
|
4156 |
|
4157 |
#. translators: 1: ERROR tag 2: file type 3: file name 4: error message
|
4158 |
+
#: includes/class-mla-settings.php:3146
|
4159 |
#, php-format
|
4160 |
msgid "%1$s: Reading the %2$s file ( %3$s ) \"%4$s\"."
|
4161 |
msgstr ""
|
4162 |
|
4163 |
#. translators: 1: file name
|
4164 |
+
#: includes/class-mla-settings.php:3156
|
4165 |
#, php-format
|
4166 |
msgid "Error log file (%1$s) not found; click Reset to create it."
|
4167 |
msgstr ""
|
4168 |
|
4169 |
+
#: includes/class-mla-settings.php:3201 includes/class-mla-settings.php:3214
|
4170 |
msgid "Debug Options"
|
4171 |
msgstr ""
|
4172 |
|
4173 |
+
#: includes/class-mla-settings.php:3204
|
4174 |
msgid "Debug Settings"
|
4175 |
msgstr ""
|
4176 |
|
4177 |
#. translators: 1: "Save Changes"
|
4178 |
+
#: includes/class-mla-settings.php:3214
|
4179 |
#, php-format
|
4180 |
msgid "Click %1$s to update the %2$s."
|
4181 |
msgstr ""
|
4182 |
|
4183 |
+
#: includes/class-mla-settings.php:3233
|
4184 |
msgid "You do not have permission to manage plugin settings."
|
4185 |
msgstr ""
|
4186 |
|
4187 |
+
#: includes/class-mla-settings.php:3264
|
4188 |
msgid "Cannot render content tab"
|
4189 |
msgstr ""
|
4190 |
|
4191 |
+
#: includes/class-mla-settings.php:3267
|
4192 |
msgid "Unknown content tab"
|
4193 |
msgstr ""
|
4194 |
|
4195 |
#. translators: 1: template type 2: template name
|
4196 |
+
#: includes/class-mla-settings.php:3361 includes/class-mla-settings.php:3450
|
4197 |
#, php-format
|
4198 |
msgctxt "message_list"
|
4199 |
msgid "Deleting %1$s \"%2$s\"."
|
4200 |
msgstr ""
|
4201 |
|
4202 |
#. translators: 1: ERROR tag 2: template name 3: template type
|
4203 |
+
#: includes/class-mla-settings.php:3372 includes/class-mla-settings.php:3463
|
4204 |
#, php-format
|
4205 |
msgid "%1$s: Reserved name \"%2$s\", new %3$s discarded."
|
4206 |
msgstr ""
|
4207 |
|
4208 |
#. translators: 1: ERROR tag 2: template name 3: template type
|
4209 |
+
#: includes/class-mla-settings.php:3378 includes/class-mla-settings.php:3469
|
4210 |
#, php-format
|
4211 |
msgid "%1$s: Duplicate name \"%2$s\", new %3$s discarded."
|
4212 |
msgstr ""
|
4213 |
|
4214 |
#. translators: 1: template type 2: template name
|
4215 |
+
#: includes/class-mla-settings.php:3382 includes/class-mla-settings.php:3473
|
4216 |
#, php-format
|
4217 |
msgctxt "message_list"
|
4218 |
msgid "Adding new %1$s \"%2$s\"."
|
4219 |
msgstr ""
|
4220 |
|
4221 |
#. translators: 1: ERROR tag 2: element name 3: old value
|
4222 |
+
#: includes/class-mla-settings.php:3392 includes/class-mla-settings.php:3483
|
4223 |
#, php-format
|
4224 |
msgid "%1$s: Blank %2$s, reverting to \"%3$s\"."
|
4225 |
msgstr ""
|
4226 |
|
4227 |
+
#: includes/class-mla-settings.php:3392 includes/class-mla-settings.php:3399
|
4228 |
+
#: includes/class-mla-settings.php:3403
|
4229 |
msgid "style template name"
|
4230 |
msgstr ""
|
4231 |
|
4232 |
#. translators: 1: ERROR tag 2: element name 3: new value 4: old value
|
4233 |
+
#: includes/class-mla-settings.php:3399 includes/class-mla-settings.php:3490
|
4234 |
#, php-format
|
4235 |
msgid "%1$s: Duplicate new %2$s \"%3$s\", reverting to \"%4$s\"."
|
4236 |
msgstr ""
|
4237 |
|
4238 |
#. translators: 1: element name 2: old_value 3: new_value
|
4239 |
+
#: includes/class-mla-settings.php:3403 includes/class-mla-settings.php:3494
|
4240 |
#, php-format
|
4241 |
msgctxt "message_list"
|
4242 |
msgid "Changing %1$s from \"%2$s\" to \"%3$s\""
|
4243 |
msgstr ""
|
4244 |
|
4245 |
#. translators: 1: template type 2: template name
|
4246 |
+
#: includes/class-mla-settings.php:3410
|
4247 |
#, php-format
|
4248 |
msgctxt "message_list"
|
4249 |
msgid "Updating contents of %1$s \"%2$s\"."
|
4250 |
msgstr ""
|
4251 |
|
4252 |
#. translators: 1: ERROR tag 2: template type
|
4253 |
+
#: includes/class-mla-settings.php:3421 includes/class-mla-settings.php:3542
|
4254 |
#, php-format
|
4255 |
msgid "%1$s: Update of %2$s failed."
|
4256 |
msgstr ""
|
4257 |
|
4258 |
+
#: includes/class-mla-settings.php:3483 includes/class-mla-settings.php:3490
|
4259 |
+
#: includes/class-mla-settings.php:3494
|
4260 |
msgid "markup template name"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
#. translators: 1: template name
|
4264 |
+
#: includes/class-mla-settings.php:3502
|
4265 |
#, php-format
|
4266 |
msgctxt "message_list"
|
4267 |
msgid "Updating open markup for \"%1$s\"."
|
4268 |
msgstr ""
|
4269 |
|
4270 |
#. translators: 1: template name
|
4271 |
+
#: includes/class-mla-settings.php:3508
|
4272 |
#, php-format
|
4273 |
msgctxt "message_list"
|
4274 |
msgid "Updating row open markup for \"%1$s\"."
|
4275 |
msgstr ""
|
4276 |
|
4277 |
#. translators: 1: template name
|
4278 |
+
#: includes/class-mla-settings.php:3514
|
4279 |
#, php-format
|
4280 |
msgctxt "message_list"
|
4281 |
msgid "Updating item markup for \"%1$s\"."
|
4282 |
msgstr ""
|
4283 |
|
4284 |
#. translators: 1: template name
|
4285 |
+
#: includes/class-mla-settings.php:3520
|
4286 |
#, php-format
|
4287 |
msgctxt "message_list"
|
4288 |
msgid "Updating row close markup for \"%1$s\"."
|
4289 |
msgstr ""
|
4290 |
|
4291 |
#. translators: 1: template name
|
4292 |
+
#: includes/class-mla-settings.php:3526
|
4293 |
#, php-format
|
4294 |
msgctxt "message_list"
|
4295 |
msgid "Updating close markup for \"%1$s\"."
|
4296 |
msgstr ""
|
4297 |
|
4298 |
#. translators: 1: field type
|
4299 |
+
#: includes/class-mla-settings.php:3551
|
4300 |
#, php-format
|
4301 |
msgid "%1$s no changes detected."
|
4302 |
msgstr ""
|
4303 |
|
4304 |
+
#: includes/class-mla-settings.php:3586
|
4305 |
msgid "View settings saved."
|
4306 |
msgstr ""
|
4307 |
|
4308 |
+
#: includes/class-mla-settings.php:3620
|
4309 |
msgid "Upload MIME Type settings saved."
|
4310 |
msgstr ""
|
4311 |
|
4312 |
+
#: includes/class-mla-settings.php:3663
|
4313 |
msgid "No custom field mapping rules to process."
|
4314 |
msgstr ""
|
4315 |
|
4316 |
#. translators: 1: field type 2: examined count 3: updated count
|
4317 |
+
#: includes/class-mla-settings.php:3696 includes/class-mla-settings.php:3838
|
4318 |
+
#: includes/class-mla-settings.php:3912 includes/class-mla-settings.php:4001
|
4319 |
#, php-format
|
4320 |
msgid "%1$s mapping completed; %2$d attachment(s) examined, %3$d updated."
|
4321 |
msgstr ""
|
4322 |
|
4323 |
#. translators: 1: field type 2: examined count
|
4324 |
+
#: includes/class-mla-settings.php:3699 includes/class-mla-settings.php:3841
|
4325 |
+
#: includes/class-mla-settings.php:3915 includes/class-mla-settings.php:4004
|
4326 |
#, php-format
|
4327 |
msgid ""
|
4328 |
"%1$s mapping completed; %2$d attachment(s) examined, no changes detected."
|
4329 |
msgstr ""
|
4330 |
|
4331 |
#. translators: 1: number of attachments
|
4332 |
+
#: includes/class-mla-settings.php:3730
|
4333 |
#, php-format
|
4334 |
msgid "%s attachment"
|
4335 |
msgid_plural "%s attachments"
|
4337 |
msgstr[1] ""
|
4338 |
|
4339 |
#. translators: 1: singular/plural number of attachments
|
4340 |
+
#: includes/class-mla-settings.php:3732
|
4341 |
#, php-format
|
4342 |
msgid "Deleted custom field value from %1$s."
|
4343 |
msgstr ""
|
4344 |
|
4345 |
+
#: includes/class-mla-settings.php:3735
|
4346 |
msgid "No attachments contained this custom field."
|
4347 |
msgstr ""
|
4348 |
|
4349 |
#. translators: 1: ERROR tag 2: field type
|
4350 |
+
#: includes/class-mla-settings.php:3796 includes/class-mla-settings.php:3870
|
4351 |
+
#: includes/class-mla-settings.php:3959
|
4352 |
#, php-format
|
4353 |
msgid "%1$s: No %2$s settings to process."
|
4354 |
msgstr ""
|
4355 |
|
4356 |
+
#: includes/class-mla-settings.php:3829 includes/class-mla-settings.php:3903
|
4357 |
+
#: includes/class-mla-settings.php:3992
|
4358 |
msgid "updated."
|
4359 |
msgstr ""
|
4360 |
|
4361 |
#. translators: 1: reference type, e.g., Gallery in
|
4362 |
+
#: includes/class-mla-settings.php:4097 includes/class-mla-settings.php:4107
|
4363 |
#, php-format
|
4364 |
msgctxt "message_list"
|
4365 |
msgid "%1$s - references updated."
|
4366 |
msgstr ""
|
4367 |
|
4368 |
+
#: includes/class-mla-settings.php:4150
|
4369 |
msgid "General settings saved."
|
4370 |
msgstr ""
|
4371 |
|
4372 |
+
#: includes/class-mla-settings.php:4189
|
4373 |
msgid "General settings reset to default values."
|
4374 |
msgstr ""
|
4375 |
|
4376 |
+
#: includes/class-mla-settings.php:4231
|
4377 |
msgid "select settings"
|
4378 |
msgstr ""
|
4379 |
|
4380 |
+
#: includes/class-mla-settings.php:4251
|
4381 |
msgid "Import ALL Settings"
|
4382 |
msgstr ""
|
4383 |
|
4384 |
+
#: includes/class-mla-settings.php:4280 includes/class-mla-settings.php:4296
|
4385 |
msgctxt "message_list"
|
4386 |
msgid "exported"
|
4387 |
msgstr ""
|
4388 |
|
4389 |
+
#: includes/class-mla-settings.php:4282 includes/class-mla-settings.php:4298
|
4390 |
msgctxt "message_list"
|
4391 |
msgid "skipped"
|
4392 |
msgstr ""
|
4393 |
|
4394 |
+
#: includes/class-mla-settings.php:4305
|
4395 |
msgid "ALL settings exported."
|
4396 |
msgstr ""
|
4397 |
|
4398 |
#. translators: 1: ERROR tag 2: backup directory name
|
4399 |
+
#: includes/class-mla-settings.php:4316
|
4400 |
#, php-format
|
4401 |
msgid "%1$s: The settings directory ( %2$s ) cannot be created."
|
4402 |
msgstr ""
|
4403 |
|
4404 |
#. translators: 1: ERROR tag 2: backup directory name
|
4405 |
+
#: includes/class-mla-settings.php:4320
|
4406 |
#, php-format
|
4407 |
msgid "%1$s: The settings directory ( %2$s ) is not writable."
|
4408 |
msgstr ""
|
4409 |
|
4410 |
#. translators: 1: ERROR tag 2: backup file name
|
4411 |
+
#: includes/class-mla-settings.php:4331
|
4412 |
#, php-format
|
4413 |
msgid "%1$s: The settings file ( %2$s ) could not be opened."
|
4414 |
msgstr ""
|
4415 |
|
4416 |
#. translators: 1: ERROR tag 2: PHP error information
|
4417 |
+
#: includes/class-mla-settings.php:4338
|
4418 |
#, php-format
|
4419 |
msgctxt "error_log"
|
4420 |
msgid "%1$s: _export_settings $error_info = \"%2$s\"."
|
4421 |
msgstr ""
|
4422 |
|
4423 |
#. translators: 1: ERROR tag 2: backup file name 3: error message
|
4424 |
+
#: includes/class-mla-settings.php:4347
|
4425 |
#, php-format
|
4426 |
msgid "%1$s: Writing the settings file ( %2$s ) \"%3$s\"."
|
4427 |
msgstr ""
|
4428 |
|
4429 |
#. translators: 1: number of option settings
|
4430 |
+
#: includes/class-mla-settings.php:4353
|
4431 |
#, php-format
|
4432 |
msgid "Settings exported; %1$s settings recorded."
|
4433 |
msgstr ""
|
4434 |
|
4435 |
+
#: includes/class-mla-settings.php:4371
|
4436 |
msgid "No settings imported."
|
4437 |
msgstr ""
|
4438 |
|
4439 |
+
#: includes/class-mla-settings.php:4380
|
4440 |
msgid "Please select an import settings file from the dropdown list."
|
4441 |
msgstr ""
|
4442 |
|
4443 |
+
#: includes/class-mla-settings.php:4384
|
4444 |
msgid "The import settings dropdown selection is missing."
|
4445 |
msgstr ""
|
4446 |
|
4447 |
#. translators: 1: ERROR tag 2: PHP error information
|
4448 |
+
#: includes/class-mla-settings.php:4392
|
4449 |
#, php-format
|
4450 |
msgctxt "error_log"
|
4451 |
msgid "%1$s: _import_settings $error_info = \"%2$s\"."
|
4452 |
msgstr ""
|
4453 |
|
4454 |
#. translators: 1: ERROR tag 2: backup file name 3: error message
|
4455 |
+
#: includes/class-mla-settings.php:4401
|
4456 |
#, php-format
|
4457 |
msgid "%1$s: Reading the settings file ( %2$s ) \"%3$s\"."
|
4458 |
msgstr ""
|
4459 |
|
4460 |
+
#: includes/class-mla-settings.php:4420 includes/class-mla-settings.php:4436
|
4461 |
msgctxt "message_list"
|
4462 |
msgid "updated"
|
4463 |
msgstr ""
|
4464 |
|
4465 |
+
#: includes/class-mla-settings.php:4423 includes/class-mla-settings.php:4439
|
4466 |
msgctxt "message_list"
|
4467 |
msgid "unchanged"
|
4468 |
msgstr ""
|
4469 |
|
4470 |
#. translators: 1: number of option settings updated 2: number of option settings unchanged
|
4471 |
+
#: includes/class-mla-settings.php:4444
|
4472 |
#, php-format
|
4473 |
msgid "Settings imported; %1$s updated, %2$s unchanged."
|
4474 |
msgstr ""
|
4475 |
|
4476 |
+
#: includes/class-mla-shortcode-support.php:104
|
4477 |
msgid "not found"
|
4478 |
msgstr ""
|
4479 |
|
4480 |
+
#: includes/class-mla-shortcode-support.php:433
|
4481 |
+
#: includes/class-mla-shortcode-support.php:1641
|
4482 |
+
#: includes/class-mla-shortcode-support.php:2565
|
4483 |
+
#: includes/class-mla-shortcode-support.php:2852
|
4484 |
msgid "Previous"
|
4485 |
msgstr ""
|
4486 |
|
4487 |
+
#: includes/class-mla-shortcode-support.php:434
|
4488 |
+
#: includes/class-mla-shortcode-support.php:1642
|
4489 |
+
#: includes/class-mla-shortcode-support.php:2614
|
4490 |
+
#: includes/class-mla-shortcode-support.php:2858
|
4491 |
msgid "Next"
|
4492 |
msgstr ""
|
4493 |
|
4494 |
+
#: includes/class-mla-shortcode-support.php:550
|
4495 |
msgid "mla_debug empty gallery"
|
4496 |
msgstr ""
|
4497 |
|
4498 |
+
#: includes/class-mla-shortcode-support.php:625
|
4499 |
msgid ""
|
4500 |
"<strong>Photonic-enhanced [mla_gallery]</strong> type must be "
|
4501 |
"<strong>default</strong>, query = "
|
4502 |
msgstr ""
|
4503 |
|
4504 |
+
#: includes/class-mla-shortcode-support.php:998
|
4505 |
msgid "unknown"
|
4506 |
msgstr ""
|
4507 |
|
4508 |
+
#: includes/class-mla-shortcode-support.php:1784
|
4509 |
msgid "mla_debug attributes"
|
4510 |
msgstr ""
|
4511 |
|
4512 |
+
#: includes/class-mla-shortcode-support.php:1785
|
4513 |
msgid "mla_debug arguments"
|
4514 |
msgstr ""
|
4515 |
|
4516 |
+
#: includes/class-mla-shortcode-support.php:1880
|
4517 |
msgid "mla_debug empty cloud"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
+
#: includes/class-mla-shortcode-support.php:3212
|
4521 |
+
#: includes/class-mla-shortcode-support.php:3540
|
4522 |
+
#: includes/class-mla-shortcode-support.php:3571
|
4523 |
msgid "Invalid mla_gallery"
|
4524 |
msgstr ""
|
4525 |
|
4526 |
+
#: includes/class-mla-shortcode-support.php:3820
|
4527 |
msgid "mla_debug query"
|
4528 |
msgstr ""
|
4529 |
|
4530 |
+
#: includes/class-mla-shortcode-support.php:3821
|
4531 |
msgid "mla_debug request"
|
4532 |
msgstr ""
|
4533 |
|
4534 |
+
#: includes/class-mla-shortcode-support.php:3822
|
4535 |
msgid "mla_debug query_vars"
|
4536 |
msgstr ""
|
4537 |
|
4538 |
+
#: includes/class-mla-shortcode-support.php:3823
|
4539 |
msgid "mla_debug post_count"
|
4540 |
msgstr ""
|
4541 |
|
4542 |
+
#: includes/class-mla-shortcode-support.php:3891
|
4543 |
msgid "mla_debug WHERE filter"
|
4544 |
msgstr ""
|
4545 |
|
4546 |
+
#: includes/class-mla-shortcode-support.php:3910
|
4547 |
msgid "mla_debug modified WHERE filter"
|
4548 |
msgstr ""
|
4549 |
|
4550 |
+
#: includes/class-mla-shortcode-support.php:3933
|
4551 |
msgid "mla_debug ORDER BY filter, incoming"
|
4552 |
msgstr ""
|
4553 |
|
4554 |
+
#: includes/class-mla-shortcode-support.php:3933
|
4555 |
msgid "Replacement ORDER BY clause"
|
4556 |
msgstr ""
|
4557 |
|
4558 |
+
#: includes/class-mla-shortcode-support.php:3956
|
4559 |
msgid "mla_debug posts_clauses filter"
|
4560 |
msgstr ""
|
4561 |
|
4562 |
+
#: includes/class-mla-shortcode-support.php:3974
|
4563 |
msgid "mla_debug posts_clauses_request filter"
|
4564 |
msgstr ""
|
4565 |
|
4566 |
+
#: includes/class-mla-shortcode-support.php:4164
|
4567 |
msgid "Invalid taxonomy"
|
4568 |
msgstr ""
|
4569 |
|
4570 |
+
#: includes/class-mla-shortcode-support.php:4370
|
4571 |
msgid "mla_debug query arguments"
|
4572 |
msgstr ""
|
4573 |
|
4574 |
+
#: includes/class-mla-shortcode-support.php:4371
|
4575 |
msgid "mla_debug last_query"
|
4576 |
msgstr ""
|
4577 |
|
4578 |
+
#: includes/class-mla-shortcode-support.php:4372
|
4579 |
msgid "mla_debug last_error"
|
4580 |
msgstr ""
|
4581 |
|
4582 |
+
#: includes/class-mla-shortcode-support.php:4373
|
4583 |
msgid "mla_debug num_rows"
|
4584 |
msgstr ""
|
4585 |
|
4586 |
+
#: includes/class-mla-shortcode-support.php:4374
|
4587 |
msgid "mla_debug found_rows"
|
4588 |
msgstr ""
|
4589 |
|
languages/media-library-assistant-en_US.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Media Library Assistant\n"
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
6 |
"Language-Team: David Lingren <david@fairtradejudaica.org>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -19,6 +19,13 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-1: tests\n"
|
20 |
"X-Poedit-SearchPath-2: index.php\n"
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
msgid "Title"
|
23 |
msgstr ""
|
24 |
|
@@ -197,19 +204,12 @@ msgstr ""
|
|
197 |
msgid "Page Title"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#. translators: Name of the plugin/theme
|
201 |
-
msgid "Media Library Assistant"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
msgid "Enter the title for the Media/Assistant submenu page"
|
205 |
msgstr ""
|
206 |
|
207 |
msgid "Menu Title"
|
208 |
msgstr ""
|
209 |
|
210 |
-
msgid "Assistant"
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
msgid "Enter the title for the Media/Assistant submenu entry"
|
214 |
msgstr ""
|
215 |
|
@@ -462,6 +462,14 @@ msgstr ""
|
|
462 |
msgid "Attachment Display Settings"
|
463 |
msgstr ""
|
464 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
465 |
msgid "Alignment"
|
466 |
msgstr ""
|
467 |
|
@@ -849,6 +857,18 @@ msgid ""
|
|
849 |
"the existing MLA_DEBUG_LEVEL value."
|
850 |
msgstr ""
|
851 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
852 |
#. translators: 1: ERROR tag 2: raw_mime_type
|
853 |
#, php-format
|
854 |
msgid "%1$s: Bad specification part \"%2$s\""
|
@@ -1068,18 +1088,6 @@ msgstr ""
|
|
1068 |
msgid "(%1$s) %2$s (ID %3$d) query \"%4$s\" failed, returning \"%5$s\""
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#. translators: 1: ERROR tag 2: path and file name
|
1072 |
-
#, php-format
|
1073 |
-
msgctxt "error_log"
|
1074 |
-
msgid "%1$s: mla_load_template file \"%2$s\" not found."
|
1075 |
-
msgstr ""
|
1076 |
-
|
1077 |
-
#. translators: 1: ERROR tag 2: path and file name 3: source type, e.g., file, option, string
|
1078 |
-
#, php-format
|
1079 |
-
msgctxt "error_log"
|
1080 |
-
msgid "%1$s: mla_load_template file \"%2$s\" bad source type \"%3$s\"."
|
1081 |
-
msgstr ""
|
1082 |
-
|
1083 |
#. translators: 1: ERROR tag 2: template excerpt
|
1084 |
#, php-format
|
1085 |
msgctxt "error_log"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Media Library Assistant\n"
|
4 |
+
"POT-Creation-Date: 2016-01-23 23:06-0800\n"
|
5 |
+
"PO-Revision-Date: 2016-01-23 23:06-0800\n"
|
6 |
"Language-Team: David Lingren <david@fairtradejudaica.org>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
19 |
"X-Poedit-SearchPath-1: tests\n"
|
20 |
"X-Poedit-SearchPath-2: index.php\n"
|
21 |
|
22 |
+
#. translators: Name of the plugin/theme
|
23 |
+
msgid "Media Library Assistant"
|
24 |
+
msgstr ""
|
25 |
+
|
26 |
+
msgid "Assistant"
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
msgid "Title"
|
30 |
msgstr ""
|
31 |
|
204 |
msgid "Page Title"
|
205 |
msgstr ""
|
206 |
|
|
|
|
|
|
|
|
|
207 |
msgid "Enter the title for the Media/Assistant submenu page"
|
208 |
msgstr ""
|
209 |
|
210 |
msgid "Menu Title"
|
211 |
msgstr ""
|
212 |
|
|
|
|
|
|
|
213 |
msgid "Enter the title for the Media/Assistant submenu entry"
|
214 |
msgstr ""
|
215 |
|
462 |
msgid "Attachment Display Settings"
|
463 |
msgstr ""
|
464 |
|
465 |
+
msgid "Media Manager Apply Display Settings"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
msgid ""
|
469 |
+
"Check this option to always start with the Attachment Display Settings set "
|
470 |
+
"here,<br> overriding browser-/cookie-based defaults."
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
msgid "Alignment"
|
474 |
msgstr ""
|
475 |
|
857 |
"the existing MLA_DEBUG_LEVEL value."
|
858 |
msgstr ""
|
859 |
|
860 |
+
#. translators: 1: ERROR tag 2: path and file name
|
861 |
+
#, php-format
|
862 |
+
msgctxt "error_log"
|
863 |
+
msgid "%1$s: mla_load_template file \"%2$s\" not found."
|
864 |
+
msgstr ""
|
865 |
+
|
866 |
+
#. translators: 1: ERROR tag 2: path and file name 3: source type, e.g., file, option, string
|
867 |
+
#, php-format
|
868 |
+
msgctxt "error_log"
|
869 |
+
msgid "%1$s: mla_load_template file \"%2$s\" bad source type \"%3$s\"."
|
870 |
+
msgstr ""
|
871 |
+
|
872 |
#. translators: 1: ERROR tag 2: raw_mime_type
|
873 |
#, php-format
|
874 |
msgid "%1$s: Bad specification part \"%2$s\""
|
1088 |
msgid "(%1$s) %2$s (ID %3$d) query \"%4$s\" failed, returning \"%5$s\""
|
1089 |
msgstr ""
|
1090 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1091 |
#. translators: 1: ERROR tag 2: template excerpt
|
1092 |
#, php-format
|
1093 |
msgctxt "error_log"
|
languages/media-library-assistant-en_US.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Media Library Assistant\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2015-08-21 21:38-0800\n"
|
7 |
"Last-Translator: David Lingren <david@fairtradejudaica.org>\n"
|
8 |
"Language-Team: David Lingren <david@fairtradejudaica.org>\n"
|
@@ -20,6 +20,13 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-1: tests\n"
|
21 |
"X-Poedit-SearchPath-2: index.php\n"
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
msgid "Title"
|
24 |
msgstr ""
|
25 |
|
@@ -198,19 +205,12 @@ msgstr ""
|
|
198 |
msgid "Page Title"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#. translators: Name of the plugin/theme
|
202 |
-
msgid "Media Library Assistant"
|
203 |
-
msgstr ""
|
204 |
-
|
205 |
msgid "Enter the title for the Media/Assistant submenu page"
|
206 |
msgstr ""
|
207 |
|
208 |
msgid "Menu Title"
|
209 |
msgstr ""
|
210 |
|
211 |
-
msgid "Assistant"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
msgid "Enter the title for the Media/Assistant submenu entry"
|
215 |
msgstr ""
|
216 |
|
@@ -463,6 +463,14 @@ msgstr ""
|
|
463 |
msgid "Attachment Display Settings"
|
464 |
msgstr ""
|
465 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
466 |
msgid "Alignment"
|
467 |
msgstr ""
|
468 |
|
@@ -850,6 +858,18 @@ msgid ""
|
|
850 |
"the existing MLA_DEBUG_LEVEL value."
|
851 |
msgstr ""
|
852 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
853 |
#. translators: 1: ERROR tag 2: raw_mime_type
|
854 |
#, php-format
|
855 |
msgid "%1$s: Bad specification part \"%2$s\""
|
@@ -1069,18 +1089,6 @@ msgstr ""
|
|
1069 |
msgid "(%1$s) %2$s (ID %3$d) query \"%4$s\" failed, returning \"%5$s\""
|
1070 |
msgstr ""
|
1071 |
|
1072 |
-
#. translators: 1: ERROR tag 2: path and file name
|
1073 |
-
#, php-format
|
1074 |
-
msgctxt "error_log"
|
1075 |
-
msgid "%1$s: mla_load_template file \"%2$s\" not found."
|
1076 |
-
msgstr ""
|
1077 |
-
|
1078 |
-
#. translators: 1: ERROR tag 2: path and file name 3: source type, e.g., file, option, string
|
1079 |
-
#, php-format
|
1080 |
-
msgctxt "error_log"
|
1081 |
-
msgid "%1$s: mla_load_template file \"%2$s\" bad source type \"%3$s\"."
|
1082 |
-
msgstr ""
|
1083 |
-
|
1084 |
#. translators: 1: ERROR tag 2: template excerpt
|
1085 |
#, php-format
|
1086 |
msgctxt "error_log"
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Media Library Assistant\n"
|
5 |
+
"POT-Creation-Date: 2016-01-23 23:01-0800\n"
|
6 |
"PO-Revision-Date: 2015-08-21 21:38-0800\n"
|
7 |
"Last-Translator: David Lingren <david@fairtradejudaica.org>\n"
|
8 |
"Language-Team: David Lingren <david@fairtradejudaica.org>\n"
|
20 |
"X-Poedit-SearchPath-1: tests\n"
|
21 |
"X-Poedit-SearchPath-2: index.php\n"
|
22 |
|
23 |
+
#. translators: Name of the plugin/theme
|
24 |
+
msgid "Media Library Assistant"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
msgid "Assistant"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
msgid "Title"
|
31 |
msgstr ""
|
32 |
|
205 |
msgid "Page Title"
|
206 |
msgstr ""
|
207 |
|
|
|
|
|
|
|
|
|
208 |
msgid "Enter the title for the Media/Assistant submenu page"
|
209 |
msgstr ""
|
210 |
|
211 |
msgid "Menu Title"
|
212 |
msgstr ""
|
213 |
|
|
|
|
|
|
|
214 |
msgid "Enter the title for the Media/Assistant submenu entry"
|
215 |
msgstr ""
|
216 |
|
463 |
msgid "Attachment Display Settings"
|
464 |
msgstr ""
|
465 |
|
466 |
+
msgid "Media Manager Apply Display Settings"
|
467 |
+
msgstr ""
|
468 |
+
|
469 |
+
msgid ""
|
470 |
+
"Check this option to always start with the Attachment Display Settings set "
|
471 |
+
"here,<br> overriding browser-/cookie-based defaults."
|
472 |
+
msgstr ""
|
473 |
+
|
474 |
msgid "Alignment"
|
475 |
msgstr ""
|
476 |
|
858 |
"the existing MLA_DEBUG_LEVEL value."
|
859 |
msgstr ""
|
860 |
|
861 |
+
#. translators: 1: ERROR tag 2: path and file name
|
862 |
+
#, php-format
|
863 |
+
msgctxt "error_log"
|
864 |
+
msgid "%1$s: mla_load_template file \"%2$s\" not found."
|
865 |
+
msgstr ""
|
866 |
+
|
867 |
+
#. translators: 1: ERROR tag 2: path and file name 3: source type, e.g., file, option, string
|
868 |
+
#, php-format
|
869 |
+
msgctxt "error_log"
|
870 |
+
msgid "%1$s: mla_load_template file \"%2$s\" bad source type \"%3$s\"."
|
871 |
+
msgstr ""
|
872 |
+
|
873 |
#. translators: 1: ERROR tag 2: raw_mime_type
|
874 |
#, php-format
|
875 |
msgid "%1$s: Bad specification part \"%2$s\""
|
1089 |
msgid "(%1$s) %2$s (ID %3$d) query \"%4$s\" failed, returning \"%5$s\""
|
1090 |
msgstr ""
|
1091 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1092 |
#. translators: 1: ERROR tag 2: template excerpt
|
1093 |
#, php-format
|
1094 |
msgctxt "error_log"
|
phpDocs/classes/CPAC_Storage_Model_MLA.html
CHANGED
@@ -63,10 +63,14 @@ calls the parent constructor to set some default configs.</span><pre>__construct
|
|
63 |
<li class="method public "><a href="#get_default_column_names" title="get_default_column_names :: Returns the Media/Assistant submenu table column slugs/keys"><span class="description">Returns the Media/Assistant submenu table column slugs/keys</span><pre>get_default_column_names()</pre></a></li>
|
64 |
<li class="method public "><a href="#get_default_columns" title="get_default_columns :: Returns the Media/Assistant submenu table column definitions"><span class="description">Returns the Media/Assistant submenu table column definitions</span><pre>get_default_columns()</pre></a></li>
|
65 |
<li class="method public "><a href="#get_edit_link" title="get_edit_link :: Return a link to the Media/Assistant submenu Edit columns screen"><span class="description">Return a link to the Media/Assistant submenu Edit columns screen</span><pre>get_edit_link()</pre></a></li>
|
66 |
-
<li class="method public "><a href="#get_meta" title="get_meta :: Returns the custom fields
|
67 |
-
in the Media/Assistant submenu table"><span class="description">Returns the custom fields
|
68 |
in the Media/Assistant submenu table</span><pre>get_meta()</pre></a></li>
|
|
|
69 |
<li class="method public "><a href="#is_columns_screen" title="is_columns_screen :: Test for current screen = the Media/Assistant submenu screen"><span class="description">Test for current screen = the Media/Assistant submenu screen</span><pre>is_columns_screen()</pre></a></li>
|
|
|
|
|
|
|
70 |
<li class="method public "><a href="#manage_value" title="manage_value :: Return the content of an Admin Columns custom column"><span class="description">Return the content of an Admin Columns custom column</span><pre>manage_value()</pre></a></li>
|
71 |
<li class="nav-header protected">» Protected</li>
|
72 |
<li class="method protected "><a href="#get_screen_link" title="get_screen_link :: Return a link to the Media/Assistant submenu screen"><span class="description">Return a link to the Media/Assistant submenu screen</span><pre>get_screen_link()</pre></a></li>
|
@@ -157,7 +161,7 @@ calls the parent constructor to set some default configs.</h2>
|
|
157 |
</div></div>
|
158 |
</div>
|
159 |
<a name="get_meta" id="get_meta"></a><div class="element clickable method public get_meta" data-toggle="collapse" data-target=".get_meta .collapse">
|
160 |
-
<h2>Returns the custom fields
|
161 |
in the Media/Assistant submenu table</h2>
|
162 |
<pre>get_meta() : array</pre>
|
163 |
<div class="labels"></div>
|
@@ -172,6 +176,18 @@ in the Media/Assistant submenu table</h2>
|
|
172 |
<code>array</code>( index => array( 0 => 'custom field name' ) )</div>
|
173 |
</div></div>
|
174 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
<a name="is_columns_screen" id="is_columns_screen"></a><div class="element clickable method public is_columns_screen" data-toggle="collapse" data-target=".is_columns_screen .collapse">
|
176 |
<h2>Test for current screen = the Media/Assistant submenu screen</h2>
|
177 |
<pre>is_columns_screen() : boolean</pre>
|
@@ -187,6 +203,22 @@ in the Media/Assistant submenu table</h2>
|
|
187 |
<code>boolean</code>true if the Media/Assistant submenu is the current screen</div>
|
188 |
</div></div>
|
189 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
<a name="manage_value" id="manage_value"></a><div class="element clickable method public manage_value" data-toggle="collapse" data-target=".manage_value .collapse">
|
191 |
<h2>Return the content of an Admin Columns custom column</h2>
|
192 |
<pre>manage_value(string $content, object $item, string $column_name) : string</pre>
|
@@ -235,7 +267,7 @@ in the Media/Assistant submenu table</h2>
|
|
235 |
<div class="row"><footer class="span12">
|
236 |
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>
|
237 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
238 |
-
generated on 2016-01-
|
239 |
</div>
|
240 |
</body>
|
241 |
</html>
|
63 |
<li class="method public "><a href="#get_default_column_names" title="get_default_column_names :: Returns the Media/Assistant submenu table column slugs/keys"><span class="description">Returns the Media/Assistant submenu table column slugs/keys</span><pre>get_default_column_names()</pre></a></li>
|
64 |
<li class="method public "><a href="#get_default_columns" title="get_default_columns :: Returns the Media/Assistant submenu table column definitions"><span class="description">Returns the Media/Assistant submenu table column definitions</span><pre>get_default_columns()</pre></a></li>
|
65 |
<li class="method public "><a href="#get_edit_link" title="get_edit_link :: Return a link to the Media/Assistant submenu Edit columns screen"><span class="description">Return a link to the Media/Assistant submenu Edit columns screen</span><pre>get_edit_link()</pre></a></li>
|
66 |
+
<li class="method public "><a href="#get_meta" title="get_meta :: Returns the custom fields assigned to Media Library items, removing those already present
|
67 |
+
in the Media/Assistant submenu table"><span class="description">Returns the custom fields assigned to Media Library items, removing those already present
|
68 |
in the Media/Assistant submenu table</span><pre>get_meta()</pre></a></li>
|
69 |
+
<li class="method public "><a href="#init_manage_columns" title="init_manage_columns :: Added in Admin Columns update to v2.4.9"><span class="description">Added in Admin Columns update to v2.4.9</span><pre>init_manage_columns()</pre></a></li>
|
70 |
<li class="method public "><a href="#is_columns_screen" title="is_columns_screen :: Test for current screen = the Media/Assistant submenu screen"><span class="description">Test for current screen = the Media/Assistant submenu screen</span><pre>is_columns_screen()</pre></a></li>
|
71 |
+
<li class="method public "><a href="#is_current_screen" title="is_current_screen :: Test for current screen = the Media/Assistant submenu screen,
|
72 |
+
For Admin Columns 2.4.9+"><span class="description">Test for current screen = the Media/Assistant submenu screen,
|
73 |
+
For Admin Columns 2.4.9+</span><pre>is_current_screen()</pre></a></li>
|
74 |
<li class="method public "><a href="#manage_value" title="manage_value :: Return the content of an Admin Columns custom column"><span class="description">Return the content of an Admin Columns custom column</span><pre>manage_value()</pre></a></li>
|
75 |
<li class="nav-header protected">» Protected</li>
|
76 |
<li class="method protected "><a href="#get_screen_link" title="get_screen_link :: Return a link to the Media/Assistant submenu screen"><span class="description">Return a link to the Media/Assistant submenu screen</span><pre>get_screen_link()</pre></a></li>
|
161 |
</div></div>
|
162 |
</div>
|
163 |
<a name="get_meta" id="get_meta"></a><div class="element clickable method public get_meta" data-toggle="collapse" data-target=".get_meta .collapse">
|
164 |
+
<h2>Returns the custom fields assigned to Media Library items, removing those already present
|
165 |
in the Media/Assistant submenu table</h2>
|
166 |
<pre>get_meta() : array</pre>
|
167 |
<div class="labels"></div>
|
176 |
<code>array</code>( index => array( 0 => 'custom field name' ) )</div>
|
177 |
</div></div>
|
178 |
</div>
|
179 |
+
<a name="init_manage_columns" id="init_manage_columns"></a><div class="element clickable method public init_manage_columns" data-toggle="collapse" data-target=".init_manage_columns .collapse">
|
180 |
+
<h2>Added in Admin Columns update to v2.4.9</h2>
|
181 |
+
<pre>init_manage_columns() </pre>
|
182 |
+
<div class="labels"></div>
|
183 |
+
<div class="row collapse"><div class="detail-description">
|
184 |
+
<p class="long_description"></p>
|
185 |
+
<table class="table table-bordered"><tr>
|
186 |
+
<th>since</th>
|
187 |
+
<td>2.23</td>
|
188 |
+
</tr></table>
|
189 |
+
</div></div>
|
190 |
+
</div>
|
191 |
<a name="is_columns_screen" id="is_columns_screen"></a><div class="element clickable method public is_columns_screen" data-toggle="collapse" data-target=".is_columns_screen .collapse">
|
192 |
<h2>Test for current screen = the Media/Assistant submenu screen</h2>
|
193 |
<pre>is_columns_screen() : boolean</pre>
|
203 |
<code>boolean</code>true if the Media/Assistant submenu is the current screen</div>
|
204 |
</div></div>
|
205 |
</div>
|
206 |
+
<a name="is_current_screen" id="is_current_screen"></a><div class="element clickable method public is_current_screen" data-toggle="collapse" data-target=".is_current_screen .collapse">
|
207 |
+
<h2>Test for current screen = the Media/Assistant submenu screen,
|
208 |
+
For Admin Columns 2.4.9+</h2>
|
209 |
+
<pre>is_current_screen() : boolean</pre>
|
210 |
+
<div class="labels"></div>
|
211 |
+
<div class="row collapse"><div class="detail-description">
|
212 |
+
<p class="long_description"></p>
|
213 |
+
<table class="table table-bordered"><tr>
|
214 |
+
<th>since</th>
|
215 |
+
<td>2.23</td>
|
216 |
+
</tr></table>
|
217 |
+
<h3>Returns</h3>
|
218 |
+
<div class="subelement response">
|
219 |
+
<code>boolean</code>true if the Media/Assistant submenu is the current screen</div>
|
220 |
+
</div></div>
|
221 |
+
</div>
|
222 |
<a name="manage_value" id="manage_value"></a><div class="element clickable method public manage_value" data-toggle="collapse" data-target=".manage_value .collapse">
|
223 |
<h2>Return the content of an Admin Columns custom column</h2>
|
224 |
<pre>manage_value(string $content, object $item, string $column_name) : string</pre>
|
267 |
<div class="row"><footer class="span12">
|
268 |
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>
|
269 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
270 |
+
generated on 2016-01-23T23:00:26-08:00.<br></footer></div>
|
271 |
</div>
|
272 |
</body>
|
273 |
</html>
|
phpDocs/classes/MLA.html
CHANGED
@@ -70,7 +70,6 @@
|
|
70 |
<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>
|
71 |
<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>
|
72 |
<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>
|
73 |
-
<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>
|
74 |
<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>
|
75 |
<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>
|
76 |
<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>
|
@@ -324,20 +323,6 @@ add settings link in the Plugins section entry for MLA.</p></p>
|
|
324 |
<code>string</code>The updated top-level menu page</div>
|
325 |
</div></div>
|
326 |
</div>
|
327 |
-
<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">
|
328 |
-
<h2>Load a plugin text domain and alternate debug file</h2>
|
329 |
-
<pre>mla_plugins_loaded_action() : void</pre>
|
330 |
-
<div class="labels"></div>
|
331 |
-
<div class="row collapse"><div class="detail-description">
|
332 |
-
<p class="long_description"><p>The "add_action" for this function is in mla-plugin-loader.php, because the "initialize"
|
333 |
-
function above doesn't run in time.
|
334 |
-
Defined as public because it's an action.</p></p>
|
335 |
-
<table class="table table-bordered"><tr>
|
336 |
-
<th>since</th>
|
337 |
-
<td>1.60</td>
|
338 |
-
</tr></table>
|
339 |
-
</div></div>
|
340 |
-
</div>
|
341 |
<a name="mla_prepare_bulk_edits" id="mla_prepare_bulk_edits"></a><div class="element clickable method public mla_prepare_bulk_edits" data-toggle="collapse" data-target=".mla_prepare_bulk_edits .collapse">
|
342 |
<h2>Prepare Bulk Edit field-level updates</h2>
|
343 |
<pre>mla_prepare_bulk_edits(integer $post_id, array $request, array $custom_field_map) : array</pre>
|
@@ -782,7 +767,7 @@ Defined as public because it's an action.</p></p>
|
|
782 |
<div class="row"><footer class="span12">
|
783 |
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>
|
784 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
785 |
-
generated on 2016-01-
|
786 |
</div>
|
787 |
</body>
|
788 |
</html>
|
70 |
<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>
|
71 |
<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>
|
72 |
<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>
|
|
|
73 |
<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>
|
74 |
<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>
|
75 |
<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>
|
323 |
<code>string</code>The updated top-level menu page</div>
|
324 |
</div></div>
|
325 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
<a name="mla_prepare_bulk_edits" id="mla_prepare_bulk_edits"></a><div class="element clickable method public mla_prepare_bulk_edits" data-toggle="collapse" data-target=".mla_prepare_bulk_edits .collapse">
|
327 |
<h2>Prepare Bulk Edit field-level updates</h2>
|
328 |
<pre>mla_prepare_bulk_edits(integer $post_id, array $request, array $custom_field_map) : array</pre>
|
767 |
<div class="row"><footer class="span12">
|
768 |
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>
|
769 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
770 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
771 |
</div>
|
772 |
</body>
|
773 |
</html>
|
phpDocs/classes/MLACore.html
CHANGED
@@ -72,6 +72,7 @@
|
|
72 |
<li class="method public "><a href="#mla_load_template" title="mla_load_template :: Load an HTML template from a file"><span class="description">Load an HTML template from a file</span><pre>mla_load_template()</pre></a></li>
|
73 |
<li class="method public "><a href="#mla_localize_option_definitions_array" title="mla_localize_option_definitions_array :: Localize $mla_option_definitions array"><span class="description">Localize $mla_option_definitions array</span><pre>mla_localize_option_definitions_array()</pre></a></li>
|
74 |
<li class="method public "><a href="#mla_parse_view_specification" title="mla_parse_view_specification :: Analyze a Library View/Post MIME Type specification, returning an array of the placeholders it contains"><span class="description">Analyze a Library View/Post MIME Type specification, returning an array of the placeholders it contains</span><pre>mla_parse_view_specification()</pre></a></li>
|
|
|
75 |
<li class="method public "><a href="#mla_prepare_view_query" title="mla_prepare_view_query :: Convert a Library View/Post MIME Type specification to WP_Query parameters"><span class="description">Convert a Library View/Post MIME Type specification to WP_Query parameters</span><pre>mla_prepare_view_query()</pre></a></li>
|
76 |
<li class="method public "><a href="#mla_supported_taxonomies" title="mla_supported_taxonomies :: Returns an array of taxonomy names assigned to $support_type"><span class="description">Returns an array of taxonomy names assigned to $support_type</span><pre>mla_supported_taxonomies()</pre></a></li>
|
77 |
<li class="method public "><a href="#mla_taxonomy_support" title="mla_taxonomy_support :: Determine MLA support for a taxonomy, handling the special case where the
|
@@ -114,6 +115,7 @@ settings are being updated or reset.</span><pre>mla_taxonomy_support()</pre></a>
|
|
114 |
<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>
|
115 |
<li class="constant "><a href="#MLA_DEBUG_CATEGORY_AJAX" title="MLA_DEBUG_CATEGORY_AJAX :: Constant to log Ajax debug activity"><span class="description">Constant to log Ajax debug activity</span><pre>MLA_DEBUG_CATEGORY_AJAX</pre></a></li>
|
116 |
<li class="constant "><a href="#MLA_DEBUG_CATEGORY_LANGUAGE" title="MLA_DEBUG_CATEGORY_LANGUAGE :: Constant to log WPML/Polylang action/filter activity"><span class="description">Constant to log WPML/Polylang action/filter activity</span><pre>MLA_DEBUG_CATEGORY_LANGUAGE</pre></a></li>
|
|
|
117 |
<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>
|
118 |
<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>
|
119 |
<li class="constant "><a href="#MLA_DEBUG_REPLACE_LEVEL" title="MLA_DEBUG_REPLACE_LEVEL :: Provides a unique name for the Debug replace MLA_DEBUG_LEVEL option"><span class="description">Provides a unique name for the Debug replace MLA_DEBUG_LEVEL option</span><pre>MLA_DEBUG_REPLACE_LEVEL</pre></a></li>
|
@@ -134,6 +136,7 @@ settings are being updated or reset.</span><pre>mla_taxonomy_support()</pre></a>
|
|
134 |
<li class="constant "><a href="#MLA_MEDIA_GRID_TOOLBAR" title="MLA_MEDIA_GRID_TOOLBAR :: Provides a unique name for the Media Grid toolbar option, which
|
135 |
also controls the ATTACHMENT DETAILS enhancements"><span class="description">Provides a unique name for the Media Grid toolbar option, which
|
136 |
also controls the ATTACHMENT DETAILS enhancements</span><pre>MLA_MEDIA_GRID_TOOLBAR</pre></a></li>
|
|
|
137 |
<li class="constant "><a href="#MLA_MEDIA_MODAL_DETAILS_AUTOFILL" title="MLA_MEDIA_MODAL_DETAILS_AUTOFILL :: Provides a unique name for the Media Manager Attachment Details auto-fill option"><span class="description">Provides a unique name for the Media Manager Attachment Details auto-fill option</span><pre>MLA_MEDIA_MODAL_DETAILS_AUTOFILL</pre></a></li>
|
138 |
<li class="constant "><a href="#MLA_MEDIA_MODAL_DETAILS_CATEGORY_METABOX" title='MLA_MEDIA_MODAL_DETAILS_CATEGORY_METABOX :: Provides a unique name for the Media Manager Attachment Details searchable taxonomy option
|
139 |
This option is for hierarchical taxonomies, e.g., "Att.'><span class="description">Provides a unique name for the Media Manager Attachment Details searchable taxonomy option
|
@@ -505,6 +508,20 @@ where "key" becomes the key part of the array.</p></p>
|
|
505 |
<code>array</code>( ['prefix'] => string, ['name'] => string, ['value'] => string, ['option'] => string, optional ['error'] => string )</div>
|
506 |
</div></div>
|
507 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
508 |
<a name="mla_prepare_view_query" id="mla_prepare_view_query"></a><div class="element clickable method public mla_prepare_view_query" data-toggle="collapse" data-target=".mla_prepare_view_query .collapse">
|
509 |
<h2>Convert a Library View/Post MIME Type specification to WP_Query parameters</h2>
|
510 |
<pre>mla_prepare_view_query(string $slug, string $specification) : array</pre>
|
@@ -953,6 +970,18 @@ reset => reset function for 'custom' options; returns nothing. Usage:
|
|
953 |
</tr></table>
|
954 |
</div></div>
|
955 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
956 |
<a name="MLA_DEBUG_DISPLAY_LIMIT" id="MLA_DEBUG_DISPLAY_LIMIT"> </a><div class="element clickable constant MLA_DEBUG_DISPLAY_LIMIT" data-toggle="collapse" data-target=".MLA_DEBUG_DISPLAY_LIMIT .collapse">
|
957 |
<h2>Provides a unique name for the Debug display limit option</h2>
|
958 |
<pre>MLA_DEBUG_DISPLAY_LIMIT </pre>
|
@@ -1062,6 +1091,12 @@ also controls the ATTACHMENT DETAILS enhancements</h2>
|
|
1062 |
<div class="labels"></div>
|
1063 |
<div class="row collapse"><div class="detail-description"><p class="long_description"></p></div></div>
|
1064 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
1065 |
<a name="MLA_MEDIA_MODAL_DETAILS_AUTOFILL" id="MLA_MEDIA_MODAL_DETAILS_AUTOFILL"> </a><div class="element clickable constant MLA_MEDIA_MODAL_DETAILS_AUTOFILL" data-toggle="collapse" data-target=".MLA_MEDIA_MODAL_DETAILS_AUTOFILL .collapse">
|
1066 |
<h2>Provides a unique name for the Media Manager Attachment Details auto-fill option</h2>
|
1067 |
<pre>MLA_MEDIA_MODAL_DETAILS_AUTOFILL </pre>
|
@@ -1258,7 +1293,7 @@ also controls the ATTACHMENT DETAILS enhancements</h2>
|
|
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 2016-01-
|
1262 |
</div>
|
1263 |
</body>
|
1264 |
</html>
|
72 |
<li class="method public "><a href="#mla_load_template" title="mla_load_template :: Load an HTML template from a file"><span class="description">Load an HTML template from a file</span><pre>mla_load_template()</pre></a></li>
|
73 |
<li class="method public "><a href="#mla_localize_option_definitions_array" title="mla_localize_option_definitions_array :: Localize $mla_option_definitions array"><span class="description">Localize $mla_option_definitions array</span><pre>mla_localize_option_definitions_array()</pre></a></li>
|
74 |
<li class="method public "><a href="#mla_parse_view_specification" title="mla_parse_view_specification :: Analyze a Library View/Post MIME Type specification, returning an array of the placeholders it contains"><span class="description">Analyze a Library View/Post MIME Type specification, returning an array of the placeholders it contains</span><pre>mla_parse_view_specification()</pre></a></li>
|
75 |
+
<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>
|
76 |
<li class="method public "><a href="#mla_prepare_view_query" title="mla_prepare_view_query :: Convert a Library View/Post MIME Type specification to WP_Query parameters"><span class="description">Convert a Library View/Post MIME Type specification to WP_Query parameters</span><pre>mla_prepare_view_query()</pre></a></li>
|
77 |
<li class="method public "><a href="#mla_supported_taxonomies" title="mla_supported_taxonomies :: Returns an array of taxonomy names assigned to $support_type"><span class="description">Returns an array of taxonomy names assigned to $support_type</span><pre>mla_supported_taxonomies()</pre></a></li>
|
78 |
<li class="method public "><a href="#mla_taxonomy_support" title="mla_taxonomy_support :: Determine MLA support for a taxonomy, handling the special case where the
|
115 |
<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>
|
116 |
<li class="constant "><a href="#MLA_DEBUG_CATEGORY_AJAX" title="MLA_DEBUG_CATEGORY_AJAX :: Constant to log Ajax debug activity"><span class="description">Constant to log Ajax debug activity</span><pre>MLA_DEBUG_CATEGORY_AJAX</pre></a></li>
|
117 |
<li class="constant "><a href="#MLA_DEBUG_CATEGORY_LANGUAGE" title="MLA_DEBUG_CATEGORY_LANGUAGE :: Constant to log WPML/Polylang action/filter activity"><span class="description">Constant to log WPML/Polylang action/filter activity</span><pre>MLA_DEBUG_CATEGORY_LANGUAGE</pre></a></li>
|
118 |
+
<li class="constant "><a href="#MLA_DEBUG_CATEGORY_THUMBNAIL" title="MLA_DEBUG_CATEGORY_THUMBNAIL :: Constant to log Ghostscript/Imagick activity"><span class="description">Constant to log Ghostscript/Imagick activity</span><pre>MLA_DEBUG_CATEGORY_THUMBNAIL</pre></a></li>
|
119 |
<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>
|
120 |
<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>
|
121 |
<li class="constant "><a href="#MLA_DEBUG_REPLACE_LEVEL" title="MLA_DEBUG_REPLACE_LEVEL :: Provides a unique name for the Debug replace MLA_DEBUG_LEVEL option"><span class="description">Provides a unique name for the Debug replace MLA_DEBUG_LEVEL option</span><pre>MLA_DEBUG_REPLACE_LEVEL</pre></a></li>
|
136 |
<li class="constant "><a href="#MLA_MEDIA_GRID_TOOLBAR" title="MLA_MEDIA_GRID_TOOLBAR :: Provides a unique name for the Media Grid toolbar option, which
|
137 |
also controls the ATTACHMENT DETAILS enhancements"><span class="description">Provides a unique name for the Media Grid toolbar option, which
|
138 |
also controls the ATTACHMENT DETAILS enhancements</span><pre>MLA_MEDIA_GRID_TOOLBAR</pre></a></li>
|
139 |
+
<li class="constant "><a href="#MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS" title="MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS :: Provides a unique name for the Media Manager Force Image Default Setings option"><span class="description">Provides a unique name for the Media Manager Force Image Default Setings option</span><pre>MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS</pre></a></li>
|
140 |
<li class="constant "><a href="#MLA_MEDIA_MODAL_DETAILS_AUTOFILL" title="MLA_MEDIA_MODAL_DETAILS_AUTOFILL :: Provides a unique name for the Media Manager Attachment Details auto-fill option"><span class="description">Provides a unique name for the Media Manager Attachment Details auto-fill option</span><pre>MLA_MEDIA_MODAL_DETAILS_AUTOFILL</pre></a></li>
|
141 |
<li class="constant "><a href="#MLA_MEDIA_MODAL_DETAILS_CATEGORY_METABOX" title='MLA_MEDIA_MODAL_DETAILS_CATEGORY_METABOX :: Provides a unique name for the Media Manager Attachment Details searchable taxonomy option
|
142 |
This option is for hierarchical taxonomies, e.g., "Att.'><span class="description">Provides a unique name for the Media Manager Attachment Details searchable taxonomy option
|
508 |
<code>array</code>( ['prefix'] => string, ['name'] => string, ['value'] => string, ['option'] => string, optional ['error'] => string )</div>
|
509 |
</div></div>
|
510 |
</div>
|
511 |
+
<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">
|
512 |
+
<h2>Load a plugin text domain and alternate debug file</h2>
|
513 |
+
<pre>mla_plugins_loaded_action() : void</pre>
|
514 |
+
<div class="labels"></div>
|
515 |
+
<div class="row collapse"><div class="detail-description">
|
516 |
+
<p class="long_description"><p>The "add_action" for this function is in mla-plugin-loader.php, because the "initialize"
|
517 |
+
function above doesn't run in time.
|
518 |
+
Defined as public because it's an action.</p></p>
|
519 |
+
<table class="table table-bordered"><tr>
|
520 |
+
<th>since</th>
|
521 |
+
<td>1.60</td>
|
522 |
+
</tr></table>
|
523 |
+
</div></div>
|
524 |
+
</div>
|
525 |
<a name="mla_prepare_view_query" id="mla_prepare_view_query"></a><div class="element clickable method public mla_prepare_view_query" data-toggle="collapse" data-target=".mla_prepare_view_query .collapse">
|
526 |
<h2>Convert a Library View/Post MIME Type specification to WP_Query parameters</h2>
|
527 |
<pre>mla_prepare_view_query(string $slug, string $specification) : array</pre>
|
970 |
</tr></table>
|
971 |
</div></div>
|
972 |
</div>
|
973 |
+
<a name="MLA_DEBUG_CATEGORY_THUMBNAIL" id="MLA_DEBUG_CATEGORY_THUMBNAIL"> </a><div class="element clickable constant MLA_DEBUG_CATEGORY_THUMBNAIL" data-toggle="collapse" data-target=".MLA_DEBUG_CATEGORY_THUMBNAIL .collapse">
|
974 |
+
<h2>Constant to log Ghostscript/Imagick activity</h2>
|
975 |
+
<pre>MLA_DEBUG_CATEGORY_THUMBNAIL : integer</pre>
|
976 |
+
<div class="labels"></div>
|
977 |
+
<div class="row collapse"><div class="detail-description">
|
978 |
+
<p class="long_description"></p>
|
979 |
+
<table class="table table-bordered"><tr>
|
980 |
+
<th>since</th>
|
981 |
+
<td>2.23</td>
|
982 |
+
</tr></table>
|
983 |
+
</div></div>
|
984 |
+
</div>
|
985 |
<a name="MLA_DEBUG_DISPLAY_LIMIT" id="MLA_DEBUG_DISPLAY_LIMIT"> </a><div class="element clickable constant MLA_DEBUG_DISPLAY_LIMIT" data-toggle="collapse" data-target=".MLA_DEBUG_DISPLAY_LIMIT .collapse">
|
986 |
<h2>Provides a unique name for the Debug display limit option</h2>
|
987 |
<pre>MLA_DEBUG_DISPLAY_LIMIT </pre>
|
1091 |
<div class="labels"></div>
|
1092 |
<div class="row collapse"><div class="detail-description"><p class="long_description"></p></div></div>
|
1093 |
</div>
|
1094 |
+
<a name="MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS" id="MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS"> </a><div class="element clickable constant MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS" data-toggle="collapse" data-target=".MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS .collapse">
|
1095 |
+
<h2>Provides a unique name for the Media Manager Force Image Default Setings option</h2>
|
1096 |
+
<pre>MLA_MEDIA_MODAL_APPLY_DISPLAY_SETTINGS </pre>
|
1097 |
+
<div class="labels"></div>
|
1098 |
+
<div class="row collapse"><div class="detail-description"><p class="long_description"></p></div></div>
|
1099 |
+
</div>
|
1100 |
<a name="MLA_MEDIA_MODAL_DETAILS_AUTOFILL" id="MLA_MEDIA_MODAL_DETAILS_AUTOFILL"> </a><div class="element clickable constant MLA_MEDIA_MODAL_DETAILS_AUTOFILL" data-toggle="collapse" data-target=".MLA_MEDIA_MODAL_DETAILS_AUTOFILL .collapse">
|
1101 |
<h2>Provides a unique name for the Media Manager Attachment Details auto-fill option</h2>
|
1102 |
<pre>MLA_MEDIA_MODAL_DETAILS_AUTOFILL </pre>
|
1293 |
<div class="row"><footer class="span12">
|
1294 |
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>
|
1295 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1296 |
+
generated on 2016-01-23T23:00:26-08:00.<br></footer></div>
|
1297 |
</div>
|
1298 |
</body>
|
1299 |
</html>
|
phpDocs/classes/MLAData.html
CHANGED
@@ -1320,7 +1320,7 @@ the "IPTC-NAA Information Interchange Model Version No. 4.1".</p></p>
|
|
1320 |
<div class="row"><footer class="span12">
|
1321 |
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>
|
1322 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1323 |
-
generated on 2016-01-
|
1324 |
</div>
|
1325 |
</body>
|
1326 |
</html>
|
1320 |
<div class="row"><footer class="span12">
|
1321 |
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>
|
1322 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1323 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
1324 |
</div>
|
1325 |
</body>
|
1326 |
</html>
|
phpDocs/classes/MLAData_source.html
CHANGED
@@ -286,7 +286,7 @@ excludes "template:" and "meta:" values.</p></p>
|
|
286 |
<div class="row"><footer class="span12">
|
287 |
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>
|
288 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
289 |
-
generated on 2016-01-
|
290 |
</div>
|
291 |
</body>
|
292 |
</html>
|
286 |
<div class="row"><footer class="span12">
|
287 |
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>
|
288 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
289 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
290 |
</div>
|
291 |
</body>
|
292 |
</html>
|
phpDocs/classes/MLAEdit.html
CHANGED
@@ -471,7 +471,7 @@ The array is built once each page load and cached for subsequent calls.</p></p>
|
|
471 |
<div class="row"><footer class="span12">
|
472 |
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>
|
473 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
474 |
-
generated on 2016-01-
|
475 |
</div>
|
476 |
</body>
|
477 |
</html>
|
471 |
<div class="row"><footer class="span12">
|
472 |
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>
|
473 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
474 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
475 |
</div>
|
476 |
</body>
|
477 |
</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 2016-01-
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
330 |
</div>
|
331 |
</body>
|
332 |
</html>
|
phpDocs/classes/MLAMime.html
CHANGED
@@ -1308,7 +1308,7 @@ Defined as public because it's a filter.</p></p>
|
|
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 2016-01-
|
1312 |
</div>
|
1313 |
</body>
|
1314 |
</html>
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
1312 |
</div>
|
1313 |
</body>
|
1314 |
</html>
|
phpDocs/classes/MLAModal.html
CHANGED
@@ -373,7 +373,7 @@ and mla_print_media_templates_action</h2>
|
|
373 |
<div class="row"><footer class="span12">
|
374 |
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>
|
375 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
376 |
-
generated on 2016-01-
|
377 |
</div>
|
378 |
</body>
|
379 |
</html>
|
373 |
<div class="row"><footer class="span12">
|
374 |
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>
|
375 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
376 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
377 |
</div>
|
378 |
</body>
|
379 |
</html>
|
phpDocs/classes/MLAModal_Ajax.html
CHANGED
@@ -226,7 +226,7 @@ Declared public because it is a filter.</p></p>
|
|
226 |
<div class="row"><footer class="span12">
|
227 |
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>
|
228 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
229 |
-
generated on 2016-01-
|
230 |
</div>
|
231 |
</body>
|
232 |
</html>
|
226 |
<div class="row"><footer class="span12">
|
227 |
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>
|
228 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
229 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
230 |
</div>
|
231 |
</body>
|
232 |
</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 2016-01-
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
255 |
</div>
|
256 |
</body>
|
257 |
</html>
|
phpDocs/classes/MLAObjects.html
CHANGED
@@ -171,7 +171,7 @@ which replaces the "Posts" column with an equivalent "Attachments" column.</h2>
|
|
171 |
<div class="row"><footer class="span12">
|
172 |
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>
|
173 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
174 |
-
generated on 2016-01-
|
175 |
</div>
|
176 |
</body>
|
177 |
</html>
|
171 |
<div class="row"><footer class="span12">
|
172 |
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>
|
173 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
174 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
175 |
</div>
|
176 |
</body>
|
177 |
</html>
|
phpDocs/classes/MLAOptions.html
CHANGED
@@ -1412,7 +1412,7 @@ also controls the ATTACHMENT DETAILS enhancements</h2>
|
|
1412 |
<div class="row"><footer class="span12">
|
1413 |
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>
|
1414 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1415 |
-
generated on 2016-01-
|
1416 |
</div>
|
1417 |
</body>
|
1418 |
</html>
|
1412 |
<div class="row"><footer class="span12">
|
1413 |
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>
|
1414 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1415 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
1416 |
</div>
|
1417 |
</body>
|
1418 |
</html>
|
phpDocs/classes/MLAPDF.html
CHANGED
@@ -382,7 +382,7 @@ The array value is array( number, generation, start, optional /length )</p></p>
|
|
382 |
<div class="row"><footer class="span12">
|
383 |
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>
|
384 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
385 |
-
generated on 2016-01-
|
386 |
</div>
|
387 |
</body>
|
388 |
</html>
|
382 |
<div class="row"><footer class="span12">
|
383 |
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>
|
384 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
385 |
+
generated on 2016-01-23T23:00:26-08:00.<br></footer></div>
|
386 |
</div>
|
387 |
</body>
|
388 |
</html>
|
phpDocs/classes/MLAQuery.html
CHANGED
@@ -845,7 +845,7 @@ custom field Table Views.</p></p>
|
|
845 |
<div class="row"><footer class="span12">
|
846 |
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>
|
847 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
848 |
-
generated on 2016-01-
|
849 |
</div>
|
850 |
</body>
|
851 |
</html>
|
845 |
<div class="row"><footer class="span12">
|
846 |
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>
|
847 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
848 |
+
generated on 2016-01-23T23:00:26-08:00.<br></footer></div>
|
849 |
</div>
|
850 |
</body>
|
851 |
</html>
|
phpDocs/classes/MLAReferences.html
CHANGED
@@ -256,7 +256,7 @@ each page load and cached for subsequent calls.</p></p>
|
|
256 |
<div class="row"><footer class="span12">
|
257 |
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>
|
258 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
259 |
-
generated on 2016-01-
|
260 |
</div>
|
261 |
</body>
|
262 |
</html>
|
256 |
<div class="row"><footer class="span12">
|
257 |
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>
|
258 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
259 |
+
generated on 2016-01-23T23:00:26-08:00.<br></footer></div>
|
260 |
</div>
|
261 |
</body>
|
262 |
</html>
|
phpDocs/classes/MLASettings.html
CHANGED
@@ -1349,7 +1349,7 @@ localization calls cannot be placed in the "public static" array definition itse
|
|
1349 |
<div class="row"><footer class="span12">
|
1350 |
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>
|
1351 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1352 |
-
generated on 2016-01-
|
1353 |
</div>
|
1354 |
</body>
|
1355 |
</html>
|
1349 |
<div class="row"><footer class="span12">
|
1350 |
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>
|
1351 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1352 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
1353 |
</div>
|
1354 |
</body>
|
1355 |
</html>
|
phpDocs/classes/MLAShortcode_Support.html
CHANGED
@@ -716,7 +716,7 @@ any further logic required to translate those values is contained in the filter.
|
|
716 |
<div class="row"><footer class="span12">
|
717 |
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>
|
718 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
719 |
-
generated on 2016-01-
|
720 |
</div>
|
721 |
</body>
|
722 |
</html>
|
716 |
<div class="row"><footer class="span12">
|
717 |
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>
|
718 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
719 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
720 |
</div>
|
721 |
</body>
|
722 |
</html>
|
phpDocs/classes/MLAShortcodes.html
CHANGED
@@ -291,7 +291,7 @@ to MLA users and loads the support class if the shortcodes are executed.</p>
|
|
291 |
<div class="row"><footer class="span12">
|
292 |
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>
|
293 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
294 |
-
generated on 2016-01-
|
295 |
</div>
|
296 |
</body>
|
297 |
</html>
|
291 |
<div class="row"><footer class="span12">
|
292 |
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>
|
293 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
294 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
295 |
</div>
|
296 |
</body>
|
297 |
</html>
|
phpDocs/classes/MLATest.html
CHANGED
@@ -178,7 +178,7 @@ to ensure the plugin can run in the current WordPress envrionment.</p>
|
|
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 2016-01-
|
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 2016-01-23T23:00:27-08: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 2016-01-
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
182 |
</div>
|
183 |
</body>
|
184 |
</html>
|
phpDocs/classes/MLA_Ajax.html
CHANGED
@@ -164,7 +164,7 @@ Adds filters for post type and pagination.</p></p>
|
|
164 |
<div class="row"><footer class="span12">
|
165 |
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>
|
166 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
167 |
-
generated on 2016-01-
|
168 |
</div>
|
169 |
</body>
|
170 |
</html>
|
164 |
<div class="row"><footer class="span12">
|
165 |
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>
|
166 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
167 |
+
generated on 2016-01-23T23:00:26-08:00.<br></footer></div>
|
168 |
</div>
|
169 |
</body>
|
170 |
</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 2016-01-
|
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 2016-01-23T23:00:26-08:00.<br></footer></div>
|
167 |
</div>
|
168 |
</body>
|
169 |
</html>
|
phpDocs/classes/MLA_List_Table.html
CHANGED
@@ -1258,7 +1258,7 @@ visible column and add div tags.</p></p>
|
|
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 2016-01-
|
1262 |
</div>
|
1263 |
</body>
|
1264 |
</html>
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
1262 |
</div>
|
1263 |
</body>
|
1264 |
</html>
|
phpDocs/classes/MLA_Polylang.html
CHANGED
@@ -1480,7 +1480,7 @@ Polylang uses term_id as the "element_id".</p></p>
|
|
1480 |
<div class="row"><footer class="span12">
|
1481 |
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>
|
1482 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1483 |
-
generated on 2016-01-
|
1484 |
</div>
|
1485 |
</body>
|
1486 |
</html>
|
1480 |
<div class="row"><footer class="span12">
|
1481 |
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>
|
1482 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1483 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
1484 |
</div>
|
1485 |
</body>
|
1486 |
</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 2016-01-
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
339 |
</div>
|
340 |
</body>
|
341 |
</html>
|
phpDocs/classes/MLA_Upload_List_Table.html
CHANGED
@@ -819,7 +819,7 @@ sorted by that column. This is computed each time the table is displayed.</p></p
|
|
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 2016-01-
|
823 |
</div>
|
824 |
</body>
|
825 |
</html>
|
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 2016-01-23T23:00:27-08: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 2016-01-
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
558 |
</div>
|
559 |
</body>
|
560 |
</html>
|
phpDocs/classes/MLA_View_List_Table.html
CHANGED
@@ -703,7 +703,7 @@ sorted by that column. This is computed each time the table is displayed.</p></p
|
|
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 2016-01-
|
707 |
</div>
|
708 |
</body>
|
709 |
</html>
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
707 |
</div>
|
708 |
</body>
|
709 |
</html>
|
phpDocs/classes/MLA_WPML.html
CHANGED
@@ -1109,7 +1109,7 @@ Bulk Edit on Upload area</h2>
|
|
1109 |
<div class="row"><footer class="span12">
|
1110 |
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>
|
1111 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1112 |
-
generated on 2016-01-
|
1113 |
</div>
|
1114 |
</body>
|
1115 |
</html>
|
1109 |
<div class="row"><footer class="span12">
|
1110 |
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>
|
1111 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1112 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
1113 |
</div>
|
1114 |
</body>
|
1115 |
</html>
|
phpDocs/classes/MLA_WPML_List_Table.html
CHANGED
@@ -1602,7 +1602,7 @@ visible column and add div tags.</p></p>
|
|
1602 |
<div class="row"><footer class="span12">
|
1603 |
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>
|
1604 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1605 |
-
generated on 2016-01-
|
1606 |
</div>
|
1607 |
</body>
|
1608 |
</html>
|
1602 |
<div class="row"><footer class="span12">
|
1603 |
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>
|
1604 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
1605 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
1606 |
</div>
|
1607 |
</body>
|
1608 |
</html>
|
phpDocs/classes/MLA_WPML_Table.html
CHANGED
@@ -410,7 +410,7 @@ The count is made language-specific by WPML filters when the current_language is
|
|
410 |
<div class="row"><footer class="span12">
|
411 |
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>
|
412 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
413 |
-
generated on 2016-01-
|
414 |
</div>
|
415 |
</body>
|
416 |
</html>
|
410 |
<div class="row"><footer class="span12">
|
411 |
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>
|
412 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
413 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
414 |
</div>
|
415 |
</body>
|
416 |
</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 2016-01-
|
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 2016-01-23T23:00:26-08: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 2016-01-
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
71 |
</div>
|
72 |
</body>
|
73 |
</html>
|
phpDocs/errors.html
CHANGED
@@ -121,7 +121,7 @@
|
|
121 |
<div class="row"><footer class="span12">
|
122 |
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>
|
123 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
124 |
-
generated on 2016-01-
|
125 |
</div>
|
126 |
</body>
|
127 |
</html>
|
121 |
<div class="row"><footer class="span12">
|
122 |
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>
|
123 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
124 |
+
generated on 2016-01-23T23:00:27-08:00.<br></footer></div>
|
125 |
</div>
|
126 |
</body>
|
127 |
</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 2016-01-
|
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 2016-01-23T23:00:27-08: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 2016-01-
|
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 2016-01-23T23:00:26-08: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 2016-01-
|
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 2016-01-23T23:00:27-08:00.<br></footer></div>
|
93 |
</div>
|
94 |
</body>
|
95 |
</html>
|
phpDocs/namespaces/global.html
CHANGED
@@ -562,7 +562,7 @@ family of plugins, including WPML Media, for an MLA_List_Table object.</p>
|
|
562 |
<div class="row"><footer class="span12">
|
563 |
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>
|
564 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
565 |
-
generated on 2016-01-
|
566 |
</div>
|
567 |
</body>
|
568 |
</html>
|
562 |
<div class="row"><footer class="span12">
|
563 |
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>
|
564 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
565 |
+
generated on 2016-01-23T23:00:26-08:00.<br></footer></div>
|
566 |
</div>
|
567 |
</body>
|
568 |
</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 2016-01-
|
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 2016-01-23T23:00:26-08: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 2016-01-
|
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 2016-01-23T23:00:26-08: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 2016-01-
|
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 2016-01-23T23:00:26-08:00.<br></footer></div>
|
280 |
</div>
|
281 |
</body>
|
282 |
</html>
|
phpDocs/packages/Media Library Assistant.html
CHANGED
@@ -664,7 +664,7 @@ display an "accordian-style" list.</p></p>
|
|
664 |
<div class="row"><footer class="span12">
|
665 |
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>
|
666 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
667 |
-
generated on 2016-01-
|
668 |
</div>
|
669 |
</body>
|
670 |
</html>
|
664 |
<div class="row"><footer class="span12">
|
665 |
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>
|
666 |
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a8</a> and<br>
|
667 |
+
generated on 2016-01-23T23:00:26-08:00.<br></footer></div>
|
668 |
</div>
|
669 |
</body>
|
670 |
</html>
|
phpDocs/structure.xml
CHANGED
@@ -1,19124 +1,19168 @@
|
|
1 |
-
<?xml version="1.0" encoding="utf-8"?>
|
2 |
-
<project version="2.0.0a8" title="Media Library Assistant">
|
3 |
-
<file path="examples\twentytwelve-mla\content-category-listing.php" hash="a8a8382ac419953b0ebcd4365d4675c2" package="Media Library Assistant\MLA\Child\Theme">
|
4 |
-
<docblock line="2">
|
5 |
-
<description><![CDATA[The template used for displaying "Category Listing" content in page-category-listing.php]]></description>
|
6 |
-
<long-description><![CDATA[<p>The default taxonomy slug is “attachment_tag”. You can select the taxonomy you want by adding
|
7 |
-
a query parameter to the URL, e.g., "?taxonomy=attachment_category".</p>
|
8 |
-
|
9 |
-
<p>For this page to work well, you should install and activate the Collapse-O-Matic plugin.</p>]]></long-description>
|
10 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
11 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
12 |
-
<tag line="2" name="version" description="1.00"/>
|
13 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
14 |
-
</docblock>
|
15 |
-
</file>
|
16 |
-
<file path="examples\twentytwelve-mla\content-jkeast-dropdown-simple.php" hash="9b44e61967d729aec01fa57ee951ebef" package="Media Library Assistant\MLA\Child\Theme">
|
17 |
-
<docblock line="2">
|
18 |
-
<description><![CDATA[The template used for displaying "JKEast Dropdown" content in page-jkeast-dropdown.php]]></description>
|
19 |
-
<long-description><![CDATA[<p>The default taxonomy slug is "attachment_tag". You can select the taxonomy you want by adding
|
20 |
-
a query parameter to the URL, e.g., "?my_taxonomy=attachment_category".</p>
|
21 |
-
|
22 |
-
<p>The default taxonomy term is empty. You must select the term you want by adding
|
23 |
-
a query parameter to the URL, e.g., "?my_term=yellow".</p>]]></long-description>
|
24 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
25 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
26 |
-
<tag line="2" name="version" description="1.00"/>
|
27 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
28 |
-
</docblock>
|
29 |
-
<function namespace="global" line="71" package="Media Library Assistant\MLA\Child\Theme">
|
30 |
-
<name>custom_taxonomy_dropdown</name>
|
31 |
-
<full_name>\custom_taxonomy_dropdown</full_name>
|
32 |
-
<docblock line="56">
|
33 |
-
<description><![CDATA[Custom Taxonomy Dropdown Control]]></description>
|
34 |
-
<long-description><![CDATA[]]></long-description>
|
35 |
-
<tag line="56" name="since" description="1.00"/>
|
36 |
-
<tag line="56" name="param" description="Taxonomy slug" type="string" variable="$taxonomy">
|
37 |
-
<type by_reference="false">string</type>
|
38 |
-
</tag>
|
39 |
-
<tag line="56" name="param" description="Order by field" type="string" variable="$orderby">
|
40 |
-
<type by_reference="false">string</type>
|
41 |
-
</tag>
|
42 |
-
<tag line="56" name="param" description="Sort order" type="string" variable="$order">
|
43 |
-
<type by_reference="false">string</type>
|
44 |
-
</tag>
|
45 |
-
<tag line="56" name="param" description="Not used" type="string" variable="$limit">
|
46 |
-
<type by_reference="false">string</type>
|
47 |
-
</tag>
|
48 |
-
<tag line="56" name="param" description="HTML name= value" type="string" variable="$name">
|
49 |
-
<type by_reference="false">string</type>
|
50 |
-
</tag>
|
51 |
-
<tag line="56" name="param" description="NULL/"Select All" label" type="mixed" variable="$show_option_all">
|
52 |
-
<type by_reference="false">mixed</type>
|
53 |
-
</tag>
|
54 |
-
<tag line="56" name="param" description="NULL/"Select None" label" type="mixed" variable="$show_option_none">
|
55 |
-
<type by_reference="false">mixed</type>
|
56 |
-
</tag>
|
57 |
-
<tag line="56" name="return" description="Echoes HTML for the dropdown control" type="void">
|
58 |
-
<type by_reference="false">void</type>
|
59 |
-
</tag>
|
60 |
-
</docblock>
|
61 |
-
<argument line="71">
|
62 |
-
<name>$taxonomy</name>
|
63 |
-
<default><![CDATA[]]></default>
|
64 |
-
<type/>
|
65 |
-
</argument>
|
66 |
-
<argument line="71">
|
67 |
-
<name>$orderby</name>
|
68 |
-
<default><![CDATA['date']]></default>
|
69 |
-
<type/>
|
70 |
-
</argument>
|
71 |
-
<argument line="71">
|
72 |
-
<name>$order</name>
|
73 |
-
<default><![CDATA['DESC']]></default>
|
74 |
-
<type/>
|
75 |
-
</argument>
|
76 |
-
<argument line="71">
|
77 |
-
<name>$limit</name>
|
78 |
-
<default><![CDATA['-1']]></default>
|
79 |
-
<type/>
|
80 |
-
</argument>
|
81 |
-
<argument line="71">
|
82 |
-
<name>$name</name>
|
83 |
-
<default><![CDATA[]]></default>
|
84 |
-
<type/>
|
85 |
-
</argument>
|
86 |
-
<argument line="71">
|
87 |
-
<name>$show_option_all</name>
|
88 |
-
<default><![CDATA[null]]></default>
|
89 |
-
<type/>
|
90 |
-
</argument>
|
91 |
-
<argument line="71">
|
92 |
-
<name>$show_option_none</name>
|
93 |
-
<default><![CDATA[null]]></default>
|
94 |
-
<type/>
|
95 |
-
</argument>
|
96 |
-
</function>
|
97 |
-
</file>
|
98 |
-
<file path="examples\twentytwelve-mla\content-jkeast-dropdown.php" hash="d2483928cea467246478ff4a7c8f7af9" package="Media Library Assistant\MLA\Child\Theme">
|
99 |
-
<docblock line="2">
|
100 |
-
<description><![CDATA[The template used for displaying "JKEast Dropdown" content in page-jkeast-dropdown.php]]></description>
|
101 |
-
<long-description><![CDATA[<p>The default taxonomy slug is "attachment_tag". You can select the taxonomy you want by adding
|
102 |
-
a query parameter to the URL, e.g., "?my_taxonomy=attachment_category".</p>
|
103 |
-
|
104 |
-
<p>The default taxonomy term is empty. You must select the term you want by adding
|
105 |
-
a query parameter to the URL, e.g., "?my_term=yellow".</p>]]></long-description>
|
106 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
107 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
108 |
-
<tag line="2" name="version" description="1.00"/>
|
109 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
110 |
-
</docblock>
|
111 |
-
<function namespace="global" line="70" package="Media Library Assistant\MLA\Child\Theme">
|
112 |
-
<name>custom_taxonomy_dropdown</name>
|
113 |
-
<full_name>\custom_taxonomy_dropdown</full_name>
|
114 |
-
<docblock line="54">
|
115 |
-
<description><![CDATA[Custom Taxonomy Dropdown Control]]></description>
|
116 |
-
<long-description><![CDATA[]]></long-description>
|
117 |
-
<tag line="54" name="since" description="1.00"/>
|
118 |
-
<tag line="54" name="param" description="Taxonomy slug" type="string" variable="$taxonomy">
|
119 |
-
<type by_reference="false">string</type>
|
120 |
-
</tag>
|
121 |
-
<tag line="54" name="param" description="Order by field" type="string" variable="$orderby">
|
122 |
-
<type by_reference="false">string</type>
|
123 |
-
</tag>
|
124 |
-
<tag line="54" name="param" description="Sort order" type="string" variable="$order">
|
125 |
-
<type by_reference="false">string</type>
|
126 |
-
</tag>
|
127 |
-
<tag line="54" name="param" description="Not used" type="string" variable="$limit">
|
128 |
-
<type by_reference="false">string</type>
|
129 |
-
</tag>
|
130 |
-
<tag line="54" name="param" description="HTML name= value" type="string" variable="$name">
|
131 |
-
<type by_reference="false">string</type>
|
132 |
-
</tag>
|
133 |
-
<tag line="54" name="param" description="NULL/"Select All" label" type="mixed" variable="$show_option_all">
|
134 |
-
<type by_reference="false">mixed</type>
|
135 |
-
</tag>
|
136 |
-
<tag line="54" name="param" description="NULL/"Select None" label" type="mixed" variable="$show_option_none">
|
137 |
-
<type by_reference="false">mixed</type>
|
138 |
-
</tag>
|
139 |
-
<tag line="54" name="param" description="Index of the inital selection" type="integer" variable="$selected">
|
140 |
-
<type by_reference="false">integer</type>
|
141 |
-
</tag>
|
142 |
-
<tag line="54" name="return" description="Echoes HTML for the dropdown control" type="void">
|
143 |
-
<type by_reference="false">void</type>
|
144 |
-
</tag>
|
145 |
-
</docblock>
|
146 |
-
<argument line="70">
|
147 |
-
<name>$taxonomy</name>
|
148 |
-
<default><![CDATA[]]></default>
|
149 |
-
<type/>
|
150 |
-
</argument>
|
151 |
-
<argument line="70">
|
152 |
-
<name>$orderby</name>
|
153 |
-
<default><![CDATA['date']]></default>
|
154 |
-
<type/>
|
155 |
-
</argument>
|
156 |
-
<argument line="70">
|
157 |
-
<name>$order</name>
|
158 |
-
<default><![CDATA['DESC']]></default>
|
159 |
-
<type/>
|
160 |
-
</argument>
|
161 |
-
<argument line="70">
|
162 |
-
<name>$limit</name>
|
163 |
-
<default><![CDATA['-1']]></default>
|
164 |
-
<type/>
|
165 |
-
</argument>
|
166 |
-
<argument line="70">
|
167 |
-
<name>$name</name>
|
168 |
-
<default><![CDATA[]]></default>
|
169 |
-
<type/>
|
170 |
-
</argument>
|
171 |
-
<argument line="70">
|
172 |
-
<name>$show_option_all</name>
|
173 |
-
<default><![CDATA[null]]></default>
|
174 |
-
<type/>
|
175 |
-
</argument>
|
176 |
-
<argument line="70">
|
177 |
-
<name>$show_option_none</name>
|
178 |
-
<default><![CDATA[null]]></default>
|
179 |
-
<type/>
|
180 |
-
</argument>
|
181 |
-
<argument line="70">
|
182 |
-
<name>$selected</name>
|
183 |
-
<default><![CDATA[0]]></default>
|
184 |
-
<type/>
|
185 |
-
</argument>
|
186 |
-
</function>
|
187 |
-
</file>
|
188 |
-
<file path="examples\twentytwelve-mla\content-latest-images.php" hash="3fefc5035d1752ba884c449a1f156a89" package="Media Library Assistant\MLA\Child\Theme">
|
189 |
-
<docblock line="2">
|
190 |
-
<description><![CDATA[The template used for displaying the "Latest Images" content in page-latest-images.php]]></description>
|
191 |
-
<long-description><![CDATA[]]></long-description>
|
192 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
193 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
194 |
-
<tag line="2" name="version" description="1.00"/>
|
195 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
196 |
-
</docblock>
|
197 |
-
</file>
|
198 |
-
<file path="examples\twentytwelve-mla\content-media.php" hash="ec1896bb3521f787fe6d6a2c58f544e5" package="Media Library Assistant\MLA\Child\Theme">
|
199 |
-
<docblock line="2">
|
200 |
-
<description><![CDATA[The template for displaying posts in the Image post format,
|
201 |
-
called from the taxonomy.php template.]]></description>
|
202 |
-
<long-description><![CDATA[]]></long-description>
|
203 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
204 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
205 |
-
<tag line="2" name="version" description="1.00"/>
|
206 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
207 |
-
</docblock>
|
208 |
-
</file>
|
209 |
-
<file path="examples\twentytwelve-mla\content-mla-gallery.php" hash="489b929ab461b7197058f2133f15b5a4" package="Media Library Assistant\MLA\Child\Theme">
|
210 |
-
<docblock line="2">
|
211 |
-
<description><![CDATA[The template for displaying posts in the Image post format,
|
212 |
-
called from the taxonomy.php template.]]></description>
|
213 |
-
<long-description><![CDATA[]]></long-description>
|
214 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
215 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
216 |
-
<tag line="2" name="version" description="1.00"/>
|
217 |
-
<tag line="2" name="since" description="MLA 1.91"/>
|
218 |
-
</docblock>
|
219 |
-
</file>
|
220 |
-
<file path="examples\twentytwelve-mla\content-single-image.php" hash="11acaf637360c1bd901bdcd1514c5936" package="Media Library Assistant\MLA\Child\Theme">
|
221 |
-
<docblock line="2">
|
222 |
-
<description><![CDATA[The template used for displaying "attachment page" content in page-single-image.php]]></description>
|
223 |
-
<long-description><![CDATA[<p>You must select the attachment you want by adding a query parameter
|
224 |
-
to the URL, e.g., "?post_id=5" where 5 is the ID of the attachment.</p>
|
225 |
-
|
226 |
-
<p>The global $post variable contains the post object of the calling page.</p>]]></long-description>
|
227 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
228 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
229 |
-
<tag line="2" name="version" description="1.00"/>
|
230 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
231 |
-
</docblock>
|
232 |
-
</file>
|
233 |
-
<file path="examples\twentytwelve-mla\content-tag-gallery.php" hash="4513cf37638b0eb611e712a248e73f72" package="Media Library Assistant\MLA\Child\Theme">
|
234 |
-
<docblock line="2">
|
235 |
-
<description><![CDATA[The template used for displaying "Tag Gallery" content in page-tag-gallery.php]]></description>
|
236 |
-
<long-description><![CDATA[<p>The default taxonomy slug is "attachment_tag". You can select the taxonomy you want by adding
|
237 |
-
a query parameter to the URL, e.g., "?my_taxonomy=attachment_category".</p>
|
238 |
-
|
239 |
-
<p>The default taxonomy term is empty. You must select the term you want by adding
|
240 |
-
a query parameter to the URL, e.g., "?my_term=yellow".</p>]]></long-description>
|
241 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
242 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
243 |
-
<tag line="2" name="version" description="1.00"/>
|
244 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
245 |
-
</docblock>
|
246 |
-
</file>
|
247 |
-
<file path="examples\twentytwelve-mla\content-tosca30-dropdown.php" hash="f3e4f1f6e08aa1099fab1c17f6f606ba" package="Media Library Assistant\MLA\Child\Theme">
|
248 |
-
<docblock line="2">
|
249 |
-
<description><![CDATA[The template used for displaying "Tosca30 Dropdown" content in page-tosca30-dropdown.php]]></description>
|
250 |
-
<long-description><![CDATA[<p>Replaces the wp_list_categories() item count with an accurate, padded count of the
|
251 |
-
attachments assigned to each term.</p>]]></long-description>
|
252 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
253 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
254 |
-
<tag line="2" name="version" description="1.00"/>
|
255 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
256 |
-
</docblock>
|
257 |
-
<class final="false" abstract="false" namespace="global" line="38" package="Media Library Assistant">
|
258 |
-
<extends>\Walker_Category</extends>
|
259 |
-
<name>MNA_Pad_Counts_Walker</name>
|
260 |
-
<full_name>\MNA_Pad_Counts_Walker</full_name>
|
261 |
-
<docblock line="32">
|
262 |
-
<description><![CDATA[Class MNA_Pad_Counts_Walker adds accurate, padded attachment counts to taxonomy terms.]]></description>
|
263 |
-
<long-description><![CDATA[<p>Class Walker is defined in /wp-includes/class-wp-walker.php
|
264 |
-
Class Walker_Category is defined in /wp-includes/category-template.php</p>]]></long-description>
|
265 |
-
</docblock>
|
266 |
-
<property final="false" static="false" visibility="private" line="44" namespace="global" package="Media Library Assistant">
|
267 |
-
<name>$mla_terms</name>
|
268 |
-
<default><![CDATA[array()]]></default>
|
269 |
-
<docblock line="39">
|
270 |
-
<description><![CDATA[MLA Terms]]></description>
|
271 |
-
<long-description><![CDATA[]]></long-description>
|
272 |
-
<tag line="39" name="var" description="" type="array">
|
273 |
-
<type by_reference="false">array</type>
|
274 |
-
</tag>
|
275 |
-
</docblock>
|
276 |
-
</property>
|
277 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="51" package="Media Library Assistant">
|
278 |
-
<name>__construct</name>
|
279 |
-
<full_name>__construct</full_name>
|
280 |
-
<docblock line="46">
|
281 |
-
<description><![CDATA[Constructor - set the MLA Terms.]]></description>
|
282 |
-
<long-description><![CDATA[]]></long-description>
|
283 |
-
<tag line="46" name="param" description="Taxonomy name/slug." type="string" variable="$taxonomy">
|
284 |
-
<type by_reference="false">string</type>
|
285 |
-
</tag>
|
286 |
-
</docblock>
|
287 |
-
<argument line="51">
|
288 |
-
<name>$taxonomy</name>
|
289 |
-
<default><![CDATA[]]></default>
|
290 |
-
<type/>
|
291 |
-
</argument>
|
292 |
-
</method>
|
293 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="75" package="Media Library Assistant">
|
294 |
-
<name>start_el</name>
|
295 |
-
<full_name>start_el</full_name>
|
296 |
-
<docblock line="64">
|
297 |
-
<description><![CDATA[Start the element output.]]></description>
|
298 |
-
<long-description><![CDATA[]]></long-description>
|
299 |
-
<tag line="64" name="see" description="\global\Walker::start_el()" refers="\global\Walker::start_el()"/>
|
300 |
-
<tag line="64" name="param" description="Passed by reference. Used to append additional content." type="string" variable="$output">
|
301 |
-
<type by_reference="false">string</type>
|
302 |
-
</tag>
|
303 |
-
<tag line="64" name="param" description="Taxonomy data object." type="object" variable="$taxonomy_object">
|
304 |
-
<type by_reference="false">object</type>
|
305 |
-
</tag>
|
306 |
-
<tag line="64" name="param" description="Depth of category in reference to parents. Default 0." type="int" variable="$depth">
|
307 |
-
<type by_reference="false">int</type>
|
308 |
-
</tag>
|
309 |
-
<tag line="64" name="param" description="An array of arguments. @see wp_list_categories()" type="array" variable="$args">
|
310 |
-
<type by_reference="false">array</type>
|
311 |
-
</tag>
|
312 |
-
<tag line="64" name="param" description="ID of the current category." type="int" variable="$id">
|
313 |
-
<type by_reference="false">int</type>
|
314 |
-
</tag>
|
315 |
-
</docblock>
|
316 |
-
<argument line="75">
|
317 |
-
<name>$output</name>
|
318 |
-
<default><![CDATA[]]></default>
|
319 |
-
<type/>
|
320 |
-
</argument>
|
321 |
-
<argument line="75">
|
322 |
-
<name>$taxonomy_object</name>
|
323 |
-
<default><![CDATA[]]></default>
|
324 |
-
<type/>
|
325 |
-
</argument>
|
326 |
-
<argument line="75">
|
327 |
-
<name>$depth</name>
|
328 |
-
<default><![CDATA[0]]></default>
|
329 |
-
<type/>
|
330 |
-
</argument>
|
331 |
-
<argument line="75">
|
332 |
-
<name>$args</name>
|
333 |
-
<default><![CDATA[array()]]></default>
|
334 |
-
<type/>
|
335 |
-
</argument>
|
336 |
-
<argument line="75">
|
337 |
-
<name>$id</name>
|
338 |
-
<default><![CDATA[0]]></default>
|
339 |
-
<type/>
|
340 |
-
</argument>
|
341 |
-
</method>
|
342 |
-
</class>
|
343 |
-
</file>
|
344 |
-
<file path="examples\twentytwelve-mla\functions.php" hash="3738e1718535715c083d4d69bfe29846" package="Media Library Assistant\MLA\Child\Theme">
|
345 |
-
<docblock line="2">
|
346 |
-
<description><![CDATA[MLA Child for Twenty Twelve functions and definitions]]></description>
|
347 |
-
<long-description><![CDATA[<p>Sets up the theme and provides some helper functions, which are used
|
348 |
-
in the theme as custom template tags. Others are attached to action and
|
349 |
-
filter hooks in WordPress to change core functionality.</p>]]></long-description>
|
350 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
351 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
352 |
-
<tag line="2" name="version" description="1.01"/>
|
353 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
354 |
-
</docblock>
|
355 |
-
<function namespace="global" line="37" package="Media Library Assistant\MLA\Child\Theme">
|
356 |
-
<name>mla_after_setup_theme_action</name>
|
357 |
-
<full_name>\mla_after_setup_theme_action</full_name>
|
358 |
-
<docblock line="31">
|
359 |
-
<description><![CDATA[Loads the text domain(s) for the mla-child-theme, from the WordPress language directory
|
360 |
-
and/or from the theme's own directory.]]></description>
|
361 |
-
<long-description><![CDATA[]]></long-description>
|
362 |
-
<tag line="31" name="return" description="" type="void">
|
363 |
-
<type by_reference="false">void</type>
|
364 |
-
</tag>
|
365 |
-
</docblock>
|
366 |
-
</function>
|
367 |
-
<function namespace="global" line="57" package="Media Library Assistant\MLA\Child\Theme">
|
368 |
-
<name>mla_wp_title_filter</name>
|
369 |
-
<full_name>\mla_wp_title_filter</full_name>
|
370 |
-
<docblock line="48">
|
371 |
-
<description><![CDATA[Customize the <title> tag content for the Tag Gallery and Single Image pages]]></description>
|
372 |
-
<long-description><![CDATA[]]></long-description>
|
373 |
-
<tag line="48" name="param" description="The default page title" type="string" variable="$title">
|
374 |
-
<type by_reference="false">string</type>
|
375 |
-
</tag>
|
376 |
-
<tag line="48" name="param" description="How to separate the various items within the page title" type="string" variable="$sep">
|
377 |
-
<type by_reference="false">string</type>
|
378 |
-
</tag>
|
379 |
-
<tag line="48" name="param" description="Optional. Direction to display title, 'right'." type="string" variable="$seplocation">
|
380 |
-
<type by_reference="false">string</type>
|
381 |
-
</tag>
|
382 |
-
<tag line="48" name="return" description="updated title value" type="string">
|
383 |
-
<type by_reference="false">string</type>
|
384 |
-
</tag>
|
385 |
-
</docblock>
|
386 |
-
<argument line="57">
|
387 |
-
<name>$title</name>
|
388 |
-
<default><![CDATA[]]></default>
|
389 |
-
<type/>
|
390 |
-
</argument>
|
391 |
-
<argument line="57">
|
392 |
-
<name>$sep</name>
|
393 |
-
<default><![CDATA[]]></default>
|
394 |
-
<type/>
|
395 |
-
</argument>
|
396 |
-
<argument line="57">
|
397 |
-
<name>$seplocation</name>
|
398 |
-
<default><![CDATA[]]></default>
|
399 |
-
<type/>
|
400 |
-
</argument>
|
401 |
-
</function>
|
402 |
-
<function namespace="global" line="95" package="Media Library Assistant\MLA\Child\Theme">
|
403 |
-
<name>mla_tag_gallery</name>
|
404 |
-
<full_name>\mla_tag_gallery</full_name>
|
405 |
-
<docblock line="88">
|
406 |
-
<description><![CDATA[Generate a taxonomy- and term-specific [mla_gallery]]]></description>
|
407 |
-
<long-description><![CDATA[]]></long-description>
|
408 |
-
<tag line="88" name="param" description="Attributes of the function: taxonomy, term" type="array" variable="$attr">
|
409 |
-
<type by_reference="false">array</type>
|
410 |
-
</tag>
|
411 |
-
<tag line="88" name="return" description="echoes HTML <h3>, <p> and <a> tags" type="void">
|
412 |
-
<type by_reference="false">void</type>
|
413 |
-
</tag>
|
414 |
-
</docblock>
|
415 |
-
<argument line="95">
|
416 |
-
<name>$attr</name>
|
417 |
-
<default><![CDATA[NULL]]></default>
|
418 |
-
<type/>
|
419 |
-
</argument>
|
420 |
-
</function>
|
421 |
-
<function namespace="global" line="143" package="Media Library Assistant\MLA\Child\Theme">
|
422 |
-
<name>mla_paginated_term_gallery</name>
|
423 |
-
<full_name>\mla_paginated_term_gallery</full_name>
|
424 |
-
<docblock line="134">
|
425 |
-
<description><![CDATA[Generate a taxonomy- and term-specific [mla_gallery], limited by current_page and posts_per_page]]></description>
|
426 |
-
<long-description><![CDATA[<p>This function uses $wpdb functions for efficiency.</p>]]></long-description>
|
427 |
-
<tag line="134" name="param" description="Attributes of the function: page, taxonomy, term, post_mime_type, posts_per_page, current_page" type="array" variable="$attr">
|
428 |
-
<type by_reference="false">array</type>
|
429 |
-
</tag>
|
430 |
-
<tag line="134" name="return" description="number of posts matching taxonomy & term, before LIMIT. echoes HTML <h3>, <p> and <a> tags" type="integer">
|
431 |
-
<type by_reference="false">integer</type>
|
432 |
-
</tag>
|
433 |
-
</docblock>
|
434 |
-
<argument line="143">
|
435 |
-
<name>$attr</name>
|
436 |
-
<default><![CDATA[NULL]]></default>
|
437 |
-
<type/>
|
438 |
-
</argument>
|
439 |
-
</function>
|
440 |
-
<function namespace="global" line="217" package="Media Library Assistant\MLA\Child\Theme">
|
441 |
-
<name>mla_custom_terms_list</name>
|
442 |
-
<full_name>\mla_custom_terms_list</full_name>
|
443 |
-
<docblock line="208">
|
444 |
-
<description><![CDATA[Generate a list of taxonomy- and term-specific links to the page of your choice,
|
445 |
-
listing the terms assigned to a specific post or Media Library item.]]></description>
|
446 |
-
<long-description><![CDATA[]]></long-description>
|
447 |
-
<tag line="208" name="param" description="ID of the post/page to generate terms for" type="integer" variable="$ID">
|
448 |
-
<type by_reference="false">integer</type>
|
449 |
-
</tag>
|
450 |
-
<tag line="208" name="param" description="Attributes of the function: site_url, page_url, taxonomy" type="array" variable="$attr">
|
451 |
-
<type by_reference="false">array</type>
|
452 |
-
</tag>
|
453 |
-
<tag line="208" name="return" description="echoes HTML <h3>, <p> and <a> tags" type="void">
|
454 |
-
<type by_reference="false">void</type>
|
455 |
-
</tag>
|
456 |
-
</docblock>
|
457 |
-
<argument line="217">
|
458 |
-
<name>$ID</name>
|
459 |
-
<default><![CDATA[]]></default>
|
460 |
-
<type/>
|
461 |
-
</argument>
|
462 |
-
<argument line="217">
|
463 |
-
<name>$attr</name>
|
464 |
-
<default><![CDATA[NULL]]></default>
|
465 |
-
<type/>
|
466 |
-
</argument>
|
467 |
-
</function>
|
468 |
-
<function namespace="global" line="265" package="Media Library Assistant\MLA\Child\Theme">
|
469 |
-
<name>mla_taxonomy_terms_list</name>
|
470 |
-
<full_name>\mla_taxonomy_terms_list</full_name>
|
471 |
-
<docblock line="256">
|
472 |
-
<description><![CDATA[Generate a list of taxonomy- and term-specific links to the page of your choice.]]></description>
|
473 |
-
<long-description><![CDATA[<p>Best used with the Collapse-O-Matic plugin, which uses the [expand] shortcode to
|
474 |
-
display an "accordian-style" list.</p>]]></long-description>
|
475 |
-
<tag line="256" name="param" description="Attributes of the function: taxonomy" type="array" variable="$attr">
|
476 |
-
<type by_reference="false">array</type>
|
477 |
-
</tag>
|
478 |
-
<tag line="256" name="return" description="HTML <h3>, <p> and <a> tags" type="string">
|
479 |
-
<type by_reference="false">string</type>
|
480 |
-
</tag>
|
481 |
-
</docblock>
|
482 |
-
<argument line="265">
|
483 |
-
<name>$attr</name>
|
484 |
-
<default><![CDATA[NULL]]></default>
|
485 |
-
<type/>
|
486 |
-
</argument>
|
487 |
-
</function>
|
488 |
-
<function namespace="global" line="301" package="Media Library Assistant\MLA\Child\Theme">
|
489 |
-
<name>mla_insert_social_tags</name>
|
490 |
-
<full_name>\mla_insert_social_tags</full_name>
|
491 |
-
<docblock line="296">
|
492 |
-
<description><![CDATA[Insert thumbnail image tags for Facebook, Twitter, etc.]]></description>
|
493 |
-
<long-description><![CDATA[]]></long-description>
|
494 |
-
<tag line="296" name="return" description="echoes HTML <meta> tags" type="void">
|
495 |
-
<type by_reference="false">void</type>
|
496 |
-
</tag>
|
497 |
-
</docblock>
|
498 |
-
</function>
|
499 |
-
</file>
|
500 |
-
<file path="examples\twentytwelve-mla\header.php" hash="48a88253a6b010c7612504cb366ef159" package="Media Library Assistant\MLA\Child\Theme">
|
501 |
-
<docblock line="2">
|
502 |
-
<description><![CDATA[The Header template for our theme]]></description>
|
503 |
-
<long-description><![CDATA[<p>Displays all of the <head> section and everything up till</p>
|
504 |
-
|
505 |
-
<p><</p>
|
506 |
-
|
507 |
-
<p>div id="main">
|
508 |
-
The mla-child version has code to insert thumbnail image tags for Facebook, Twitter, etc.</p>]]></long-description>
|
509 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
510 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
511 |
-
<tag line="2" name="version" description="1.00"/>
|
512 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
513 |
-
</docblock>
|
514 |
-
</file>
|
515 |
-
<file path="examples\twentytwelve-mla\image.php" hash="2005b6c36db05fd6bec83dd7584bd51f" package="Media Library Assistant\MLA\Child\Theme">
|
516 |
-
<docblock line="2">
|
517 |
-
<description><![CDATA[The template for displaying "Attachment Posts" for $mimetype = "image",
|
518 |
-
a more specific alternative to the generic "attachment.php" template.]]></description>
|
519 |
-
<long-description><![CDATA[]]></long-description>
|
520 |
-
<tag line="2" name="link" description="http://codex.wordpress.org/Template_Hierarchy" link="http://codex.wordpress.org/Template_Hierarchy"/>
|
521 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
522 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
523 |
-
<tag line="2" name="version" description="1.00"/>
|
524 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
525 |
-
</docblock>
|
526 |
-
</file>
|
527 |
-
<file path="examples\twentytwelve-mla\page-category-listing.php" hash="9d2b804b07ba9477777eb07c31b57212" package="Media Library Assistant\MLA\Child\Theme">
|
528 |
-
<docblock line="2">
|
529 |
-
<description><![CDATA[The template for displaying the "Category Listing" page, which
|
530 |
-
must be defined as a static WordPress "Page" post type.]]></description>
|
531 |
-
<long-description><![CDATA[<p>Please note that this is the WordPress construct of pages
|
532 |
-
and that other 'pages' on your WordPress site will use a
|
533 |
-
different template.</p>]]></long-description>
|
534 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
535 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
536 |
-
<tag line="2" name="version" description="1.00"/>
|
537 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
538 |
-
</docblock>
|
539 |
-
</file>
|
540 |
-
<file path="examples\twentytwelve-mla\page-jkeast-dropdown.php" hash="ad9340d4d493471f63f32f50e8dd267c" package="Media Library Assistant\MLA\Child\Theme">
|
541 |
-
<docblock line="2">
|
542 |
-
<description><![CDATA[The template for displaying the "JKEast Dropdown" page, which
|
543 |
-
must be defined as a static WordPress "Page" post type.]]></description>
|
544 |
-
<long-description><![CDATA[<p>Please note that this is the WordPress construct of pages
|
545 |
-
and that other 'pages' on your WordPress site will use a
|
546 |
-
different template.</p>]]></long-description>
|
547 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
548 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
549 |
-
<tag line="2" name="version" description="1.00"/>
|
550 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
551 |
-
</docblock>
|
552 |
-
</file>
|
553 |
-
<file path="examples\twentytwelve-mla\page-latest-images.php" hash="fbba95184c6ec444bd79a1f3e1445b5f" package="Media Library Assistant\MLA\Child\Theme">
|
554 |
-
<docblock line="2">
|
555 |
-
<description><![CDATA[The template for displaying the "Latest Images" page, which
|
556 |
-
must be defined as a static WordPress "Page" post type.]]></description>
|
557 |
-
<long-description><![CDATA[<p>Please note that this is the WordPress construct of pages
|
558 |
-
and that other 'pages' on your WordPress site will use a
|
559 |
-
different template.</p>]]></long-description>
|
560 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
561 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
562 |
-
<tag line="2" name="version" description="1.00"/>
|
563 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
564 |
-
</docblock>
|
565 |
-
</file>
|
566 |
-
<file path="examples\twentytwelve-mla\page-single-image.php" hash="f3069e5c80a126bfe0e6421aca830cf6" package="Media Library Assistant\MLA\Child\Theme">
|
567 |
-
<docblock line="2">
|
568 |
-
<description><![CDATA[The template used for displaying "attachment page" content]]></description>
|
569 |
-
<long-description><![CDATA[<p>You must define a WordPress static page "Single Image", which can be
|
570 |
-
empty but must exist to trigger this template.</p>
|
571 |
-
|
572 |
-
<p>Please note that this is the WordPress construct of pages
|
573 |
-
and that other 'pages' on your WordPress site will use a
|
574 |
-
different template.</p>
|
575 |
-
|
576 |
-
<p>You must select the attachment you want by adding a query parameter
|
577 |
-
to the URL, e.g., "?post_id=5" where 5 is the ID of the attachment.</p>
|
578 |
-
|
579 |
-
<p>The global $post variable contains the post object of the calling page.
|
580 |
-
* The template for displaying the "Tag Gallery" page, which
|
581 |
-
must be defined as a static WordPress "Page" post type.</p>]]></long-description>
|
582 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
583 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
584 |
-
<tag line="2" name="version" description="1.00"/>
|
585 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
586 |
-
</docblock>
|
587 |
-
</file>
|
588 |
-
<file path="examples\twentytwelve-mla\page-tag-gallery.php" hash="8744ff3f2f0a844dfa3326a61d4bf5d3" package="Media Library Assistant\MLA\Child\Theme">
|
589 |
-
<docblock line="2">
|
590 |
-
<description><![CDATA[The template for displaying the "Tag Gallery" page, which
|
591 |
-
must be defined as a static WordPress "Page" post type.]]></description>
|
592 |
-
<long-description><![CDATA[<p>Please note that this is the WordPress construct of pages
|
593 |
-
and that other 'pages' on your WordPress site will use a
|
594 |
-
different template.</p>]]></long-description>
|
595 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
596 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
597 |
-
<tag line="2" name="version" description="1.00"/>
|
598 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
599 |
-
</docblock>
|
600 |
-
</file>
|
601 |
-
<file path="examples\twentytwelve-mla\page-tosca30-dropdown.php" hash="59858dedc381eec9a56c22214789bbe3" package="Media Library Assistant\MLA\Child\Theme">
|
602 |
-
<docblock line="2">
|
603 |
-
<description><![CDATA[The template for displaying the "Tosca30 Dropdown" page, which
|
604 |
-
must be defined as a static WordPress "Page" post type.]]></description>
|
605 |
-
<long-description><![CDATA[<p>Please note that this is the WordPress construct of pages
|
606 |
-
and that other 'pages' on your WordPress site will use a
|
607 |
-
different template.</p>]]></long-description>
|
608 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
609 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
610 |
-
<tag line="2" name="version" description="1.00"/>
|
611 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
612 |
-
</docblock>
|
613 |
-
</file>
|
614 |
-
<file path="examples\twentytwelve-mla\taxonomy.php" hash="74bf1d4072ed199f590fa5a937f51713" package="Media Library Assistant\MLA\Child\Theme">
|
615 |
-
<docblock line="2">
|
616 |
-
<description><![CDATA[The template for displaying Custom Taxonomy Archive pages]]></description>
|
617 |
-
<long-description><![CDATA[<p>Twenty Twelve already has tag.php for Tag archives and category.php for Category archives.</p>]]></long-description>
|
618 |
-
<tag line="2" name="link" description="http://codex.wordpress.org/Template_Hierarchy" link="http://codex.wordpress.org/Template_Hierarchy"/>
|
619 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
620 |
-
<tag line="2" name="subpackage" description="MLA_Child_Theme"/>
|
621 |
-
<tag line="2" name="version" description="1.00"/>
|
622 |
-
<tag line="2" name="since" description="MLA 1.80"/>
|
623 |
-
</docblock>
|
624 |
-
</file>
|
625 |
-
<file path="includes\class-mla-admin-columns-support.php" hash="c204623389b58ce40a00ec5f3ecf0296" package="Media Library Assistant">
|
626 |
-
<docblock line="2">
|
627 |
-
<description><![CDATA[Media Library Assistant Admin Columns (plugin) Support]]></description>
|
628 |
-
<long-description><![CDATA[]]></long-description>
|
629 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
630 |
-
<tag line="2" name="since" description="2.22"/>
|
631 |
-
</docblock>
|
632 |
-
<include line="49" type="Require Once" package="Media Library Assistant">
|
633 |
-
<name/>
|
634 |
-
</include>
|
635 |
-
<include line="65" type="Require Once" package="Media Library Assistant">
|
636 |
-
<name/>
|
637 |
-
</include>
|
638 |
-
<class final="false" abstract="false" namespace="global" line="16" package="Media Library Assistant">
|
639 |
-
<extends>\CPAC_Storage_Model</extends>
|
640 |
-
<name>CPAC_Storage_Model_MLA</name>
|
641 |
-
<full_name>\CPAC_Storage_Model_MLA</full_name>
|
642 |
-
<docblock line="10">
|
643 |
-
<description><![CDATA[Class CPAC Storage Model MLA (Media Library Assistant) supports the Admin Columns plugin]]></description>
|
644 |
-
<long-description><![CDATA[]]></long-description>
|
645 |
-
<tag line="10" name="package" description="Media Library Assistant"/>
|
646 |
-
<tag line="10" name="since" description="2.22"/>
|
647 |
-
</docblock>
|
648 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="23" package="Media Library Assistant">
|
649 |
-
<name>__construct</name>
|
650 |
-
<full_name>__construct</full_name>
|
651 |
-
<docblock line="17">
|
652 |
-
<description><![CDATA[Initializes some properties, installs filters and then
|
653 |
-
calls the parent constructor to set some default configs.]]></description>
|
654 |
-
<long-description><![CDATA[]]></long-description>
|
655 |
-
<tag line="17" name="since" description="2.22"/>
|
656 |
-
</docblock>
|
657 |
-
</method>
|
658 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="47" package="Media Library Assistant">
|
659 |
-
<name>get_default_columns</name>
|
660 |
-
<full_name>get_default_columns</full_name>
|
661 |
-
<docblock line="40">
|
662 |
-
<description><![CDATA[Returns the Media/Assistant submenu table column definitions]]></description>
|
663 |
-
<long-description><![CDATA[]]></long-description>
|
664 |
-
<tag line="40" name="since" description="2.22"/>
|
665 |
-
<tag line="40" name="return" description="( 'column_slug' => 'column_heading' )" type="array">
|
666 |
-
<type by_reference="false">array</type>
|
667 |
-
</tag>
|
668 |
-
</docblock>
|
669 |
-
</method>
|
670 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="63" package="Media Library Assistant">
|
671 |
-
<name>get_default_column_names</name>
|
672 |
-
<full_name>get_default_column_names</full_name>
|
673 |
-
<docblock line="56">
|
674 |
-
<description><![CDATA[Returns the Media/Assistant submenu table column slugs/keys]]></description>
|
675 |
-
<long-description><![CDATA[]]></long-description>
|
676 |
-
<tag line="56" name="since" description="2.22"/>
|
677 |
-
<tag line="56" name="return" description="( index => 'column_slug' )" type="array">
|
678 |
-
<type by_reference="false">array</type>
|
679 |
-
</tag>
|
680 |
-
</docblock>
|
681 |
-
</method>
|
682 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="80" package="Media Library Assistant">
|
683 |
-
<name>get_meta</name>
|
684 |
-
<full_name>get_meta</full_name>
|
685 |
-
<docblock line="72">
|
686 |
-
<description><![CDATA[Returns the custom fields assignedto Media Library items, removing those already present
|
687 |
-
in the Media/Assistant submenu table]]></description>
|
688 |
-
<long-description><![CDATA[]]></long-description>
|
689 |
-
<tag line="72" name="since" description="2.22"/>
|
690 |
-
<tag line="72" name="return" description="( index => array( 0 => 'custom field name' ) )" type="array">
|
691 |
-
<type by_reference="false">array</type>
|
692 |
-
</tag>
|
693 |
-
</docblock>
|
694 |
-
</method>
|
695 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="122" package="Media Library Assistant">
|
696 |
-
<name>manage_value</name>
|
697 |
-
<full_name>manage_value</full_name>
|
698 |
-
<docblock line="111">
|
699 |
-
<description><![CDATA[Return the content of an Admin Columns custom column]]></description>
|
700 |
-
<long-description><![CDATA[]]></long-description>
|
701 |
-
<tag line="111" name="since" description="2.22"/>
|
702 |
-
<tag line="111" name="param" description="Current column content (empty string)" type="string" variable="$content">
|
703 |
-
<type by_reference="false">string</type>
|
704 |
-
</tag>
|
705 |
-
<tag line="111" name="param" description="Current Media Library item" type="object" variable="$item">
|
706 |
-
<type by_reference="false">object</type>
|
707 |
-
</tag>
|
708 |
-
<tag line="111" name="param" description="Current column slug" type="string" variable="$column_name">
|
709 |
-
<type by_reference="false">string</type>
|
710 |
-
</tag>
|
711 |
-
<tag line="111" name="return" description="Column value or NULL if not an Admin Columns custom column" type="string">
|
712 |
-
<type by_reference="false">string</type>
|
713 |
-
</tag>
|
714 |
-
</docblock>
|
715 |
-
<argument line="122">
|
716 |
-
<name>$content</name>
|
717 |
-
<default><![CDATA[]]></default>
|
718 |
-
<type/>
|
719 |
-
</argument>
|
720 |
-
<argument line="122">
|
721 |
-
<name>$item</name>
|
722 |
-
<default><![CDATA[]]></default>
|
723 |
-
<type/>
|
724 |
-
</argument>
|
725 |
-
<argument line="122">
|
726 |
-
<name>$column_name</name>
|
727 |
-
<default><![CDATA[]]></default>
|
728 |
-
<type/>
|
729 |
-
</argument>
|
730 |
-
</method>
|
731 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="145" package="Media Library Assistant">
|
732 |
-
<name>is_columns_screen</name>
|
733 |
-
<full_name>is_columns_screen</full_name>
|
734 |
-
<docblock line="138">
|
735 |
-
<description><![CDATA[Test for current screen = the Media/Assistant submenu screen]]></description>
|
736 |
-
<long-description><![CDATA[]]></long-description>
|
737 |
-
<tag line="138" name="since" description="2.22"/>
|
738 |
-
<tag line="138" name="return" description="true if the Media/Assistant submenu is the current screen" type="boolean">
|
739 |
-
<type by_reference="false">boolean</type>
|
740 |
-
</tag>
|
741 |
-
</docblock>
|
742 |
-
</method>
|
743 |
-
<method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="164" package="Media Library Assistant">
|
744 |
-
<name>get_screen_link</name>
|
745 |
-
<full_name>get_screen_link</full_name>
|
746 |
-
<docblock line="157">
|
747 |
-
<description><![CDATA[Return a link to the Media/Assistant submenu screen]]></description>
|
748 |
-
<long-description><![CDATA[]]></long-description>
|
749 |
-
<tag line="157" name="since" description="2.22"/>
|
750 |
-
<tag line="157" name="return" description="Link to the Media/Assistant submenu screen" type="string">
|
751 |
-
<type by_reference="false">string</type>
|
752 |
-
</tag>
|
753 |
-
</docblock>
|
754 |
-
</method>
|
755 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="175" package="Media Library Assistant">
|
756 |
-
<name>get_edit_link</name>
|
757 |
-
<full_name>get_edit_link</full_name>
|
758 |
-
<docblock line="168">
|
759 |
-
<description><![CDATA[Return a link to the Media/Assistant submenu Edit columns screen]]></description>
|
760 |
-
<long-description><![CDATA[]]></long-description>
|
761 |
-
<tag line="168" name="since" description="2.22"/>
|
762 |
-
<tag line="168" name="return" description="Link to the Media/Assistant submenu Edit columns screen" type="string">
|
763 |
-
<type by_reference="false">string</type>
|
764 |
-
</tag>
|
765 |
-
</docblock>
|
766 |
-
</method>
|
767 |
-
</class>
|
768 |
-
</file>
|
769 |
-
<file path="includes\class-mla-ajax.php" hash="939cc5ab7b75daca4b97b4e9e4a9e406" package="Media Library Assistant">
|
770 |
-
<docblock line="2">
|
771 |
-
<description><![CDATA[Media Library Assistant Ajax Handlers]]></description>
|
772 |
-
<long-description><![CDATA[]]></long-description>
|
773 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
774 |
-
<tag line="2" name="since" description="2.20"/>
|
775 |
-
</docblock>
|
776 |
-
<include line="232" type="Require Once" package="Media Library Assistant">
|
777 |
-
<name/>
|
778 |
-
</include>
|
779 |
-
<include line="244" type="Require Once" package="Media Library Assistant">
|
780 |
-
<name/>
|
781 |
-
</include>
|
782 |
-
<include line="263" type="Require Once" package="Media Library Assistant">
|
783 |
-
<name/>
|
784 |
-
</include>
|
785 |
-
<class final="false" abstract="false" namespace="global" line="15" package="Media Library Assistant">
|
786 |
-
<extends/>
|
787 |
-
<name>MLA_Ajax</name>
|
788 |
-
<full_name>\MLA_Ajax</full_name>
|
789 |
-
<docblock line="9">
|
790 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Ajax contains handlers for simple Ajax requests]]></description>
|
791 |
-
<long-description><![CDATA[]]></long-description>
|
792 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
793 |
-
<tag line="9" name="since" description="2.20"/>
|
794 |
-
</docblock>
|
795 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="23" package="Media Library Assistant">
|
796 |
-
<name>initialize</name>
|
797 |
-
<full_name>initialize</full_name>
|
798 |
-
<docblock line="16">
|
799 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
800 |
-
<long-description><![CDATA[]]></long-description>
|
801 |
-
<tag line="16" name="since" description="2.20"/>
|
802 |
-
<tag line="16" name="return" description="" type="void">
|
803 |
-
<type by_reference="false">void</type>
|
804 |
-
</tag>
|
805 |
-
</docblock>
|
806 |
-
</method>
|
807 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="33" package="Media Library Assistant">
|
808 |
-
<name>mla_admin_init_action</name>
|
809 |
-
<full_name>mla_admin_init_action</full_name>
|
810 |
-
<docblock line="27">
|
811 |
-
<description><![CDATA[Adds flat checklist taxonomy support to the Media Manager Modal Window.]]></description>
|
812 |
-
<long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
|
813 |
-
<tag line="27" name="since" description="2.20"/>
|
814 |
-
</docblock>
|
815 |
-
</method>
|
816 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="70" package="Media Library Assistant">
|
817 |
-
<name>_mla_ajax_add_flat_term</name>
|
818 |
-
<full_name>_mla_ajax_add_flat_term</full_name>
|
819 |
-
<docblock line="59">
|
820 |
-
<description><![CDATA[Add flat taxonomy term from "checklist" meta box on the Media Manager Modal Window]]></description>
|
821 |
-
<long-description><![CDATA[<p>Adapted from the WordPress post_categories_meta_box() in /wp-admin/includes/meta-boxes.php.</p>]]></long-description>
|
822 |
-
<tag line="59" name="since" description="2.20"/>
|
823 |
-
<tag line="59" name="param" description="The taxonomy name, from $_POST['action']" type="string" variable="$key">
|
824 |
-
<type by_reference="false">string</type>
|
825 |
-
</tag>
|
826 |
-
<tag line="59" name="return" description="Sends JSON response with updated HTML for the checklist" type="void">
|
827 |
-
<type by_reference="false">void</type>
|
828 |
-
</tag>
|
829 |
-
</docblock>
|
830 |
-
<argument line="70">
|
831 |
-
<name>$key</name>
|
832 |
-
<default><![CDATA[]]></default>
|
833 |
-
<type/>
|
834 |
-
</argument>
|
835 |
-
</method>
|
836 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="128" package="Media Library Assistant">
|
837 |
-
<name>mla_find_posts_ajax_action</name>
|
838 |
-
<full_name>mla_find_posts_ajax_action</full_name>
|
839 |
-
<docblock line="118">
|
840 |
-
<description><![CDATA[Ajax handler to fetch candidates for the "Set Parent" popup window]]></description>
|
841 |
-
<long-description><![CDATA[<p>Adapted from wp_ajax_find_posts in /wp-admin/includes/ajax-actions.php.
|
842 |
-
Adds filters for post type and pagination.</p>]]></long-description>
|
843 |
-
<tag line="118" name="since" description="1.90"/>
|
844 |
-
<tag line="118" name="return" description="passes results to wp_send_json_success() for JSON encoding and transmission" type="void">
|
845 |
-
<type by_reference="false">void</type>
|
846 |
-
</tag>
|
847 |
-
</docblock>
|
848 |
-
</method>
|
849 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="217" package="Media Library Assistant">
|
850 |
-
<name>mla_set_parent_ajax_action</name>
|
851 |
-
<full_name>mla_set_parent_ajax_action</full_name>
|
852 |
-
<docblock line="208">
|
853 |
-
<description><![CDATA[Ajax handler to set post_parent for a single attachment]]></description>
|
854 |
-
<long-description><![CDATA[<p>Adapted from wp_ajax_inline_save in /wp-admin/includes/ajax-actions.php</p>]]></long-description>
|
855 |
-
<tag line="208" name="since" description="0.20"/>
|
856 |
-
<tag line="208" name="return" description="echo HTML <td> innerHTML for updated call or error message, then die()" type="void">
|
857 |
-
<type by_reference="false">void</type>
|
858 |
-
</tag>
|
859 |
-
</docblock>
|
860 |
-
</method>
|
861 |
-
</class>
|
862 |
-
</file>
|
863 |
-
<file path="includes\class-mla-core.php" hash="d9260d60c8bd05e78dfd5614d1e19d9f" package="Media Library Assistant">
|
864 |
-
<docblock line="2">
|
865 |
-
<description><![CDATA[Media Library Assistant Core objects]]></description>
|
866 |
-
<long-description><![CDATA[]]></long-description>
|
867 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
868 |
-
<tag line="2" name="since" description="2.20"/>
|
869 |
-
</docblock>
|
870 |
-
<include line="2394" type="Require Once" package="Media Library Assistant">
|
871 |
-
<name/>
|
872 |
-
</include>
|
873 |
-
<include line="2485" type="Require Once" package="Media Library Assistant">
|
874 |
-
<name/>
|
875 |
-
</include>
|
876 |
-
<include line="2491" type="Require Once" package="Media Library Assistant">
|
877 |
-
<name/>
|
878 |
-
</include>
|
879 |
-
<class final="false" abstract="false" namespace="global" line="16" package="Media Library Assistant">
|
880 |
-
<extends/>
|
881 |
-
<name>MLACore</name>
|
882 |
-
<full_name>\MLACore</full_name>
|
883 |
-
<docblock line="10">
|
884 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Core is the minimum support required for all other MLA features]]></description>
|
885 |
-
<long-description><![CDATA[]]></long-description>
|
886 |
-
<tag line="10" name="package" description="Media Library Assistant"/>
|
887 |
-
<tag line="10" name="since" description="2.20"/>
|
888 |
-
</docblock>
|
889 |
-
<constant namespace="global" line="42" package="Media Library Assistant">
|
890 |
-
<name>MLA_DEBUG_CATEGORY_AJAX</name>
|
891 |
-
<full_name>MLA_DEBUG_CATEGORY_AJAX</full_name>
|
892 |
-
<value><![CDATA[2]]></value>
|
893 |
-
<docblock line="35">
|
894 |
-
<description><![CDATA[Constant to log Ajax debug activity]]></description>
|
895 |
-
<long-description><![CDATA[]]></long-description>
|
896 |
-
<tag line="35" name="since" description="2.13"/>
|
897 |
-
<tag line="35" name="var" description="" type="integer">
|
898 |
-
<type by_reference="false">integer</type>
|
899 |
-
</tag>
|
900 |
-
</docblock>
|
901 |
-
</constant>
|
902 |
-
<constant namespace="global" line="51" package="Media Library Assistant">
|
903 |
-
<name>MLA_DEBUG_CATEGORY_LANGUAGE</name>
|
904 |
-
<full_name>MLA_DEBUG_CATEGORY_LANGUAGE</full_name>
|
905 |
-
<value><![CDATA[4]]></value>
|
906 |
-
<docblock line="44">
|
907 |
-
<description><![CDATA[Constant to log WPML/Polylang action/filter activity]]></description>
|
908 |
-
<long-description><![CDATA[]]></long-description>
|
909 |
-
<tag line="44" name="since" description="2.15"/>
|
910 |
-
<tag line="44" name="var" description="" type="integer">
|
911 |
-
<type by_reference="false">integer</type>
|
912 |
-
</tag>
|
913 |
-
</docblock>
|
914 |
-
</constant>
|
915 |
-
<constant namespace="global" line="60" package="Media Library Assistant">
|
916 |
-
<name>ADMIN_PAGE_SLUG</name>
|
917 |
-
<full_name>ADMIN_PAGE_SLUG</full_name>
|
918 |
-
<value><![CDATA['mla-menu']]></value>
|
919 |
-
<docblock line="53">
|
920 |
-
<description><![CDATA[Slug for adding plugin submenu]]></description>
|
921 |
-
<long-description><![CDATA[]]></long-description>
|
922 |
-
<tag line="53" name="since" description="0.1"/>
|
923 |
-
<tag line="53" name="var" description="" type="string">
|
924 |
-
<type by_reference="false">string</type>
|
925 |
-
</tag>
|
926 |
-
</docblock>
|
927 |
-
</constant>
|
928 |
-
<constant namespace="global" line="69" package="Media Library Assistant">
|
929 |
-
<name>MLA_ADMIN_SINGLE_DELETE</name>
|
930 |
-
<full_name>MLA_ADMIN_SINGLE_DELETE</full_name>
|
931 |
-
<value><![CDATA['single_item_delete']]></value>
|
932 |
-
<docblock line="62">
|
933 |
-
<description><![CDATA[mla_admin_action value for permanently deleting a single item]]></description>
|
934 |
-
<long-description><![CDATA[]]></long-description>
|
935 |
-
<tag line="62" name="since" description="0.1"/>
|
936 |
-
<tag line="62" name="var" description="" type="string">
|
937 |
-
<type by_reference="false">string</type>
|
938 |
-
</tag>
|
939 |
-
</docblock>
|
940 |
-
</constant>
|
941 |
-
<constant namespace="global" line="78" package="Media Library Assistant">
|
942 |
-
<name>MLA_ADMIN_SINGLE_TRASH</name>
|
943 |
-
<full_name>MLA_ADMIN_SINGLE_TRASH</full_name>
|
944 |
-
<value><![CDATA['single_item_trash']]></value>
|
945 |
-
<docblock line="71">
|
946 |
-
<description><![CDATA[mla_admin_action value for moving a single item to the trash]]></description>
|
947 |
-
<long-description><![CDATA[]]></long-description>
|
948 |
-
<tag line="71" name="since" description="0.1"/>
|
949 |
-
<tag line="71" name="var" description="" type="string">
|
950 |
-
<type by_reference="false">string</type>
|
951 |
-
</tag>
|
952 |
-
</docblock>
|
953 |
-
</constant>
|
954 |
-
<constant namespace="global" line="87" package="Media Library Assistant">
|
955 |
-
<name>MLA_ADMIN_SINGLE_RESTORE</name>
|
956 |
-
<full_name>MLA_ADMIN_SINGLE_RESTORE</full_name>
|
957 |
-
<value><![CDATA['single_item_restore']]></value>
|
958 |
-
<docblock line="80">
|
959 |
-
<description><![CDATA[mla_admin_action value for restoring a single item from the trash]]></description>
|
960 |
-
<long-description><![CDATA[]]></long-description>
|
961 |
-
<tag line="80" name="since" description="0.1"/>
|
962 |
-
<tag line="80" name="var" description="" type="string">
|
963 |
-
<type by_reference="false">string</type>
|
964 |
-
</tag>
|
965 |
-
</docblock>
|
966 |
-
</constant>
|
967 |
-
<constant namespace="global" line="96" package="Media Library Assistant">
|
968 |
-
<name>MLA_ADMIN_NONCE_ACTION</name>
|
969 |
-
<full_name>MLA_ADMIN_NONCE_ACTION</full_name>
|
970 |
-
<value><![CDATA['mla_admin_nonce_action']]></value>
|
971 |
-
<docblock line="89">
|
972 |
-
<description><![CDATA[Action name; gives a context for the nonce]]></description>
|
973 |
-
<long-description><![CDATA[]]></long-description>
|
974 |
-
<tag line="89" name="since" description="0.1"/>
|
975 |
-
<tag line="89" name="var" description="" type="string">
|
976 |
-
<type by_reference="false">string</type>
|
977 |
-
</tag>
|
978 |
-
</docblock>
|
979 |
-
</constant>
|
980 |
-
<constant namespace="global" line="105" package="Media Library Assistant">
|
981 |
-
<name>MLA_ADMIN_NONCE_NAME</name>
|
982 |
-
<full_name>MLA_ADMIN_NONCE_NAME</full_name>
|
983 |
-
<value><![CDATA['mla_admin_nonce']]></value>
|
984 |
-
<docblock line="98">
|
985 |
-
<description><![CDATA[Nonce name; uniquely identifies the nonce]]></description>
|
986 |
-
<long-description><![CDATA[]]></long-description>
|
987 |
-
<tag line="98" name="since" description="2.13"/>
|
988 |
-
<tag line="98" name="var" description="" type="string">
|
989 |
-
<type by_reference="false">string</type>
|
990 |
-
</tag>
|
991 |
-
</docblock>
|
992 |
-
</constant>
|
993 |
-
<constant namespace="global" line="114" package="Media Library Assistant">
|
994 |
-
<name>JAVASCRIPT_INLINE_EDIT_SLUG</name>
|
995 |
-
<full_name>JAVASCRIPT_INLINE_EDIT_SLUG</full_name>
|
996 |
-
<value><![CDATA['mla-inline-edit-scripts']]></value>
|
997 |
-
<docblock line="107">
|
998 |
-
<description><![CDATA[Slug for localizing and enqueueing JavaScript - MLA List Table]]></description>
|
999 |
-
<long-description><![CDATA[]]></long-description>
|
1000 |
-
<tag line="107" name="since" description="0.20"/>
|
1001 |
-
<tag line="107" name="var" description="" type="string">
|
1002 |
-
<type by_reference="false">string</type>
|
1003 |
-
</tag>
|
1004 |
-
</docblock>
|
1005 |
-
</constant>
|
1006 |
-
<constant namespace="global" line="123" package="Media Library Assistant">
|
1007 |
-
<name>JAVASCRIPT_QUERY_ATTACHMENTS_ACTION</name>
|
1008 |
-
<full_name>JAVASCRIPT_QUERY_ATTACHMENTS_ACTION</full_name>
|
1009 |
-
<value><![CDATA['mla-query-attachments']]></value>
|
1010 |
-
<docblock line="116">
|
1011 |
-
<description><![CDATA[Slug for the "query attachments" action - Add Media and related dialogs]]></description>
|
1012 |
-
<long-description><![CDATA[]]></long-description>
|
1013 |
-
<tag line="116" name="since" description="1.80"/>
|
1014 |
-
<tag line="116" name="var" description="" type="string">
|
1015 |
-
<type by_reference="false">string</type>
|
1016 |
-
</tag>
|
1017 |
-
</docblock>
|
1018 |
-
</constant>
|
1019 |
-
<constant namespace="global" line="132" package="Media Library Assistant">
|
1020 |
-
<name>JAVASCRIPT_FILL_COMPAT_ACTION</name>
|
1021 |
-
<full_name>JAVASCRIPT_FILL_COMPAT_ACTION</full_name>
|
1022 |
-
<value><![CDATA['mla-fill-compat-fields']]></value>
|
1023 |
-
<docblock line="125">
|
1024 |
-
<description><![CDATA[Slug for the "fill compat-attachment-fields" action - Add Media and related dialogs]]></description>
|
1025 |
-
<long-description><![CDATA[]]></long-description>
|
1026 |
-
<tag line="125" name="since" description="1.80"/>
|
1027 |
-
<tag line="125" name="var" description="" type="string">
|
1028 |
-
<type by_reference="false">string</type>
|
1029 |
-
</tag>
|
1030 |
-
</docblock>
|
1031 |
-
</constant>
|
1032 |
-
<constant namespace="global" line="141" package="Media Library Assistant">
|
1033 |
-
<name>JAVASCRIPT_UPDATE_COMPAT_ACTION</name>
|
1034 |
-
<full_name>JAVASCRIPT_UPDATE_COMPAT_ACTION</full_name>
|
1035 |
-
<value><![CDATA['mla-update-compat-fields']]></value>
|
1036 |
-
<docblock line="134">
|
1037 |
-
<description><![CDATA[Slug for the "update compat-attachment-fields" action - Add Media and related dialogs]]></description>
|
1038 |
-
<long-description><![CDATA[]]></long-description>
|
1039 |
-
<tag line="134" name="since" description="1.80"/>
|
1040 |
-
<tag line="134" name="var" description="" type="string">
|
1041 |
-
<type by_reference="false">string</type>
|
1042 |
-
</tag>
|
1043 |
-
</docblock>
|
1044 |
-
</constant>
|
1045 |
-
<constant namespace="global" line="150" package="Media Library Assistant">
|
1046 |
-
<name>MLA_SETTINGS_SLUG</name>
|
1047 |
-
<full_name>MLA_SETTINGS_SLUG</full_name>
|
1048 |
-
<value><![CDATA['mla-settings-menu']]></value>
|
1049 |
-
<docblock line="143">
|
1050 |
-
<description><![CDATA[Provides a unique name for the settings page]]></description>
|
1051 |
-
<long-description><![CDATA[]]></long-description>
|
1052 |
-
<tag line="143" name="since" description="2.20"/>
|
1053 |
-
<tag line="143" name="var" description="" type="string">
|
1054 |
-
<type by_reference="false">string</type>
|
1055 |
-
</tag>
|
1056 |
-
</docblock>
|
1057 |
-
</constant>
|
1058 |
-
<constant namespace="global" line="155" package="Media Library Assistant">
|
1059 |
-
<name>MLA_VERSION_OPTION</name>
|
1060 |
-
<full_name>MLA_VERSION_OPTION</full_name>
|
1061 |
-
<value><![CDATA['current_version']]></value>
|
1062 |
-
<docblock line="152">
|
1063 |
-
<description><![CDATA[Provides a unique name for the current version option]]></description>
|
1064 |
-
<long-description><![CDATA[]]></long-description>
|
1065 |
-
</docblock>
|
1066 |
-
</constant>
|
1067 |
-
<constant namespace="global" line="160" package="Media Library Assistant">
|
1068 |
-
<name>MLA_EXCLUDE_REVISIONS</name>
|
1069 |
-
<full_name>MLA_EXCLUDE_REVISIONS</full_name>
|
1070 |
-
<value><![CDATA['exclude_revisions']]></value>
|
1071 |
-
<docblock line="157">
|
1072 |
-
<description><![CDATA[Provides a unique name for the exclude revisions option]]></description>
|
1073 |
-
<long-description><![CDATA[]]></long-description>
|
1074 |
-
</docblock>
|
1075 |
-
</constant>
|
1076 |
-
<constant namespace="global" line="165" package="Media Library Assistant">
|
1077 |
-
<name>MLA_FEATURED_IN_TUNING</name>
|
1078 |
-
<full_name>MLA_FEATURED_IN_TUNING</full_name>
|
1079 |
-
<value><![CDATA['featured_in_tuning']]></value>
|
1080 |
-
<docblock line="162">
|
1081 |
-
<description><![CDATA[Provides a unique name for a database tuning option]]></description>
|
1082 |
-
<long-description><![CDATA[]]></long-description>
|
1083 |
-
</docblock>
|
1084 |
-
</constant>
|
1085 |
-
<constant namespace="global" line="170" package="Media Library Assistant">
|
1086 |
-
<name>MLA_INSERTED_IN_TUNING</name>
|
1087 |
-
<full_name>MLA_INSERTED_IN_TUNING</full_name>
|
1088 |
-
<value><![CDATA['inserted_in_tuning']]></value>
|
1089 |
-
<docblock line="167">
|
1090 |
-
<description><![CDATA[Provides a unique name for a database tuning option]]></description>
|
1091 |
-
<long-description><![CDATA[]]></long-description>
|
1092 |
-
</docblock>
|
1093 |
-
</constant>
|
1094 |
-
<constant namespace="global" line="175" package="Media Library Assistant">
|
1095 |
-
<name>MLA_GALLERY_IN_TUNING</name>
|
1096 |
-
<full_name>MLA_GALLERY_IN_TUNING</full_name>
|
1097 |
-
<value><![CDATA['gallery_in_tuning']]></value>
|
1098 |
-
<docblock line="172">
|
1099 |
-
<description><![CDATA[Provides a unique name for a database tuning option]]></description>
|
1100 |
-
<long-description><![CDATA[]]></long-description>
|
1101 |
-
</docblock>
|
1102 |
-
</constant>
|
1103 |
-
<constant namespace="global" line="180" package="Media Library Assistant">
|
1104 |
-
<name>MLA_MLA_GALLERY_IN_TUNING</name>
|
1105 |
-
<full_name>MLA_MLA_GALLERY_IN_TUNING</full_name>
|
1106 |
-
<value><![CDATA['mla_gallery_in_tuning']]></value>
|
1107 |
-
<docblock line="177">
|
1108 |
-
<description><![CDATA[Provides a unique name for a database tuning option]]></description>
|
1109 |
-
<long-description><![CDATA[]]></long-description>
|
1110 |
-
</docblock>
|
1111 |
-
</constant>
|
1112 |
-
<constant namespace="global" line="185" package="Media Library Assistant">
|
1113 |
-
<name>MLA_COUNT_TERM_ATTACHMENTS</name>
|
1114 |
-
<full_name>MLA_COUNT_TERM_ATTACHMENTS</full_name>
|
1115 |
-
<value><![CDATA['count_term_attachments']]></value>
|
1116 |
-
<docblock line="182">
|
1117 |
-
<description><![CDATA[Provides a unique name for the taxonomy count Attachments option]]></description>
|
1118 |
-
<long-description><![CDATA[]]></long-description>
|
1119 |
-
</docblock>
|
1120 |
-
</constant>
|
1121 |
-
<constant namespace="global" line="190" package="Media Library Assistant">
|
1122 |
-
<name>MLA_TAXONOMY_SUPPORT</name>
|
1123 |
-
<full_name>MLA_TAXONOMY_SUPPORT</full_name>
|
1124 |
-
<value><![CDATA['taxonomy_support']]></value>
|
1125 |
-
<docblock line="187">
|
1126 |
-
<description><![CDATA[Provides a unique name for the taxonomy support option]]></description>
|
1127 |
-
<long-description><![CDATA[]]></long-description>
|
1128 |
-
</docblock>
|
1129 |
-
</constant>
|
1130 |
-
<constant namespace="global" line="195" package="Media Library Assistant">
|
1131 |
-
<name>MLA_SCREEN_PAGE_TITLE</name>
|
1132 |
-
<full_name>MLA_SCREEN_PAGE_TITLE</full_name>
|
1133 |
-
<value><![CDATA['admin_screen_page_title']]></value>
|
1134 |
-
<docblock line="192">
|
1135 |
-
<description><![CDATA[Provides a unique name for the admin screen page title option]]></description>
|
1136 |
-
<long-description><![CDATA[]]></long-description>
|
1137 |
-
</docblock>
|
1138 |
-
</constant>
|
1139 |
-
<constant namespace="global" line="200" package="Media Library Assistant">
|
1140 |
-
<name>MLA_SCREEN_MENU_TITLE</name>
|
1141 |
-
<full_name>MLA_SCREEN_MENU_TITLE</full_name>
|
1142 |
-
<value><![CDATA['admin_screen_menu_title']]></value>
|
1143 |
-
<docblock line="197">
|
1144 |
-
<description><![CDATA[Provides a unique name for the admin screen menu title option]]></description>
|
1145 |
-
<long-description><![CDATA[]]></long-description>
|
1146 |
-
</docblock>
|
1147 |
-
</constant>
|
1148 |
-
<constant namespace="global" line="205" package="Media Library Assistant">
|
1149 |
-
<name>MLA_SCREEN_ORDER</name>
|
1150 |
-
<full_name>MLA_SCREEN_ORDER</full_name>
|
1151 |
-
<value><![CDATA['admin_screen_menu_order']]></value>
|
1152 |
-
<docblock line="202">
|
1153 |
-
<description><![CDATA[Provides a unique name for the admin screen menu order option]]></description>
|
1154 |
-
<long-description><![CDATA[]]></long-description>
|
1155 |
-
</docblock>
|
1156 |
-
</constant>
|
1157 |
-
<constant namespace="global" line="210" package="Media Library Assistant">
|
1158 |
-
<name>MLA_SCREEN_DISPLAY_LIBRARY</name>
|
1159 |
-
<full_name>MLA_SCREEN_DISPLAY_LIBRARY</full_name>
|
1160 |
-
<value><![CDATA['admin_screen_display_default']]></value>
|
1161 |
-
<docblock line="207">
|
1162 |
-
<description><![CDATA[Provides a unique name for the admin screen remove Media/Library option]]></description>
|
1163 |
-
<long-description><![CDATA[]]></long-description>
|
1164 |
-
</docblock>
|
1165 |
-
</constant>
|
1166 |
-
<constant namespace="global" line="215" package="Media Library Assistant">
|
1167 |
-
<name>MLA_DEFAULT_ORDERBY</name>
|
1168 |
-
<full_name>MLA_DEFAULT_ORDERBY</full_name>
|
1169 |
-
<value><![CDATA['default_orderby']]></value>
|
1170 |
-
<docblock line="212">
|
1171 |
-
<description><![CDATA[Provides a unique name for the default orderby option]]></description>
|
1172 |
-
<long-description><![CDATA[]]></long-description>
|
1173 |
-
</docblock>
|
1174 |
-
</constant>
|
1175 |
-
<constant namespace="global" line="220" package="Media Library Assistant">
|
1176 |
-
<name>MLA_DEFAULT_ORDER</name>
|
1177 |
-
<full_name>MLA_DEFAULT_ORDER</full_name>
|
1178 |
-
<value><![CDATA['default_order']]></value>
|
1179 |
-
<docblock line="217">
|
1180 |
-
<description><![CDATA[Provides a unique name for the default order option]]></description>
|
1181 |
-
<long-description><![CDATA[]]></long-description>
|
1182 |
-
</docblock>
|
1183 |
-
</constant>
|
1184 |
-
<constant namespace="global" line="225" package="Media Library Assistant">
|
1185 |
-
<name>MLA_TABLE_VIEWS_WIDTH</name>
|
1186 |
-
<full_name>MLA_TABLE_VIEWS_WIDTH</full_name>
|
1187 |
-
<value><![CDATA['table_views_width']]></value>
|
1188 |
-
<docblock line="222">
|
1189 |
-
<description><![CDATA[Provides a unique name for the Media/Assistant submenu table views width option]]></description>
|
1190 |
-
<long-description><![CDATA[]]></long-description>
|
1191 |
-
</docblock>
|
1192 |
-
</constant>
|
1193 |
-
<constant namespace="global" line="230" package="Media Library Assistant">
|
1194 |
-
<name>MLA_TABLE_ICON_SIZE</name>
|
1195 |
-
<full_name>MLA_TABLE_ICON_SIZE</full_name>
|
1196 |
-
<value><![CDATA['table_icon_size']]></value>
|
1197 |
-
<docblock line="227">
|
1198 |
-
<description><![CDATA[Provides a unique name for the Media/Assistant submenu table thumbnail/icon size option]]></description>
|
1199 |
-
<long-description><![CDATA[]]></long-description>
|
1200 |
-
</docblock>
|
1201 |
-
</constant>
|
1202 |
-
<constant namespace="global" line="235" package="Media Library Assistant">
|
1203 |
-
<name>MLA_BULK_CHUNK_SIZE</name>
|
1204 |
-
<full_name>MLA_BULK_CHUNK_SIZE</full_name>
|
1205 |
-
<value><![CDATA['bulk_chunk_size']]></value>
|
1206 |
-
<docblock line="232">
|
1207 |
-
<description><![CDATA[Provides a unique name for the Bulk Update and Map All chunk size option]]></description>
|
1208 |
-
<long-description><![CDATA[]]></long-description>
|
1209 |
-
</docblock>
|
1210 |
-
</constant>
|
1211 |
-
<constant namespace="global" line="240" package="Media Library Assistant">
|
1212 |
-
<name>MLA_TAXONOMY_FILTER_DEPTH</name>
|
1213 |
-
<full_name>MLA_TAXONOMY_FILTER_DEPTH</full_name>
|
1214 |
-
<value><![CDATA['taxonomy_filter_depth']]></value>
|
1215 |
-
<docblock line="237">
|
1216 |
-
<description><![CDATA[Provides a unique name for the taxonomy filter maximum depth option]]></description>
|
1217 |
-
<long-description><![CDATA[]]></long-description>
|
1218 |
-
</docblock>
|
1219 |
-
</constant>
|
1220 |
-
<constant namespace="global" line="245" package="Media Library Assistant">
|
1221 |
-
<name>MLA_TAXONOMY_FILTER_INCLUDE_CHILDREN</name>
|
1222 |
-
<full_name>MLA_TAXONOMY_FILTER_INCLUDE_CHILDREN</full_name>
|
1223 |
-
<value><![CDATA['taxonomy_filter_include_children']]></value>
|
1224 |
-
<docblock line="242">
|
1225 |
-
<description><![CDATA[Provides a unique name for the taxonomy filter maximum depth option]]></description>
|
1226 |
-
<long-description><![CDATA[]]></long-description>
|
1227 |
-
</docblock>
|
1228 |
-
</constant>
|
1229 |
-
<constant namespace="global" line="250" package="Media Library Assistant">
|
1230 |
-
<name>MLA_SEARCH_MEDIA_FILTER_SHOW_CONTROLS</name>
|
1231 |
-
<full_name>MLA_SEARCH_MEDIA_FILTER_SHOW_CONTROLS</full_name>
|
1232 |
-
<value><![CDATA['search_media_filter_show_controls']]></value>
|
1233 |
-
<docblock line="247">
|
1234 |
-
<description><![CDATA[Provides a unique name for the display Search Media controls option]]></description>
|
1235 |
-
<long-description><![CDATA[]]></long-description>
|
1236 |
-
</docblock>
|
1237 |
-
</constant>
|
1238 |
-
<constant namespace="global" line="255" package="Media Library Assistant">
|
1239 |
-
<name>MLA_SEARCH_MEDIA_FILTER_DEFAULTS</name>
|
1240 |
-
<full_name>MLA_SEARCH_MEDIA_FILTER_DEFAULTS</full_name>
|
1241 |
-
<value><![CDATA['search_media_filter_defaults']]></value>
|
1242 |
-
<docblock line="252">
|
1243 |
-
<description><![CDATA[Provides a unique name for the display Search Media controls option]]></description>
|
1244 |
-
<long-description><![CDATA[]]></long-description>
|
1245 |
-
</docblock>
|
1246 |
-
</constant>
|
1247 |
-
<constant namespace="global" line="260" package="Media Library Assistant">
|
1248 |
-
<name>MLA_EXIF_SIZE</name>
|
1249 |
-
<full_name>MLA_EXIF_SIZE</full_name>
|
1250 |
-
<value><![CDATA[30]]></value>
|
1251 |
-
<docblock line="257">
|
1252 |
-
<description><![CDATA[Provides a "size" attribute value for the EXIF/Template Value field]]></description>
|
1253 |
-
<long-description><![CDATA[]]></long-description>
|
1254 |
-
</docblock>
|
1255 |
-
</constant>
|
1256 |
-
<constant namespace="global" line="265" package="Media Library Assistant">
|
1257 |
-
<name>MLA_NEW_CUSTOM_RULE</name>
|
1258 |
-
<full_name>MLA_NEW_CUSTOM_RULE</full_name>
|
1259 |
-
<value><![CDATA['__NEW_RULE__']]></value>
|
1260 |
-
<docblock line="262">
|
1261 |
-
<description><![CDATA[Provides a unique name for the Custom Field "new rule" key]]></description>
|
1262 |
-
<long-description><![CDATA[]]></long-description>
|
1263 |
-
</docblock>
|
1264 |
-
</constant>
|
1265 |
-
<constant namespace="global" line="270" package="Media Library Assistant">
|
1266 |
-
<name>MLA_NEW_CUSTOM_FIELD</name>
|
1267 |
-
<full_name>MLA_NEW_CUSTOM_FIELD</full_name>
|
1268 |
-
<value><![CDATA['__NEW_FIELD__']]></value>
|
1269 |
-
<docblock line="267">
|
1270 |
-
<description><![CDATA[Provides a unique name for the Custom Field "new field" key]]></description>
|
1271 |
-
<long-description><![CDATA[]]></long-description>
|
1272 |
-
</docblock>
|
1273 |
-
</constant>
|
1274 |
-
<constant namespace="global" line="275" package="Media Library Assistant">
|
1275 |
-
<name>MLA_EDIT_MEDIA_SEARCH_TAXONOMY</name>
|
1276 |
-
<full_name>MLA_EDIT_MEDIA_SEARCH_TAXONOMY</full_name>
|
1277 |
-
<value><![CDATA['edit_media_search_taxonomy']]></value>
|
1278 |
-
<docblock line="272">
|
1279 |
-
<description><![CDATA[Provides a unique name for the "searchable taxonomies" option]]></description>
|
1280 |
-
<long-description><![CDATA[]]></long-description>
|
1281 |
-
</docblock>
|
1282 |
-
</constant>
|
1283 |
-
<constant namespace="global" line="280" package="Media Library Assistant">
|
1284 |
-
<name>MLA_EDIT_MEDIA_META_BOXES</name>
|
1285 |
-
<full_name>MLA_EDIT_MEDIA_META_BOXES</full_name>
|
1286 |
-
<value><![CDATA['edit_media_meta_boxes']]></value>
|
1287 |
-
<docblock line="277">
|
1288 |
-
<description><![CDATA[Provides a unique name for the Edit Media additional meta boxes option]]></description>
|
1289 |
-
<long-description><![CDATA[]]></long-description>
|
1290 |
-
</docblock>
|
1291 |
-
</constant>
|
1292 |
-
<constant namespace="global" line="285" package="Media Library Assistant">
|
1293 |
-
<name>MLA_ADD_NEW_BULK_EDIT</name>
|
1294 |
-
<full_name>MLA_ADD_NEW_BULK_EDIT</full_name>
|
1295 |
-
<value><![CDATA['add_new_bulk_edit']]></value>
|
1296 |
-
<docblock line="282">
|
1297 |
-
<description><![CDATA[Provides a unique name for the Media/Add New bulk edit option]]></description>
|
1298 |
-
<long-description><![CDATA[]]></long-description>
|
1299 |
-
</docblock>
|
1300 |
-
</constant>
|
1301 |
-
<constant namespace="global" line="290" package="Media Library Assistant">
|
1302 |
-
<name>MLA_ADD_NEW_BULK_EDIT_ON_TOP</name>
|
1303 |
-
<full_name>MLA_ADD_NEW_BULK_EDIT_ON_TOP</full_name>
|
1304 |
-
<value><![CDATA['add_new_bulk_edit_on_top']]></value>
|
1305 |
-
<docblock line="287">
|
1306 |
-
<description><![CDATA[Provides a unique name for the Media/Add New bulk edit "on top" option]]></description>
|
1307 |
-
<long-description><![CDATA[]]></long-description>
|
1308 |
-
</docblock>
|
1309 |
-
</constant>
|
1310 |
-
<constant namespace="global" line="295" package="Media Library Assistant">
|
1311 |
-
<name>MLA_ADD_NEW_BULK_EDIT_AUTO_OPEN</name>
|
1312 |
-
<full_name>MLA_ADD_NEW_BULK_EDIT_AUTO_OPEN</full_name>
|
1313 |
-
<value><![CDATA['add_new_bulk_edit_auto_open']]></value>
|
1314 |
-
<docblock line="292">
|
1315 |
-
<description><![CDATA[Provides a unique name for the Media/Add New bulk edit "Open Automatically" option]]></description>
|
1316 |
-
<long-description><![CDATA[]]></long-description>
|
1317 |
-
</docblock>
|
1318 |
-
</constant>
|
1319 |
-
<constant namespace="global" line="301" package="Media Library Assistant">
|
1320 |
-
<name>MLA_MEDIA_GRID_TOOLBAR</name>
|
1321 |
-
<full_name>MLA_MEDIA_GRID_TOOLBAR</full_name>
|
1322 |
-
<value><![CDATA['media_grid_toolbar']]></value>
|
1323 |
-
<docblock line="297">
|
1324 |
-
<description><![CDATA[Provides a unique name for the Media Grid toolbar option, which
|
1325 |
-
also controls the ATTACHMENT DETAILS enhancements]]></description>
|
1326 |
-
<long-description><![CDATA[]]></long-description>
|
1327 |
-
</docblock>
|
1328 |
-
</constant>
|
1329 |
-
<constant namespace="global" line="307" package="Media Library Assistant">
|
1330 |
-
<name>MLA_MEDIA_MODAL_TOOLBAR</name>
|
1331 |
-
<full_name>MLA_MEDIA_MODAL_TOOLBAR</full_name>
|
1332 |
-
<value><![CDATA['media_modal_toolbar']]></value>
|
1333 |
-
<docblock line="303">
|
1334 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar option, which
|
1335 |
-
also controls the ATTACHMENT DETAILS enhancements]]></description>
|
1336 |
-
<long-description><![CDATA[]]></long-description>
|
1337 |
-
</docblock>
|
1338 |
-
</constant>
|
1339 |
-
<constant namespace="global" line="312" package="Media Library Assistant">
|
1340 |
-
<name>MLA_MEDIA_MODAL_MIMETYPES</name>
|
1341 |
-
<full_name>MLA_MEDIA_MODAL_MIMETYPES</full_name>
|
1342 |
-
<value><![CDATA['media_modal_mimetypes']]></value>
|
1343 |
-
<docblock line="309">
|
1344 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar MIME Types option]]></description>
|
1345 |
-
<long-description><![CDATA[]]></long-description>
|
1346 |
-
</docblock>
|
1347 |
-
</constant>
|
1348 |
-
<constant namespace="global" line="317" package="Media Library Assistant">
|
1349 |
-
<name>MLA_MEDIA_MODAL_MONTHS</name>
|
1350 |
-
<full_name>MLA_MEDIA_MODAL_MONTHS</full_name>
|
1351 |
-
<value><![CDATA['media_modal_months']]></value>
|
1352 |
-
<docblock line="314">
|
1353 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Month and Year option]]></description>
|
1354 |
-
<long-description><![CDATA[]]></long-description>
|
1355 |
-
</docblock>
|
1356 |
-
</constant>
|
1357 |
-
<constant namespace="global" line="322" package="Media Library Assistant">
|
1358 |
-
<name>MLA_MEDIA_MODAL_TERMS</name>
|
1359 |
-
<full_name>MLA_MEDIA_MODAL_TERMS</full_name>
|
1360 |
-
<value><![CDATA['media_modal_terms']]></value>
|
1361 |
-
<docblock line="319">
|
1362 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Taxonomy Terms option]]></description>
|
1363 |
-
<long-description><![CDATA[]]></long-description>
|
1364 |
-
</docblock>
|
1365 |
-
</constant>
|
1366 |
-
<constant namespace="global" line="327" package="Media Library Assistant">
|
1367 |
-
<name>MLA_MEDIA_MODAL_TERMS_SEARCH</name>
|
1368 |
-
<full_name>MLA_MEDIA_MODAL_TERMS_SEARCH</full_name>
|
1369 |
-
<value><![CDATA['media_modal_terms_search']]></value>
|
1370 |
-
<docblock line="324">
|
1371 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Taxonomy "Terms Search" option]]></description>
|
1372 |
-
<long-description><![CDATA[]]></long-description>
|
1373 |
-
</docblock>
|
1374 |
-
</constant>
|
1375 |
-
<constant namespace="global" line="332" package="Media Library Assistant">
|
1376 |
-
<name>MLA_MEDIA_MODAL_SEARCHBOX</name>
|
1377 |
-
<full_name>MLA_MEDIA_MODAL_SEARCHBOX</full_name>
|
1378 |
-
<value><![CDATA['media_modal_searchbox']]></value>
|
1379 |
-
<docblock line="329">
|
1380 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Search Box option]]></description>
|
1381 |
-
<long-description><![CDATA[]]></long-description>
|
1382 |
-
</docblock>
|
1383 |
-
</constant>
|
1384 |
-
<constant namespace="global" line="337" package="Media Library Assistant">
|
1385 |
-
<name>MLA_MEDIA_MODAL_SEARCHBOX_CONTROLS</name>
|
1386 |
-
<full_name>MLA_MEDIA_MODAL_SEARCHBOX_CONTROLS</full_name>
|
1387 |
-
<value><![CDATA['media_modal_searchbox_controls']]></value>
|
1388 |
-
<docblock line="334">
|
1389 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Search Box Controls option]]></description>
|
1390 |
-
<long-description><![CDATA[]]></long-description>
|
1391 |
-
</docblock>
|
1392 |
-
</constant>
|
1393 |
-
<constant namespace="global" line="343" package="Media Library Assistant">
|
1394 |
-
<name>MLA_MEDIA_MODAL_DETAILS_CATEGORY_METABOX</name>
|
1395 |
-
<full_name>MLA_MEDIA_MODAL_DETAILS_CATEGORY_METABOX</full_name>
|
1396 |
-
<value><![CDATA['media_modal_details_category_metabox']]></value>
|
1397 |
-
<docblock line="339">
|
1398 |
-
<description><![CDATA[Provides a unique name for the Media Manager Attachment Details searchable taxonomy option
|
1399 |
-
This option is for hierarchical taxonomies, e.g., "Att.]]></description>
|
1400 |
-
<long-description><![CDATA[<p>Categories".</p>]]></long-description>
|
1401 |
-
</docblock>
|
1402 |
-
</constant>
|
1403 |
-
<constant namespace="global" line="349" package="Media Library Assistant">
|
1404 |
-
<name>MLA_MEDIA_MODAL_DETAILS_TAG_METABOX</name>
|
1405 |
-
<full_name>MLA_MEDIA_MODAL_DETAILS_TAG_METABOX</full_name>
|
1406 |
-
<value><![CDATA['media_modal_details_tag_metabox']]></value>
|
1407 |
-
<docblock line="345">
|
1408 |
-
<description><![CDATA[Provides a unique name for the Media Manager Attachment Details searchable taxonomy option
|
1409 |
-
This option is for flat taxonomies, e.g., "Att.]]></description>
|
1410 |
-
<long-description><![CDATA[<p>Tags".</p>]]></long-description>
|
1411 |
-
</docblock>
|
1412 |
-
</constant>
|
1413 |
-
<constant namespace="global" line="354" package="Media Library Assistant">
|
1414 |
-
<name>MLA_MEDIA_MODAL_DETAILS_AUTOFILL</name>
|
1415 |
-
<full_name>MLA_MEDIA_MODAL_DETAILS_AUTOFILL</full_name>
|
1416 |
-
<value><![CDATA['media_modal_details_autofill']]></value>
|
1417 |
-
<docblock line="351">
|
1418 |
-
<description><![CDATA[Provides a unique name for the Media Manager Attachment Details auto-fill option]]></description>
|
1419 |
-
<long-description><![CDATA[]]></long-description>
|
1420 |
-
</docblock>
|
1421 |
-
</constant>
|
1422 |
-
<constant namespace="global" line="359" package="Media Library Assistant">
|
1423 |
-
<name>MLA_MEDIA_MODAL_ORDERBY</name>
|
1424 |
-
<full_name>MLA_MEDIA_MODAL_ORDERBY</full_name>
|
1425 |
-
<value><![CDATA['media_modal_orderby']]></value>
|
1426 |
-
<docblock line="356">
|
1427 |
-
<description><![CDATA[Provides a unique name for the Media Manager orderby option]]></description>
|
1428 |
-
<long-description><![CDATA[]]></long-description>
|
1429 |
-
</docblock>
|
1430 |
-
</constant>
|
1431 |
-
<constant namespace="global" line="364" package="Media Library Assistant">
|
1432 |
-
<name>MLA_MEDIA_MODAL_ORDER</name>
|
1433 |
-
<full_name>MLA_MEDIA_MODAL_ORDER</full_name>
|
1434 |
-
<value><![CDATA['media_modal_order']]></value>
|
1435 |
-
<docblock line="361">
|
1436 |
-
<description><![CDATA[Provides a unique name for the Media Manager order option]]></description>
|
1437 |
-
<long-description><![CDATA[]]></long-description>
|
1438 |
-
</docblock>
|
1439 |
-
</constant>
|
1440 |
-
<constant namespace="global" line="369" package="Media Library Assistant">
|
1441 |
-
<name>MLA_POST_MIME_TYPES</name>
|
1442 |
-
<full_name>MLA_POST_MIME_TYPES</full_name>
|
1443 |
-
<value><![CDATA['post_mime_types']]></value>
|
1444 |
-
<docblock line="366">
|
1445 |
-
<description><![CDATA[Provides a unique name for the Post MIME Types option]]></description>
|
1446 |
-
<long-description><![CDATA[]]></long-description>
|
1447 |
-
</docblock>
|
1448 |
-
</constant>
|
1449 |
-
<constant namespace="global" line="374" package="Media Library Assistant">
|
1450 |
-
<name>MLA_ENABLE_POST_MIME_TYPES</name>
|
1451 |
-
<full_name>MLA_ENABLE_POST_MIME_TYPES</full_name>
|
1452 |
-
<value><![CDATA['enable_post_mime_types']]></value>
|
1453 |
-
<docblock line="371">
|
1454 |
-
<description><![CDATA[Provides a unique name for the Enable Post MIME Types option]]></description>
|
1455 |
-
<long-description><![CDATA[]]></long-description>
|
1456 |
-
</docblock>
|
1457 |
-
</constant>
|
1458 |
-
<constant namespace="global" line="379" package="Media Library Assistant">
|
1459 |
-
<name>MLA_UPLOAD_MIMES</name>
|
1460 |
-
<full_name>MLA_UPLOAD_MIMES</full_name>
|
1461 |
-
<value><![CDATA['upload_mimes']]></value>
|
1462 |
-
<docblock line="376">
|
1463 |
-
<description><![CDATA[Provides a unique name for the Upload MIME Types option]]></description>
|
1464 |
-
<long-description><![CDATA[]]></long-description>
|
1465 |
-
</docblock>
|
1466 |
-
</constant>
|
1467 |
-
<constant namespace="global" line="384" package="Media Library Assistant">
|
1468 |
-
<name>MLA_ENABLE_UPLOAD_MIMES</name>
|
1469 |
-
<full_name>MLA_ENABLE_UPLOAD_MIMES</full_name>
|
1470 |
-
<value><![CDATA['enable_upload_mimes']]></value>
|
1471 |
-
<docblock line="381">
|
1472 |
-
<description><![CDATA[Provides a unique name for the Enable Upload MIME Types option]]></description>
|
1473 |
-
<long-description><![CDATA[]]></long-description>
|
1474 |
-
</docblock>
|
1475 |
-
</constant>
|
1476 |
-
<constant namespace="global" line="389" package="Media Library Assistant">
|
1477 |
-
<name>MLA_ENABLE_MLA_ICONS</name>
|
1478 |
-
<full_name>MLA_ENABLE_MLA_ICONS</full_name>
|
1479 |
-
<value><![CDATA['enable_mla_icons']]></value>
|
1480 |
-
<docblock line="386">
|
1481 |
-
<description><![CDATA[Provides a unique name for the Enable MLA Icons option]]></description>
|
1482 |
-
<long-description><![CDATA[]]></long-description>
|
1483 |
-
</docblock>
|
1484 |
-
</constant>
|
1485 |
-
<constant namespace="global" line="394" package="Media Library Assistant">
|
1486 |
-
<name>MLA_DEBUG_DISPLAY_LIMIT</name>
|
1487 |
-
<full_name>MLA_DEBUG_DISPLAY_LIMIT</full_name>
|
1488 |
-
<value><![CDATA['debug_display_limit']]></value>
|
1489 |
-
<docblock line="391">
|
1490 |
-
<description><![CDATA[Provides a unique name for the Debug display limit option]]></description>
|
1491 |
-
<long-description><![CDATA[]]></long-description>
|
1492 |
-
</docblock>
|
1493 |
-
</constant>
|
1494 |
-
<constant namespace="global" line="399" package="Media Library Assistant">
|
1495 |
-
<name>MLA_DEBUG_FILE</name>
|
1496 |
-
<full_name>MLA_DEBUG_FILE</full_name>
|
1497 |
-
<value><![CDATA['debug_file']]></value>
|
1498 |
-
<docblock line="396">
|
1499 |
-
<description><![CDATA[Provides a unique name for the Debug alternate log file option]]></description>
|
1500 |
-
<long-description><![CDATA[]]></long-description>
|
1501 |
-
</docblock>
|
1502 |
-
</constant>
|
1503 |
-
<constant namespace="global" line="404" package="Media Library Assistant">
|
1504 |
-
<name>MLA_DEBUG_REPLACE_PHP_LOG</name>
|
1505 |
-
<full_name>MLA_DEBUG_REPLACE_PHP_LOG</full_name>
|
1506 |
-
<value><![CDATA['debug_replace_php_log']]></value>
|
1507 |
-
<docblock line="401">
|
1508 |
-
<description><![CDATA[Provides a unique name for the Debug replace PHP log file option]]></description>
|
1509 |
-
<long-description><![CDATA[]]></long-description>
|
1510 |
-
</docblock>
|
1511 |
-
</constant>
|
1512 |
-
<constant namespace="global" line="409" package="Media Library Assistant">
|
1513 |
-
<name>MLA_DEBUG_REPLACE_PHP_REPORTING</name>
|
1514 |
-
<full_name>MLA_DEBUG_REPLACE_PHP_REPORTING</full_name>
|
1515 |
-
<value><![CDATA['debug_replace_php_reporting']]></value>
|
1516 |
-
<docblock line="406">
|
1517 |
-
<description><![CDATA[Provides a unique name for the Debug replace PHP error_reporting option]]></description>
|
1518 |
-
<long-description><![CDATA[]]></long-description>
|
1519 |
-
</docblock>
|
1520 |
-
</constant>
|
1521 |
-
<constant namespace="global" line="414" package="Media Library Assistant">
|
1522 |
-
<name>MLA_DEBUG_REPLACE_LEVEL</name>
|
1523 |
-
<full_name>MLA_DEBUG_REPLACE_LEVEL</full_name>
|
1524 |
-
<value><![CDATA['debug_replace_level']]></value>
|
1525 |
-
<docblock line="411">
|
1526 |
-
<description><![CDATA[Provides a unique name for the Debug replace MLA_DEBUG_LEVEL option]]></description>
|
1527 |
-
<long-description><![CDATA[]]></long-description>
|
1528 |
-
</docblock>
|
1529 |
-
</constant>
|
1530 |
-
<property final="false" static="true" visibility="public" line="24" namespace="global" package="Media Library Assistant">
|
1531 |
-
<name>$original_php_log</name>
|
1532 |
-
<default><![CDATA['?']]></default>
|
1533 |
-
<docblock line="17">
|
1534 |
-
<description><![CDATA[Original PHP error_log path and file]]></description>
|
1535 |
-
<long-description><![CDATA[]]></long-description>
|
1536 |
-
<tag line="17" name="since" description="2.20"/>
|
1537 |
-
<tag line="17" name="var" description="" type="string">
|
1538 |
-
<type by_reference="false">string</type>
|
1539 |
-
</tag>
|
1540 |
-
</docblock>
|
1541 |
-
</property>
|
1542 |
-
<property final="false" static="true" visibility="public" line="33" namespace="global" package="Media Library Assistant">
|
1543 |
-
<name>$original_php_reporting</name>
|
1544 |
-
<default><![CDATA['?']]></default>
|
1545 |
-
<docblock line="26">
|
1546 |
-
<description><![CDATA[Original PHP error_reporting value]]></description>
|
1547 |
-
<long-description><![CDATA[]]></long-description>
|
1548 |
-
<tag line="26" name="since" description="2.20"/>
|
1549 |
-
<tag line="26" name="var" description="" type="string">
|
1550 |
-
<type by_reference="false">string</type>
|
1551 |
-
</tag>
|
1552 |
-
</docblock>
|
1553 |
-
</property>
|
1554 |
-
<property final="false" static="true" visibility="public" line="425" namespace="global" package="Media Library Assistant">
|
1555 |
-
<name>$process_featured_in</name>
|
1556 |
-
<default><![CDATA[true]]></default>
|
1557 |
-
<docblock line="416">
|
1558 |
-
<description><![CDATA[Option setting for "Featured in" reporting]]></description>
|
1559 |
-
<long-description><![CDATA[<p>This setting is false if the "Featured in" database access setting is "disabled", else true.</p>]]></long-description>
|
1560 |
-
<tag line="416" name="since" description="1.00"/>
|
1561 |
-
<tag line="416" name="var" description="" type="boolean">
|
1562 |
-
<type by_reference="false">boolean</type>
|
1563 |
-
</tag>
|
1564 |
-
</docblock>
|
1565 |
-
</property>
|
1566 |
-
<property final="false" static="true" visibility="public" line="436" namespace="global" package="Media Library Assistant">
|
1567 |
-
<name>$process_inserted_in</name>
|
1568 |
-
<default><![CDATA[true]]></default>
|
1569 |
-
<docblock line="427">
|
1570 |
-
<description><![CDATA[Option setting for "Inserted in" reporting]]></description>
|
1571 |
-
<long-description><![CDATA[<p>This setting is false if the "Inserted in" database access setting is "disabled", else true.</p>]]></long-description>
|
1572 |
-
<tag line="427" name="since" description="1.00"/>
|
1573 |
-
<tag line="427" name="var" description="" type="boolean">
|
1574 |
-
<type by_reference="false">boolean</type>
|
1575 |
-
</tag>
|
1576 |
-
</docblock>
|
1577 |
-
</property>
|
1578 |
-
<property final="false" static="true" visibility="public" line="447" namespace="global" package="Media Library Assistant">
|
1579 |
-
<name>$process_gallery_in</name>
|
1580 |
-
<default><![CDATA[true]]></default>
|
1581 |
-
<docblock line="438">
|
1582 |
-
<description><![CDATA[Option setting for "Gallery in" reporting]]></description>
|
1583 |
-
<long-description><![CDATA[<p>This setting is false if the "Gallery in" database access setting is "disabled", else true.</p>]]></long-description>
|
1584 |
-
<tag line="438" name="since" description="1.00"/>
|
1585 |
-
<tag line="438" name="var" description="" type="boolean">
|
1586 |
-
<type by_reference="false">boolean</type>
|
1587 |
-
</tag>
|
1588 |
-
</docblock>
|
1589 |
-
</property>
|
1590 |
-
<property final="false" static="true" visibility="public" line="458" namespace="global" package="Media Library Assistant">
|
1591 |
-
<name>$process_mla_gallery_in</name>
|
1592 |
-
<default><![CDATA[true]]></default>
|
1593 |
-
<docblock line="449">
|
1594 |
-
<description><![CDATA[Option setting for "MLA Gallery in" reporting]]></description>
|
1595 |
-
<long-description><![CDATA[<p>This setting is false if the "MLA Gallery in" database access setting is "disabled", else true.</p>]]></long-description>
|
1596 |
-
<tag line="449" name="since" description="1.00"/>
|
1597 |
-
<tag line="449" name="var" description="" type="boolean">
|
1598 |
-
<type by_reference="false">boolean</type>
|
1599 |
-
</tag>
|
1600 |
-
</docblock>
|
1601 |
-
</property>
|
1602 |
-
<property final="false" static="true" visibility="public" line="515" namespace="global" package="Media Library Assistant">
|
1603 |
-
<name>$mla_option_definitions</name>
|
1604 |
-
<default><![CDATA[array()]]></default>
|
1605 |
-
<docblock line="485">
|
1606 |
-
<description><![CDATA[$mla_option_definitions defines the database options and admin page areas for setting/updating them]]></description>
|
1607 |
-
<long-description><![CDATA[<p>The array must be populated at runtime in MLAOptions::mla_localize_option_definitions_array();
|
1608 |
-
localization calls cannot be placed in the "public static" array definition itself.</p>
|
1609 |
-
|
1610 |
-
<p>Each option is defined by an array with the following elements:</p>
|
1611 |
-
|
1612 |
-
<p>array key => HTML id/name attribute and option database key (OMIT MLA_OPTION_PREFIX)</p>
|
1613 |
-
|
1614 |
-
<p>tab => Settings page tab id for the option
|
1615 |
-
name => admin page label or heading text
|
1616 |
-
type => 'checkbox', 'header', 'radio', 'select', 'text', 'textarea', 'custom', 'hidden'
|
1617 |
-
std => default value
|
1618 |
-
help => help text
|
1619 |
-
size => text size, default 40
|
1620 |
-
cols => textbox columns, default 90
|
1621 |
-
rows => textbox rows, default 5
|
1622 |
-
options => array of radio or select option values
|
1623 |
-
texts => array of radio or select option display texts
|
1624 |
-
render => rendering function for 'custom' options. Usage:
|
1625 |
-
$options_list .= ['render']( 'render', $key, $value );
|
1626 |
-
update => update function for 'custom' options; returns nothing. Usage:
|
1627 |
-
$message = ['update']( 'update', $key, $value, $_REQUEST );
|
1628 |
-
delete => delete function for 'custom' options; returns nothing. Usage:
|
1629 |
-
$message = ['delete']( 'delete', $key, $value, $_REQUEST );
|
1630 |
-
reset => reset function for 'custom' options; returns nothing. Usage:
|
1631 |
-
$message = ['reset']( 'reset', $key, $value, $_REQUEST );</p>]]></long-description>
|
1632 |
-
</docblock>
|
1633 |
-
</property>
|
1634 |
-
<property final="false" static="true" visibility="public" line="2175" namespace="global" package="Media Library Assistant">
|
1635 |
-
<name>$mla_debug_level</name>
|
1636 |
-
<default><![CDATA[0]]></default>
|
1637 |
-
<docblock line="2168">
|
1638 |
-
<description><![CDATA[Effective MLA Debug Level, from MLA_DEBUG_LEVEL or override option]]></description>
|
1639 |
-
<long-description><![CDATA[]]></long-description>
|
1640 |
-
<tag line="2168" name="since" description="2.15"/>
|
1641 |
-
<tag line="2168" name="var" description="" type="integer">
|
1642 |
-
<type by_reference="false">integer</type>
|
1643 |
-
</tag>
|
1644 |
-
</docblock>
|
1645 |
-
</property>
|
1646 |
-
<property final="false" static="true" visibility="private" line="2184" namespace="global" package="Media Library Assistant">
|
1647 |
-
<name>$mla_debug_messages</name>
|
1648 |
-
<default><![CDATA[array()]]></default>
|
1649 |
-
<docblock line="2177">
|
1650 |
-
<description><![CDATA[Accumulates debug messages]]></description>
|
1651 |
-
<long-description><![CDATA[]]></long-description>
|
1652 |
-
<tag line="2177" name="since" description="2.12"/>
|
1653 |
-
<tag line="2177" name="var" description="" type="string">
|
1654 |
-
<type by_reference="false">string</type>
|
1655 |
-
</tag>
|
1656 |
-
</docblock>
|
1657 |
-
</property>
|
1658 |
-
<property final="false" static="true" visibility="private" line="2195" namespace="global" package="Media Library Assistant">
|
1659 |
-
<name>$mla_debug_mode</name>
|
1660 |
-
<default><![CDATA['none']]></default>
|
1661 |
-
<docblock line="2186">
|
1662 |
-
<description><![CDATA[Debug information collection mode]]></description>
|
1663 |
-
<long-description><![CDATA[<p>Collection mode: 'buffer', 'console', 'log' or 'none' (default).</p>]]></long-description>
|
1664 |
-
<tag line="2186" name="since" description="2.12"/>
|
1665 |
-
<tag line="2186" name="var" description="" type="string">
|
1666 |
-
<type by_reference="false">string</type>
|
1667 |
-
</tag>
|
1668 |
-
</docblock>
|
1669 |
-
</property>
|
1670 |
-
<property final="false" static="true" visibility="private" line="2204" namespace="global" package="Media Library Assistant">
|
1671 |
-
<name>$mla_debug_file</name>
|
1672 |
-
<default><![CDATA[NULL]]></default>
|
1673 |
-
<docblock line="2197">
|
1674 |
-
<description><![CDATA[Debug information output file for mode = 'log']]></description>
|
1675 |
-
<long-description><![CDATA[]]></long-description>
|
1676 |
-
<tag line="2197" name="since" description="2.14"/>
|
1677 |
-
<tag line="2197" name="var" description="" type="string">
|
1678 |
-
<type by_reference="false">string</type>
|
1679 |
-
</tag>
|
1680 |
-
</docblock>
|
1681 |
-
</property>
|
1682 |
-
<property final="false" static="true" visibility="public" line="2383" namespace="global" package="Media Library Assistant">
|
1683 |
-
<name>$admin_columns_storage_model</name>
|
1684 |
-
<default><![CDATA[NULL]]></default>
|
1685 |
-
<docblock line="2376">
|
1686 |
-
<description><![CDATA[Admin Columns support storage model object for the Media/Assistant submenu]]></description>
|
1687 |
-
<long-description><![CDATA[]]></long-description>
|
1688 |
-
<tag line="2376" name="since" description="2.22"/>
|
1689 |
-
<tag line="2376" name="var" description="" type="object">
|
1690 |
-
<type by_reference="false">object</type>
|
1691 |
-
</tag>
|
1692 |
-
</docblock>
|
1693 |
-
</property>
|
1694 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="467" package="Media Library Assistant">
|
1695 |
-
<name>initialize</name>
|
1696 |
-
<full_name>initialize</full_name>
|
1697 |
-
<docblock line="460">
|
1698 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
1699 |
-
<long-description><![CDATA[]]></long-description>
|
1700 |
-
<tag line="460" name="since" description="1.00"/>
|
1701 |
-
<tag line="460" name="return" description="" type="void">
|
1702 |
-
<type by_reference="false">void</type>
|
1703 |
-
</tag>
|
1704 |
-
</docblock>
|
1705 |
-
</method>
|
1706 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="527" package="Media Library Assistant">
|
1707 |
-
<name>mla_localize_option_definitions_array</name>
|
1708 |
-
<full_name>mla_localize_option_definitions_array</full_name>
|
1709 |
-
<docblock line="517">
|
1710 |
-
<description><![CDATA[Localize $mla_option_definitions array]]></description>
|
1711 |
-
<long-description><![CDATA[<p>Localization must be done at runtime; these calls cannot be placed in the
|
1712 |
-
"public static" array definition itself. Called from MLATest::initialize.</p>]]></long-description>
|
1713 |
-
<tag line="517" name="since" description="2.20"/>
|
1714 |
-
<tag line="517" name="return" description="" type="void">
|
1715 |
-
<type by_reference="false">void</type>
|
1716 |
-
</tag>
|
1717 |
-
</docblock>
|
1718 |
-
</method>
|
1719 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1435" package="Media Library Assistant">
|
1720 |
-
<name>mla_initialize_tax_checked_on_top</name>
|
1721 |
-
<full_name>mla_initialize_tax_checked_on_top</full_name>
|
1722 |
-
<docblock line="1426">
|
1723 |
-
<description><![CDATA[Initialize "tax_checked_on_top" => "checked" default for all supported taxonomies]]></description>
|
1724 |
-
<long-description><![CDATA[<p>Called after all taxonomies are registered, e.g., in MLAObjects::_build_taxonomies.</p>]]></long-description>
|
1725 |
-
<tag line="1426" name="sin20" description="2.02"/>
|
1726 |
-
<tag line="1426" name="return" description="" type="void">
|
1727 |
-
<type by_reference="false">void</type>
|
1728 |
-
</tag>
|
1729 |
-
</docblock>
|
1730 |
-
</method>
|
1731 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1464" package="Media Library Assistant">
|
1732 |
-
<name>mla_get_option</name>
|
1733 |
-
<full_name>mla_get_option</full_name>
|
1734 |
-
<docblock line="1451">
|
1735 |
-
<description><![CDATA[Return the stored value or default value of a defined MLA option]]></description>
|
1736 |
-
<long-description><![CDATA[]]></long-description>
|
1737 |
-
<tag line="1451" name="since" description="2.20"/>
|
1738 |
-
<tag line="1451" name="param" description="Name of the desired option" type="string" variable="$option">
|
1739 |
-
<type by_reference="false">string</type>
|
1740 |
-
</tag>
|
1741 |
-
<tag line="1451" name="param" description="True to ignore current setting and return default values" type="boolean" variable="$get_default">
|
1742 |
-
<type by_reference="false">boolean</type>
|
1743 |
-
</tag>
|
1744 |
-
<tag line="1451" name="param" description="True to ignore default values and return only stored values" type="boolean" variable="$get_stored">
|
1745 |
-
<type by_reference="false">boolean</type>
|
1746 |
-
</tag>
|
1747 |
-
<tag line="1451" name="param" description="Custom option definitions" type="array" variable="$option_table">
|
1748 |
-
<type by_reference="false">array</type>
|
1749 |
-
</tag>
|
1750 |
-
<tag line="1451" name="return" description="Value(s) for the option or false if the option is not a defined MLA option" type="mixed">
|
1751 |
-
<type by_reference="false">mixed</type>
|
1752 |
-
</tag>
|
1753 |
-
</docblock>
|
1754 |
-
<argument line="1464">
|
1755 |
-
<name>$option</name>
|
1756 |
-
<default><![CDATA[]]></default>
|
1757 |
-
<type/>
|
1758 |
-
</argument>
|
1759 |
-
<argument line="1464">
|
1760 |
-
<name>$get_default</name>
|
1761 |
-
<default><![CDATA[false]]></default>
|
1762 |
-
<type/>
|
1763 |
-
</argument>
|
1764 |
-
<argument line="1464">
|
1765 |
-
<name>$get_stored</name>
|
1766 |
-
<default><![CDATA[false]]></default>
|
1767 |
-
<type/>
|
1768 |
-
</argument>
|
1769 |
-
<argument line="1464">
|
1770 |
-
<name>$option_table</name>
|
1771 |
-
<default><![CDATA[NULL]]></default>
|
1772 |
-
<type/>
|
1773 |
-
</argument>
|
1774 |
-
</method>
|
1775 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1503" package="Media Library Assistant">
|
1776 |
-
<name>mla_update_option</name>
|
1777 |
-
<full_name>mla_update_option</full_name>
|
1778 |
-
<docblock line="1492">
|
1779 |
-
<description><![CDATA[Add or update the stored value of a defined MLA option]]></description>
|
1780 |
-
<long-description><![CDATA[]]></long-description>
|
1781 |
-
<tag line="1492" name="since" description="2.20"/>
|
1782 |
-
<tag line="1492" name="param" description="Name of the desired option" type="string" variable="$option">
|
1783 |
-
<type by_reference="false">string</type>
|
1784 |
-
</tag>
|
1785 |
-
<tag line="1492" name="param" description="New value for the desired option" type="mixed" variable="$newvalue">
|
1786 |
-
<type by_reference="false">mixed</type>
|
1787 |
-
</tag>
|
1788 |
-
<tag line="1492" name="param" description="Custom option definitions" type="array" variable="$option_table">
|
1789 |
-
<type by_reference="false">array</type>
|
1790 |
-
</tag>
|
1791 |
-
<tag line="1492" name="return" description="True if the value was changed or false if the update failed" type="boolean">
|
1792 |
-
<type by_reference="false">boolean</type>
|
1793 |
-
</tag>
|
1794 |
-
</docblock>
|
1795 |
-
<argument line="1503">
|
1796 |
-
<name>$option</name>
|
1797 |
-
<default><![CDATA[]]></default>
|
1798 |
-
<type/>
|
1799 |
-
</argument>
|
1800 |
-
<argument line="1503">
|
1801 |
-
<name>$newvalue</name>
|
1802 |
-
<default><![CDATA[]]></default>
|
1803 |
-
<type/>
|
1804 |
-
</argument>
|
1805 |
-
<argument line="1503">
|
1806 |
-
<name>$option_table</name>
|
1807 |
-
<default><![CDATA[NULL]]></default>
|
1808 |
-
<type/>
|
1809 |
-
</argument>
|
1810 |
-
</method>
|
1811 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1529" package="Media Library Assistant">
|
1812 |
-
<name>mla_delete_option</name>
|
1813 |
-
<full_name>mla_delete_option</full_name>
|
1814 |
-
<docblock line="1519">
|
1815 |
-
<description><![CDATA[Delete the stored value of a defined MLA option]]></description>
|
1816 |
-
<long-description><![CDATA[]]></long-description>
|
1817 |
-
<tag line="1519" name="since" description="2.20"/>
|
1818 |
-
<tag line="1519" name="param" description="Name of the desired option" type="string" variable="$option">
|
1819 |
-
<type by_reference="false">string</type>
|
1820 |
-
</tag>
|
1821 |
-
<tag line="1519" name="param" description="Custom option definitions" type="array" variable="$option_table">
|
1822 |
-
<type by_reference="false">array</type>
|
1823 |
-
</tag>
|
1824 |
-
<tag line="1519" name="return" description="True if the option was deleted, otherwise false" type="boolean">
|
1825 |
-
<type by_reference="false">boolean</type>
|
1826 |
-
</tag>
|
1827 |
-
</docblock>
|
1828 |
-
<argument line="1529">
|
1829 |
-
<name>$option</name>
|
1830 |
-
<default><![CDATA[]]></default>
|
1831 |
-
<type/>
|
1832 |
-
</argument>
|
1833 |
-
<argument line="1529">
|
1834 |
-
<name>$option_table</name>
|
1835 |
-
<default><![CDATA[NULL]]></default>
|
1836 |
-
<type/>
|
1837 |
-
</argument>
|
1838 |
-
</method>
|
1839 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1563" package="Media Library Assistant">
|
1840 |
-
<name>mla_load_template</name>
|
1841 |
-
<full_name>mla_load_template</full_name>
|
1842 |
-
<docblock line="1545">
|
1843 |
-
<description><![CDATA[Load an HTML template from a file]]></description>
|
1844 |
-
<long-description><![CDATA[<p>Loads a template to a string or a multi-part template to an array.
|
1845 |
-
Multi-part templates are divided by comments of the form <!-- template="key" -->,
|
1846 |
-
where "key" becomes the key part of the array.</p>]]></long-description>
|
1847 |
-
<tag line="1545" name="since" description="0.1"/>
|
1848 |
-
<tag line="1545" name="param" description="Complete path and/or name of the template file, option name or the raw template" type="string" variable="$source">
|
1849 |
-
<type by_reference="false">string</type>
|
1850 |
-
</tag>
|
1851 |
-
<tag line="1545" name="param" description="Optional type of template source; 'path', 'file' (default), 'option', 'string'" type="string" variable="$type">
|
1852 |
-
<type by_reference="false">string</type>
|
1853 |
-
</tag>
|
1854 |
-
<tag line="1545" name="return" description="string for files that do not contain template divider comments, array for files containing template divider comments, false if file or option does not exist, NULL if file could not be loaded." type="string|array|false|NULL">
|
1855 |
-
<type by_reference="false">string</type>
|
1856 |
-
<type by_reference="false">array</type>
|
1857 |
-
<type by_reference="false">false</type>
|
1858 |
-
<type by_reference="false">NULL</type>
|
1859 |
-
</tag>
|
1860 |
-
</docblock>
|
1861 |
-
<argument line="1563">
|
1862 |
-
<name>$source</name>
|
1863 |
-
<default><![CDATA[]]></default>
|
1864 |
-
<type/>
|
1865 |
-
</argument>
|
1866 |
-
<argument line="1563">
|
1867 |
-
<name>$type</name>
|
1868 |
-
<default><![CDATA['file']]></default>
|
1869 |
-
<type/>
|
1870 |
-
</argument>
|
1871 |
-
</method>
|
1872 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1687" package="Media Library Assistant">
|
1873 |
-
<name>mla_taxonomy_support</name>
|
1874 |
-
<full_name>mla_taxonomy_support</full_name>
|
1875 |
-
<docblock line="1674">
|
1876 |
-
<description><![CDATA[Determine MLA support for a taxonomy, handling the special case where the
|
1877 |
-
settings are being updated or reset.]]></description>
|
1878 |
-
<long-description><![CDATA[]]></long-description>
|
1879 |
-
<tag line="1674" name="since" description="2.20"/>
|
1880 |
-
<tag line="1674" name="param" description="Taxonomy name, e.g., attachment_category" type="string" variable="$tax_name">
|
1881 |
-
<type by_reference="false">string</type>
|
1882 |
-
</tag>
|
1883 |
-
<tag line="1674" name="param" description="Optional. 'support' (default), 'quick-edit' or 'filter'" type="string" variable="$support_type">
|
1884 |
-
<type by_reference="false">string</type>
|
1885 |
-
</tag>
|
1886 |
-
<tag line="1674" 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">
|
1887 |
-
<type by_reference="false">boolean</type>
|
1888 |
-
<type by_reference="false">string</type>
|
1889 |
-
</tag>
|
1890 |
-
</docblock>
|
1891 |
-
<argument line="1687">
|
1892 |
-
<name>$tax_name</name>
|
1893 |
-
<default><![CDATA[]]></default>
|
1894 |
-
<type/>
|
1895 |
-
</argument>
|
1896 |
-
<argument line="1687">
|
1897 |
-
<name>$support_type</name>
|
1898 |
-
<default><![CDATA['support']]></default>
|
1899 |
-
<type/>
|
1900 |
-
</argument>
|
1901 |
-
</method>
|
1902 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1764" package="Media Library Assistant">
|
1903 |
-
<name>mla_supported_taxonomies</name>
|
1904 |
-
<full_name>mla_supported_taxonomies</full_name>
|
1905 |
-
<docblock line="1755">
|
1906 |
-
<description><![CDATA[Returns an array of taxonomy names assigned to $support_type]]></description>
|
1907 |
-
<long-description><![CDATA[]]></long-description>
|
1908 |
-
<tag line="1755" name="since" description="2.20"/>
|
1909 |
-
<tag line="1755" name="param" description="Optional. 'support' (default), 'quick-edit', 'flat-checklist', 'term-search' or 'filter'" type="string" variable="$support_type">
|
1910 |
-
<type by_reference="false">string</type>
|
1911 |
-
</tag>
|
1912 |
-
<tag line="1755" name="return" description="taxonomies assigned to $support_type; can be empty." type="array">
|
1913 |
-
<type by_reference="false">array</type>
|
1914 |
-
</tag>
|
1915 |
-
</docblock>
|
1916 |
-
<argument line="1764">
|
1917 |
-
<name>$support_type</name>
|
1918 |
-
<default><![CDATA['support']]></default>
|
1919 |
-
<type/>
|
1920 |
-
</argument>
|
1921 |
-
</method>
|
1922 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1830" package="Media Library Assistant">
|
1923 |
-
<name>mla_custom_field_support</name>
|
1924 |
-
<full_name>mla_custom_field_support</full_name>
|
1925 |
-
<docblock line="1821">
|
1926 |
-
<description><![CDATA[Evaluate support information for custom field mapping]]></description>
|
1927 |
-
<long-description><![CDATA[]]></long-description>
|
1928 |
-
<tag line="1821" name="since" description="1.10"/>
|
1929 |
-
<tag line="1821" name="param" description="array format; 'default_columns' (default), 'default_hidden_columns', 'default_sortable_columns', 'quick_edit' or 'bulk_edit'" type="string" variable="$support_type">
|
1930 |
-
<type by_reference="false">string</type>
|
1931 |
-
</tag>
|
1932 |
-
<tag line="1821" name="return" description="default, hidden, sortable quick_edit or bulk_edit colums in appropriate format" type="array">
|
1933 |
-
<type by_reference="false">array</type>
|
1934 |
-
</tag>
|
1935 |
-
</docblock>
|
1936 |
-
<argument line="1830">
|
1937 |
-
<name>$support_type</name>
|
1938 |
-
<default><![CDATA['default_columns']]></default>
|
1939 |
-
<type/>
|
1940 |
-
</argument>
|
1941 |
-
</method>
|
1942 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1892" package="Media Library Assistant">
|
1943 |
-
<name>mla_prepare_view_query</name>
|
1944 |
-
<full_name>mla_prepare_view_query</full_name>
|
1945 |
-
<docblock line="1882">
|
1946 |
-
<description><![CDATA[Convert a Library View/Post MIME Type specification to WP_Query parameters]]></description>
|
1947 |
-
<long-description><![CDATA[]]></long-description>
|
1948 |
-
<tag line="1882" name="since" description="1.40"/>
|
1949 |
-
<tag line="1882" name="param" description="View slug, unique identifier" type="string" variable="$slug">
|
1950 |
-
<type by_reference="false">string</type>
|
1951 |
-
</tag>
|
1952 |
-
<tag line="1882" name="param" description="A specification, e.g., "custom:Field,null" or "audio,application/vnd.*ms*"" type="string" variable="$specification">
|
1953 |
-
<type by_reference="false">string</type>
|
1954 |
-
</tag>
|
1955 |
-
<tag line="1882" name="return" description="post_mime_type specification or custom field query" type="array">
|
1956 |
-
<type by_reference="false">array</type>
|
1957 |
-
</tag>
|
1958 |
-
</docblock>
|
1959 |
-
<argument line="1892">
|
1960 |
-
<name>$slug</name>
|
1961 |
-
<default><![CDATA[]]></default>
|
1962 |
-
<type/>
|
1963 |
-
</argument>
|
1964 |
-
<argument line="1892">
|
1965 |
-
<name>$specification</name>
|
1966 |
-
<default><![CDATA[]]></default>
|
1967 |
-
<type/>
|
1968 |
-
</argument>
|
1969 |
-
</method>
|
1970 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1943" package="Media Library Assistant">
|
1971 |
-
<name>mla_parse_view_specification</name>
|
1972 |
-
<full_name>mla_parse_view_specification</full_name>
|
1973 |
-
<docblock line="1934">
|
1974 |
-
<description><![CDATA[Analyze a Library View/Post MIME Type specification, returning an array of the placeholders it contains]]></description>
|
1975 |
-
<long-description><![CDATA[]]></long-description>
|
1976 |
-
<tag line="1934" name="since" description="1.40"/>
|
1977 |
-
<tag line="1934" name="param" description="A specification, e.g., "custom:Field,null" or "audio,application/vnd.*ms*"" type="string|array" variable="$specification">
|
1978 |
-
<type by_reference="false">string</type>
|
1979 |
-
<type by_reference="false">array</type>
|
1980 |
-
</tag>
|
1981 |
-
<tag line="1934" name="return" description="( ['prefix'] => string, ['name'] => string, ['value'] => string, ['option'] => string, optional ['error'] => string )" type="array">
|
1982 |
-
<type by_reference="false">array</type>
|
1983 |
-
</tag>
|
1984 |
-
</docblock>
|
1985 |
-
<argument line="1943">
|
1986 |
-
<name>$specification</name>
|
1987 |
-
<default><![CDATA[]]></default>
|
1988 |
-
<type/>
|
1989 |
-
</argument>
|
1990 |
-
</method>
|
1991 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2020" package="Media Library Assistant">
|
1992 |
-
<name>mla_checklist_meta_box</name>
|
1993 |
-
<full_name>mla_checklist_meta_box</full_name>
|
1994 |
-
<docblock line="2005">
|
1995 |
-
<description><![CDATA[Display taxonomy "checklist" form fields]]></description>
|
1996 |
-
<long-description><![CDATA[<p>Adapted from /wp-admin/includes/ajax-actions.php function _wp_ajax_add_hierarchical_term().
|
1997 |
-
Includes the "? Search" area to filter the term checklist by entering part
|
1998 |
-
or all of a word/phrase in the term label.
|
1999 |
-
Output to the Media/Edit Media screen and to the Media Manager Modal Window.</p>]]></long-description>
|
2000 |
-
<tag line="2005" name="since" description="1.71"/>
|
2001 |
-
<tag line="2005" name="param" description="The current post" type="object" variable="$target_post">
|
2002 |
-
<type by_reference="false">object</type>
|
2003 |
-
</tag>
|
2004 |
-
<tag line="2005" name="param" description="The meta box parameters" type="array" variable="$box">
|
2005 |
-
<type by_reference="false">array</type>
|
2006 |
-
</tag>
|
2007 |
-
<tag line="2005" name="return" description="Echoes HTML for the form fields" type="void">
|
2008 |
-
<type by_reference="false">void</type>
|
2009 |
-
</tag>
|
2010 |
-
</docblock>
|
2011 |
-
<argument line="2020">
|
2012 |
-
<name>$target_post</name>
|
2013 |
-
<default><![CDATA[]]></default>
|
2014 |
-
<type/>
|
2015 |
-
</argument>
|
2016 |
-
<argument line="2020">
|
2017 |
-
<name>$box</name>
|
2018 |
-
<default><![CDATA[]]></default>
|
2019 |
-
<type/>
|
2020 |
-
</argument>
|
2021 |
-
</method>
|
2022 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2215" package="Media Library Assistant">
|
2023 |
-
<name>mla_debug_mode</name>
|
2024 |
-
<full_name>mla_debug_mode</full_name>
|
2025 |
-
<docblock line="2206">
|
2026 |
-
<description><![CDATA[Get/Set debug information collection mode]]></description>
|
2027 |
-
<long-description><![CDATA[]]></long-description>
|
2028 |
-
<tag line="2206" name="since" description="2.12"/>
|
2029 |
-
<tag line="2206" name="param" description="Optional. New collection mode: 'none' (default), 'buffer', 'console' or 'log'" type="string" variable="$mode">
|
2030 |
-
<type by_reference="false">string</type>
|
2031 |
-
</tag>
|
2032 |
-
<tag line="2206" name="return" description="The previous mode value, i.e., before the update" type="string">
|
2033 |
-
<type by_reference="false">string</type>
|
2034 |
-
</tag>
|
2035 |
-
</docblock>
|
2036 |
-
<argument line="2215">
|
2037 |
-
<name>$mode</name>
|
2038 |
-
<default><![CDATA[false]]></default>
|
2039 |
-
<type/>
|
2040 |
-
</argument>
|
2041 |
-
</method>
|
2042 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2238" package="Media Library Assistant">
|
2043 |
-
<name>mla_debug_file</name>
|
2044 |
-
<full_name>mla_debug_file</full_name>
|
2045 |
-
<docblock line="2225">
|
2046 |
-
<description><![CDATA[Get/Set debug information collection output file for mode = 'log']]></description>
|
2047 |
-
<long-description><![CDATA[<p>Note that WP_CONTENT_DIR will be pre-pended to the value, and a slash
|
2048 |
-
will be added to the front of the value if necessary.</p>]]></long-description>
|
2049 |
-
<tag line="2225" name="since" description="2.14"/>
|
2050 |
-
<tag line="2225" 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">
|
2051 |
-
<type by_reference="false">string</type>
|
2052 |
-
</tag>
|
2053 |
-
<tag line="2225" name="return" description="The previous file value, i.e., before the update, relative to WP_CONTENT_DIR" type="string">
|
2054 |
-
<type by_reference="false">string</type>
|
2055 |
-
</tag>
|
2056 |
-
</docblock>
|
2057 |
-
<argument line="2238">
|
2058 |
-
<name>$file</name>
|
2059 |
-
<default><![CDATA[NULL]]></default>
|
2060 |
-
<type/>
|
2061 |
-
</argument>
|
2062 |
-
</method>
|
2063 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2269" package="Media Library Assistant">
|
2064 |
-
<name>mla_debug_content</name>
|
2065 |
-
<full_name>mla_debug_content</full_name>
|
2066 |
-
<docblock line="2259">
|
2067 |
-
<description><![CDATA[Get debug information without clearing the buffer]]></description>
|
2068 |
-
<long-description><![CDATA[]]></long-description>
|
2069 |
-
<tag line="2259" name="since" description="2.12"/>
|
2070 |
-
<tag line="2259" name="param" description="Return data type: 'string' (default) or 'array'" type="string" variable="$format">
|
2071 |
-
<type by_reference="false">string</type>
|
2072 |
-
</tag>
|
2073 |
-
<tag line="2259" name="param" description="Join array elements with '\n' or '<p>' (default)" type="string" variable="$glue">
|
2074 |
-
<type by_reference="false">string</type>
|
2075 |
-
</tag>
|
2076 |
-
<tag line="2259" name="return" description="true if success else false" type="boolean">
|
2077 |
-
<type by_reference="false">boolean</type>
|
2078 |
-
</tag>
|
2079 |
-
</docblock>
|
2080 |
-
<argument line="2269">
|
2081 |
-
<name>$format</name>
|
2082 |
-
<default><![CDATA['string']]></default>
|
2083 |
-
<type/>
|
2084 |
-
</argument>
|
2085 |
-
<argument line="2269">
|
2086 |
-
<name>$glue</name>
|
2087 |
-
<default><![CDATA['<p>']]></default>
|
2088 |
-
<type/>
|
2089 |
-
</argument>
|
2090 |
-
</method>
|
2091 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2292" package="Media Library Assistant">
|
2092 |
-
<name>mla_debug_flush</name>
|
2093 |
-
<full_name>mla_debug_flush</full_name>
|
2094 |
-
<docblock line="2282">
|
2095 |
-
<description><![CDATA[Flush debug information and clear buffer]]></description>
|
2096 |
-
<long-description><![CDATA[]]></long-description>
|
2097 |
-
<tag line="2282" name="since" description="2.12"/>
|
2098 |
-
<tag line="2282" name="param" description="Destination: 'buffer' (default), 'console', 'log' or 'none'" type="string" variable="$destination">
|
2099 |
-
<type by_reference="false">string</type>
|
2100 |
-
</tag>
|
2101 |
-
<tag line="2282" name="param" description="true (default) to stop, false to continue collection" type="boolean" variable="$stop_collecting">
|
2102 |
-
<type by_reference="false">boolean</type>
|
2103 |
-
</tag>
|
2104 |
-
<tag line="2282" name="return" description="debug content if $destination == 'buffer' else empty string" type="string">
|
2105 |
-
<type by_reference="false">string</type>
|
2106 |
-
</tag>
|
2107 |
-
</docblock>
|
2108 |
-
<argument line="2292">
|
2109 |
-
<name>$destination</name>
|
2110 |
-
<default><![CDATA['buffer']]></default>
|
2111 |
-
<type/>
|
2112 |
-
</argument>
|
2113 |
-
<argument line="2292">
|
2114 |
-
<name>$stop_collecting</name>
|
2115 |
-
<default><![CDATA[true]]></default>
|
2116 |
-
<type/>
|
2117 |
-
</argument>
|
2118 |
-
</method>
|
2119 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2327" package="Media Library Assistant">
|
2120 |
-
<name>_debug_log</name>
|
2121 |
-
<full_name>_debug_log</full_name>
|
2122 |
-
<docblock line="2320">
|
2123 |
-
<description><![CDATA[Write a debug message to the appropriate log file]]></description>
|
2124 |
-
<long-description><![CDATA[]]></long-description>
|
2125 |
-
<tag line="2320" name="since" description="2.14"/>
|
2126 |
-
<tag line="2320" name="param" description="Message text" type="string" variable="$message">
|
2127 |
-
<type by_reference="false">string</type>
|
2128 |
-
</tag>
|
2129 |
-
</docblock>
|
2130 |
-
<argument line="2327">
|
2131 |
-
<name>$message</name>
|
2132 |
-
<default><![CDATA[]]></default>
|
2133 |
-
<type/>
|
2134 |
-
</argument>
|
2135 |
-
</method>
|
2136 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2350" package="Media Library Assistant">
|
2137 |
-
<name>mla_debug_add</name>
|
2138 |
-
<full_name>mla_debug_add</full_name>
|
2139 |
-
<docblock line="2342">
|
2140 |
-
<description><![CDATA[Add a debug message to the collection]]></description>
|
2141 |
-
<long-description><![CDATA[]]></long-description>
|
2142 |
-
<tag line="2342" name="since" description="2.12"/>
|
2143 |
-
<tag line="2342" name="param" description="Message text" type="string" variable="$message">
|
2144 |
-
<type by_reference="false">string</type>
|
2145 |
-
</tag>
|
2146 |
-
<tag line="2342" name="param" description="Optional. Debug category." type="integer" variable="$debug_level">
|
2147 |
-
<type by_reference="false">integer</type>
|
2148 |
-
</tag>
|
2149 |
-
</docblock>
|
2150 |
-
<argument line="2350">
|
2151 |
-
<name>$message</name>
|
2152 |
-
<default><![CDATA[]]></default>
|
2153 |
-
<type/>
|
2154 |
-
</argument>
|
2155 |
-
<argument line="2350">
|
2156 |
-
<name>$debug_level</name>
|
2157 |
-
<default><![CDATA[NULL]]></default>
|
2158 |
-
<type/>
|
2159 |
-
</argument>
|
2160 |
-
</method>
|
2161 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2393" package="Media Library Assistant">
|
2162 |
-
<name>admin_columns_support</name>
|
2163 |
-
<full_name>admin_columns_support</full_name>
|
2164 |
-
<docblock line="2385">
|
2165 |
-
<description><![CDATA[Define the Media/Assistant submenu screen to the Admin Columns plugin]]></description>
|
2166 |
-
<long-description><![CDATA[]]></long-description>
|
2167 |
-
<tag line="2385" name="since" description="2.22"/>
|
2168 |
-
<tag line="2385" name="param" description="List of storage model class instances ( [key] => [CPAC_Storage_Model object] )" type="array" variable="$storage_models">
|
2169 |
-
<type by_reference="false">array</type>
|
2170 |
-
</tag>
|
2171 |
-
<tag line="2385" name="param" description="CPAC, the root CodePress Admin Columns object" type="object" variable="$cpac">
|
2172 |
-
<type by_reference="false">object</type>
|
2173 |
-
</tag>
|
2174 |
-
</docblock>
|
2175 |
-
<argument line="2393">
|
2176 |
-
<name>$storage_models</name>
|
2177 |
-
<default><![CDATA[]]></default>
|
2178 |
-
<type/>
|
2179 |
-
</argument>
|
2180 |
-
<argument line="2393">
|
2181 |
-
<name>$cpac</name>
|
2182 |
-
<default><![CDATA[]]></default>
|
2183 |
-
<type/>
|
2184 |
-
</argument>
|
2185 |
-
</method>
|
2186 |
-
</class>
|
2187 |
-
<class final="false" abstract="false" namespace="global" line="2430" package="Media Library Assistant">
|
2188 |
-
<extends>\Walker_Category</extends>
|
2189 |
-
<name>MLA_Checklist_Walker</name>
|
2190 |
-
<full_name>\MLA_Checklist_Walker</full_name>
|
2191 |
-
<docblock line="2420">
|
2192 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Checklist Walker replaces term_id with slug in checklist output]]></description>
|
2193 |
-
<long-description><![CDATA[<p>This walker is used to build the meta boxes for flat taxonomies, e.g., Tags, Att. Tags.
|
2194 |
-
Class Walker_Category is defined in /wp-includes/category-template.php.
|
2195 |
-
Class Walker is defined in /wp-includes/class-wp-walker.php.</p>]]></long-description>
|
2196 |
-
<tag line="2420" name="package" description="Media Library Assistant"/>
|
2197 |
-
<tag line="2420" name="since" description="1.80"/>
|
2198 |
-
</docblock>
|
2199 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="2444" package="Media Library Assistant">
|
2200 |
-
<name>start_el</name>
|
2201 |
-
<full_name>start_el</full_name>
|
2202 |
-
<docblock line="2431">
|
2203 |
-
<description><![CDATA[Start the element output.]]></description>
|
2204 |
-
<long-description><![CDATA[]]></long-description>
|
2205 |
-
<tag line="2431" name="see" description="\global\Walker::start_el()" refers="\global\Walker::start_el()"/>
|
2206 |
-
<tag line="2431" name="since" description="1.80"/>
|
2207 |
-
<tag line="2431" name="param" description="Passed by reference. Used to append additional content." type="string" variable="$output">
|
2208 |
-
<type by_reference="false">string</type>
|
2209 |
-
</tag>
|
2210 |
-
<tag line="2431" name="param" description="Taxonomy data object." type="object" variable="$taxonomy_object">
|
2211 |
-
<type by_reference="false">object</type>
|
2212 |
-
</tag>
|
2213 |
-
<tag line="2431" name="param" description="Depth of category in reference to parents. Default 0." type="int" variable="$depth">
|
2214 |
-
<type by_reference="false">int</type>
|
2215 |
-
</tag>
|
2216 |
-
<tag line="2431" name="param" description="An array of arguments. @see wp_list_categories()" type="array" variable="$args">
|
2217 |
-
<type by_reference="false">array</type>
|
2218 |
-
</tag>
|
2219 |
-
<tag line="2431" name="param" description="ID of the current category." type="int" variable="$id">
|
2220 |
-
<type by_reference="false">int</type>
|
2221 |
-
</tag>
|
2222 |
-
</docblock>
|
2223 |
-
<argument line="2444">
|
2224 |
-
<name>$output</name>
|
2225 |
-
<default><![CDATA[]]></default>
|
2226 |
-
<type/>
|
2227 |
-
</argument>
|
2228 |
-
<argument line="2444">
|
2229 |
-
<name>$taxonomy_object</name>
|
2230 |
-
<default><![CDATA[]]></default>
|
2231 |
-
<type/>
|
2232 |
-
</argument>
|
2233 |
-
<argument line="2444">
|
2234 |
-
<name>$depth</name>
|
2235 |
-
<default><![CDATA[0]]></default>
|
2236 |
-
<type/>
|
2237 |
-
</argument>
|
2238 |
-
<argument line="2444">
|
2239 |
-
<name>$args</name>
|
2240 |
-
<default><![CDATA[array()]]></default>
|
2241 |
-
<type/>
|
2242 |
-
</argument>
|
2243 |
-
<argument line="2444">
|
2244 |
-
<name>$id</name>
|
2245 |
-
<default><![CDATA[0]]></default>
|
2246 |
-
<type/>
|
2247 |
-
</argument>
|
2248 |
-
</method>
|
2249 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="2477" package="Media Library Assistant">
|
2250 |
-
<name>end_el</name>
|
2251 |
-
<full_name>end_el</full_name>
|
2252 |
-
<docblock line="2465">
|
2253 |
-
<description><![CDATA[Ends the element output, if needed.]]></description>
|
2254 |
-
<long-description><![CDATA[]]></long-description>
|
2255 |
-
<tag line="2465" name="see" description="\global\Walker::end_el()" refers="\global\Walker::end_el()"/>
|
2256 |
-
<tag line="2465" name="since" description="1.80"/>
|
2257 |
-
<tag line="2465" name="param" description="Passed by reference. Used to append additional content." type="string" variable="$output">
|
2258 |
-
<type by_reference="false">string</type>
|
2259 |
-
</tag>
|
2260 |
-
<tag line="2465" name="param" description="The current term object." type="object" variable="$category">
|
2261 |
-
<type by_reference="false">object</type>
|
2262 |
-
</tag>
|
2263 |
-
<tag line="2465" name="param" description="Depth of the term in reference to parents. Default 0." type="int" variable="$depth">
|
2264 |
-
<type by_reference="false">int</type>
|
2265 |
-
</tag>
|
2266 |
-
<tag line="2465" name="param" description="An array of arguments. @see wp_terms_checklist()" type="array" variable="$args">
|
2267 |
-
<type by_reference="false">array</type>
|
2268 |
-
</tag>
|
2269 |
-
</docblock>
|
2270 |
-
<argument line="2477">
|
2271 |
-
<name>$output</name>
|
2272 |
-
<default><![CDATA[]]></default>
|
2273 |
-
<type/>
|
2274 |
-
</argument>
|
2275 |
-
<argument line="2477">
|
2276 |
-
<name>$category</name>
|
2277 |
-
<default><![CDATA[]]></default>
|
2278 |
-
<type/>
|
2279 |
-
</argument>
|
2280 |
-
<argument line="2477">
|
2281 |
-
<name>$depth</name>
|
2282 |
-
<default><![CDATA[0]]></default>
|
2283 |
-
<type/>
|
2284 |
-
</argument>
|
2285 |
-
<argument line="2477">
|
2286 |
-
<name>$args</name>
|
2287 |
-
<default><![CDATA[array()]]></default>
|
2288 |
-
<type/>
|
2289 |
-
</argument>
|
2290 |
-
</method>
|
2291 |
-
</class>
|
2292 |
-
</file>
|
2293 |
-
<file path="includes\class-mla-data-pdf.php" hash="a98d68b847051642b9c5156d648a2317" package="Media Library Assistant">
|
2294 |
-
<docblock line="2">
|
2295 |
-
<description><![CDATA[Meta data parsing functions for PDF documents]]></description>
|
2296 |
-
<long-description><![CDATA[]]></long-description>
|
2297 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
2298 |
-
<tag line="2" name="since" description="2.10"/>
|
2299 |
-
</docblock>
|
2300 |
-
<class final="false" abstract="false" namespace="global" line="15" package="Media Library Assistant">
|
2301 |
-
<extends/>
|
2302 |
-
<name>MLAPDF</name>
|
2303 |
-
<full_name>\MLAPDF</full_name>
|
2304 |
-
<docblock line="9">
|
2305 |
-
<description><![CDATA[Class MLA (Media Library Assistant) PDF extracts legacy and XMP meta data from PDF files]]></description>
|
2306 |
-
<long-description><![CDATA[]]></long-description>
|
2307 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
2308 |
-
<tag line="9" name="since" description="2.10"/>
|
2309 |
-
</docblock>
|
2310 |
-
<property final="false" static="true" visibility="private" line="27" namespace="global" package="Media Library Assistant">
|
2311 |
-
<name>$pdf_indirect_objects</name>
|
2312 |
-
<default><![CDATA[NULL]]></default>
|
2313 |
-
<docblock line="16">
|
2314 |
-
<description><![CDATA[Array of PDF indirect objects]]></description>
|
2315 |
-
<long-description><![CDATA[<p>This array contains all of the indirect object offsets and lengths.
|
2316 |
-
The array key is ( object ID * 1000 ) + object generation.
|
2317 |
-
The array value is array( number, generation, start, optional /length )</p>]]></long-description>
|
2318 |
-
<tag line="16" name="since" description="2.10"/>
|
2319 |
-
<tag line="16" name="var" description="" type="array">
|
2320 |
-
<type by_reference="false">array</type>
|
2321 |
-
</tag>
|
2322 |
-
</docblock>
|
2323 |
-
</property>
|
2324 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="42" package="Media Library Assistant">
|
2325 |
-
<name>_parse_pdf_xref_subsection</name>
|
2326 |
-
<full_name>_parse_pdf_xref_subsection</full_name>
|
2327 |
-
<docblock line="29">
|
2328 |
-
<description><![CDATA[Parse a cross-reference table subsection into the array of indirect object definitions]]></description>
|
2329 |
-
<long-description><![CDATA[<p>A cross-reference subsection is a sequence of 20-byte entries, each with offset and generation values.</p>]]></long-description>
|
2330 |
-
<tag line="29" name="since" description="2.10"/>
|
2331 |
-
<tag line="29" name="param" description="buffer containing the subsection" type="string" variable="$xref_section">
|
2332 |
-
<type by_reference="false">string</type>
|
2333 |
-
</tag>
|
2334 |
-
<tag line="29" name="param" description="offset within the buffer of the first entry" type="integer" variable="$offset">
|
2335 |
-
<type by_reference="false">integer</type>
|
2336 |
-
</tag>
|
2337 |
-
<tag line="29" name="param" description="number of the first object in the subsection" type="integer" variable="$object_id">
|
2338 |
-
<type by_reference="false">integer</type>
|
2339 |
-
</tag>
|
2340 |
-
<tag line="29" name="param" description="number of entries in the subsection" type="integer" variable="$count">
|
2341 |
-
<type by_reference="false">integer</type>
|
2342 |
-
</tag>
|
2343 |
-
<tag line="29" name="return" description="" type="void">
|
2344 |
-
<type by_reference="false">void</type>
|
2345 |
-
</tag>
|
2346 |
-
</docblock>
|
2347 |
-
<argument line="42">
|
2348 |
-
<name>$xref_section</name>
|
2349 |
-
<default><![CDATA[]]></default>
|
2350 |
-
<type/>
|
2351 |
-
</argument>
|
2352 |
-
<argument line="42">
|
2353 |
-
<name>$offset</name>
|
2354 |
-
<default><![CDATA[]]></default>
|
2355 |
-
<type/>
|
2356 |
-
</argument>
|
2357 |
-
<argument line="42">
|
2358 |
-
<name>$object_id</name>
|
2359 |
-
<default><![CDATA[]]></default>
|
2360 |
-
<type/>
|
2361 |
-
</argument>
|
2362 |
-
<argument line="42">
|
2363 |
-
<name>$count</name>
|
2364 |
-
<default><![CDATA[]]></default>
|
2365 |
-
<type/>
|
2366 |
-
</argument>
|
2367 |
-
</method>
|
2368 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="74" package="Media Library Assistant">
|
2369 |
-
<name>_parse_pdf_xref_section</name>
|
2370 |
-
<full_name>_parse_pdf_xref_section</full_name>
|
2371 |
-
<docblock line="63">
|
2372 |
-
<description><![CDATA[Parse a cross-reference table section into the array of indirect object definitions]]></description>
|
2373 |
-
<long-description><![CDATA[<p>Creates the array of indirect object offsets and lengths</p>]]></long-description>
|
2374 |
-
<tag line="63" name="since" description="2.10"/>
|
2375 |
-
<tag line="63" name="param" description="full path and file name" type="string" variable="$file_name">
|
2376 |
-
<type by_reference="false">string</type>
|
2377 |
-
</tag>
|
2378 |
-
<tag line="63" name="param" description="offset within the file of the xref id and count entry" type="integer" variable="$file_offset">
|
2379 |
-
<type by_reference="false">integer</type>
|
2380 |
-
</tag>
|
2381 |
-
<tag line="63" name="return" description="length of the section" type="integer">
|
2382 |
-
<type by_reference="false">integer</type>
|
2383 |
-
</tag>
|
2384 |
-
</docblock>
|
2385 |
-
<argument line="74">
|
2386 |
-
<name>$file_name</name>
|
2387 |
-
<default><![CDATA[]]></default>
|
2388 |
-
<type/>
|
2389 |
-
</argument>
|
2390 |
-
<argument line="74">
|
2391 |
-
<name>$file_offset</name>
|
2392 |
-
<default><![CDATA[]]></default>
|
2393 |
-
<type/>
|
2394 |
-
</argument>
|
2395 |
-
</method>
|
2396 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="108" package="Media Library Assistant">
|
2397 |
-
<name>_parse_pdf_xref_stream</name>
|
2398 |
-
<full_name>_parse_pdf_xref_stream</full_name>
|
2399 |
-
<docblock line="96">
|
2400 |
-
<description><![CDATA[Parse a cross-reference steam into the array of indirect object definitions]]></description>
|
2401 |
-
<long-description><![CDATA[<p>Creates the array of indirect object offsets and lengths</p>]]></long-description>
|
2402 |
-
<tag line="96" name="since" description="2.10"/>
|
2403 |
-
<tag line="96" name="param" description="full path and file name" type="string" variable="$file_name">
|
2404 |
-
<type by_reference="false">string</type>
|
2405 |
-
</tag>
|
2406 |
-
<tag line="96" name="param" description="offset within the file of the xref id and count entry" type="integer" variable="$file_offset">
|
2407 |
-
<type by_reference="false">integer</type>
|
2408 |
-
</tag>
|
2409 |
-
<tag line="96" name="param" description=""/W" entry, representing the size of the fields in a single entry" type="string" variable="$entry_parms_string">
|
2410 |
-
<type by_reference="false">string</type>
|
2411 |
-
</tag>
|
2412 |
-
<tag line="96" name="return" description="length of the stream" type="integer">
|
2413 |
-
<type by_reference="false">integer</type>
|
2414 |
-
</tag>
|
2415 |
-
</docblock>
|
2416 |
-
<argument line="108">
|
2417 |
-
<name>$file_name</name>
|
2418 |
-
<default><![CDATA[]]></default>
|
2419 |
-
<type/>
|
2420 |
-
</argument>
|
2421 |
-
<argument line="108">
|
2422 |
-
<name>$file_offset</name>
|
2423 |
-
<default><![CDATA[]]></default>
|
2424 |
-
<type/>
|
2425 |
-
</argument>
|
2426 |
-
<argument line="108">
|
2427 |
-
<name>$entry_parms_string</name>
|
2428 |
-
<default><![CDATA[]]></default>
|
2429 |
-
<type/>
|
2430 |
-
</argument>
|
2431 |
-
</method>
|
2432 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="187" package="Media Library Assistant">
|
2433 |
-
<name>_build_pdf_indirect_objects</name>
|
2434 |
-
<full_name>_build_pdf_indirect_objects</full_name>
|
2435 |
-
<docblock line="177">
|
2436 |
-
<description><![CDATA[Build an array of indirect object definitions]]></description>
|
2437 |
-
<long-description><![CDATA[<p>Creates the array of indirect object offsets and lengths</p>]]></long-description>
|
2438 |
-
<tag line="177" name="since" description="2.10"/>
|
2439 |
-
<tag line="177" name="param" description="The entire PDF document, passsed by reference" type="string" variable="$string">
|
2440 |
-
<type by_reference="false">string</type>
|
2441 |
-
</tag>
|
2442 |
-
<tag line="177" name="return" description="" type="void">
|
2443 |
-
<type by_reference="false">void</type>
|
2444 |
-
</tag>
|
2445 |
-
</docblock>
|
2446 |
-
<argument line="187">
|
2447 |
-
<name>$string</name>
|
2448 |
-
<default><![CDATA[]]></default>
|
2449 |
-
<type/>
|
2450 |
-
</argument>
|
2451 |
-
</method>
|
2452 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="236" package="Media Library Assistant">
|
2453 |
-
<name>_find_pdf_indirect_dictionary</name>
|
2454 |
-
<full_name>_find_pdf_indirect_dictionary</full_name>
|
2455 |
-
<docblock line="221">
|
2456 |
-
<description><![CDATA[Find the offset, length and contents of an indirect object containing a dictionary]]></description>
|
2457 |
-
<long-description><![CDATA[<p>The function searches the entire file, if necessary, to find the last/most recent copy of the object.
|
2458 |
-
This is required because Adobe Acrobat does NOT increment the generation number when it reuses an object.</p>]]></long-description>
|
2459 |
-
<tag line="221" name="since" description="2.10"/>
|
2460 |
-
<tag line="221" name="param" description="full path and file name" type="string" variable="$file_name">
|
2461 |
-
<type by_reference="false">string</type>
|
2462 |
-
</tag>
|
2463 |
-
<tag line="221" name="param" description="The object number" type="integer" variable="$object">
|
2464 |
-
<type by_reference="false">integer</type>
|
2465 |
-
</tag>
|
2466 |
-
<tag line="221" name="param" description="The object generation number; default zero (0)" type="integer" variable="$generation">
|
2467 |
-
<type by_reference="false">integer</type>
|
2468 |
-
</tag>
|
2469 |
-
<tag line="221" name="param" description="The desired object instance (when multiple instances are present); default "highest/latest"" type="integer" variable="$instance">
|
2470 |
-
<type by_reference="false">integer</type>
|
2471 |
-
</tag>
|
2472 |
-
<tag line="221" name="return" description="NULL on failure else array( 'start' => offset in the file, 'length' => object length, 'content' => dictionary contents )" type="mixed">
|
2473 |
-
<type by_reference="false">mixed</type>
|
2474 |
-
</tag>
|
2475 |
-
</docblock>
|
2476 |
-
<argument line="236">
|
2477 |
-
<name>$file_name</name>
|
2478 |
-
<default><![CDATA[]]></default>
|
2479 |
-
<type/>
|
2480 |
-
</argument>
|
2481 |
-
<argument line="236">
|
2482 |
-
<name>$object</name>
|
2483 |
-
<default><![CDATA[]]></default>
|
2484 |
-
<type/>
|
2485 |
-
</argument>
|
2486 |
-
<argument line="236">
|
2487 |
-
<name>$generation</name>
|
2488 |
-
<default><![CDATA[0]]></default>
|
2489 |
-
<type/>
|
2490 |
-
</argument>
|
2491 |
-
<argument line="236">
|
2492 |
-
<name>$instance</name>
|
2493 |
-
<default><![CDATA[NULL]]></default>
|
2494 |
-
<type/>
|
2495 |
-
</argument>
|
2496 |
-
</method>
|
2497 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="353" package="Media Library Assistant">
|
2498 |
-
<name>_parse_pdf_UTF16BE</name>
|
2499 |
-
<full_name>_parse_pdf_UTF16BE</full_name>
|
2500 |
-
<docblock line="344">
|
2501 |
-
<description><![CDATA[Parse a PDF Unicode (16-bit Big Endian) object]]></description>
|
2502 |
-
<long-description><![CDATA[]]></long-description>
|
2503 |
-
<tag line="344" name="since" description="2.10"/>
|
2504 |
-
<tag line="344" name="param" description="PDF string of 16-bit characters" type="string" variable="$source_string">
|
2505 |
-
<type by_reference="false">string</type>
|
2506 |
-
</tag>
|
2507 |
-
<tag line="344" name="return" description="UTF-8 encoded string" type="string">
|
2508 |
-
<type by_reference="false">string</type>
|
2509 |
-
</tag>
|
2510 |
-
</docblock>
|
2511 |
-
<argument line="353">
|
2512 |
-
<name>$source_string</name>
|
2513 |
-
<default><![CDATA[]]></default>
|
2514 |
-
<type/>
|
2515 |
-
</argument>
|
2516 |
-
</method>
|
2517 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="382" package="Media Library Assistant">
|
2518 |
-
<name>_parse_pdf_string</name>
|
2519 |
-
<full_name>_parse_pdf_string</full_name>
|
2520 |
-
<docblock line="369">
|
2521 |
-
<description><![CDATA[Parse a PDF string object]]></description>
|
2522 |
-
<long-description><![CDATA[<p>Returns an array with one dictionary entry. The array also has a '/length' element containing
|
2523 |
-
the number of bytes occupied by the string in the source string, including the enclosing parentheses.</p>]]></long-description>
|
2524 |
-
<tag line="369" name="since" description="2.10"/>
|
2525 |
-
<tag line="369" name="param" description="data within which the string occurs" type="string" variable="$source_string">
|
2526 |
-
<type by_reference="false">string</type>
|
2527 |
-
</tag>
|
2528 |
-
<tag line="369" name="param" description="offset within the source string of the opening '(' character." type="integer" variable="$offset">
|
2529 |
-
<type by_reference="false">integer</type>
|
2530 |
-
</tag>
|
2531 |
-
<tag line="369" name="return" description="( key => array( 'type' => type, 'value' => value, '/length' => length ) ) for the string" type="array">
|
2532 |
-
<type by_reference="false">array</type>
|
2533 |
-
</tag>
|
2534 |
-
</docblock>
|
2535 |
-
<argument line="382">
|
2536 |
-
<name>$source_string</name>
|
2537 |
-
<default><![CDATA[]]></default>
|
2538 |
-
<type/>
|
2539 |
-
</argument>
|
2540 |
-
<argument line="382">
|
2541 |
-
<name>$offset</name>
|
2542 |
-
<default><![CDATA[]]></default>
|
2543 |
-
<type/>
|
2544 |
-
</argument>
|
2545 |
-
</method>
|
2546 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="476" package="Media Library Assistant">
|
2547 |
-
<name>_parse_pdf_LPD_dictionary</name>
|
2548 |
-
<full_name>_parse_pdf_LPD_dictionary</full_name>
|
2549 |
-
<docblock line="462">
|
2550 |
-
<description><![CDATA[Parse a PDF Linearization Parameter Dictionary object]]></description>
|
2551 |
-
<long-description><![CDATA[<p>Returns an array of dictionary contents, classified by object type: boolean, numeric, string, hex (string),
|
2552 |
-
indirect (object), name, array, dictionary, stream, and null.
|
2553 |
-
The array also has a '/length' element containing the number of bytes occupied by the
|
2554 |
-
dictionary in the source string, excluding the enclosing delimiters, if passed in.</p>]]></long-description>
|
2555 |
-
<tag line="462" name="since" description="2.10"/>
|
2556 |
-
<tag line="462" name="param" description="data within which the object occurs, typically the start of a PDF document" type="string" variable="$source_string">
|
2557 |
-
<type by_reference="false">string</type>
|
2558 |
-
</tag>
|
2559 |
-
<tag line="462" name="param" description="filesize of the PDF document, for validation purposes, or zero (0) to ignore filesize" type="integer" variable="$filesize">
|
2560 |
-
<type by_reference="false">integer</type>
|
2561 |
-
</tag>
|
2562 |
-
<tag line="462" name="return" description="array of dictionary objects on success, false on failure" type="mixed">
|
2563 |
-
<type by_reference="false">mixed</type>
|
2564 |
-
</tag>
|
2565 |
-
</docblock>
|
2566 |
-
<argument line="476">
|
2567 |
-
<name>$source_string</name>
|
2568 |
-
<default><![CDATA[]]></default>
|
2569 |
-
<type/>
|
2570 |
-
</argument>
|
2571 |
-
<argument line="476">
|
2572 |
-
<name>$filesize</name>
|
2573 |
-
<default><![CDATA[]]></default>
|
2574 |
-
<type/>
|
2575 |
-
</argument>
|
2576 |
-
</method>
|
2577 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="502" package="Media Library Assistant">
|
2578 |
-
<name>_parse_pdf_dictionary</name>
|
2579 |
-
<full_name>_parse_pdf_dictionary</full_name>
|
2580 |
-
<docblock line="487">
|
2581 |
-
<description><![CDATA[Parse a PDF dictionary object]]></description>
|
2582 |
-
<long-description><![CDATA[<p>Returns an array of dictionary contents, classified by object type: boolean, numeric, string, hex (string),
|
2583 |
-
indirect (object), name, array, dictionary, stream, and null.
|
2584 |
-
The array also has a '/length' element containing the number of bytes occupied by the
|
2585 |
-
dictionary in the source string, excluding the enclosing delimiters.</p>]]></long-description>
|
2586 |
-
<tag line="487" name="since" description="2.10"/>
|
2587 |
-
<tag line="487" name="param" description="data within which the string occurs" type="string" variable="$source_string">
|
2588 |
-
<type by_reference="false">string</type>
|
2589 |
-
</tag>
|
2590 |
-
<tag line="487" name="param" description="offset within the source string of the opening '<<' characters or the first content character." type="integer" variable="$offset">
|
2591 |
-
<type by_reference="false">integer</type>
|
2592 |
-
</tag>
|
2593 |
-
<tag line="487" name="return" description="( '/length' => length, key => array( 'type' => type, 'value' => value ) ) for each dictionary field" type="array">
|
2594 |
-
<type by_reference="false">array</type>
|
2595 |
-
</tag>
|
2596 |
-
</docblock>
|
2597 |
-
<argument line="502">
|
2598 |
-
<name>$source_string</name>
|
2599 |
-
<default><![CDATA[]]></default>
|
2600 |
-
<type/>
|
2601 |
-
</argument>
|
2602 |
-
<argument line="502">
|
2603 |
-
<name>$offset</name>
|
2604 |
-
<default><![CDATA[]]></default>
|
2605 |
-
<type/>
|
2606 |
-
</argument>
|
2607 |
-
</method>
|
2608 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="630" package="Media Library Assistant">
|
2609 |
-
<name>_extract_pdf_trailer</name>
|
2610 |
-
<full_name>_extract_pdf_trailer</full_name>
|
2611 |
-
<docblock line="620">
|
2612 |
-
<description><![CDATA[Extract dictionary from traditional cross-reference + trailer documents]]></description>
|
2613 |
-
<long-description><![CDATA[]]></long-description>
|
2614 |
-
<tag line="620" name="since" description="2.10"/>
|
2615 |
-
<tag line="620" name="param" description="full path to the desired file" type="string" variable="$file_name">
|
2616 |
-
<type by_reference="false">string</type>
|
2617 |
-
</tag>
|
2618 |
-
<tag line="620" name="param" description="offset within file of the cross-reference table" type="integer" variable="$file_offset">
|
2619 |
-
<type by_reference="false">integer</type>
|
2620 |
-
</tag>
|
2621 |
-
<tag line="620" name="return" description="array of "PDF dictionary arrays", newest first, or NULL on failure" type="mixed">
|
2622 |
-
<type by_reference="false">mixed</type>
|
2623 |
-
</tag>
|
2624 |
-
</docblock>
|
2625 |
-
<argument line="630">
|
2626 |
-
<name>$file_name</name>
|
2627 |
-
<default><![CDATA[]]></default>
|
2628 |
-
<type/>
|
2629 |
-
</argument>
|
2630 |
-
<argument line="630">
|
2631 |
-
<name>$file_offset</name>
|
2632 |
-
<default><![CDATA[]]></default>
|
2633 |
-
<type/>
|
2634 |
-
</argument>
|
2635 |
-
</method>
|
2636 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="716" package="Media Library Assistant">
|
2637 |
-
<name>mla_extract_pdf_metadata</name>
|
2638 |
-
<full_name>mla_extract_pdf_metadata</full_name>
|
2639 |
-
<docblock line="707">
|
2640 |
-
<description><![CDATA[Extract Metadata from a PDF file]]></description>
|
2641 |
-
<long-description><![CDATA[]]></long-description>
|
2642 |
-
<tag line="707" name="since" description="2.10"/>
|
2643 |
-
<tag line="707" name="param" description="full path to the desired file" type="string" variable="$file_name">
|
2644 |
-
<type by_reference="false">string</type>
|
2645 |
-
</tag>
|
2646 |
-
<tag line="707" name="return" description="( 'xmp' => array( key => value ), 'pdf' => array( key => value ) ) for each metadata field, in string format" type="array">
|
2647 |
-
<type by_reference="false">array</type>
|
2648 |
-
</tag>
|
2649 |
-
</docblock>
|
2650 |
-
<argument line="716">
|
2651 |
-
<name>$file_name</name>
|
2652 |
-
<default><![CDATA[]]></default>
|
2653 |
-
<type/>
|
2654 |
-
</argument>
|
2655 |
-
</method>
|
2656 |
-
</class>
|
2657 |
-
<markers>
|
2658 |
-
<todo line="362">encode the rest</todo>
|
2659 |
-
</markers>
|
2660 |
-
</file>
|
2661 |
-
<file path="includes\class-mla-data-query.php" hash="82d0393a2cafb8387b36d347d9d3a5b6" package="Media Library Assistant">
|
2662 |
-
<docblock line="2">
|
2663 |
-
<description><![CDATA[Database query support for MLA Ajax, Shortcode and Admin needs]]></description>
|
2664 |
-
<long-description><![CDATA[]]></long-description>
|
2665 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
2666 |
-
<tag line="2" name="since" description="2.20"/>
|
2667 |
-
</docblock>
|
2668 |
-
<include line="113" type="Require Once" package="Media Library Assistant">
|
2669 |
-
<name/>
|
2670 |
-
</include>
|
2671 |
-
<include line="136" type="Require Once" package="Media Library Assistant">
|
2672 |
-
<name/>
|
2673 |
-
</include>
|
2674 |
-
<class final="false" abstract="false" namespace="global" line="16" package="Media Library Assistant">
|
2675 |
-
<extends/>
|
2676 |
-
<name>MLAQuery</name>
|
2677 |
-
<full_name>\MLAQuery</full_name>
|
2678 |
-
<docblock line="9">
|
2679 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Query provides database query support
|
2680 |
-
for MLA Ajax, Shortcode and Admin needs]]></description>
|
2681 |
-
<long-description><![CDATA[]]></long-description>
|
2682 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
2683 |
-
<tag line="9" name="since" description="2.20"/>
|
2684 |
-
</docblock>
|
2685 |
-
<constant namespace="global" line="25" package="Media Library Assistant">
|
2686 |
-
<name>MLA_ALT_TEXT_SUBQUERY</name>
|
2687 |
-
<full_name>MLA_ALT_TEXT_SUBQUERY</full_name>
|
2688 |
-
<value><![CDATA['alt_text_subquery']]></value>
|
2689 |
-
<docblock line="17">
|
2690 |
-
<description><![CDATA[Provides a unique value for the ALT Text "Search Media" subquery]]></description>
|
2691 |
-
<long-description><![CDATA[<p>The subquery is used to filter the Media/Assistant submenu table by
|
2692 |
-
ALT Text with the Search Media text box.</p>]]></long-description>
|
2693 |
-
<tag line="17" name="since" description="0.40"/>
|
2694 |
-
</docblock>
|
2695 |
-
</constant>
|
2696 |
-
<constant namespace="global" line="35" package="Media Library Assistant">
|
2697 |
-
<name>MLA_ORDERBY_SUBQUERY</name>
|
2698 |
-
<full_name>MLA_ORDERBY_SUBQUERY</full_name>
|
2699 |
-
<value><![CDATA['orderby_subquery']]></value>
|
2700 |
-
<docblock line="27">
|
2701 |
-
<description><![CDATA[Provides a unique suffix for the custom field "orderby" subquery]]></description>
|
2702 |
-
<long-description><![CDATA[<p>The subquery is used to sort the Media/Assistant submenu table on
|
2703 |
-
ALT Text and custom field columns.</p>]]></long-description>
|
2704 |
-
<tag line="27" name="since" description="2.15"/>
|
2705 |
-
</docblock>
|
2706 |
-
</constant>
|
2707 |
-
<constant namespace="global" line="45" package="Media Library Assistant">
|
2708 |
-
<name>MLA_TABLE_VIEW_SUBQUERY</name>
|
2709 |
-
<full_name>MLA_TABLE_VIEW_SUBQUERY</full_name>
|
2710 |
-
<value><![CDATA['table_view_subquery']]></value>
|
2711 |
-
<docblock line="37">
|
2712 |
-
<description><![CDATA[Provides a unique suffix for the "Table View custom:" SQL View]]></description>
|
2713 |
-
<long-description><![CDATA[<p>The SQL View is used to filter the Media/Assistant submenu table on
|
2714 |
-
custom field Table Views.</p>]]></long-description>
|
2715 |
-
<tag line="37" name="since" description="2.15"/>
|
2716 |
-
</docblock>
|
2717 |
-
</constant>
|
2718 |
-
<property final="false" static="true" visibility="public" line="54" namespace="global" package="Media Library Assistant">
|
2719 |
-
<name>$wp_4dot0_plus</name>
|
2720 |
-
<default><![CDATA[true]]></default>
|
2721 |
-
<docblock line="47">
|
2722 |
-
<description><![CDATA[WordPress version test for $wpdb->esc_like() Vs esc_sql()]]></description>
|
2723 |
-
<long-description><![CDATA[]]></long-description>
|
2724 |
-
<tag line="47" name="since" description="2.13"/>
|
2725 |
-
<tag line="47" name="var" description="" type="boolean">
|
2726 |
-
<type by_reference="false">boolean</type>
|
2727 |
-
</tag>
|
2728 |
-
</docblock>
|
2729 |
-
</property>
|
2730 |
-
<property final="false" static="true" visibility="public" line="224" namespace="global" package="Media Library Assistant">
|
2731 |
-
<name>$default_columns</name>
|
2732 |
-
<default><![CDATA[array()]]></default>
|
2733 |
-
<docblock line="207">
|
2734 |
-
<description><![CDATA[Table column definitions]]></description>
|
2735 |
-
<long-description><![CDATA[<p>This array defines table columns and titles where the key is the column slug (and class)
|
2736 |
-
and the value is the column's title text. If you need a checkbox for bulk actions,
|
2737 |
-
use the special slug "cb".</p>
|
2738 |
-
|
2739 |
-
<p>The 'cb' column is treated differently than the rest. If including a checkbox
|
2740 |
-
column in your table you must create a column_cb() method. If you don't need
|
2741 |
-
bulk actions or checkboxes, simply leave the 'cb' entry out of your array.</p>
|
2742 |
-
|
2743 |
-
<p>All of the columns are added to this array by MLA_List_Table::mla_admin_init_action.</p>]]></long-description>
|
2744 |
-
<tag line="207" name="since" description="0.1"/>
|
2745 |
-
<tag line="207" name="var" description="" type="array">
|
2746 |
-
<type by_reference="false">array</type>
|
2747 |
-
</tag>
|
2748 |
-
</docblock>
|
2749 |
-
</property>
|
2750 |
-
<property final="false" static="true" visibility="public" line="242" namespace="global" package="Media Library Assistant">
|
2751 |
-
<name>$default_hidden_columns</name>
|
2752 |
-
<default><![CDATA[array('post_title', 'post_name', 'parent', 'menu_order', 'featured', 'inserted', 'galleries', 'mla_galleries', 'post_mime_type', 'file_url', 'base_file', 'modified', 'author')]]></default>
|
2753 |
-
<docblock line="226">
|
2754 |
-
<description><![CDATA[Default values for hidden columns]]></description>
|
2755 |
-
<long-description><![CDATA[<p>This array is used when the user-level option is not set, i.e.,
|
2756 |
-
the user has not altered the selection of hidden columns.</p>
|
2757 |
-
|
2758 |
-
<p>The value on the right-hand side must match the column slug, e.g.,
|
2759 |
-
array(0 => 'ID_parent, 1 => 'title_name').</p>
|
2760 |
-
|
2761 |
-
<p>Taxonomy and custom field columns are added to this array by
|
2762 |
-
MLA_List_Table::mla_admin_init_action.</p>]]></long-description>
|
2763 |
-
<tag line="226" name="since" description="0.1"/>
|
2764 |
-
<tag line="226" name="var" description="" type="array">
|
2765 |
-
<type by_reference="false">array</type>
|
2766 |
-
</tag>
|
2767 |
-
</docblock>
|
2768 |
-
</property>
|
2769 |
-
<property final="false" static="true" visibility="public" line="285" namespace="global" package="Media Library Assistant">
|
2770 |
-
<name>$default_sortable_columns</name>
|
2771 |
-
<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>
|
2772 |
-
<docblock line="267">
|
2773 |
-
<description><![CDATA[Sortable column definitions]]></description>
|
2774 |
-
<long-description><![CDATA[<p>This array defines the table columns that can be sorted. The array key
|
2775 |
-
is the column slug that needs to be sortable, and the value is database column
|
2776 |
-
to sort by. Often, the key and value will be the same, but this is not always
|
2777 |
-
the case (as the value is a column name from the database, not the list table).</p>
|
2778 |
-
|
2779 |
-
<p>The array value also contains a boolean which is 'true' if the initial sort order
|
2780 |
-
for the column is DESC/Descending.</p>
|
2781 |
-
|
2782 |
-
<p>Taxonomy and custom field columns are added to this array by
|
2783 |
-
MLA_List_Table::mla_admin_init_action.</p>]]></long-description>
|
2784 |
-
<tag line="267" name="since" description="0.1"/>
|
2785 |
-
<tag line="267" name="var" description="" type="array">
|
2786 |
-
<type by_reference="false">array</type>
|
2787 |
-
</tag>
|
2788 |
-
</docblock>
|
2789 |
-
</property>
|
2790 |
-
<property final="false" static="true" visibility="private" line="335" namespace="global" package="Media Library Assistant">
|
2791 |
-
<name>$mla_list_table_items</name>
|
2792 |
-
<default><![CDATA[NULL]]></default>
|
2793 |
-
<docblock line="328">
|
2794 |
-
<description><![CDATA[Cache the results of mla_count_list_table_items for reuse in mla_query_list_table_items]]></description>
|
2795 |
-
<long-description><![CDATA[]]></long-description>
|
2796 |
-
<tag line="328" name="since" description="1.40"/>
|
2797 |
-
<tag line="328" name="var" description="" type="array">
|
2798 |
-
<type by_reference="false">array</type>
|
2799 |
-
</tag>
|
2800 |
-
</docblock>
|
2801 |
-
</property>
|
2802 |
-
<property final="false" static="true" visibility="public" line="594" namespace="global" package="Media Library Assistant">
|
2803 |
-
<name>$query_parameters</name>
|
2804 |
-
<default><![CDATA[array()]]></default>
|
2805 |
-
<docblock line="579">
|
2806 |
-
<description><![CDATA[WP_Query filter "parameters"]]></description>
|
2807 |
-
<long-description><![CDATA[<p>This array defines parameters for the query's join, where and orderby filters.
|
2808 |
-
The parameters are set up in the _prepare_list_table_query function, and
|
2809 |
-
any further logic required to translate those values is contained in the filters.</p>
|
2810 |
-
|
2811 |
-
<p>Array index values are: use_alt_text_view, use_postmeta_view, use_orderby_view,
|
2812 |
-
alt_text_value, postmeta_key, postmeta_value, patterns, detached,
|
2813 |
-
orderby, order, mla-metavalue, debug (also in search_parameters)</p>]]></long-description>
|
2814 |
-
<tag line="579" name="since" description="0.30"/>
|
2815 |
-
<tag line="579" name="var" description="" type="array">
|
2816 |
-
<type by_reference="false">array</type>
|
2817 |
-
</tag>
|
2818 |
-
</docblock>
|
2819 |
-
</property>
|
2820 |
-
<property final="false" static="true" visibility="public" line="622" namespace="global" package="Media Library Assistant">
|
2821 |
-
<name>$search_parameters</name>
|
2822 |
-
<default><![CDATA[array()]]></default>
|
2823 |
-
<docblock line="596">
|
2824 |
-
<description><![CDATA[WP_Query 'posts_search' filter "parameters"]]></description>
|
2825 |
-
<long-description><![CDATA[<p>This array defines parameters for the query's posts_search filter, which uses
|
2826 |
-
'search_string' to add a clause to the query's WHERE clause. It is shared between
|
2827 |
-
the list_table-query functions here and the mla_get_shortcode_attachments function
|
2828 |
-
in class-mla-shortcodes.php. This array passes the relevant parameters to the filter.</p>
|
2829 |
-
|
2830 |
-
<p>Array index values are:
|
2831 |
-
['mla_terms_search']['phrases']
|
2832 |
-
['mla_terms_search']['taxonomies']
|
2833 |
-
['mla_terms_search']['radio_phrases'] => AND/OR
|
2834 |
-
['mla_terms_search']['radio_terms'] => AND/OR
|
2835 |
-
['s'] => numeric for ID/parent search
|
2836 |
-
['mla_search_fields'] => 'content', 'title', 'excerpt', 'alt-text', 'name', 'terms'
|
2837 |
-
Note: 'alt-text' is not supported in [mla_gallery]
|
2838 |
-
['mla_search_connector'] => AND/OR
|
2839 |
-
['sentence'] => entire string must match as one "keyword"
|
2840 |
-
['exact'] => entire string must match entire field value
|
2841 |
-
['debug'] => internal element, console/log/shortcode/none
|
2842 |
-
['tax_terms_count'] => internal element, shared with JOIN and GROUP BY filters</p>]]></long-description>
|
2843 |
-
<tag line="596" name="since" description="2.00"/>
|
2844 |
-
<tag line="596" name="var" description="" type="array">
|
2845 |
-
<type by_reference="false">array</type>
|
2846 |
-
</tag>
|
2847 |
-
</docblock>
|
2848 |
-
</property>
|
2849 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="61" package="Media Library Assistant">
|
2850 |
-
<name>initialize</name>
|
2851 |
-
<full_name>initialize</full_name>
|
2852 |
-
<docblock line="56">
|
2853 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
2854 |
-
<long-description><![CDATA[]]></long-description>
|
2855 |
-
<tag line="56" name="since" description="0.1"/>
|
2856 |
-
</docblock>
|
2857 |
-
</method>
|
2858 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="104" package="Media Library Assistant">
|
2859 |
-
<name>mla_fetch_attachment_references</name>
|
2860 |
-
<full_name>mla_fetch_attachment_references</full_name>
|
2861 |
-
<docblock line="90">
|
2862 |
-
<description><![CDATA[Find Featured Image and inserted image/link references to an attachment]]></description>
|
2863 |
-
<long-description><![CDATA[<p>Searches all post and page content to see if the attachment is used
|
2864 |
-
as a Featured Image or inserted in the post as an image or link.</p>]]></long-description>
|
2865 |
-
<tag line="90" name="since" description="0.1"/>
|
2866 |
-
<tag line="90" name="param" description="post ID of attachment" type="int" variable="$ID">
|
2867 |
-
<type by_reference="false">int</type>
|
2868 |
-
</tag>
|
2869 |
-
<tag line="90" name="param" description="post ID of attachment's parent, if any" type="int" variable="$parent">
|
2870 |
-
<type by_reference="false">int</type>
|
2871 |
-
</tag>
|
2872 |
-
<tag line="90" name="param" description="True to compute references, false to return empty values" type="boolean" variable="$add_references">
|
2873 |
-
<type by_reference="false">boolean</type>
|
2874 |
-
</tag>
|
2875 |
-
<tag line="90" name="return" description="Reference information; see $references array comments" type="array">
|
2876 |
-
<type by_reference="false">array</type>
|
2877 |
-
</tag>
|
2878 |
-
</docblock>
|
2879 |
-
<argument line="104">
|
2880 |
-
<name>$ID</name>
|
2881 |
-
<default><![CDATA[]]></default>
|
2882 |
-
<type/>
|
2883 |
-
</argument>
|
2884 |
-
<argument line="104">
|
2885 |
-
<name>$parent</name>
|
2886 |
-
<default><![CDATA[]]></default>
|
2887 |
-
<type/>
|
2888 |
-
</argument>
|
2889 |
-
<argument line="104">
|
2890 |
-
<name>$add_references</name>
|
2891 |
-
<default><![CDATA[true]]></default>
|
2892 |
-
<type/>
|
2893 |
-
</argument>
|
2894 |
-
</method>
|
2895 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="131" package="Media Library Assistant">
|
2896 |
-
<name>mla_attachment_array_fetch_references</name>
|
2897 |
-
<full_name>mla_attachment_array_fetch_references</full_name>
|
2898 |
-
<docblock line="119">
|
2899 |
-
<description><![CDATA[Add Featured Image and inserted image/link references to an array of attachments]]></description>
|
2900 |
-
<long-description><![CDATA[<p>Searches all post and page content to see if the attachmenta are used
|
2901 |
-
as a Featured Image or inserted in the post as an image or link.</p>]]></long-description>
|
2902 |
-
<tag line="119" name="since" description="1.94"/>
|
2903 |
-
<tag line="119" name="param" description="WP_Post objects, passed by reference" type="array" variable="$attachments">
|
2904 |
-
<type by_reference="false">array</type>
|
2905 |
-
</tag>
|
2906 |
-
<tag line="119" name="return" description="updates WP_Post objects with new mla_references property" type="void">
|
2907 |
-
<type by_reference="false">void</type>
|
2908 |
-
</tag>
|
2909 |
-
</docblock>
|
2910 |
-
<argument line="131">
|
2911 |
-
<name>$attachments</name>
|
2912 |
-
<default><![CDATA[]]></default>
|
2913 |
-
<type/>
|
2914 |
-
</argument>
|
2915 |
-
</method>
|
2916 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="151" package="Media Library Assistant">
|
2917 |
-
<name>mla_flush_mla_galleries</name>
|
2918 |
-
<full_name>mla_flush_mla_galleries</full_name>
|
2919 |
-
<docblock line="142">
|
2920 |
-
<description><![CDATA[Invalidates the $mla_galleries or $galleries array and cached values]]></description>
|
2921 |
-
<long-description><![CDATA[]]></long-description>
|
2922 |
-
<tag line="142" name="since" description="1.00"/>
|
2923 |
-
<tag line="142" name="param" description="name of the gallery's cache/option variable" type="string" variable="$option_name">
|
2924 |
-
<type by_reference="false">string</type>
|
2925 |
-
</tag>
|
2926 |
-
<tag line="142" name="return" description="" type="void">
|
2927 |
-
<type by_reference="false">void</type>
|
2928 |
-
</tag>
|
2929 |
-
</docblock>
|
2930 |
-
<argument line="151">
|
2931 |
-
<name>$option_name</name>
|
2932 |
-
<default><![CDATA[]]></default>
|
2933 |
-
<type/>
|
2934 |
-
</argument>
|
2935 |
-
</method>
|
2936 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="170" package="Media Library Assistant">
|
2937 |
-
<name>mla_localize_default_columns_array</name>
|
2938 |
-
<full_name>mla_localize_default_columns_array</full_name>
|
2939 |
-
<docblock line="162">
|
2940 |
-
<description><![CDATA[Builds the $default_columns array with translated source texts.]]></description>
|
2941 |
-
<long-description><![CDATA[<p>Called from MLATest::initialize because the $default_columns information
|
2942 |
-
might be accessed from "front end" posts/pages.</p>]]></long-description>
|
2943 |
-
<tag line="162" name="since" description="1.71"/>
|
2944 |
-
</docblock>
|
2945 |
-
</method>
|
2946 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="317" package="Media Library Assistant">
|
2947 |
-
<name>mla_get_sortable_columns</name>
|
2948 |
-
<full_name>mla_get_sortable_columns</full_name>
|
2949 |
-
<docblock line="310">
|
2950 |
-
<description><![CDATA[Return the names and display values of the sortable columns]]></description>
|
2951 |
-
<long-description><![CDATA[]]></long-description>
|
2952 |
-
<tag line="310" name="since" description="0.30"/>
|
2953 |
-
<tag line="310" name="return" description="name => array( orderby value, heading ) for sortable columns" type="array">
|
2954 |
-
<type by_reference="false">array</type>
|
2955 |
-
</tag>
|
2956 |
-
</docblock>
|
2957 |
-
</method>
|
2958 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="348" package="Media Library Assistant">
|
2959 |
-
<name>mla_count_list_table_items</name>
|
2960 |
-
<full_name>mla_count_list_table_items</full_name>
|
2961 |
-
<docblock line="337">
|
2962 |
-
<description><![CDATA[Get the total number of attachment posts]]></description>
|
2963 |
-
<long-description><![CDATA[]]></long-description>
|
2964 |
-
<tag line="337" name="since" description="0.30"/>
|
2965 |
-
<tag line="337" name="param" description="Query variables, e.g., from $_REQUEST" type="array" variable="$request">
|
2966 |
-
<type by_reference="false">array</type>
|
2967 |
-
</tag>
|
2968 |
-
<tag line="337" name="param" description="(optional) number of rows to skip over to reach desired page" type="int" variable="$offset">
|
2969 |
-
<type by_reference="false">int</type>
|
2970 |
-
</tag>
|
2971 |
-
<tag line="337" name="param" description="(optional) number of rows on each page" type="int" variable="$count">
|
2972 |
-
<type by_reference="false">int</type>
|
2973 |
-
</tag>
|
2974 |
-
<tag line="337" name="return" description="Number of attachment posts" type="integer">
|
2975 |
-
<type by_reference="false">integer</type>
|
2976 |
-
</tag>
|
2977 |
-
</docblock>
|
2978 |
-
<argument line="348">
|
2979 |
-
<name>$request</name>
|
2980 |
-
<default><![CDATA[]]></default>
|
2981 |
-
<type/>
|
2982 |
-
</argument>
|
2983 |
-
<argument line="348">
|
2984 |
-
<name>$offset</name>
|
2985 |
-
<default><![CDATA[NULL]]></default>
|
2986 |
-
<type/>
|
2987 |
-
</argument>
|
2988 |
-
<argument line="348">
|
2989 |
-
<name>$count</name>
|
2990 |
-
<default><![CDATA[NULL]]></default>
|
2991 |
-
<type/>
|
2992 |
-
</argument>
|
2993 |
-
</method>
|
2994 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="388" package="Media Library Assistant">
|
2995 |
-
<name>mla_query_list_table_items</name>
|
2996 |
-
<full_name>mla_query_list_table_items</full_name>
|
2997 |
-
<docblock line="374">
|
2998 |
-
<description><![CDATA[Retrieve attachment objects for list table display]]></description>
|
2999 |
-
<long-description><![CDATA[<p>Supports prepare_items in class-mla-list-table.php.
|
3000 |
-
Modeled after wp_edit_attachments_query in wp-admin/post.php</p>]]></long-description>
|
3001 |
-
<tag line="374" name="since" description="0.1"/>
|
3002 |
-
<tag line="374" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
|
3003 |
-
<type by_reference="false">array</type>
|
3004 |
-
</tag>
|
3005 |
-
<tag line="374" name="param" description="number of rows to skip over to reach desired page" type="int" variable="$offset">
|
3006 |
-
<type by_reference="false">int</type>
|
3007 |
-
</tag>
|
3008 |
-
<tag line="374" name="param" description="number of rows on each page" type="int" variable="$count">
|
3009 |
-
<type by_reference="false">int</type>
|
3010 |
-
</tag>
|
3011 |
-
<tag line="374" name="return" description="attachment objects (posts) including parent data, meta data and references" type="array">
|
3012 |
-
<type by_reference="false">array</type>
|
3013 |
-
</tag>
|
3014 |
-
</docblock>
|
3015 |
-
<argument line="388">
|
3016 |
-
<name>$request</name>
|
3017 |
-
<default><![CDATA[]]></default>
|
3018 |
-
<type/>
|
3019 |
-
</argument>
|
3020 |
-
<argument line="388">
|
3021 |
-
<name>$offset</name>
|
3022 |
-
<default><![CDATA[]]></default>
|
3023 |
-
<type/>
|
3024 |
-
</argument>
|
3025 |
-
<argument line="388">
|
3026 |
-
<name>$count</name>
|
3027 |
-
<default><![CDATA[]]></default>
|
3028 |
-
<type/>
|
3029 |
-
</argument>
|
3030 |
-
</method>
|
3031 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="439" package="Media Library Assistant">
|
3032 |
-
<name>mla_query_media_modal_items</name>
|
3033 |
-
<full_name>mla_query_media_modal_items</full_name>
|
3034 |
-
<docblock line="426">
|
3035 |
-
<description><![CDATA[Retrieve attachment objects for the WordPress Media Manager]]></description>
|
3036 |
-
<long-description><![CDATA[<p>Supports month-year and taxonomy-term filters as well as the enhanced search box</p>]]></long-description>
|
3037 |
-
<tag line="426" name="since" description="1.20"/>
|
3038 |
-
<tag line="426" name="param" description="query parameters from Media Manager" type="array" variable="$request">
|
3039 |
-
<type by_reference="false">array</type>
|
3040 |
-
</tag>
|
3041 |
-
<tag line="426" name="param" description="number of rows to skip over to reach desired page" type="int" variable="$offset">
|
3042 |
-
<type by_reference="false">int</type>
|
3043 |
-
</tag>
|
3044 |
-
<tag line="426" name="param" description="number of rows on each page" type="int" variable="$count">
|
3045 |
-
<type by_reference="false">int</type>
|
3046 |
-
</tag>
|
3047 |
-
<tag line="426" name="return" description="WP_Query object with query results" type="object">
|
3048 |
-
<type by_reference="false">object</type>
|
3049 |
-
</tag>
|
3050 |
-
</docblock>
|
3051 |
-
<argument line="439">
|
3052 |
-
<name>$request</name>
|
3053 |
-
<default><![CDATA[]]></default>
|
3054 |
-
<type/>
|
3055 |
-
</argument>
|
3056 |
-
<argument line="439">
|
3057 |
-
<name>$offset</name>
|
3058 |
-
<default><![CDATA[]]></default>
|
3059 |
-
<type/>
|
3060 |
-
</argument>
|
3061 |
-
<argument line="439">
|
3062 |
-
<name>$count</name>
|
3063 |
-
<default><![CDATA[]]></default>
|
3064 |
-
<type/>
|
3065 |
-
</argument>
|
3066 |
-
</method>
|
3067 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="456" package="Media Library Assistant">
|
3068 |
-
<name>mla_fetch_attachment_parent_data</name>
|
3069 |
-
<full_name>mla_fetch_attachment_parent_data</full_name>
|
3070 |
-
<docblock line="447">
|
3071 |
-
<description><![CDATA[Returns information about an attachment's parent, if found]]></description>
|
3072 |
-
<long-description><![CDATA[]]></long-description>
|
3073 |
-
<tag line="447" name="since" description="0.1"/>
|
3074 |
-
<tag line="447" name="param" description="post ID of attachment's parent, if any" type="int" variable="$parent_id">
|
3075 |
-
<type by_reference="false">int</type>
|
3076 |
-
</tag>
|
3077 |
-
<tag line="447" name="return" description="Parent information; post_date, post_title and post_type" type="array">
|
3078 |
-
<type by_reference="false">array</type>
|
3079 |
-
</tag>
|
3080 |
-
</docblock>
|
3081 |
-
<argument line="456">
|
3082 |
-
<name>$parent_id</name>
|
3083 |
-
<default><![CDATA[]]></default>
|
3084 |
-
<type/>
|
3085 |
-
</argument>
|
3086 |
-
</method>
|
3087 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="507" package="Media Library Assistant">
|
3088 |
-
<name>mla_fetch_attachment_metadata</name>
|
3089 |
-
<full_name>mla_fetch_attachment_metadata</full_name>
|
3090 |
-
<docblock line="495">
|
3091 |
-
<description><![CDATA[Fetch and filter meta data for an attachment]]></description>
|
3092 |
-
<long-description><![CDATA[<p>Returns a filtered array of a post's meta data. Internal values beginning with '<em>'
|
3093 |
-
are stripped out or converted to an 'mla</em>' equivalent.</p>]]></long-description>
|
3094 |
-
<tag line="495" name="since" description="0.1"/>
|
3095 |
-
<tag line="495" name="param" description="post ID of attachment" type="int" variable="$post_id">
|
3096 |
-
<type by_reference="false">int</type>
|
3097 |
-
</tag>
|
3098 |
-
<tag line="495" name="return" description="Meta data variables" type="array">
|
3099 |
-
<type by_reference="false">array</type>
|
3100 |
-
</tag>
|
3101 |
-
</docblock>
|
3102 |
-
<argument line="507">
|
3103 |
-
<name>$post_id</name>
|
3104 |
-
<default><![CDATA[]]></default>
|
3105 |
-
<type/>
|
3106 |
-
</argument>
|
3107 |
-
</method>
|
3108 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="633" package="Media Library Assistant">
|
3109 |
-
<name>mla_custom_field_option_value</name>
|
3110 |
-
<full_name>mla_custom_field_option_value</full_name>
|
3111 |
-
<docblock line="624">
|
3112 |
-
<description><![CDATA[Fetch custom field option value given a slug]]></description>
|
3113 |
-
<long-description><![CDATA[]]></long-description>
|
3114 |
-
<tag line="624" name="since" description="1.10"/>
|
3115 |
-
<tag line="624" name="param" description="slug, e.g., 'c_File Size' for the 'File Size' field" type="string" variable="$slug">
|
3116 |
-
<type by_reference="false">string</type>
|
3117 |
-
</tag>
|
3118 |
-
<tag line="624" name="return" description="option value, e.g., array( 'name' => 'File Size', ... )" type="array">
|
3119 |
-
<type by_reference="false">array</type>
|
3120 |
-
</tag>
|
3121 |
-
</docblock>
|
3122 |
-
<argument line="633">
|
3123 |
-
<name>$slug</name>
|
3124 |
-
<default><![CDATA[]]></default>
|
3125 |
-
<type/>
|
3126 |
-
</argument>
|
3127 |
-
</method>
|
3128 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="659" package="Media Library Assistant">
|
3129 |
-
<name>_prepare_list_table_query</name>
|
3130 |
-
<full_name>_prepare_list_table_query</full_name>
|
3131 |
-
<docblock line="645">
|
3132 |
-
<description><![CDATA[Sanitize and expand query arguments from request variables]]></description>
|
3133 |
-
<long-description><![CDATA[<p>Prepare the arguments for WP_Query.
|
3134 |
-
Modeled after wp_edit_attachments_query in wp-admin/post.php</p>]]></long-description>
|
3135 |
-
<tag line="645" name="since" description="0.1"/>
|
3136 |
-
<tag line="645" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$raw_request">
|
3137 |
-
<type by_reference="false">array</type>
|
3138 |
-
</tag>
|
3139 |
-
<tag line="645" name="param" description="Optional number of rows (default 0) to skip over to reach desired page" type="int" variable="$offset">
|
3140 |
-
<type by_reference="false">int</type>
|
3141 |
-
</tag>
|
3142 |
-
<tag line="645" name="param" description="Optional number of rows on each page (0 = all rows, default)" type="int" variable="$count">
|
3143 |
-
<type by_reference="false">int</type>
|
3144 |
-
</tag>
|
3145 |
-
<tag line="645" name="return" description="revised arguments suitable for WP_Query" type="array">
|
3146 |
-
<type by_reference="false">array</type>
|
3147 |
-
</tag>
|
3148 |
-
</docblock>
|
3149 |
-
<argument line="659">
|
3150 |
-
<name>$raw_request</name>
|
3151 |
-
<default><![CDATA[]]></default>
|
3152 |
-
<type/>
|
3153 |
-
</argument>
|
3154 |
-
<argument line="659">
|
3155 |
-
<name>$offset</name>
|
3156 |
-
<default><![CDATA[0]]></default>
|
3157 |
-
<type/>
|
3158 |
-
</argument>
|
3159 |
-
<argument line="659">
|
3160 |
-
<name>$count</name>
|
3161 |
-
<default><![CDATA[0]]></default>
|
3162 |
-
<type/>
|
3163 |
-
</argument>
|
3164 |
-
</method>
|
3165 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1075" package="Media Library Assistant">
|
3166 |
-
<name>_execute_list_table_query</name>
|
3167 |
-
<full_name>_execute_list_table_query</full_name>
|
3168 |
-
<docblock line="1066">
|
3169 |
-
<description><![CDATA[Add filters, run query, remove filters]]></description>
|
3170 |
-
<long-description><![CDATA[]]></long-description>
|
3171 |
-
<tag line="1066" name="since" description="0.30"/>
|
3172 |
-
<tag line="1066" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
|
3173 |
-
<type by_reference="false">array</type>
|
3174 |
-
</tag>
|
3175 |
-
<tag line="1066" name="return" description="WP_Query object with query results" type="object">
|
3176 |
-
<type by_reference="false">object</type>
|
3177 |
-
</tag>
|
3178 |
-
</docblock>
|
3179 |
-
<argument line="1075">
|
3180 |
-
<name>$request</name>
|
3181 |
-
<default><![CDATA[]]></default>
|
3182 |
-
<type/>
|
3183 |
-
</argument>
|
3184 |
-
</method>
|
3185 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1142" package="Media Library Assistant">
|
3186 |
-
<name>_wildcard_search_string</name>
|
3187 |
-
<full_name>_wildcard_search_string</full_name>
|
3188 |
-
<docblock line="1131">
|
3189 |
-
<description><![CDATA[Detects wildcard searches, i.e., containing an asterisk outside quotes]]></description>
|
3190 |
-
<long-description><![CDATA[<p>Defined as public because it's a callback from array_map().</p>]]></long-description>
|
3191 |
-
<tag line="1131" name="since" description="2.13"/>
|
3192 |
-
<tag line="1131" name="param" description="search string" type="string" variable="$search_string">
|
3193 |
-
<type by_reference="false">string</type>
|
3194 |
-
</tag>
|
3195 |
-
<tag line="1131" name="return" description="true if wildcard" type="boolean">
|
3196 |
-
<type by_reference="false">boolean</type>
|
3197 |
-
</tag>
|
3198 |
-
</docblock>
|
3199 |
-
<argument line="1142">
|
3200 |
-
<name>$search_string</name>
|
3201 |
-
<default><![CDATA[]]></default>
|
3202 |
-
<type/>
|
3203 |
-
</argument>
|
3204 |
-
</method>
|
3205 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1171" package="Media Library Assistant">
|
3206 |
-
<name>mla_search_terms_tidy</name>
|
3207 |
-
<full_name>mla_search_terms_tidy</full_name>
|
3208 |
-
<docblock line="1160">
|
3209 |
-
<description><![CDATA[Replaces a WordPress function deprecated in v3.7]]></description>
|
3210 |
-
<long-description><![CDATA[<p>Defined as public because it's a callback from array_map().</p>]]></long-description>
|
3211 |
-
<tag line="1160" name="since" description="1.51"/>
|
3212 |
-
<tag line="1160" name="param" description="search term before modification" type="string" variable="$term">
|
3213 |
-
<type by_reference="false">string</type>
|
3214 |
-
</tag>
|
3215 |
-
<tag line="1160" name="return" description="cleaned up search term" type="string">
|
3216 |
-
<type by_reference="false">string</type>
|
3217 |
-
</tag>
|
3218 |
-
</docblock>
|
3219 |
-
<argument line="1171">
|
3220 |
-
<name>$term</name>
|
3221 |
-
<default><![CDATA[]]></default>
|
3222 |
-
<type/>
|
3223 |
-
</argument>
|
3224 |
-
</method>
|
3225 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1187" package="Media Library Assistant">
|
3226 |
-
<name>_match_quoted_phrase</name>
|
3227 |
-
<full_name>_match_quoted_phrase</full_name>
|
3228 |
-
<docblock line="1175">
|
3229 |
-
<description><![CDATA[Isolates keyword match results to word boundaries]]></description>
|
3230 |
-
<long-description><![CDATA[<p>Eliminates matches such as "man" in "woman".</p>]]></long-description>
|
3231 |
-
<tag line="1175" name="since" description="2.11"/>
|
3232 |
-
<tag line="1175" name="param" description="the quoted phrase (without enclosing quotes)" type="string" variable="$needle">
|
3233 |
-
<type by_reference="false">string</type>
|
3234 |
-
</tag>
|
3235 |
-
<tag line="1175" name="param" description="the entire term" type="string" variable="$haystack">
|
3236 |
-
<type by_reference="false">string</type>
|
3237 |
-
</tag>
|
3238 |
-
<tag line="1175" name="return" description="$needle is a word match within $haystack" type="boolean">
|
3239 |
-
<type by_reference="false">boolean</type>
|
3240 |
-
</tag>
|
3241 |
-
</docblock>
|
3242 |
-
<argument line="1187">
|
3243 |
-
<name>$needle</name>
|
3244 |
-
<default><![CDATA[]]></default>
|
3245 |
-
<type/>
|
3246 |
-
</argument>
|
3247 |
-
<argument line="1187">
|
3248 |
-
<name>$haystack</name>
|
3249 |
-
<default><![CDATA[]]></default>
|
3250 |
-
<type/>
|
3251 |
-
</argument>
|
3252 |
-
</method>
|
3253 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1218" package="Media Library Assistant">
|
3254 |
-
<name>mla_query_posts_search_filter</name>
|
3255 |
-
<full_name>mla_query_posts_search_filter</full_name>
|
3256 |
-
<docblock line="1206">
|
3257 |
-
<description><![CDATA[Adds a keyword search to the WHERE clause, if required]]></description>
|
3258 |
-
<long-description><![CDATA[<p>Defined as public because it's a filter.</p>]]></long-description>
|
3259 |
-
<tag line="1206" name="since" description="0.60"/>
|
3260 |
-
<tag line="1206" name="param" description="query clause before modification" type="string" variable="$search_string">
|
3261 |
-
<type by_reference="false">string</type>
|
3262 |
-
</tag>
|
3263 |
-
<tag line="1206" name="param" description="WP_Query object" type="object" variable="$query_object">
|
3264 |
-
<type by_reference="false">object</type>
|
3265 |
-
</tag>
|
3266 |
-
<tag line="1206" name="return" description="query clause after keyword search addition" type="string">
|
3267 |
-
<type by_reference="false">string</type>
|
3268 |
-
</tag>
|
3269 |
-
</docblock>
|
3270 |
-
<argument line="1218">
|
3271 |
-
<name>$search_string</name>
|
3272 |
-
<default><![CDATA[]]></default>
|
3273 |
-
<type/>
|
3274 |
-
</argument>
|
3275 |
-
<argument line="1218">
|
3276 |
-
<name>$query_object</name>
|
3277 |
-
<default><![CDATA[]]></default>
|
3278 |
-
<type/>
|
3279 |
-
</argument>
|
3280 |
-
</method>
|
3281 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1560" package="Media Library Assistant">
|
3282 |
-
<name>mla_query_posts_where_filter</name>
|
3283 |
-
<full_name>mla_query_posts_where_filter</full_name>
|
3284 |
-
<docblock line="1548">
|
3285 |
-
<description><![CDATA[Adds/modifies the WHERE clause for meta values, LIKE patterns and detached items]]></description>
|
3286 |
-
<long-description><![CDATA[<p>Modeled after _edit_attachments_query_helper in wp-admin/post.php.
|
3287 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
3288 |
-
<tag line="1548" name="since" description="0.1"/>
|
3289 |
-
<tag line="1548" name="param" description="query clause before modification" type="string" variable="$where_clause">
|
3290 |
-
<type by_reference="false">string</type>
|
3291 |
-
</tag>
|
3292 |
-
<tag line="1548" name="return" description="query clause after modification" type="string">
|
3293 |
-
<type by_reference="false">string</type>
|
3294 |
-
</tag>
|
3295 |
-
</docblock>
|
3296 |
-
<argument line="1560">
|
3297 |
-
<name>$where_clause</name>
|
3298 |
-
<default><![CDATA[]]></default>
|
3299 |
-
<type/>
|
3300 |
-
</argument>
|
3301 |
-
</method>
|
3302 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1630" package="Media Library Assistant">
|
3303 |
-
<name>mla_query_posts_join_filter</name>
|
3304 |
-
<full_name>mla_query_posts_join_filter</full_name>
|
3305 |
-
<docblock line="1619">
|
3306 |
-
<description><![CDATA[Adds a JOIN clause, if required, to handle sorting/searching on custom fields or ALT Text]]></description>
|
3307 |
-
<long-description><![CDATA[<p>Defined as public because it's a filter.</p>]]></long-description>
|
3308 |
-
<tag line="1619" name="since" description="0.30"/>
|
3309 |
-
<tag line="1619" name="param" description="query clause before modification" type="string" variable="$join_clause">
|
3310 |
-
<type by_reference="false">string</type>
|
3311 |
-
</tag>
|
3312 |
-
<tag line="1619" name="return" description="query clause after "LEFT JOIN view ON post_id" item modification" type="string">
|
3313 |
-
<type by_reference="false">string</type>
|
3314 |
-
</tag>
|
3315 |
-
</docblock>
|
3316 |
-
<argument line="1630">
|
3317 |
-
<name>$join_clause</name>
|
3318 |
-
<default><![CDATA[]]></default>
|
3319 |
-
<type/>
|
3320 |
-
</argument>
|
3321 |
-
</method>
|
3322 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1703" package="Media Library Assistant">
|
3323 |
-
<name>mla_query_posts_groupby_filter</name>
|
3324 |
-
<full_name>mla_query_posts_groupby_filter</full_name>
|
3325 |
-
<docblock line="1691">
|
3326 |
-
<description><![CDATA[Adds a GROUPBY clause, if required]]></description>
|
3327 |
-
<long-description><![CDATA[<p>Taxonomy text queries and postmeta queries can return multiple results for the same ID.
|
3328 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
3329 |
-
<tag line="1691" name="since" description="1.90"/>
|
3330 |
-
<tag line="1691" name="param" description="query clause before modification" type="string" variable="$groupby_clause">
|
3331 |
-
<type by_reference="false">string</type>
|
3332 |
-
</tag>
|
3333 |
-
<tag line="1691" name="return" description="updated query clause" type="string">
|
3334 |
-
<type by_reference="false">string</type>
|
3335 |
-
</tag>
|
3336 |
-
</docblock>
|
3337 |
-
<argument line="1703">
|
3338 |
-
<name>$groupby_clause</name>
|
3339 |
-
<default><![CDATA[]]></default>
|
3340 |
-
<type/>
|
3341 |
-
</argument>
|
3342 |
-
</method>
|
3343 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1725" package="Media Library Assistant">
|
3344 |
-
<name>mla_query_posts_orderby_filter</name>
|
3345 |
-
<full_name>mla_query_posts_orderby_filter</full_name>
|
3346 |
-
<docblock line="1713">
|
3347 |
-
<description><![CDATA[Adds a ORDERBY clause, if required]]></description>
|
3348 |
-
<long-description><![CDATA[<p>Expands the range of sort options because the logic in WP_Query is limited.
|
3349 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
3350 |
-
<tag line="1713" name="since" description="0.30"/>
|
3351 |
-
<tag line="1713" name="param" description="query clause before modification" type="string" variable="$orderby_clause">
|
3352 |
-
<type by_reference="false">string</type>
|
3353 |
-
</tag>
|
3354 |
-
<tag line="1713" name="return" description="updated query clause" type="string">
|
3355 |
-
<type by_reference="false">string</type>
|
3356 |
-
</tag>
|
3357 |
-
</docblock>
|
3358 |
-
<argument line="1725">
|
3359 |
-
<name>$orderby_clause</name>
|
3360 |
-
<default><![CDATA[]]></default>
|
3361 |
-
<type/>
|
3362 |
-
</argument>
|
3363 |
-
</method>
|
3364 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1798" package="Media Library Assistant">
|
3365 |
-
<name>mla_query_relevanssi_admin_search_ok_filter</name>
|
3366 |
-
<full_name>mla_query_relevanssi_admin_search_ok_filter</full_name>
|
3367 |
-
<docblock line="1788">
|
3368 |
-
<description><![CDATA[Disable Relevanssi - A Better Search, v3.2 by Mikko Saari
|
3369 |
-
Defined as public because it's a filter.]]></description>
|
3370 |
-
<long-description><![CDATA[]]></long-description>
|
3371 |
-
<tag line="1788" name="since" description="1.80"/>
|
3372 |
-
<tag line="1788" name="param" description="Default setting" type="boolean" variable="$admin_search_ok">
|
3373 |
-
<type by_reference="false">boolean</type>
|
3374 |
-
</tag>
|
3375 |
-
<tag line="1788" name="return" description="Updated setting" type="boolean">
|
3376 |
-
<type by_reference="false">boolean</type>
|
3377 |
-
</tag>
|
3378 |
-
</docblock>
|
3379 |
-
<argument line="1798">
|
3380 |
-
<name>$admin_search_ok</name>
|
3381 |
-
<default><![CDATA[]]></default>
|
3382 |
-
<type/>
|
3383 |
-
</argument>
|
3384 |
-
</method>
|
3385 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1813" package="Media Library Assistant">
|
3386 |
-
<name>mla_query_terms_clauses_filter</name>
|
3387 |
-
<full_name>mla_query_terms_clauses_filter</full_name>
|
3388 |
-
<docblock line="1802">
|
3389 |
-
<description><![CDATA[Filters all clauses for get_terms queries]]></description>
|
3390 |
-
<long-description><![CDATA[<p>Defined as public because it's a filter.</p>]]></long-description>
|
3391 |
-
<tag line="1802" name="since" description="2.13"/>
|
3392 |
-
<tag line="1802" name="param" description="Terms query SQL clauses." type="array" variable="$pieces">
|
3393 |
-
<type by_reference="false">array</type>
|
3394 |
-
</tag>
|
3395 |
-
<tag line="1802" name="param" description="An array of taxonomies." type="array" variable="$taxonomies">
|
3396 |
-
<type by_reference="false">array</type>
|
3397 |
-
</tag>
|
3398 |
-
<tag line="1802" name="param" description="An array of terms query arguments." type="array" variable="$args">
|
3399 |
-
<type by_reference="false">array</type>
|
3400 |
-
</tag>
|
3401 |
-
</docblock>
|
3402 |
-
<argument line="1813">
|
3403 |
-
<name>$pieces</name>
|
3404 |
-
<default><![CDATA[]]></default>
|
3405 |
-
<type/>
|
3406 |
-
</argument>
|
3407 |
-
<argument line="1813">
|
3408 |
-
<name>$taxonomies</name>
|
3409 |
-
<default><![CDATA[]]></default>
|
3410 |
-
<type/>
|
3411 |
-
</argument>
|
3412 |
-
<argument line="1813">
|
3413 |
-
<name>$args</name>
|
3414 |
-
<default><![CDATA[]]></default>
|
3415 |
-
<type/>
|
3416 |
-
</argument>
|
3417 |
-
</method>
|
3418 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1858" package="Media Library Assistant">
|
3419 |
-
<name>mla_query_posts_clauses_filter</name>
|
3420 |
-
<full_name>mla_query_posts_clauses_filter</full_name>
|
3421 |
-
<docblock line="1846">
|
3422 |
-
<description><![CDATA[Filters all clauses for shortcode queries, pre caching plugins]]></description>
|
3423 |
-
<long-description><![CDATA[<p>This is for debug purposes only.
|
3424 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
3425 |
-
<tag line="1846" name="since" description="1.80"/>
|
3426 |
-
<tag line="1846" name="param" description="query clauses before modification" type="array" variable="$pieces">
|
3427 |
-
<type by_reference="false">array</type>
|
3428 |
-
</tag>
|
3429 |
-
<tag line="1846" name="return" description="query clauses after modification (none)" type="array">
|
3430 |
-
<type by_reference="false">array</type>
|
3431 |
-
</tag>
|
3432 |
-
</docblock>
|
3433 |
-
<argument line="1858">
|
3434 |
-
<name>$pieces</name>
|
3435 |
-
<default><![CDATA[]]></default>
|
3436 |
-
<type/>
|
3437 |
-
</argument>
|
3438 |
-
</method>
|
3439 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1877" package="Media Library Assistant">
|
3440 |
-
<name>mla_query_posts_clauses_request_filter</name>
|
3441 |
-
<full_name>mla_query_posts_clauses_request_filter</full_name>
|
3442 |
-
<docblock line="1865">
|
3443 |
-
<description><![CDATA[Filters all clauses for shortcode queries, post caching plugins]]></description>
|
3444 |
-
<long-description><![CDATA[<p>This is for debug purposes only.
|
3445 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
3446 |
-
<tag line="1865" name="since" description="1.80"/>
|
3447 |
-
<tag line="1865" name="param" description="query clauses before modification" type="array" variable="$pieces">
|
3448 |
-
<type by_reference="false">array</type>
|
3449 |
-
</tag>
|
3450 |
-
<tag line="1865" name="return" description="query clauses after modification (none)" type="array">
|
3451 |
-
<type by_reference="false">array</type>
|
3452 |
-
</tag>
|
3453 |
-
</docblock>
|
3454 |
-
<argument line="1877">
|
3455 |
-
<name>$pieces</name>
|
3456 |
-
<default><![CDATA[]]></default>
|
3457 |
-
<type/>
|
3458 |
-
</argument>
|
3459 |
-
</method>
|
3460 |
-
</class>
|
3461 |
-
</file>
|
3462 |
-
<file path="includes\class-mla-data-references.php" hash="4d4be393c95ede7099eb7f4734c1a90b" package="Media Library Assistant">
|
3463 |
-
<docblock line="2">
|
3464 |
-
<description><![CDATA[Database query support for "where-used" reporting]]></description>
|
3465 |
-
<long-description><![CDATA[]]></long-description>
|
3466 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
3467 |
-
<tag line="2" name="since" description="2.20"/>
|
3468 |
-
</docblock>
|
3469 |
-
<include line="792" type="Require Once" package="Media Library Assistant">
|
3470 |
-
<name/>
|
3471 |
-
</include>
|
3472 |
-
<class final="false" abstract="false" namespace="global" line="16" package="Media Library Assistant">
|
3473 |
-
<extends/>
|
3474 |
-
<name>MLAReferences</name>
|
3475 |
-
<full_name>\MLAReferences</full_name>
|
3476 |
-
<docblock line="9">
|
3477 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Query provides database query support
|
3478 |
-
for "where-used" reporting needs]]></description>
|
3479 |
-
<long-description><![CDATA[]]></long-description>
|
3480 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
3481 |
-
<tag line="9" name="since" description="2.20"/>
|
3482 |
-
</docblock>
|
3483 |
-
<property final="false" static="true" visibility="private" line="709" namespace="global" package="Media Library Assistant">
|
3484 |
-
<name>$galleries</name>
|
3485 |
-
<default><![CDATA[NULL]]></default>
|
3486 |
-
<docblock line="689">
|
3487 |
-
<description><![CDATA[Objects containing [gallery] shortcodes]]></description>
|
3488 |
-
<long-description><![CDATA[<p>This array contains all of the objects containing one or more [gallery] shortcodes
|
3489 |
-
and array(s) of which attachments each [gallery] contains. The arrays are built once
|
3490 |
-
each page load and cached for subsequent calls.</p>
|
3491 |
-
|
3492 |
-
<p>The outer array is keyed by post_id. It contains an associative array with:
|
3493 |
-
['parent_title'] post_title of the gallery parent,
|
3494 |
-
['parent_type'] 'post' or 'page' or the custom post_type of the gallery parent,
|
3495 |
-
['parent_status'] 'publish', 'private', 'future', 'pending', 'draft'
|
3496 |
-
['results'] array ( ID => ID ) of attachments appearing in ANY of the parent's galleries.
|
3497 |
-
['galleries'] array of [gallery] entries numbered from one (1), containing:
|
3498 |
-
galleries[X]['query'] contains a string with the arguments of the [gallery],
|
3499 |
-
galleries[X]['results'] contains an array ( ID ) of post_ids for the objects in the gallery.</p>]]></long-description>
|
3500 |
-
<tag line="689" name="since" description="0.70"/>
|
3501 |
-
<tag line="689" name="var" description="" type="array">
|
3502 |
-
<type by_reference="false">array</type>
|
3503 |
-
</tag>
|
3504 |
-
</docblock>
|
3505 |
-
</property>
|
3506 |
-
<property final="false" static="true" visibility="private" line="722" namespace="global" package="Media Library Assistant">
|
3507 |
-
<name>$mla_galleries</name>
|
3508 |
-
<default><![CDATA[NULL]]></default>
|
3509 |
-
<docblock line="711">
|
3510 |
-
<description><![CDATA[Objects containing [mla_gallery] shortcodes]]></description>
|
3511 |
-
<long-description><![CDATA[<p>This array contains all of the objects containing one or more [mla_gallery] shortcodes
|
3512 |
-
and array(s) of which attachments each [mla_gallery] contains. The arrays are built once
|
3513 |
-
each page load and cached for subsequent calls.</p>]]></long-description>
|
3514 |
-
<tag line="711" name="since" description="0.70"/>
|
3515 |
-
<tag line="711" name="var" description="" type="array">
|
3516 |
-
<type by_reference="false">array</type>
|
3517 |
-
</tag>
|
3518 |
-
</docblock>
|
3519 |
-
</property>
|
3520 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="31" package="Media Library Assistant">
|
3521 |
-
<name>mla_fetch_attachment_references_handler</name>
|
3522 |
-
<full_name>mla_fetch_attachment_references_handler</full_name>
|
3523 |
-
<docblock line="17">
|
3524 |
-
<description><![CDATA[Find Featured Image and inserted image/link references to an attachment]]></description>
|
3525 |
-
<long-description><![CDATA[<p>Called from MLAQuery::mla_fetch_attachment_references, which handles conditional
|
3526 |
-
loading of this file.</p>]]></long-description>
|
3527 |
-
<tag line="17" name="since" description="0.1"/>
|
3528 |
-
<tag line="17" name="param" description="post ID of attachment" type="int" variable="$ID">
|
3529 |
-
<type by_reference="false">int</type>
|
3530 |
-
</tag>
|
3531 |
-
<tag line="17" name="param" description="post ID of attachment's parent, if any" type="int" variable="$parent">
|
3532 |
-
<type by_reference="false">int</type>
|
3533 |
-
</tag>
|
3534 |
-
<tag line="17" name="param" description="True to compute references, false to return empty values" type="boolean" variable="$add_references">
|
3535 |
-
<type by_reference="false">boolean</type>
|
3536 |
-
</tag>
|
3537 |
-
<tag line="17" name="return" description="Reference information; see $references array comments" type="array">
|
3538 |
-
<type by_reference="false">array</type>
|
3539 |
-
</tag>
|
3540 |
-
</docblock>
|
3541 |
-
<argument line="31">
|
3542 |
-
<name>$ID</name>
|
3543 |
-
<default><![CDATA[]]></default>
|
3544 |
-
<type/>
|
3545 |
-
</argument>
|
3546 |
-
<argument line="31">
|
3547 |
-
<name>$parent</name>
|
3548 |
-
<default><![CDATA[]]></default>
|
3549 |
-
<type/>
|
3550 |
-
</argument>
|
3551 |
-
<argument line="31">
|
3552 |
-
<name>$add_references</name>
|
3553 |
-
<default><![CDATA[true]]></default>
|
3554 |
-
<type/>
|
3555 |
-
</argument>
|
3556 |
-
</method>
|
3557 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="360" package="Media Library Assistant">
|
3558 |
-
<name>mla_attachment_array_fetch_references_handler</name>
|
3559 |
-
<full_name>mla_attachment_array_fetch_references_handler</full_name>
|
3560 |
-
<docblock line="348">
|
3561 |
-
<description><![CDATA[Add Featured Image and inserted image/link references to an array of attachments]]></description>
|
3562 |
-
<long-description><![CDATA[<p>Called from MLAQuery::mla_fetch_attachment_references, which handles conditional
|
3563 |
-
loading of this file.</p>]]></long-description>
|
3564 |
-
<tag line="348" name="since" description="1.94"/>
|
3565 |
-
<tag line="348" name="param" description="WP_Post objects, passed by reference" type="array" variable="$attachments">
|
3566 |
-
<type by_reference="false">array</type>
|
3567 |
-
</tag>
|
3568 |
-
<tag line="348" name="return" description="updates WP_Post objects with new mla_references property" type="void">
|
3569 |
-
<type by_reference="false">void</type>
|
3570 |
-
</tag>
|
3571 |
-
</docblock>
|
3572 |
-
<argument line="360">
|
3573 |
-
<name>$attachments</name>
|
3574 |
-
<default><![CDATA[]]></default>
|
3575 |
-
<type/>
|
3576 |
-
</argument>
|
3577 |
-
</method>
|
3578 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="736" package="Media Library Assistant">
|
3579 |
-
<name>mla_flush_mla_galleries_handler</name>
|
3580 |
-
<full_name>mla_flush_mla_galleries_handler</full_name>
|
3581 |
-
<docblock line="724">
|
3582 |
-
<description><![CDATA[Invalidates the $mla_galleries or $galleries array and cached values]]></description>
|
3583 |
-
<long-description><![CDATA[<p>Called from MLAQuery::mla_flush_mla_galleries, which handles conditional
|
3584 |
-
loading of this file.</p>]]></long-description>
|
3585 |
-
<tag line="724" name="since" description="1.00"/>
|
3586 |
-
<tag line="724" name="param" description="name of the gallery's cache/option variable" type="string" variable="$option_name">
|
3587 |
-
<type by_reference="false">string</type>
|
3588 |
-
</tag>
|
3589 |
-
<tag line="724" name="return" description="" type="void">
|
3590 |
-
<type by_reference="false">void</type>
|
3591 |
-
</tag>
|
3592 |
-
</docblock>
|
3593 |
-
<argument line="736">
|
3594 |
-
<name>$option_name</name>
|
3595 |
-
<default><![CDATA[]]></default>
|
3596 |
-
<type/>
|
3597 |
-
</argument>
|
3598 |
-
</method>
|
3599 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="761" package="Media Library Assistant">
|
3600 |
-
<name>_build_mla_galleries</name>
|
3601 |
-
<full_name>_build_mla_galleries</full_name>
|
3602 |
-
<docblock line="749">
|
3603 |
-
<description><![CDATA[Builds the $mla_galleries or $galleries array]]></description>
|
3604 |
-
<long-description><![CDATA[]]></long-description>
|
3605 |
-
<tag line="749" name="since" description="0.70"/>
|
3606 |
-
<tag line="749" name="param" description="name of the gallery's cache/option variable" type="string" variable="$option_name">
|
3607 |
-
<type by_reference="false">string</type>
|
3608 |
-
</tag>
|
3609 |
-
<tag line="749" name="param" description="by reference to the private static galleries array variable" type="array" variable="$galleries_array">
|
3610 |
-
<type by_reference="false">array</type>
|
3611 |
-
</tag>
|
3612 |
-
<tag line="749" name="param" description="the shortcode to be searched for and processed" type="string" variable="$shortcode">
|
3613 |
-
<type by_reference="false">string</type>
|
3614 |
-
</tag>
|
3615 |
-
<tag line="749" name="param" description="true to exclude revisions from the search" type="boolean" variable="$exclude_revisions">
|
3616 |
-
<type by_reference="false">boolean</type>
|
3617 |
-
</tag>
|
3618 |
-
<tag line="749" name="return" description="true if the galleries array is not empty" type="boolean">
|
3619 |
-
<type by_reference="false">boolean</type>
|
3620 |
-
</tag>
|
3621 |
-
</docblock>
|
3622 |
-
<argument line="761">
|
3623 |
-
<name>$option_name</name>
|
3624 |
-
<default><![CDATA[]]></default>
|
3625 |
-
<type/>
|
3626 |
-
</argument>
|
3627 |
-
<argument line="761">
|
3628 |
-
<name>$galleries_array</name>
|
3629 |
-
<default><![CDATA[]]></default>
|
3630 |
-
<type/>
|
3631 |
-
</argument>
|
3632 |
-
<argument line="761">
|
3633 |
-
<name>$shortcode</name>
|
3634 |
-
<default><![CDATA[]]></default>
|
3635 |
-
<type/>
|
3636 |
-
</argument>
|
3637 |
-
<argument line="761">
|
3638 |
-
<name>$exclude_revisions</name>
|
3639 |
-
<default><![CDATA[]]></default>
|
3640 |
-
<type/>
|
3641 |
-
</argument>
|
3642 |
-
</method>
|
3643 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="888" package="Media Library Assistant">
|
3644 |
-
<name>_search_mla_galleries</name>
|
3645 |
-
<full_name>_search_mla_galleries</full_name>
|
3646 |
-
<docblock line="877">
|
3647 |
-
<description><![CDATA[Search the $mla_galleries or $galleries array]]></description>
|
3648 |
-
<long-description><![CDATA[]]></long-description>
|
3649 |
-
<tag line="877" name="since" description="0.70"/>
|
3650 |
-
<tag line="877" name="param" description="by reference to the private static galleries array variable" type="array" variable="$galleries_array">
|
3651 |
-
<type by_reference="false">array</type>
|
3652 |
-
</tag>
|
3653 |
-
<tag line="877" name="param" description="the attachment ID to be searched for and processed" type="int" variable="$attachment_id">
|
3654 |
-
<type by_reference="false">int</type>
|
3655 |
-
</tag>
|
3656 |
-
<tag line="877" 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">
|
3657 |
-
<type by_reference="false">array</type>
|
3658 |
-
</tag>
|
3659 |
-
</docblock>
|
3660 |
-
<argument line="888">
|
3661 |
-
<name>$galleries_array</name>
|
3662 |
-
<default><![CDATA[]]></default>
|
3663 |
-
<type/>
|
3664 |
-
</argument>
|
3665 |
-
<argument line="888">
|
3666 |
-
<name>$attachment_id</name>
|
3667 |
-
<default><![CDATA[]]></default>
|
3668 |
-
<type/>
|
3669 |
-
</argument>
|
3670 |
-
</method>
|
3671 |
-
</class>
|
3672 |
-
</file>
|
3673 |
-
<file path="includes\class-mla-data-source.php" hash="014280695cbc04344220c8940215fc37" package="Media Library Assistant">
|
3674 |
-
<docblock line="2">
|
3675 |
-
<description><![CDATA[Manages access to data sources for custom field mapping and shortcode execution]]></description>
|
3676 |
-
<long-description><![CDATA[]]></long-description>
|
3677 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
3678 |
-
<tag line="2" name="since" description="2.20"/>
|
3679 |
-
</docblock>
|
3680 |
-
<class final="false" abstract="false" namespace="global" line="16" package="Media Library Assistant">
|
3681 |
-
<extends/>
|
3682 |
-
<name>MLAData_Source</name>
|
3683 |
-
<full_name>\MLAData_Source</full_name>
|
3684 |
-
<docblock line="9">
|
3685 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Data Source manages data sources for
|
3686 |
-
custom field mapping and shortcode execution]]></description>
|
3687 |
-
<long-description><![CDATA[]]></long-description>
|
3688 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
3689 |
-
<tag line="9" name="since" description="2.20"/>
|
3690 |
-
</docblock>
|
3691 |
-
<property final="false" static="true" visibility="public" line="24" namespace="global" package="Media Library Assistant">
|
3692 |
-
<name>$custom_field_data_sources</name>
|
3693 |
-
<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>
|
3694 |
-
<docblock line="17">
|
3695 |
-
<description><![CDATA[Array of Data Source names for custom field mapping]]></description>
|
3696 |
-
<long-description><![CDATA[]]></long-description>
|
3697 |
-
<tag line="17" name="since" description="2.20"/>
|
3698 |
-
<tag line="17" name="var" description="" type="array">
|
3699 |
-
<type by_reference="false">array</type>
|
3700 |
-
</tag>
|
3701 |
-
</docblock>
|
3702 |
-
</property>
|
3703 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="112" package="Media Library Assistant">
|
3704 |
-
<name>mla_is_data_source</name>
|
3705 |
-
<full_name>mla_is_data_source</full_name>
|
3706 |
-
<docblock line="100">
|
3707 |
-
<description><![CDATA[Identify custom field mapping data source]]></description>
|
3708 |
-
<long-description><![CDATA[<p>Determines whether a name matches any of the element-level data source dropdown options, i.e.,
|
3709 |
-
excludes "template:" and "meta:" values.</p>]]></long-description>
|
3710 |
-
<tag line="100" name="since" description="2.20"/>
|
3711 |
-
<tag line="100" name="param" description="candidate data source name" type="string" variable="$candidate_name">
|
3712 |
-
<type by_reference="false">string</type>
|
3713 |
-
</tag>
|
3714 |
-
<tag line="100" name="return" description="true if candidate name matches a data source" type="boolean">
|
3715 |
-
<type by_reference="false">boolean</type>
|
3716 |
-
</tag>
|
3717 |
-
</docblock>
|
3718 |
-
<argument line="112">
|
3719 |
-
<name>$candidate_name</name>
|
3720 |
-
<default><![CDATA[]]></default>
|
3721 |
-
<type/>
|
3722 |
-
</argument>
|
3723 |
-
</method>
|
3724 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="150" package="Media Library Assistant">
|
3725 |
-
<name>mla_get_data_source</name>
|
3726 |
-
<full_name>mla_get_data_source</full_name>
|
3727 |
-
<docblock line="135">
|
3728 |
-
<description><![CDATA[Get IPTC/EXIF or custom field mapping data source]]></description>
|
3729 |
-
<long-description><![CDATA[<p>Defined as public so MLA Mapping Hooks clients can call it.
|
3730 |
-
Isolates clients from changes to _evaluate_data_source().</p>]]></long-description>
|
3731 |
-
<tag line="135" name="since" description="2.20"/>
|
3732 |
-
<tag line="135" name="param" description="post->ID of attachment" type="integer" variable="$post_id">
|
3733 |
-
<type by_reference="false">integer</type>
|
3734 |
-
</tag>
|
3735 |
-
<tag line="135" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
|
3736 |
-
<type by_reference="false">string</type>
|
3737 |
-
</tag>
|
3738 |
-
<tag line="135" 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">
|
3739 |
-
<type by_reference="false">array</type>
|
3740 |
-
</tag>
|
3741 |
-
<tag line="135" name="param" description="(optional) _wp_attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
|
3742 |
-
<type by_reference="false">array</type>
|
3743 |
-
</tag>
|
3744 |
-
<tag line="135" name="return" description="data source value" type="string|array">
|
3745 |
-
<type by_reference="false">string</type>
|
3746 |
-
<type by_reference="false">array</type>
|
3747 |
-
</tag>
|
3748 |
-
</docblock>
|
3749 |
-
<argument line="150">
|
3750 |
-
<name>$post_id</name>
|
3751 |
-
<default><![CDATA[]]></default>
|
3752 |
-
<type/>
|
3753 |
-
</argument>
|
3754 |
-
<argument line="150">
|
3755 |
-
<name>$category</name>
|
3756 |
-
<default><![CDATA[]]></default>
|
3757 |
-
<type/>
|
3758 |
-
</argument>
|
3759 |
-
<argument line="150">
|
3760 |
-
<name>$data_value</name>
|
3761 |
-
<default><![CDATA[]]></default>
|
3762 |
-
<type/>
|
3763 |
-
</argument>
|
3764 |
-
<argument line="150">
|
3765 |
-
<name>$attachment_metadata</name>
|
3766 |
-
<default><![CDATA[NULL]]></default>
|
3767 |
-
<type/>
|
3768 |
-
</argument>
|
3769 |
-
</method>
|
3770 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="175" package="Media Library Assistant">
|
3771 |
-
<name>_evaluate_file_information</name>
|
3772 |
-
<full_name>_evaluate_file_information</full_name>
|
3773 |
-
<docblock line="163">
|
3774 |
-
<description><![CDATA[Evaluate file information for custom field mapping]]></description>
|
3775 |
-
<long-description><![CDATA[]]></long-description>
|
3776 |
-
<tag line="163" name="since" description="2.20"/>
|
3777 |
-
<tag line="163" name="param" description="absolute path the the uploads base directory" type="string" variable="$upload_dir">
|
3778 |
-
<type by_reference="false">string</type>
|
3779 |
-
</tag>
|
3780 |
-
<tag line="163" name="param" description="_wp_attached_file meta_value array, indexed by post_id" type="array" variable="$wp_attached_files">
|
3781 |
-
<type by_reference="false">array</type>
|
3782 |
-
</tag>
|
3783 |
-
<tag line="163" name="param" description="_wp_attachment_metadata meta_value array, indexed by post_id" type="array" variable="$wp_attachment_metadata">
|
3784 |
-
<type by_reference="false">array</type>
|
3785 |
-
</tag>
|
3786 |
-
<tag line="163" name="param" description="post->ID of attachment" type="integer" variable="$post_id">
|
3787 |
-
<type by_reference="false">integer</type>
|
3788 |
-
</tag>
|
3789 |
-
<tag line="163" 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">
|
3790 |
-
<type by_reference="false">array</type>
|
3791 |
-
</tag>
|
3792 |
-
</docblock>
|
3793 |
-
<argument line="175">
|
3794 |
-
<name>$upload_dir</name>
|
3795 |
-
<default><![CDATA[]]></default>
|
3796 |
-
<type/>
|
3797 |
-
</argument>
|
3798 |
-
<argument line="175">
|
3799 |
-
<name>$wp_attached_files</name>
|
3800 |
-
<default><![CDATA[]]></default>
|
3801 |
-
<type/>
|
3802 |
-
</argument>
|
3803 |
-
<argument line="175">
|
3804 |
-
<name>$wp_attachment_metadata</name>
|
3805 |
-
<default><![CDATA[]]></default>
|
3806 |
-
<type/>
|
3807 |
-
</argument>
|
3808 |
-
<argument line="175">
|
3809 |
-
<name>$post_id</name>
|
3810 |
-
<default><![CDATA[]]></default>
|
3811 |
-
<type/>
|
3812 |
-
</argument>
|
3813 |
-
</method>
|
3814 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="269" package="Media Library Assistant">
|
3815 |
-
<name>_evaluate_post_information</name>
|
3816 |
-
<full_name>_evaluate_post_information</full_name>
|
3817 |
-
<docblock line="258">
|
3818 |
-
<description><![CDATA[Evaluate post information for custom field mapping]]></description>
|
3819 |
-
<long-description><![CDATA[]]></long-description>
|
3820 |
-
<tag line="258" name="since" description="2.20"/>
|
3821 |
-
<tag line="258" name="param" description="post->ID of attachment" type="integer" variable="$post_id">
|
3822 |
-
<type by_reference="false">integer</type>
|
3823 |
-
</tag>
|
3824 |
-
<tag line="258" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
|
3825 |
-
<type by_reference="false">string</type>
|
3826 |
-
</tag>
|
3827 |
-
<tag line="258" name="param" description="data source name ( post_date or post_parent )" type="string" variable="$data_source">
|
3828 |
-
<type by_reference="false">string</type>
|
3829 |
-
</tag>
|
3830 |
-
<tag line="258" name="return" description="(string)/'' or (integer)/0 depending on $data_source type" type="mixed">
|
3831 |
-
<type by_reference="false">mixed</type>
|
3832 |
-
</tag>
|
3833 |
-
</docblock>
|
3834 |
-
<argument line="269">
|
3835 |
-
<name>$post_id</name>
|
3836 |
-
<default><![CDATA[]]></default>
|
3837 |
-
<type/>
|
3838 |
-
</argument>
|
3839 |
-
<argument line="269">
|
3840 |
-
<name>$category</name>
|
3841 |
-
<default><![CDATA[]]></default>
|
3842 |
-
<type/>
|
3843 |
-
</argument>
|
3844 |
-
<argument line="269">
|
3845 |
-
<name>$data_source</name>
|
3846 |
-
<default><![CDATA[]]></default>
|
3847 |
-
<type/>
|
3848 |
-
</argument>
|
3849 |
-
</method>
|
3850 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="329" package="Media Library Assistant">
|
3851 |
-
<name>_evaluate_array_result</name>
|
3852 |
-
<full_name>_evaluate_array_result</full_name>
|
3853 |
-
<docblock line="318">
|
3854 |
-
<description><![CDATA[Evaluate post information for custom field mapping]]></description>
|
3855 |
-
<long-description><![CDATA[]]></long-description>
|
3856 |
-
<tag line="318" name="since" description="2.20"/>
|
3857 |
-
<tag line="318" name="param" description="field value(s)" type="array" variable="$value">
|
3858 |
-
<type by_reference="false">array</type>
|
3859 |
-
</tag>
|
3860 |
-
<tag line="318" name="param" description="format option text|single|export|array|multi" type="string" variable="$option">
|
3861 |
-
<type by_reference="false">string</type>
|
3862 |
-
</tag>
|
3863 |
-
<tag line="318" name="param" description="keep existing value(s) - for 'multi' option" type="boolean" variable="$keep_existing">
|
3864 |
-
<type by_reference="false">boolean</type>
|
3865 |
-
</tag>
|
3866 |
-
<tag line="318" name="return" description="array for option = array|multi else string" type="mixed">
|
3867 |
-
<type by_reference="false">mixed</type>
|
3868 |
-
</tag>
|
3869 |
-
</docblock>
|
3870 |
-
<argument line="329">
|
3871 |
-
<name>$value</name>
|
3872 |
-
<default><![CDATA[]]></default>
|
3873 |
-
<type/>
|
3874 |
-
</argument>
|
3875 |
-
<argument line="329">
|
3876 |
-
<name>$option</name>
|
3877 |
-
<default><![CDATA[]]></default>
|
3878 |
-
<type/>
|
3879 |
-
</argument>
|
3880 |
-
<argument line="329">
|
3881 |
-
<name>$keep_existing</name>
|
3882 |
-
<default><![CDATA[]]></default>
|
3883 |
-
<type/>
|
3884 |
-
</argument>
|
3885 |
-
</method>
|
3886 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="366" package="Media Library Assistant">
|
3887 |
-
<name>_evaluate_data_source</name>
|
3888 |
-
<full_name>_evaluate_data_source</full_name>
|
3889 |
-
<docblock line="354">
|
3890 |
-
<description><![CDATA[Evaluate custom field mapping data source]]></description>
|
3891 |
-
<long-description><![CDATA[]]></long-description>
|
3892 |
-
<tag line="354" name="since" description="2.20"/>
|
3893 |
-
<tag line="354" name="param" description="post->ID of attachment" type="integer" variable="$post_id">
|
3894 |
-
<type by_reference="false">integer</type>
|
3895 |
-
</tag>
|
3896 |
-
<tag line="354" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
|
3897 |
-
<type by_reference="false">string</type>
|
3898 |
-
</tag>
|
3899 |
-
<tag line="354" 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">
|
3900 |
-
<type by_reference="false">array</type>
|
3901 |
-
</tag>
|
3902 |
-
<tag line="354" name="param" description="(optional) _wp_attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
|
3903 |
-
<type by_reference="false">array</type>
|
3904 |
-
</tag>
|
3905 |
-
<tag line="354" name="return" description="data source value" type="string|array">
|
3906 |
-
<type by_reference="false">string</type>
|
3907 |
-
<type by_reference="false">array</type>
|
3908 |
-
</tag>
|
3909 |
-
</docblock>
|
3910 |
-
<argument line="366">
|
3911 |
-
<name>$post_id</name>
|
3912 |
-
<default><![CDATA[]]></default>
|
3913 |
-
<type/>
|
3914 |
-
</argument>
|
3915 |
-
<argument line="366">
|
3916 |
-
<name>$category</name>
|
3917 |
-
<default><![CDATA[]]></default>
|
3918 |
-
<type/>
|
3919 |
-
</argument>
|
3920 |
-
<argument line="366">
|
3921 |
-
<name>$data_value</name>
|
3922 |
-
<default><![CDATA[]]></default>
|
3923 |
-
<type/>
|
3924 |
-
</argument>
|
3925 |
-
<argument line="366">
|
3926 |
-
<name>$attachment_metadata</name>
|
3927 |
-
<default><![CDATA[NULL]]></default>
|
3928 |
-
<type/>
|
3929 |
-
</argument>
|
3930 |
-
</method>
|
3931 |
-
</class>
|
3932 |
-
</file>
|
3933 |
-
<file path="includes\class-mla-data.php" hash="9ce4f2ab33ec66e6b06cee110d0e4a01" package="Media Library Assistant">
|
3934 |
-
<docblock line="2">
|
3935 |
-
<description><![CDATA[Database and template file access for MLA needs]]></description>
|
3936 |
-
<long-description><![CDATA[]]></long-description>
|
3937 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
3938 |
-
<tag line="2" name="since" description="0.1"/>
|
3939 |
-
</docblock>
|
3940 |
-
<include line="2788" type="Require" package="Media Library Assistant">
|
3941 |
-
<name/>
|
3942 |
-
</include>
|
3943 |
-
<include line="2889" type="Require Once" package="Media Library Assistant">
|
3944 |
-
<name/>
|
3945 |
-
</include>
|
3946 |
-
<class final="false" abstract="false" namespace="global" line="18" package="Media Library Assistant">
|
3947 |
-
<extends/>
|
3948 |
-
<name>MLAData</name>
|
3949 |
-
<full_name>\MLAData</full_name>
|
3950 |
-
<docblock line="9">
|
3951 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Data provides database and template file access for MLA needs]]></description>
|
3952 |
-
<long-description><![CDATA[<p>The _template functions are inspired by the book "WordPress 3 Plugin Development Essentials."
|
3953 |
-
Templates separate HTML markup from PHP code for easier maintenance and localization.</p>]]></long-description>
|
3954 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
3955 |
-
<tag line="9" name="since" description="0.1"/>
|
3956 |
-
</docblock>
|
3957 |
-
<property final="false" static="true" visibility="public" line="1263" namespace="global" package="Media Library Assistant">
|
3958 |
-
<name>$query_parameters</name>
|
3959 |
-
<default><![CDATA[array()]]></default>
|
3960 |
-
<docblock line="1248">
|
3961 |
-
<description><![CDATA[WP_Query filter "parameters"]]></description>
|
3962 |
-
<long-description><![CDATA[<p>This array defines parameters for the query's join, where and orderby filters.
|
3963 |
-
The parameters are set up in the _prepare_list_table_query function, and
|
3964 |
-
any further logic required to translate those values is contained in the filters.</p>
|
3965 |
-
|
3966 |
-
<p>Array index values are: use_alt_text_view, use_postmeta_view, use_orderby_view,
|
3967 |
-
alt_text_value, postmeta_key, postmeta_value, patterns, detached,
|
3968 |
-
orderby, order, mla-metavalue, debug (also in search_parameters)</p>]]></long-description>
|
3969 |
-
<tag line="1248" name="since" description="0.30"/>
|
3970 |
-
<tag line="1248" name="var" description="" type="array">
|
3971 |
-
<type by_reference="false">array</type>
|
3972 |
-
</tag>
|
3973 |
-
</docblock>
|
3974 |
-
</property>
|
3975 |
-
<property final="false" static="true" visibility="public" line="1291" namespace="global" package="Media Library Assistant">
|
3976 |
-
<name>$search_parameters</name>
|
3977 |
-
<default><![CDATA[array()]]></default>
|
3978 |
-
<docblock line="1265">
|
3979 |
-
<description><![CDATA[WP_Query 'posts_search' filter "parameters"]]></description>
|
3980 |
-
<long-description><![CDATA[<p>This array defines parameters for the query's posts_search filter, which uses
|
3981 |
-
'search_string' to add a clause to the query's WHERE clause. It is shared between
|
3982 |
-
the list_table-query functions here and the mla_get_shortcode_attachments function
|
3983 |
-
in class-mla-shortcodes.php. This array passes the relevant parameters to the filter.</p>
|
3984 |
-
|
3985 |
-
<p>Array index values are:
|
3986 |
-
['mla_terms_search']['phrases']
|
3987 |
-
['mla_terms_search']['taxonomies']
|
3988 |
-
['mla_terms_search']['radio_phrases'] => AND/OR
|
3989 |
-
['mla_terms_search']['radio_terms'] => AND/OR
|
3990 |
-
['s'] => numeric for ID/parent search
|
3991 |
-
['mla_search_fields'] => 'content', 'title', 'excerpt', 'alt-text', 'name', 'terms'
|
3992 |
-
Note: 'alt-text' is not supported in [mla_gallery]
|
3993 |
-
['mla_search_connector'] => AND/OR
|
3994 |
-
['sentence'] => entire string must match as one "keyword"
|
3995 |
-
['exact'] => entire string must match entire field value
|
3996 |
-
['debug'] => internal element, console/log/shortcode/none
|
3997 |
-
['tax_terms_count'] => internal element, shared with JOIN and GROUP BY filters</p>]]></long-description>
|
3998 |
-
<tag line="1265" name="since" description="2.00"/>
|
3999 |
-
<tag line="1265" name="var" description="" type="array">
|
4000 |
-
<type by_reference="false">array</type>
|
4001 |
-
</tag>
|
4002 |
-
</docblock>
|
4003 |
-
</property>
|
4004 |
-
<property final="false" static="true" visibility="public" line="2034" namespace="global" package="Media Library Assistant">
|
4005 |
-
<name>$utf8_chars</name>
|
4006 |
-
<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>
|
4007 |
-
<docblock line="2027">
|
4008 |
-
<description><![CDATA[UTF-8 replacements for invalid SQL characters]]></description>
|
4009 |
-
<long-description><![CDATA[]]></long-description>
|
4010 |
-
<tag line="2027" name="since" description="1.41"/>
|
4011 |
-
<tag line="2027" name="var" description="" type="array">
|
4012 |
-
<type by_reference="false">array</type>
|
4013 |
-
</tag>
|
4014 |
-
</docblock>
|
4015 |
-
</property>
|
4016 |
-
<property final="false" static="true" visibility="private" line="2094" namespace="global" package="Media Library Assistant">
|
4017 |
-
<name>$mla_iptc_records</name>
|
4018 |
-
<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>
|
4019 |
-
<docblock line="2084">
|
4020 |
-
<description><![CDATA[IPTC Dataset identifiers and names]]></description>
|
4021 |
-
<long-description><![CDATA[<p>This array contains the identifiers and names of Datasets defined in
|
4022 |
-
the "IPTC-NAA Information Interchange Model Version No. 4.1".</p>]]></long-description>
|
4023 |
-
<tag line="2084" name="since" description="0.90"/>
|
4024 |
-
<tag line="2084" name="var" description="" type="array">
|
4025 |
-
<type by_reference="false">array</type>
|
4026 |
-
</tag>
|
4027 |
-
</docblock>
|
4028 |
-
</property>
|
4029 |
-
<property final="false" static="true" visibility="public" line="2193" namespace="global" package="Media Library Assistant">
|
4030 |
-
<name>$mla_iptc_keys</name>
|
4031 |
-
<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>
|
4032 |
-
<docblock line="2183">
|
4033 |
-
<description><![CDATA[IPTC Dataset friendly name/slug and identifiers]]></description>
|
4034 |
-
<long-description><![CDATA[<p>This array contains the sanitized names and identifiers of Datasets defined in
|
4035 |
-
the "IPTC-NAA Information Interchange Model Version No. 4.1".</p>]]></long-description>
|
4036 |
-
<tag line="2183" name="since" description="0.90"/>
|
4037 |
-
<tag line="2183" name="var" description="" type="array">
|
4038 |
-
<type by_reference="false">array</type>
|
4039 |
-
</tag>
|
4040 |
-
</docblock>
|
4041 |
-
</property>
|
4042 |
-
<property final="false" static="true" visibility="private" line="2292" namespace="global" package="Media Library Assistant">
|
4043 |
-
<name>$mla_iptc_descriptions</name>
|
4044 |
-
<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>
|
4045 |
-
<docblock line="2282">
|
4046 |
-
<description><![CDATA[IPTC Dataset descriptions]]></description>
|
4047 |
-
<long-description><![CDATA[<p>This array contains the descriptions of Datasets defined in
|
4048 |
-
the "IPTC-NAA Information Interchange Model Version No. 4.1".</p>]]></long-description>
|
4049 |
-
<tag line="2282" name="since" description="0.90"/>
|
4050 |
-
<tag line="2282" name="var" description="" type="array">
|
4051 |
-
<type by_reference="false">array</type>
|
4052 |
-
</tag>
|
4053 |
-
</docblock>
|
4054 |
-
</property>
|
4055 |
-
<property final="false" static="true" visibility="private" line="2391" namespace="global" package="Media Library Assistant">
|
4056 |
-
<name>$mla_iptc_formats</name>
|
4057 |
-
<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", 8 => "IPTC Unstructured Character Oriented File Format (UCOFF)", 9 => "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>
|
4058 |
-
<docblock line="2381">
|
4059 |
-
<description><![CDATA[IPTC file format identifiers and descriptions]]></description>
|
4060 |
-
<long-description><![CDATA[<p>This array contains the file format identifiers and descriptions defined in
|
4061 |
-
the "IPTC-NAA Information Interchange Model Version No. 4.1" for dataset 1#020.</p>]]></long-description>
|
4062 |
-
<tag line="2381" name="since" description="0.90"/>
|
4063 |
-
<tag line="2381" name="var" description="" type="array">
|
4064 |
-
<type by_reference="false">array</type>
|
4065 |
-
</tag>
|
4066 |
-
</docblock>
|
4067 |
-
</property>
|
4068 |
-
<property final="false" static="true" visibility="private" line="2434" namespace="global" package="Media Library Assistant">
|
4069 |
-
<name>$mla_iptc_image_types</name>
|
4070 |
-
<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>
|
4071 |
-
<docblock line="2424">
|
4072 |
-
<description><![CDATA[IPTC image type identifiers and descriptions]]></description>
|
4073 |
-
<long-description><![CDATA[<p>This array contains the image type identifiers and descriptions defined in
|
4074 |
-
the "IPTC-NAA Information Interchange Model Version No. 4.1" for dataset 2#130, octet 2.</p>]]></long-description>
|
4075 |
-
<tag line="2424" name="since" description="0.90"/>
|
4076 |
-
<tag line="2424" name="var" description="" type="array">
|
4077 |
-
<type by_reference="false">array</type>
|
4078 |
-
</tag>
|
4079 |
-
</docblock>
|
4080 |
-
</property>
|
4081 |
-
<property final="false" static="true" visibility="private" line="2724" namespace="global" package="Media Library Assistant">
|
4082 |
-
<name>$mla_IPTC_EXIF_errors</name>
|
4083 |
-
<default><![CDATA[array()]]></default>
|
4084 |
-
<docblock line="2716">
|
4085 |
-
<description><![CDATA[Passes IPTC/EXIF parse errors between mla_IPTC_EXIF_error_handler
|
4086 |
-
and mla_fetch_attachment_image_metadata]]></description>
|
4087 |
-
<long-description><![CDATA[]]></long-description>
|
4088 |
-
<tag line="2716" name="since" description="1.81"/>
|
4089 |
-
<tag line="2716" name="var" description="" type="array">
|
4090 |
-
<type by_reference="false">array</type>
|
4091 |
-
</tag>
|
4092 |
-
</docblock>
|
4093 |
-
</property>
|
4094 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="24" package="Media Library Assistant">
|
4095 |
-
<name>initialize</name>
|
4096 |
-
<full_name>initialize</full_name>
|
4097 |
-
<docblock line="19">
|
4098 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
4099 |
-
<long-description><![CDATA[]]></long-description>
|
4100 |
-
<tag line="19" name="since" description="0.1"/>
|
4101 |
-
</docblock>
|
4102 |
-
</method>
|
4103 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="42" package="Media Library Assistant">
|
4104 |
-
<name>_find_template_substring</name>
|
4105 |
-
<full_name>_find_template_substring</full_name>
|
4106 |
-
<docblock line="33">
|
4107 |
-
<description><![CDATA[Find a complete template, balancing opening and closing delimiters]]></description>
|
4108 |
-
<long-description><![CDATA[]]></long-description>
|
4109 |
-
<tag line="33" name="since" description="1.50"/>
|
4110 |
-
<tag line="33" name="param" description="A string possibly starting with '[+template:'" type="string" variable="$tpl">
|
4111 |
-
<type by_reference="false">string</type>
|
4112 |
-
</tag>
|
4113 |
-
<tag line="33" name="return" description="'' or template string starting with '[+template:' and ending with the matching '+]'" type="string">
|
4114 |
-
<type by_reference="false">string</type>
|
4115 |
-
</tag>
|
4116 |
-
</docblock>
|
4117 |
-
<argument line="42">
|
4118 |
-
<name>$tpl</name>
|
4119 |
-
<default><![CDATA[]]></default>
|
4120 |
-
<type/>
|
4121 |
-
</argument>
|
4122 |
-
</method>
|
4123 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="89" package="Media Library Assistant">
|
4124 |
-
<name>mla_parse_array_template</name>
|
4125 |
-
<full_name>mla_parse_array_template</full_name>
|
4126 |
-
<docblock line="76">
|
4127 |
-
<description><![CDATA[Expand a template, replacing placeholders with their values]]></description>
|
4128 |
-
<long-description><![CDATA[<p>Will return an array of values if one or more of the placeholders returns an array.</p>]]></long-description>
|
4129 |
-
<tag line="76" name="since" description="1.50"/>
|
4130 |
-
<tag line="76" name="param" description="A formatting string containing [+placeholders+]" type="string" variable="$tpl">
|
4131 |
-
<type by_reference="false">string</type>
|
4132 |
-
</tag>
|
4133 |
-
<tag line="76" name="param" description="An associative array containing keys and values e.g. array('key' => 'value')" type="array" variable="$markup_values">
|
4134 |
-
<type by_reference="false">array</type>
|
4135 |
-
</tag>
|
4136 |
-
<tag line="76" name="return" description="string or array, depending on placeholder values. Placeholders corresponding to the keys of the markup_values will be replaced with their values." type="mixed">
|
4137 |
-
<type by_reference="false">mixed</type>
|
4138 |
-
</tag>
|
4139 |
-
</docblock>
|
4140 |
-
<argument line="89">
|
4141 |
-
<name>$tpl</name>
|
4142 |
-
<default><![CDATA[]]></default>
|
4143 |
-
<type/>
|
4144 |
-
</argument>
|
4145 |
-
<argument line="89">
|
4146 |
-
<name>$markup_values</name>
|
4147 |
-
<default><![CDATA[]]></default>
|
4148 |
-
<type/>
|
4149 |
-
</argument>
|
4150 |
-
</method>
|
4151 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="181" package="Media Library Assistant">
|
4152 |
-
<name>mla_parse_template</name>
|
4153 |
-
<full_name>mla_parse_template</full_name>
|
4154 |
-
<docblock line="169">
|
4155 |
-
<description><![CDATA[Expand a template, replacing placeholders with their values]]></description>
|
4156 |
-
<long-description><![CDATA[<p>A simple parsing function for basic templating.</p>]]></long-description>
|
4157 |
-
<tag line="169" name="since" description="0.1"/>
|
4158 |
-
<tag line="169" name="param" description="A formatting string containing [+placeholders+]" type="string" variable="$tpl">
|
4159 |
-
<type by_reference="false">string</type>
|
4160 |
-
</tag>
|
4161 |
-
<tag line="169" name="param" description="An associative array containing keys and values e.g. array('key' => 'value')" type="array" variable="$markup_values">
|
4162 |
-
<type by_reference="false">array</type>
|
4163 |
-
</tag>
|
4164 |
-
<tag line="169" name="return" description="Placeholders corresponding to the keys of the markup_values will be replaced with their values." type="\strng">
|
4165 |
-
<type by_reference="false">\strng</type>
|
4166 |
-
</tag>
|
4167 |
-
</docblock>
|
4168 |
-
<argument line="181">
|
4169 |
-
<name>$tpl</name>
|
4170 |
-
<default><![CDATA[]]></default>
|
4171 |
-
<type/>
|
4172 |
-
</argument>
|
4173 |
-
<argument line="181">
|
4174 |
-
<name>$markup_values</name>
|
4175 |
-
<default><![CDATA[]]></default>
|
4176 |
-
<type/>
|
4177 |
-
</argument>
|
4178 |
-
</method>
|
4179 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="233" package="Media Library Assistant">
|
4180 |
-
<name>_find_test_substring</name>
|
4181 |
-
<full_name>_find_test_substring</full_name>
|
4182 |
-
<docblock line="224">
|
4183 |
-
<description><![CDATA[Find a complete (test) element, balancing opening and closing delimiters]]></description>
|
4184 |
-
<long-description><![CDATA[]]></long-description>
|
4185 |
-
<tag line="224" name="since" description="1.50"/>
|
4186 |
-
<tag line="224" name="param" description="A string possibly starting with '('" type="string" variable="$tpl">
|
4187 |
-
<type by_reference="false">string</type>
|
4188 |
-
</tag>
|
4189 |
-
<tag line="224" name="return" description="'' or template string starting with '(' and ending with the matching ')'" type="string">
|
4190 |
-
<type by_reference="false">string</type>
|
4191 |
-
</tag>
|
4192 |
-
</docblock>
|
4193 |
-
<argument line="233">
|
4194 |
-
<name>$tpl</name>
|
4195 |
-
<default><![CDATA[]]></default>
|
4196 |
-
<type/>
|
4197 |
-
</argument>
|
4198 |
-
</method>
|
4199 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="275" package="Media Library Assistant">
|
4200 |
-
<name>_parse_field_level_template</name>
|
4201 |
-
<full_name>_parse_field_level_template</full_name>
|
4202 |
-
<docblock line="266">
|
4203 |
-
<description><![CDATA[Convert field-level "template:" string into its component parts]]></description>
|
4204 |
-
<long-description><![CDATA[]]></long-description>
|
4205 |
-
<tag line="266" name="since" description="1.50"/>
|
4206 |
-
<tag line="266" name="param" description="Template content with string, test and choice elements" type="string" variable="$tpl">
|
4207 |
-
<type by_reference="false">string</type>
|
4208 |
-
</tag>
|
4209 |
-
<tag line="266" name="return" description="( node => array( type => "string | test | choice | template", length => bytes, value => string | node(s) ) )" type="array">
|
4210 |
-
<type by_reference="false">array</type>
|
4211 |
-
</tag>
|
4212 |
-
</docblock>
|
4213 |
-
<argument line="275">
|
4214 |
-
<name>$tpl</name>
|
4215 |
-
<default><![CDATA[]]></default>
|
4216 |
-
<type/>
|
4217 |
-
</argument>
|
4218 |
-
</method>
|
4219 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="435" package="Media Library Assistant">
|
4220 |
-
<name>_evaluate_template_array_node</name>
|
4221 |
-
<full_name>_evaluate_template_array_node</full_name>
|
4222 |
-
<docblock line="423">
|
4223 |
-
<description><![CDATA[Analyze a field-level "template:" element, expanding Field-level Markup Substitution Parameters]]></description>
|
4224 |
-
<long-description><![CDATA[<p>Will return an array of values if one or more of the placeholders returns an array.</p>]]></long-description>
|
4225 |
-
<tag line="423" name="since" description="1.50"/>
|
4226 |
-
<tag line="423" name="param" description="A field-level template element node" type="array" variable="$node">
|
4227 |
-
<type by_reference="false">array</type>
|
4228 |
-
</tag>
|
4229 |
-
<tag line="423" name="param" description="An array of markup substitution values" type="array" variable="$markup_values">
|
4230 |
-
<type by_reference="false">array</type>
|
4231 |
-
</tag>
|
4232 |
-
<tag line="423" name="return" description="string or array, depending on placeholder values. Placeholders corresponding to the keys of the markup_values will be replaced with their values." type="mixed">
|
4233 |
-
<type by_reference="false">mixed</type>
|
4234 |
-
</tag>
|
4235 |
-
</docblock>
|
4236 |
-
<argument line="435">
|
4237 |
-
<name>$node</name>
|
4238 |
-
<default><![CDATA[]]></default>
|
4239 |
-
<type/>
|
4240 |
-
</argument>
|
4241 |
-
<argument line="435">
|
4242 |
-
<name>$markup_values</name>
|
4243 |
-
<default><![CDATA[array()]]></default>
|
4244 |
-
<type/>
|
4245 |
-
</argument>
|
4246 |
-
</method>
|
4247 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="517" package="Media Library Assistant">
|
4248 |
-
<name>_evaluate_template_node</name>
|
4249 |
-
<full_name>_evaluate_template_node</full_name>
|
4250 |
-
<docblock line="507">
|
4251 |
-
<description><![CDATA[Analyze a field-level "template:" element, expanding Field-level Markup Substitution Parameters]]></description>
|
4252 |
-
<long-description><![CDATA[]]></long-description>
|
4253 |
-
<tag line="507" name="since" description="1.50"/>
|
4254 |
-
<tag line="507" name="param" description="A field-level template element node" type="array" variable="$node">
|
4255 |
-
<type by_reference="false">array</type>
|
4256 |
-
</tag>
|
4257 |
-
<tag line="507" name="param" description="An array of markup substitution values" type="array" variable="$markup_values">
|
4258 |
-
<type by_reference="false">array</type>
|
4259 |
-
</tag>
|
4260 |
-
<tag line="507" name="return" description="String with expanded values, if any" type="string">
|
4261 |
-
<type by_reference="false">string</type>
|
4262 |
-
</tag>
|
4263 |
-
</docblock>
|
4264 |
-
<argument line="517">
|
4265 |
-
<name>$node</name>
|
4266 |
-
<default><![CDATA[]]></default>
|
4267 |
-
<type/>
|
4268 |
-
</argument>
|
4269 |
-
<argument line="517">
|
4270 |
-
<name>$markup_values</name>
|
4271 |
-
<default><![CDATA[array()]]></default>
|
4272 |
-
<type/>
|
4273 |
-
</argument>
|
4274 |
-
</method>
|
4275 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="580" package="Media Library Assistant">
|
4276 |
-
<name>_expand_field_level_template</name>
|
4277 |
-
<full_name>_expand_field_level_template</full_name>
|
4278 |
-
<docblock line="569">
|
4279 |
-
<description><![CDATA[Analyze a field-level "template:" element, expanding Field-level Markup Substitution Parameters]]></description>
|
4280 |
-
<long-description><![CDATA[]]></long-description>
|
4281 |
-
<tag line="569" name="since" description="1.50"/>
|
4282 |
-
<tag line="569" name="param" description="A formatting string containing [+placeholders+]" type="string" variable="$tpl">
|
4283 |
-
<type by_reference="false">string</type>
|
4284 |
-
</tag>
|
4285 |
-
<tag line="569" name="param" description="An array of markup substitution values" type="array" variable="$markup_values">
|
4286 |
-
<type by_reference="false">array</type>
|
4287 |
-
</tag>
|
4288 |
-
<tag line="569" name="param" description="True to return array value(s), false to return a string" type="boolean" variable="$return_arrays">
|
4289 |
-
<type by_reference="false">boolean</type>
|
4290 |
-
</tag>
|
4291 |
-
<tag line="569" name="return" description="Element with expanded string/array values, if any" type="mixed">
|
4292 |
-
<type by_reference="false">mixed</type>
|
4293 |
-
</tag>
|
4294 |
-
</docblock>
|
4295 |
-
<argument line="580">
|
4296 |
-
<name>$tpl</name>
|
4297 |
-
<default><![CDATA[]]></default>
|
4298 |
-
<type/>
|
4299 |
-
</argument>
|
4300 |
-
<argument line="580">
|
4301 |
-
<name>$markup_values</name>
|
4302 |
-
<default><![CDATA[array()]]></default>
|
4303 |
-
<type/>
|
4304 |
-
</argument>
|
4305 |
-
<argument line="580">
|
4306 |
-
<name>$return_arrays</name>
|
4307 |
-
<default><![CDATA[false]]></default>
|
4308 |
-
<type/>
|
4309 |
-
</argument>
|
4310 |
-
</method>
|
4311 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="625" package="Media Library Assistant">
|
4312 |
-
<name>_process_field_level_array</name>
|
4313 |
-
<full_name>_process_field_level_array</full_name>
|
4314 |
-
<docblock line="614">
|
4315 |
-
<description><![CDATA[Process an markup field array value according to the supplied data-format option]]></description>
|
4316 |
-
<long-description><![CDATA[]]></long-description>
|
4317 |
-
<tag line="614" name="since" description="1.50"/>
|
4318 |
-
<tag line="614" name="param" description="an array of scalar values" type="array" variable="$record">
|
4319 |
-
<type by_reference="false">array</type>
|
4320 |
-
</tag>
|
4321 |
-
<tag line="614" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
|
4322 |
-
<type by_reference="false">string</type>
|
4323 |
-
</tag>
|
4324 |
-
<tag line="614" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
|
4325 |
-
<type by_reference="false">boolean</type>
|
4326 |
-
</tag>
|
4327 |
-
<tag line="614" name="return" description="( parameter => value ) for all field-level parameters and anything in $markup_values" type="array">
|
4328 |
-
<type by_reference="false">array</type>
|
4329 |
-
</tag>
|
4330 |
-
</docblock>
|
4331 |
-
<argument line="625">
|
4332 |
-
<name>$record</name>
|
4333 |
-
<default><![CDATA[]]></default>
|
4334 |
-
<type/>
|
4335 |
-
</argument>
|
4336 |
-
<argument line="625">
|
4337 |
-
<name>$option</name>
|
4338 |
-
<default><![CDATA['text']]></default>
|
4339 |
-
<type/>
|
4340 |
-
</argument>
|
4341 |
-
<argument line="625">
|
4342 |
-
<name>$keep_existing</name>
|
4343 |
-
<default><![CDATA[false]]></default>
|
4344 |
-
<type/>
|
4345 |
-
</argument>
|
4346 |
-
</method>
|
4347 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="678" package="Media Library Assistant">
|
4348 |
-
<name>_parse_arguments</name>
|
4349 |
-
<full_name>_parse_arguments</full_name>
|
4350 |
-
<docblock line="669">
|
4351 |
-
<description><![CDATA[Process an argument list within a field-level parameter format specification]]></description>
|
4352 |
-
<long-description><![CDATA[]]></long-description>
|
4353 |
-
<tag line="669" name="since" description="2.02"/>
|
4354 |
-
<tag line="669" name="param" description="arguments, e.g., ('d/m/Y H:i:s' , "arg, \" two" ) without parens" type="string" variable="$argument_string">
|
4355 |
-
<type by_reference="false">string</type>
|
4356 |
-
</tag>
|
4357 |
-
<tag line="669" name="return" description="individual arguments, e.g. array( 0 => 'd/m/Y H:i:s', 1 => 'arg, \" two' )" type="array">
|
4358 |
-
<type by_reference="false">array</type>
|
4359 |
-
</tag>
|
4360 |
-
</docblock>
|
4361 |
-
<argument line="678">
|
4362 |
-
<name>$argument_string</name>
|
4363 |
-
<default><![CDATA[]]></default>
|
4364 |
-
<type/>
|
4365 |
-
</argument>
|
4366 |
-
</method>
|
4367 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="759" package="Media Library Assistant">
|
4368 |
-
<name>mla_apply_field_level_format</name>
|
4369 |
-
<full_name>mla_apply_field_level_format</full_name>
|
4370 |
-
<docblock line="749">
|
4371 |
-
<description><![CDATA[Apply field-level format options to field-level content]]></description>
|
4372 |
-
<long-description><![CDATA[]]></long-description>
|
4373 |
-
<tag line="749" name="since" description="2.10"/>
|
4374 |
-
<tag line="749" name="param" description="field-level content" type="string" variable="$value">
|
4375 |
-
<type by_reference="false">string</type>
|
4376 |
-
</tag>
|
4377 |
-
<tag line="749" name="param" description="format code and aguments" type="array" variable="$args">
|
4378 |
-
<type by_reference="false">array</type>
|
4379 |
-
</tag>
|
4380 |
-
<tag line="749" name="return" description="formatted field-level content" type="string">
|
4381 |
-
<type by_reference="false">string</type>
|
4382 |
-
</tag>
|
4383 |
-
</docblock>
|
4384 |
-
<argument line="759">
|
4385 |
-
<name>$value</name>
|
4386 |
-
<default><![CDATA[]]></default>
|
4387 |
-
<type/>
|
4388 |
-
</argument>
|
4389 |
-
<argument line="759">
|
4390 |
-
<name>$args</name>
|
4391 |
-
<default><![CDATA[]]></default>
|
4392 |
-
<type/>
|
4393 |
-
</argument>
|
4394 |
-
</method>
|
4395 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="874" package="Media Library Assistant">
|
4396 |
-
<name>mla_expand_field_level_parameters</name>
|
4397 |
-
<full_name>mla_expand_field_level_parameters</full_name>
|
4398 |
-
<docblock line="856">
|
4399 |
-
<description><![CDATA[Analyze a template, expanding Field-level Markup Substitution Parameters]]></description>
|
4400 |
-
<long-description><![CDATA[<p>Field-level parameters must have one of the following prefix values:
|
4401 |
-
template, request, query, custom, terms, meta, iptc, exif, xmp, pdf.
|
4402 |
-
All but request and query require an attachment ID.</p>]]></long-description>
|
4403 |
-
<tag line="856" name="since" description="1.50"/>
|
4404 |
-
<tag line="856" name="param" description="A formatting string containing [+placeholders+]" type="string" variable="$tpl">
|
4405 |
-
<type by_reference="false">string</type>
|
4406 |
-
</tag>
|
4407 |
-
<tag line="856" name="param" description="Optional: an array of values from the query, if any, e.g. shortcode parameters" type="array" variable="$query">
|
4408 |
-
<type by_reference="false">array</type>
|
4409 |
-
</tag>
|
4410 |
-
<tag line="856" name="param" description="Optional: an array of values to add to the returned array" type="array" variable="$markup_values">
|
4411 |
-
<type by_reference="false">array</type>
|
4412 |
-
</tag>
|
4413 |
-
<tag line="856" name="param" description="Optional: attachment ID for attachment-specific placeholders" type="integer" variable="$post_id">
|
4414 |
-
<type by_reference="false">integer</type>
|
4415 |
-
</tag>
|
4416 |
-
<tag line="856" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
|
4417 |
-
<type by_reference="false">boolean</type>
|
4418 |
-
</tag>
|
4419 |
-
<tag line="856" name="param" description="Optional: default option value" type="string" variable="$default_option">
|
4420 |
-
<type by_reference="false">string</type>
|
4421 |
-
</tag>
|
4422 |
-
<tag line="856" name="return" description="( parameter => value ) for all field-level parameters and anything in $markup_values" type="array">
|
4423 |
-
<type by_reference="false">array</type>
|
4424 |
-
</tag>
|
4425 |
-
</docblock>
|
4426 |
-
<argument line="874">
|
4427 |
-
<name>$tpl</name>
|
4428 |
-
<default><![CDATA[]]></default>
|
4429 |
-
<type/>
|
4430 |
-
</argument>
|
4431 |
-
<argument line="874">
|
4432 |
-
<name>$query</name>
|
4433 |
-
<default><![CDATA[NULL]]></default>
|
4434 |
-
<type/>
|
4435 |
-
</argument>
|
4436 |
-
<argument line="874">
|
4437 |
-
<name>$markup_values</name>
|
4438 |
-
<default><![CDATA[array()]]></default>
|
4439 |
-
<type/>
|
4440 |
-
</argument>
|
4441 |
-
<argument line="874">
|
4442 |
-
<name>$post_id</name>
|
4443 |
-
<default><![CDATA[0]]></default>
|
4444 |
-
<type/>
|
4445 |
-
</argument>
|
4446 |
-
<argument line="874">
|
4447 |
-
<name>$keep_existing</name>
|
4448 |
-
<default><![CDATA[false]]></default>
|
4449 |
-
<type/>
|
4450 |
-
</argument>
|
4451 |
-
<argument line="874">
|
4452 |
-
<name>$default_option</name>
|
4453 |
-
<default><![CDATA['text']]></default>
|
4454 |
-
<type/>
|
4455 |
-
</argument>
|
4456 |
-
</method>
|
4457 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1137" package="Media Library Assistant">
|
4458 |
-
<name>mla_get_template_placeholders</name>
|
4459 |
-
<full_name>mla_get_template_placeholders</full_name>
|
4460 |
-
<docblock line="1126">
|
4461 |
-
<description><![CDATA[Analyze a template, returning an array of the placeholders it contains]]></description>
|
4462 |
-
<long-description><![CDATA[]]></long-description>
|
4463 |
-
<tag line="1126" name="since" description="0.90"/>
|
4464 |
-
<tag line="1126" name="param" description="A formatting string containing [+placeholders+]" type="string" variable="$tpl">
|
4465 |
-
<type by_reference="false">string</type>
|
4466 |
-
</tag>
|
4467 |
-
<tag line="1126" name="param" description="Optional: default option value" type="string" variable="$default_option">
|
4468 |
-
<type by_reference="false">string</type>
|
4469 |
-
</tag>
|
4470 |
-
<tag line="1126" name="return" description="Placeholder information: each entry is an array with ['prefix'] => string, ['value'] => string, ['option'] => string 'text'|single'|'export'|'array'|'multi'" type="array">
|
4471 |
-
<type by_reference="false">array</type>
|
4472 |
-
</tag>
|
4473 |
-
</docblock>
|
4474 |
-
<argument line="1137">
|
4475 |
-
<name>$tpl</name>
|
4476 |
-
<default><![CDATA[]]></default>
|
4477 |
-
<type/>
|
4478 |
-
</argument>
|
4479 |
-
<argument line="1137">
|
4480 |
-
<name>$default_option</name>
|
4481 |
-
<default><![CDATA['text']]></default>
|
4482 |
-
<type/>
|
4483 |
-
</argument>
|
4484 |
-
</method>
|
4485 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1306" package="Media Library Assistant">
|
4486 |
-
<name>mla_count_list_table_items</name>
|
4487 |
-
<full_name>mla_count_list_table_items</full_name>
|
4488 |
-
<docblock line="1293">
|
4489 |
-
<description><![CDATA[Get the total number of attachment posts]]></description>
|
4490 |
-
<long-description><![CDATA[<p>Compatibility shim for MLAQuery::mla_count_list_table_items</p>]]></long-description>
|
4491 |
-
<tag line="1293" name="since" description="0.30"/>
|
4492 |
-
<tag line="1293" name="param" description="Query variables, e.g., from $_REQUEST" type="array" variable="$request">
|
4493 |
-
<type by_reference="false">array</type>
|
4494 |
-
</tag>
|
4495 |
-
<tag line="1293" name="param" description="(optional) number of rows to skip over to reach desired page" type="int" variable="$offset">
|
4496 |
-
<type by_reference="false">int</type>
|
4497 |
-
</tag>
|
4498 |
-
<tag line="1293" name="param" description="(optional) number of rows on each page" type="int" variable="$count">
|
4499 |
-
<type by_reference="false">int</type>
|
4500 |
-
</tag>
|
4501 |
-
<tag line="1293" name="return" description="Number of attachment posts" type="integer">
|
4502 |
-
<type by_reference="false">integer</type>
|
4503 |
-
</tag>
|
4504 |
-
</docblock>
|
4505 |
-
<argument line="1306">
|
4506 |
-
<name>$request</name>
|
4507 |
-
<default><![CDATA[]]></default>
|
4508 |
-
<type/>
|
4509 |
-
</argument>
|
4510 |
-
<argument line="1306">
|
4511 |
-
<name>$offset</name>
|
4512 |
-
<default><![CDATA[NULL]]></default>
|
4513 |
-
<type/>
|
4514 |
-
</argument>
|
4515 |
-
<argument line="1306">
|
4516 |
-
<name>$count</name>
|
4517 |
-
<default><![CDATA[NULL]]></default>
|
4518 |
-
<type/>
|
4519 |
-
</argument>
|
4520 |
-
</method>
|
4521 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1323" package="Media Library Assistant">
|
4522 |
-
<name>mla_query_list_table_items</name>
|
4523 |
-
<full_name>mla_query_list_table_items</full_name>
|
4524 |
-
<docblock line="1310">
|
4525 |
-
<description><![CDATA[Retrieve attachment objects for list table display]]></description>
|
4526 |
-
<long-description><![CDATA[<p>Compatibility shim for MLAQuery::mla_query_list_table_items</p>]]></long-description>
|
4527 |
-
<tag line="1310" name="since" description="0.1"/>
|
4528 |
-
<tag line="1310" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
|
4529 |
-
<type by_reference="false">array</type>
|
4530 |
-
</tag>
|
4531 |
-
<tag line="1310" name="param" description="number of rows to skip over to reach desired page" type="int" variable="$offset">
|
4532 |
-
<type by_reference="false">int</type>
|
4533 |
-
</tag>
|
4534 |
-
<tag line="1310" name="param" description="number of rows on each page" type="int" variable="$count">
|
4535 |
-
<type by_reference="false">int</type>
|
4536 |
-
</tag>
|
4537 |
-
<tag line="1310" name="return" description="attachment objects (posts) including parent data, meta data and references" type="array">
|
4538 |
-
<type by_reference="false">array</type>
|
4539 |
-
</tag>
|
4540 |
-
</docblock>
|
4541 |
-
<argument line="1323">
|
4542 |
-
<name>$request</name>
|
4543 |
-
<default><![CDATA[]]></default>
|
4544 |
-
<type/>
|
4545 |
-
</argument>
|
4546 |
-
<argument line="1323">
|
4547 |
-
<name>$offset</name>
|
4548 |
-
<default><![CDATA[]]></default>
|
4549 |
-
<type/>
|
4550 |
-
</argument>
|
4551 |
-
<argument line="1323">
|
4552 |
-
<name>$count</name>
|
4553 |
-
<default><![CDATA[]]></default>
|
4554 |
-
<type/>
|
4555 |
-
</argument>
|
4556 |
-
</method>
|
4557 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1341" package="Media Library Assistant">
|
4558 |
-
<name>mla_get_attachment_by_id</name>
|
4559 |
-
<full_name>mla_get_attachment_by_id</full_name>
|
4560 |
-
<docblock line="1327">
|
4561 |
-
<description><![CDATA[Retrieve an Attachment array given a $post_id]]></description>
|
4562 |
-
<long-description><![CDATA[<p>The (associative) array will contain every field that can be found in
|
4563 |
-
the posts and postmeta tables, and all references to the attachment.</p>]]></long-description>
|
4564 |
-
<tag line="1327" name="since" description="0.1"/>
|
4565 |
-
<tag line="1327" name="uses" description="\global\$post" refers="\global\$post"/>
|
4566 |
-
<tag line="1327" name="param" description="The ID of the attachment post" type="integer" variable="$post_id">
|
4567 |
-
<type by_reference="false">integer</type>
|
4568 |
-
</tag>
|
4569 |
-
<tag line="1327" name="param" description="True to add references, false to skip references" type="boolean" variable="$add_references">
|
4570 |
-
<type by_reference="false">boolean</type>
|
4571 |
-
</tag>
|
4572 |
-
<tag line="1327" name="return" description="NULL on failure else associative array" type="NULL|array">
|
4573 |
-
<type by_reference="false">NULL</type>
|
4574 |
-
<type by_reference="false">array</type>
|
4575 |
-
</tag>
|
4576 |
-
</docblock>
|
4577 |
-
<argument line="1341">
|
4578 |
-
<name>$post_id</name>
|
4579 |
-
<default><![CDATA[]]></default>
|
4580 |
-
<type/>
|
4581 |
-
</argument>
|
4582 |
-
<argument line="1341">
|
4583 |
-
<name>$add_references</name>
|
4584 |
-
<default><![CDATA[true]]></default>
|
4585 |
-
<type/>
|
4586 |
-
</argument>
|
4587 |
-
</method>
|
4588 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1399" package="Media Library Assistant">
|
4589 |
-
<name>_set_array_element</name>
|
4590 |
-
<full_name>_set_array_element</full_name>
|
4591 |
-
<docblock line="1388">
|
4592 |
-
<description><![CDATA[Adds or replaces the value of a key in a possibly nested array structure]]></description>
|
4593 |
-
<long-description><![CDATA[]]></long-description>
|
4594 |
-
<tag line="1388" name="since" description="1.51"/>
|
4595 |
-
<tag line="1388" name="param" description="key value, e.g. array1.array2.element" type="string" variable="$needle">
|
4596 |
-
<type by_reference="false">string</type>
|
4597 |
-
</tag>
|
4598 |
-
<tag line="1388" name="param" description="replacement value, string or array, by reference" type="mixed" variable="$value">
|
4599 |
-
<type by_reference="false">mixed</type>
|
4600 |
-
</tag>
|
4601 |
-
<tag line="1388" name="param" description="PHP nested arrays, by reference" type="array" variable="$haystack">
|
4602 |
-
<type by_reference="false">array</type>
|
4603 |
-
</tag>
|
4604 |
-
<tag line="1388" name="return" description="true if $needle element set, false if not" type="boolean">
|
4605 |
-
<type by_reference="false">boolean</type>
|
4606 |
-
</tag>
|
4607 |
-
</docblock>
|
4608 |
-
<argument line="1399">
|
4609 |
-
<name>$needle</name>
|
4610 |
-
<default><![CDATA[]]></default>
|
4611 |
-
<type/>
|
4612 |
-
</argument>
|
4613 |
-
<argument line="1399">
|
4614 |
-
<name>$value</name>
|
4615 |
-
<default><![CDATA[]]></default>
|
4616 |
-
<type/>
|
4617 |
-
</argument>
|
4618 |
-
<argument line="1399">
|
4619 |
-
<name>$haystack</name>
|
4620 |
-
<default><![CDATA[]]></default>
|
4621 |
-
<type/>
|
4622 |
-
</argument>
|
4623 |
-
</method>
|
4624 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1433" package="Media Library Assistant">
|
4625 |
-
<name>_unset_array_element</name>
|
4626 |
-
<full_name>_unset_array_element</full_name>
|
4627 |
-
<docblock line="1423">
|
4628 |
-
<description><![CDATA[Deletes the value of a key in a possibly nested array structure]]></description>
|
4629 |
-
<long-description><![CDATA[]]></long-description>
|
4630 |
-
<tag line="1423" name="since" description="1.51"/>
|
4631 |
-
<tag line="1423" name="param" description="key value, e.g. array1.array2.element" type="string" variable="$needle">
|
4632 |
-
<type by_reference="false">string</type>
|
4633 |
-
</tag>
|
4634 |
-
<tag line="1423" name="param" description="PHP nested arrays, by reference" type="array" variable="$haystack">
|
4635 |
-
<type by_reference="false">array</type>
|
4636 |
-
</tag>
|
4637 |
-
<tag line="1423" name="return" description="true if $needle element found, false if not" type="boolean">
|
4638 |
-
<type by_reference="false">boolean</type>
|
4639 |
-
</tag>
|
4640 |
-
</docblock>
|
4641 |
-
<argument line="1433">
|
4642 |
-
<name>$needle</name>
|
4643 |
-
<default><![CDATA[]]></default>
|
4644 |
-
<type/>
|
4645 |
-
</argument>
|
4646 |
-
<argument line="1433">
|
4647 |
-
<name>$haystack</name>
|
4648 |
-
<default><![CDATA[]]></default>
|
4649 |
-
<type/>
|
4650 |
-
</argument>
|
4651 |
-
</method>
|
4652 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1468" package="Media Library Assistant">
|
4653 |
-
<name>mla_find_array_element</name>
|
4654 |
-
<full_name>mla_find_array_element</full_name>
|
4655 |
-
<docblock line="1453">
|
4656 |
-
<description><![CDATA[Finds the value of a key in a possibly nested array structure]]></description>
|
4657 |
-
<long-description><![CDATA[<p>Used primarily to extract fields from the _wp_attachment_metadata custom field.
|
4658 |
-
Also used with the audio/video ID3 metadata exposed in WordPress 3.6 and later.</p>]]></long-description>
|
4659 |
-
<tag line="1453" name="since" description="1.30"/>
|
4660 |
-
<tag line="1453" name="param" description="key value, e.g. array1.array2.element" type="string" variable="$needle">
|
4661 |
-
<type by_reference="false">string</type>
|
4662 |
-
</tag>
|
4663 |
-
<tag line="1453" name="param" description="PHP nested arrays" type="array" variable="$haystack">
|
4664 |
-
<type by_reference="false">array</type>
|
4665 |
-
</tag>
|
4666 |
-
<tag line="1453" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
|
4667 |
-
<type by_reference="false">string</type>
|
4668 |
-
</tag>
|
4669 |
-
<tag line="1453" name="param" description="keep existing values - for 'multi' option" type="boolean" variable="$keep_existing">
|
4670 |
-
<type by_reference="false">boolean</type>
|
4671 |
-
</tag>
|
4672 |
-
<tag line="1453" name="return" description="string or array value matching key(.key ...) or ''" type="mixed">
|
4673 |
-
<type by_reference="false">mixed</type>
|
4674 |
-
</tag>
|
4675 |
-
</docblock>
|
4676 |
-
<argument line="1468">
|
4677 |
-
<name>$needle</name>
|
4678 |
-
<default><![CDATA[]]></default>
|
4679 |
-
<type/>
|
4680 |
-
</argument>
|
4681 |
-
<argument line="1468">
|
4682 |
-
<name>$haystack</name>
|
4683 |
-
<default><![CDATA[]]></default>
|
4684 |
-
<type/>
|
4685 |
-
</argument>
|
4686 |
-
<argument line="1468">
|
4687 |
-
<name>$option</name>
|
4688 |
-
<default><![CDATA[]]></default>
|
4689 |
-
<type/>
|
4690 |
-
</argument>
|
4691 |
-
<argument line="1468">
|
4692 |
-
<name>$keep_existing</name>
|
4693 |
-
<default><![CDATA[false]]></default>
|
4694 |
-
<type/>
|
4695 |
-
</argument>
|
4696 |
-
</method>
|
4697 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1566" package="Media Library Assistant">
|
4698 |
-
<name>mla_save_post_action</name>
|
4699 |
-
<full_name>mla_save_post_action</full_name>
|
4700 |
-
<docblock line="1557">
|
4701 |
-
<description><![CDATA[Invalidates $mla_galleries and $galleries arrays and cached values after post, page or attachment updates]]></description>
|
4702 |
-
<long-description><![CDATA[]]></long-description>
|
4703 |
-
<tag line="1557" name="since" description="1.00"/>
|
4704 |
-
<tag line="1557" name="param" description="ID of post/page/attachment; not used at this time" type="integer" variable="$post_id">
|
4705 |
-
<type by_reference="false">integer</type>
|
4706 |
-
</tag>
|
4707 |
-
<tag line="1557" name="return" description="" type="void">
|
4708 |
-
<type by_reference="false">void</type>
|
4709 |
-
</tag>
|
4710 |
-
</docblock>
|
4711 |
-
<argument line="1566">
|
4712 |
-
<name>$post_id</name>
|
4713 |
-
<default><![CDATA[]]></default>
|
4714 |
-
<type/>
|
4715 |
-
</argument>
|
4716 |
-
</method>
|
4717 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1580" package="Media Library Assistant">
|
4718 |
-
<name>mla_parse_pdf_date</name>
|
4719 |
-
<full_name>mla_parse_pdf_date</full_name>
|
4720 |
-
<docblock line="1571">
|
4721 |
-
<description><![CDATA[Parse a PDF date string]]></description>
|
4722 |
-
<long-description><![CDATA[]]></long-description>
|
4723 |
-
<tag line="1571" name="since" description="1.50"/>
|
4724 |
-
<tag line="1571" name="param" description="PDF date string of the form D:YYYYMMDDHHmmSSOHH'mm" type="string" variable="$source_string">
|
4725 |
-
<type by_reference="false">string</type>
|
4726 |
-
</tag>
|
4727 |
-
<tag line="1571" name="return" description="formatted date string YYYY-MM-DD HH:mm:SS" type="string">
|
4728 |
-
<type by_reference="false">string</type>
|
4729 |
-
</tag>
|
4730 |
-
</docblock>
|
4731 |
-
<argument line="1580">
|
4732 |
-
<name>$source_string</name>
|
4733 |
-
<default><![CDATA[]]></default>
|
4734 |
-
<type/>
|
4735 |
-
</argument>
|
4736 |
-
</method>
|
4737 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1603" package="Media Library Assistant">
|
4738 |
-
<name>_parse_iso8601_date</name>
|
4739 |
-
<full_name>_parse_iso8601_date</full_name>
|
4740 |
-
<docblock line="1594">
|
4741 |
-
<description><![CDATA[Parse a ISO 8601 Timestamp]]></description>
|
4742 |
-
<long-description><![CDATA[]]></long-description>
|
4743 |
-
<tag line="1594" name="since" description="1.50"/>
|
4744 |
-
<tag line="1594" name="param" description="ISO string of the form YYYY-MM-DDTHH:MM:SS-HH:MM (inc time zone)" type="string" variable="$source_string">
|
4745 |
-
<type by_reference="false">string</type>
|
4746 |
-
</tag>
|
4747 |
-
<tag line="1594" name="return" description="formatted date string YYYY-MM-DD HH:mm:SS" type="string">
|
4748 |
-
<type by_reference="false">string</type>
|
4749 |
-
</tag>
|
4750 |
-
</docblock>
|
4751 |
-
<argument line="1603">
|
4752 |
-
<name>$source_string</name>
|
4753 |
-
<default><![CDATA[]]></default>
|
4754 |
-
<type/>
|
4755 |
-
</argument>
|
4756 |
-
</method>
|
4757 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1626" package="Media Library Assistant">
|
4758 |
-
<name>_parse_xmp_array</name>
|
4759 |
-
<full_name>_parse_xmp_array</full_name>
|
4760 |
-
<docblock line="1617">
|
4761 |
-
<description><![CDATA[Parse an XMP array value, stripping namespace prefixes and Seq/Alt/Bag arrays]]></description>
|
4762 |
-
<long-description><![CDATA[]]></long-description>
|
4763 |
-
<tag line="1617" name="since" description="2.10"/>
|
4764 |
-
<tag line="1617" name="param" description="XMP multi-valued element" type="array" variable="$values">
|
4765 |
-
<type by_reference="false">array</type>
|
4766 |
-
</tag>
|
4767 |
-
<tag line="1617" name="return" description="Simplified array or string value" type="mixed">
|
4768 |
-
<type by_reference="false">mixed</type>
|
4769 |
-
</tag>
|
4770 |
-
</docblock>
|
4771 |
-
<argument line="1626">
|
4772 |
-
<name>$values</name>
|
4773 |
-
<default><![CDATA[]]></default>
|
4774 |
-
<type/>
|
4775 |
-
</argument>
|
4776 |
-
</method>
|
4777 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1672" package="Media Library Assistant">
|
4778 |
-
<name>_nonempty_value</name>
|
4779 |
-
<full_name>_nonempty_value</full_name>
|
4780 |
-
<docblock line="1661">
|
4781 |
-
<description><![CDATA[Search the namespace array for a non-empty value]]></description>
|
4782 |
-
<long-description><![CDATA[]]></long-description>
|
4783 |
-
<tag line="1661" name="since" description="2.10"/>
|
4784 |
-
<tag line="1661" name="param" description="namespace array" type="array" variable="$namespace_array">
|
4785 |
-
<type by_reference="false">array</type>
|
4786 |
-
</tag>
|
4787 |
-
<tag line="1661" name="param" description="namespace" type="string" variable="$namespace">
|
4788 |
-
<type by_reference="false">string</type>
|
4789 |
-
</tag>
|
4790 |
-
<tag line="1661" name="param" description="key" type="string" variable="$key">
|
4791 |
-
<type by_reference="false">string</type>
|
4792 |
-
</tag>
|
4793 |
-
<tag line="1661" name="return" description="trimmed value of the key within the namespace" type="string">
|
4794 |
-
<type by_reference="false">string</type>
|
4795 |
-
</tag>
|
4796 |
-
</docblock>
|
4797 |
-
<argument line="1672">
|
4798 |
-
<name>$namespace_array</name>
|
4799 |
-
<default><![CDATA[]]></default>
|
4800 |
-
<type/>
|
4801 |
-
</argument>
|
4802 |
-
<argument line="1672">
|
4803 |
-
<name>$namespace</name>
|
4804 |
-
<default><![CDATA[]]></default>
|
4805 |
-
<type/>
|
4806 |
-
</argument>
|
4807 |
-
<argument line="1672">
|
4808 |
-
<name>$key</name>
|
4809 |
-
<default><![CDATA[]]></default>
|
4810 |
-
<type/>
|
4811 |
-
</argument>
|
4812 |
-
</method>
|
4813 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1701" package="Media Library Assistant">
|
4814 |
-
<name>mla_parse_xmp_metadata</name>
|
4815 |
-
<full_name>mla_parse_xmp_metadata</full_name>
|
4816 |
-
<docblock line="1691">
|
4817 |
-
<description><![CDATA[Extract XMP meta data from a file]]></description>
|
4818 |
-
<long-description><![CDATA[]]></long-description>
|
4819 |
-
<tag line="1691" name="since" description="2.10"/>
|
4820 |
-
<tag line="1691" name="param" description="full path and file name" type="string" variable="$file_name">
|
4821 |
-
<type by_reference="false">string</type>
|
4822 |
-
</tag>
|
4823 |
-
<tag line="1691" name="param" description="offset within the file of the search start point" type="integer" variable="$file_offset">
|
4824 |
-
<type by_reference="false">integer</type>
|
4825 |
-
</tag>
|
4826 |
-
<tag line="1691" name="return" description="array of metadata values or NULL on failure" type="mixed">
|
4827 |
-
<type by_reference="false">mixed</type>
|
4828 |
-
</tag>
|
4829 |
-
</docblock>
|
4830 |
-
<argument line="1701">
|
4831 |
-
<name>$file_name</name>
|
4832 |
-
<default><![CDATA[]]></default>
|
4833 |
-
<type/>
|
4834 |
-
</argument>
|
4835 |
-
<argument line="1701">
|
4836 |
-
<name>$file_offset</name>
|
4837 |
-
<default><![CDATA[]]></default>
|
4838 |
-
<type/>
|
4839 |
-
</argument>
|
4840 |
-
</method>
|
4841 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2062" package="Media Library Assistant">
|
4842 |
-
<name>_bin_to_utf8</name>
|
4843 |
-
<full_name>_bin_to_utf8</full_name>
|
4844 |
-
<docblock line="2053">
|
4845 |
-
<description><![CDATA[Replace SQL incorrect characters (0x80 - 0xFF) with their UTF-8 equivalents]]></description>
|
4846 |
-
<long-description><![CDATA[]]></long-description>
|
4847 |
-
<tag line="2053" name="since" description="1.41"/>
|
4848 |
-
<tag line="2053" name="param" description="unencoded string" type="string" variable="$string">
|
4849 |
-
<type by_reference="false">string</type>
|
4850 |
-
</tag>
|
4851 |
-
<tag line="2053" name="return" description="UTF-8 encoded string" type="string">
|
4852 |
-
<type by_reference="false">string</type>
|
4853 |
-
</tag>
|
4854 |
-
</docblock>
|
4855 |
-
<argument line="2062">
|
4856 |
-
<name>$string</name>
|
4857 |
-
<default><![CDATA[]]></default>
|
4858 |
-
<type/>
|
4859 |
-
</argument>
|
4860 |
-
</method>
|
4861 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2462" package="Media Library Assistant">
|
4862 |
-
<name>mla_iptc_metadata_value</name>
|
4863 |
-
<full_name>mla_iptc_metadata_value</full_name>
|
4864 |
-
<docblock line="2450">
|
4865 |
-
<description><![CDATA[Parse one IPTC metadata field]]></description>
|
4866 |
-
<long-description><![CDATA[]]></long-description>
|
4867 |
-
<tag line="2450" name="since" description="1.41"/>
|
4868 |
-
<tag line="2450" name="param" description="field name - IPTC Identifier or friendly name/slug" type="string" variable="$iptc_key">
|
4869 |
-
<type by_reference="false">string</type>
|
4870 |
-
</tag>
|
4871 |
-
<tag line="2450" name="param" description="metadata array containing iptc, exif, xmp and pdf metadata arrays" type="array" variable="$item_metadata">
|
4872 |
-
<type by_reference="false">array</type>
|
4873 |
-
</tag>
|
4874 |
-
<tag line="2450" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
|
4875 |
-
<type by_reference="false">string</type>
|
4876 |
-
</tag>
|
4877 |
-
<tag line="2450" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
|
4878 |
-
<type by_reference="false">boolean</type>
|
4879 |
-
</tag>
|
4880 |
-
<tag line="2450" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
|
4881 |
-
<type by_reference="false">mixed</type>
|
4882 |
-
</tag>
|
4883 |
-
</docblock>
|
4884 |
-
<argument line="2462">
|
4885 |
-
<name>$iptc_key</name>
|
4886 |
-
<default><![CDATA[]]></default>
|
4887 |
-
<type/>
|
4888 |
-
</argument>
|
4889 |
-
<argument line="2462">
|
4890 |
-
<name>$item_metadata</name>
|
4891 |
-
<default><![CDATA[]]></default>
|
4892 |
-
<type/>
|
4893 |
-
</argument>
|
4894 |
-
<argument line="2462">
|
4895 |
-
<name>$option</name>
|
4896 |
-
<default><![CDATA['text']]></default>
|
4897 |
-
<type/>
|
4898 |
-
</argument>
|
4899 |
-
<argument line="2462">
|
4900 |
-
<name>$keep_existing</name>
|
4901 |
-
<default><![CDATA[false]]></default>
|
4902 |
-
<type/>
|
4903 |
-
</argument>
|
4904 |
-
</method>
|
4905 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2505" package="Media Library Assistant">
|
4906 |
-
<name>mla_exif_metadata_value</name>
|
4907 |
-
<full_name>mla_exif_metadata_value</full_name>
|
4908 |
-
<docblock line="2491">
|
4909 |
-
<description><![CDATA[Parse one EXIF metadata field]]></description>
|
4910 |
-
<long-description><![CDATA[<p>Also handles the special pseudo-values 'ALL_EXIF' and 'ALL_IPTC'.</p>]]></long-description>
|
4911 |
-
<tag line="2491" name="since" description="1.13"/>
|
4912 |
-
<tag line="2491" name="param" description="field name" type="string" variable="$exif_key">
|
4913 |
-
<type by_reference="false">string</type>
|
4914 |
-
</tag>
|
4915 |
-
<tag line="2491" name="param" description="metadata array containing iptc, exif, xmp and pdf metadata arrays" type="array" variable="$item_metadata">
|
4916 |
-
<type by_reference="false">array</type>
|
4917 |
-
</tag>
|
4918 |
-
<tag line="2491" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
|
4919 |
-
<type by_reference="false">string</type>
|
4920 |
-
</tag>
|
4921 |
-
<tag line="2491" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
|
4922 |
-
<type by_reference="false">boolean</type>
|
4923 |
-
</tag>
|
4924 |
-
<tag line="2491" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
|
4925 |
-
<type by_reference="false">mixed</type>
|
4926 |
-
</tag>
|
4927 |
-
</docblock>
|
4928 |
-
<argument line="2505">
|
4929 |
-
<name>$exif_key</name>
|
4930 |
-
<default><![CDATA[]]></default>
|
4931 |
-
<type/>
|
4932 |
-
</argument>
|
4933 |
-
<argument line="2505">
|
4934 |
-
<name>$item_metadata</name>
|
4935 |
-
<default><![CDATA[]]></default>
|
4936 |
-
<type/>
|
4937 |
-
</argument>
|
4938 |
-
<argument line="2505">
|
4939 |
-
<name>$option</name>
|
4940 |
-
<default><![CDATA['text']]></default>
|
4941 |
-
<type/>
|
4942 |
-
</argument>
|
4943 |
-
<argument line="2505">
|
4944 |
-
<name>$keep_existing</name>
|
4945 |
-
<default><![CDATA[false]]></default>
|
4946 |
-
<type/>
|
4947 |
-
</argument>
|
4948 |
-
</method>
|
4949 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2558" package="Media Library Assistant">
|
4950 |
-
<name>mla_xmp_metadata_value</name>
|
4951 |
-
<full_name>mla_xmp_metadata_value</full_name>
|
4952 |
-
<docblock line="2544">
|
4953 |
-
<description><![CDATA[Parse one XMP metadata field]]></description>
|
4954 |
-
<long-description><![CDATA[<p>Also handles the special pseudo-value 'ALL_XMP'.</p>]]></long-description>
|
4955 |
-
<tag line="2544" name="since" description="2.10"/>
|
4956 |
-
<tag line="2544" name="param" description="field name" type="string" variable="$xmp_key">
|
4957 |
-
<type by_reference="false">string</type>
|
4958 |
-
</tag>
|
4959 |
-
<tag line="2544" name="param" description="XMP metadata array" type="array" variable="$xmp_metadata">
|
4960 |
-
<type by_reference="false">array</type>
|
4961 |
-
</tag>
|
4962 |
-
<tag line="2544" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
|
4963 |
-
<type by_reference="false">string</type>
|
4964 |
-
</tag>
|
4965 |
-
<tag line="2544" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
|
4966 |
-
<type by_reference="false">boolean</type>
|
4967 |
-
</tag>
|
4968 |
-
<tag line="2544" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
|
4969 |
-
<type by_reference="false">mixed</type>
|
4970 |
-
</tag>
|
4971 |
-
</docblock>
|
4972 |
-
<argument line="2558">
|
4973 |
-
<name>$xmp_key</name>
|
4974 |
-
<default><![CDATA[]]></default>
|
4975 |
-
<type/>
|
4976 |
-
</argument>
|
4977 |
-
<argument line="2558">
|
4978 |
-
<name>$xmp_metadata</name>
|
4979 |
-
<default><![CDATA[]]></default>
|
4980 |
-
<type/>
|
4981 |
-
</argument>
|
4982 |
-
<argument line="2558">
|
4983 |
-
<name>$option</name>
|
4984 |
-
<default><![CDATA['text']]></default>
|
4985 |
-
<type/>
|
4986 |
-
</argument>
|
4987 |
-
<argument line="2558">
|
4988 |
-
<name>$keep_existing</name>
|
4989 |
-
<default><![CDATA[false]]></default>
|
4990 |
-
<type/>
|
4991 |
-
</argument>
|
4992 |
-
</method>
|
4993 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2593" package="Media Library Assistant">
|
4994 |
-
<name>mla_id3_metadata_value</name>
|
4995 |
-
<full_name>mla_id3_metadata_value</full_name>
|
4996 |
-
<docblock line="2579">
|
4997 |
-
<description><![CDATA[Parse one ID3 (audio/visual) metadata field]]></description>
|
4998 |
-
<long-description><![CDATA[<p>Also handles the special pseudo-value 'ALL_ID3'.</p>]]></long-description>
|
4999 |
-
<tag line="2579" name="since" description="2.13"/>
|
5000 |
-
<tag line="2579" name="param" description="field name" type="string" variable="$id3_key">
|
5001 |
-
<type by_reference="false">string</type>
|
5002 |
-
</tag>
|
5003 |
-
<tag line="2579" name="param" description="ID3 metadata array" type="array" variable="$id3_metadata">
|
5004 |
-
<type by_reference="false">array</type>
|
5005 |
-
</tag>
|
5006 |
-
<tag line="2579" name="param" description="data option; 'text'|'single'|'export'|'array'|'multi'" type="string" variable="$option">
|
5007 |
-
<type by_reference="false">string</type>
|
5008 |
-
</tag>
|
5009 |
-
<tag line="2579" name="param" description="Optional: for option 'multi', retain existing values" type="boolean" variable="$keep_existing">
|
5010 |
-
<type by_reference="false">boolean</type>
|
5011 |
-
</tag>
|
5012 |
-
<tag line="2579" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
|
5013 |
-
<type by_reference="false">mixed</type>
|
5014 |
-
</tag>
|
5015 |
-
</docblock>
|
5016 |
-
<argument line="2593">
|
5017 |
-
<name>$id3_key</name>
|
5018 |
-
<default><![CDATA[]]></default>
|
5019 |
-
<type/>
|
5020 |
-
</argument>
|
5021 |
-
<argument line="2593">
|
5022 |
-
<name>$id3_metadata</name>
|
5023 |
-
<default><![CDATA[]]></default>
|
5024 |
-
<type/>
|
5025 |
-
</argument>
|
5026 |
-
<argument line="2593">
|
5027 |
-
<name>$option</name>
|
5028 |
-
<default><![CDATA[]]></default>
|
5029 |
-
<type/>
|
5030 |
-
</argument>
|
5031 |
-
<argument line="2593">
|
5032 |
-
<name>$keep_existing</name>
|
5033 |
-
<default><![CDATA[]]></default>
|
5034 |
-
<type/>
|
5035 |
-
</argument>
|
5036 |
-
</method>
|
5037 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2626" package="Media Library Assistant">
|
5038 |
-
<name>mla_pdf_metadata_value</name>
|
5039 |
-
<full_name>mla_pdf_metadata_value</full_name>
|
5040 |
-
<docblock line="2614">
|
5041 |
-
<description><![CDATA[Parse one PDF metadata field]]></description>
|
5042 |
-
<long-description><![CDATA[<p>Also handles the special pseudo-value 'ALL_PDF'.</p>]]></long-description>
|
5043 |
-
<tag line="2614" name="since" description="1.50"/>
|
5044 |
-
<tag line="2614" name="param" description="field name" type="string" variable="$pdf_key">
|
5045 |
-
<type by_reference="false">string</type>
|
5046 |
-
</tag>
|
5047 |
-
<tag line="2614" name="param" description="metadata array containing iptc, exif, xmp and pdf metadata arrays" type="string" variable="$item_metadata">
|
5048 |
-
<type by_reference="false">string</type>
|
5049 |
-
</tag>
|
5050 |
-
<tag line="2614" name="return" description="string/array representation of metadata value or an empty string" type="mixed">
|
5051 |
-
<type by_reference="false">mixed</type>
|
5052 |
-
</tag>
|
5053 |
-
</docblock>
|
5054 |
-
<argument line="2626">
|
5055 |
-
<name>$pdf_key</name>
|
5056 |
-
<default><![CDATA[]]></default>
|
5057 |
-
<type/>
|
5058 |
-
</argument>
|
5059 |
-
<argument line="2626">
|
5060 |
-
<name>$item_metadata</name>
|
5061 |
-
<default><![CDATA[]]></default>
|
5062 |
-
<type/>
|
5063 |
-
</argument>
|
5064 |
-
</method>
|
5065 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2670" package="Media Library Assistant">
|
5066 |
-
<name>_rational_to_decimal</name>
|
5067 |
-
<full_name>_rational_to_decimal</full_name>
|
5068 |
-
<docblock line="2661">
|
5069 |
-
<description><![CDATA[Convert an EXIF GPS rational value to a PHP float value]]></description>
|
5070 |
-
<long-description><![CDATA[]]></long-description>
|
5071 |
-
<tag line="2661" name="since" description="1.50"/>
|
5072 |
-
<tag line="2661" name="param" description="array( 0 => numerator, 1 => denominator )" type="array" variable="$rational">
|
5073 |
-
<type by_reference="false">array</type>
|
5074 |
-
</tag>
|
5075 |
-
<tag line="2661" name="return" description="numerator/denominator" type="float">
|
5076 |
-
<type by_reference="false">float</type>
|
5077 |
-
</tag>
|
5078 |
-
</docblock>
|
5079 |
-
<argument line="2670">
|
5080 |
-
<name>$rational</name>
|
5081 |
-
<default><![CDATA[]]></default>
|
5082 |
-
<type/>
|
5083 |
-
</argument>
|
5084 |
-
</method>
|
5085 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2687" package="Media Library Assistant">
|
5086 |
-
<name>_rational_to_string</name>
|
5087 |
-
<full_name>_rational_to_string</full_name>
|
5088 |
-
<docblock line="2675">
|
5089 |
-
<description><![CDATA[Convert an EXIF rational value to a formatted string]]></description>
|
5090 |
-
<long-description><![CDATA[]]></long-description>
|
5091 |
-
<tag line="2675" name="since" description="2.02"/>
|
5092 |
-
<tag line="2675" name="param" description="numerator/denominator" type="string" variable="$rational">
|
5093 |
-
<type by_reference="false">string</type>
|
5094 |
-
</tag>
|
5095 |
-
<tag line="2675" name="param" description="format for integer values" type="string" variable="$integer_format">
|
5096 |
-
<type by_reference="false">string</type>
|
5097 |
-
</tag>
|
5098 |
-
<tag line="2675" name="param" description="format for fractional values from -1 to +1" type="string" variable="$fraction_format">
|
5099 |
-
<type by_reference="false">string</type>
|
5100 |
-
</tag>
|
5101 |
-
<tag line="2675" name="param" description="format for integer.fraction values" type="string" variable="$mixed_format">
|
5102 |
-
<type by_reference="false">string</type>
|
5103 |
-
</tag>
|
5104 |
-
<tag line="2675" name="return" description="formatted value or boolean false if no value available" type="mixed">
|
5105 |
-
<type by_reference="false">mixed</type>
|
5106 |
-
</tag>
|
5107 |
-
</docblock>
|
5108 |
-
<argument line="2687">
|
5109 |
-
<name>$rational</name>
|
5110 |
-
<default><![CDATA[]]></default>
|
5111 |
-
<type/>
|
5112 |
-
</argument>
|
5113 |
-
<argument line="2687">
|
5114 |
-
<name>$integer_format</name>
|
5115 |
-
<default><![CDATA[]]></default>
|
5116 |
-
<type/>
|
5117 |
-
</argument>
|
5118 |
-
<argument line="2687">
|
5119 |
-
<name>$fraction_format</name>
|
5120 |
-
<default><![CDATA[]]></default>
|
5121 |
-
<type/>
|
5122 |
-
</argument>
|
5123 |
-
<argument line="2687">
|
5124 |
-
<name>$mixed_format</name>
|
5125 |
-
<default><![CDATA[]]></default>
|
5126 |
-
<type/>
|
5127 |
-
</argument>
|
5128 |
-
</method>
|
5129 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2738" package="Media Library Assistant">
|
5130 |
-
<name>mla_IPTC_EXIF_error_handler</name>
|
5131 |
-
<full_name>mla_IPTC_EXIF_error_handler</full_name>
|
5132 |
-
<docblock line="2726">
|
5133 |
-
<description><![CDATA[Intercept IPTC and EXIF parse errors]]></description>
|
5134 |
-
<long-description><![CDATA[]]></long-description>
|
5135 |
-
<tag line="2726" name="since" description="1.81"/>
|
5136 |
-
<tag line="2726" name="param" description="the level of the error raised" type="int" variable="$type">
|
5137 |
-
<type by_reference="false">int</type>
|
5138 |
-
</tag>
|
5139 |
-
<tag line="2726" name="param" description="the error message" type="string" variable="$string">
|
5140 |
-
<type by_reference="false">string</type>
|
5141 |
-
</tag>
|
5142 |
-
<tag line="2726" name="param" description="the filename that the error was raised in" type="string" variable="$file">
|
5143 |
-
<type by_reference="false">string</type>
|
5144 |
-
</tag>
|
5145 |
-
<tag line="2726" name="param" description="the line number the error was raised at" type="int" variable="$line">
|
5146 |
-
<type by_reference="false">int</type>
|
5147 |
-
</tag>
|
5148 |
-
<tag line="2726" name="return" description="true, to bypass PHP error handler" type="boolean">
|
5149 |
-
<type by_reference="false">boolean</type>
|
5150 |
-
</tag>
|
5151 |
-
</docblock>
|
5152 |
-
<argument line="2738">
|
5153 |
-
<name>$type</name>
|
5154 |
-
<default><![CDATA[]]></default>
|
5155 |
-
<type/>
|
5156 |
-
</argument>
|
5157 |
-
<argument line="2738">
|
5158 |
-
<name>$string</name>
|
5159 |
-
<default><![CDATA[]]></default>
|
5160 |
-
<type/>
|
5161 |
-
</argument>
|
5162 |
-
<argument line="2738">
|
5163 |
-
<name>$file</name>
|
5164 |
-
<default><![CDATA[]]></default>
|
5165 |
-
<type/>
|
5166 |
-
</argument>
|
5167 |
-
<argument line="2738">
|
5168 |
-
<name>$line</name>
|
5169 |
-
<default><![CDATA[]]></default>
|
5170 |
-
<type/>
|
5171 |
-
</argument>
|
5172 |
-
</method>
|
5173 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2779" package="Media Library Assistant">
|
5174 |
-
<name>mla_fetch_attachment_id3_metadata</name>
|
5175 |
-
<full_name>mla_fetch_attachment_id3_metadata</full_name>
|
5176 |
-
<docblock line="2766">
|
5177 |
-
<description><![CDATA[Fetch and filter ID3 metadata for an audio or video attachment]]></description>
|
5178 |
-
<long-description><![CDATA[<p>Adapted from /wp-admin/includes/media.php functions wp_add_id3_tag_data,
|
5179 |
-
wp_read_video_metadata and wp_read_audio_metadata</p>]]></long-description>
|
5180 |
-
<tag line="2766" name="since" description="2.13"/>
|
5181 |
-
<tag line="2766" name="param" description="post ID of attachment" type="int" variable="$post_id">
|
5182 |
-
<type by_reference="false">int</type>
|
5183 |
-
</tag>
|
5184 |
-
<tag line="2766" name="param" description="optional; if $post_id is zero, path to the image file." type="string" variable="$path">
|
5185 |
-
<type by_reference="false">string</type>
|
5186 |
-
</tag>
|
5187 |
-
<tag line="2766" name="return" description="Meta data variables, including 'audio' and 'video'" type="array">
|
5188 |
-
<type by_reference="false">array</type>
|
5189 |
-
</tag>
|
5190 |
-
</docblock>
|
5191 |
-
<argument line="2779">
|
5192 |
-
<name>$post_id</name>
|
5193 |
-
<default><![CDATA[]]></default>
|
5194 |
-
<type/>
|
5195 |
-
</argument>
|
5196 |
-
<argument line="2779">
|
5197 |
-
<name>$path</name>
|
5198 |
-
<default><![CDATA['']]></default>
|
5199 |
-
<type/>
|
5200 |
-
</argument>
|
5201 |
-
</method>
|
5202 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2873" package="Media Library Assistant">
|
5203 |
-
<name>mla_fetch_attachment_image_metadata</name>
|
5204 |
-
<full_name>mla_fetch_attachment_image_metadata</full_name>
|
5205 |
-
<docblock line="2863">
|
5206 |
-
<description><![CDATA[Fetch and filter IPTC and EXIF, XMP or PDF metadata for an image attachment]]></description>
|
5207 |
-
<long-description><![CDATA[]]></long-description>
|
5208 |
-
<tag line="2863" name="since" description="0.90"/>
|
5209 |
-
<tag line="2863" name="param" description="post ID of attachment" type="int" variable="$post_id">
|
5210 |
-
<type by_reference="false">int</type>
|
5211 |
-
</tag>
|
5212 |
-
<tag line="2863" name="param" description="optional; if $post_id is zero, path to the image file." type="string" variable="$path">
|
5213 |
-
<type by_reference="false">string</type>
|
5214 |
-
</tag>
|
5215 |
-
<tag line="2863" name="return" description="Meta data variables, IPTC and EXIF or PDF" type="array">
|
5216 |
-
<type by_reference="false">array</type>
|
5217 |
-
</tag>
|
5218 |
-
</docblock>
|
5219 |
-
<argument line="2873">
|
5220 |
-
<name>$post_id</name>
|
5221 |
-
<default><![CDATA[]]></default>
|
5222 |
-
<type/>
|
5223 |
-
</argument>
|
5224 |
-
<argument line="2873">
|
5225 |
-
<name>$path</name>
|
5226 |
-
<default><![CDATA['']]></default>
|
5227 |
-
<type/>
|
5228 |
-
</argument>
|
5229 |
-
</method>
|
5230 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3225" package="Media Library Assistant">
|
5231 |
-
<name>mla_update_wp_attachment_metadata</name>
|
5232 |
-
<full_name>mla_update_wp_attachment_metadata</full_name>
|
5233 |
-
<docblock line="3215">
|
5234 |
-
<description><![CDATA[Update "meta:" data for a single attachment]]></description>
|
5235 |
-
<long-description><![CDATA[]]></long-description>
|
5236 |
-
<tag line="3215" name="since" description="1.51"/>
|
5237 |
-
<tag line="3215" name="param" description="The current wp_attachment_metadata value" type="array" variable="$current_values">
|
5238 |
-
<type by_reference="false">array</type>
|
5239 |
-
</tag>
|
5240 |
-
<tag line="3215" name="param" description="Field name => value pairs" type="array" variable="$new_meta">
|
5241 |
-
<type by_reference="false">array</type>
|
5242 |
-
</tag>
|
5243 |
-
<tag line="3215" name="return" description="success/failure message(s); empty string if no changes." type="string">
|
5244 |
-
<type by_reference="false">string</type>
|
5245 |
-
</tag>
|
5246 |
-
</docblock>
|
5247 |
-
<argument line="3225">
|
5248 |
-
<name>$current_values</name>
|
5249 |
-
<default><![CDATA[]]></default>
|
5250 |
-
<type/>
|
5251 |
-
</argument>
|
5252 |
-
<argument line="3225">
|
5253 |
-
<name>$new_meta</name>
|
5254 |
-
<default><![CDATA[]]></default>
|
5255 |
-
<type/>
|
5256 |
-
</argument>
|
5257 |
-
</method>
|
5258 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3309" package="Media Library Assistant">
|
5259 |
-
<name>mla_update_item_postmeta</name>
|
5260 |
-
<full_name>mla_update_item_postmeta</full_name>
|
5261 |
-
<docblock line="3299">
|
5262 |
-
<description><![CDATA[Update custom field and "meta:" data for a single attachment]]></description>
|
5263 |
-
<long-description><![CDATA[]]></long-description>
|
5264 |
-
<tag line="3299" name="since" description="1.40"/>
|
5265 |
-
<tag line="3299" name="param" description="The ID of the attachment to be updated" type="int" variable="$post_id">
|
5266 |
-
<type by_reference="false">int</type>
|
5267 |
-
</tag>
|
5268 |
-
<tag line="3299" name="param" description="Field name => value pairs" type="array" variable="$new_meta">
|
5269 |
-
<type by_reference="false">array</type>
|
5270 |
-
</tag>
|
5271 |
-
<tag line="3299" name="return" description="success/failure message(s)" type="string">
|
5272 |
-
<type by_reference="false">string</type>
|
5273 |
-
</tag>
|
5274 |
-
</docblock>
|
5275 |
-
<argument line="3309">
|
5276 |
-
<name>$post_id</name>
|
5277 |
-
<default><![CDATA[]]></default>
|
5278 |
-
<type/>
|
5279 |
-
</argument>
|
5280 |
-
<argument line="3309">
|
5281 |
-
<name>$new_meta</name>
|
5282 |
-
<default><![CDATA[]]></default>
|
5283 |
-
<type/>
|
5284 |
-
</argument>
|
5285 |
-
</method>
|
5286 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3476" package="Media Library Assistant">
|
5287 |
-
<name>mla_update_single_item</name>
|
5288 |
-
<full_name>mla_update_single_item</full_name>
|
5289 |
-
<docblock line="3463">
|
5290 |
-
<description><![CDATA[Update a single item; change the "post" data, taxonomy terms
|
5291 |
-
and meta data for a single attachment]]></description>
|
5292 |
-
<long-description><![CDATA[]]></long-description>
|
5293 |
-
<tag line="3463" name="since" description="0.1"/>
|
5294 |
-
<tag line="3463" name="param" description="The ID of the attachment to be updated" type="int" variable="$post_id">
|
5295 |
-
<type by_reference="false">int</type>
|
5296 |
-
</tag>
|
5297 |
-
<tag line="3463" name="param" description="Field name => value pairs" type="array" variable="$new_data">
|
5298 |
-
<type by_reference="false">array</type>
|
5299 |
-
</tag>
|
5300 |
-
<tag line="3463" name="param" description="Optional taxonomy term values, default null" type="array" variable="$tax_input">
|
5301 |
-
<type by_reference="false">array</type>
|
5302 |
-
</tag>
|
5303 |
-
<tag line="3463" name="param" description="Optional taxonomy actions (add, remove, replace), default null" type="array" variable="$tax_actions">
|
5304 |
-
<type by_reference="false">array</type>
|
5305 |
-
</tag>
|
5306 |
-
<tag line="3463" name="return" description="success/failure message and NULL content" type="array">
|
5307 |
-
<type by_reference="false">array</type>
|
5308 |
-
</tag>
|
5309 |
-
</docblock>
|
5310 |
-
<argument line="3476">
|
5311 |
-
<name>$post_id</name>
|
5312 |
-
<default><![CDATA[]]></default>
|
5313 |
-
<type/>
|
5314 |
-
</argument>
|
5315 |
-
<argument line="3476">
|
5316 |
-
<name>$new_data</name>
|
5317 |
-
<default><![CDATA[]]></default>
|
5318 |
-
<type/>
|
5319 |
-
</argument>
|
5320 |
-
<argument line="3476">
|
5321 |
-
<name>$tax_input</name>
|
5322 |
-
<default><![CDATA[NULL]]></default>
|
5323 |
-
<type/>
|
5324 |
-
</argument>
|
5325 |
-
<argument line="3476">
|
5326 |
-
<name>$tax_actions</name>
|
5327 |
-
<default><![CDATA[NULL]]></default>
|
5328 |
-
<type/>
|
5329 |
-
</argument>
|
5330 |
-
</method>
|
5331 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="3782" package="Media Library Assistant">
|
5332 |
-
<name>_remove_terms</name>
|
5333 |
-
<full_name>_remove_terms</full_name>
|
5334 |
-
<docblock line="3771">
|
5335 |
-
<description><![CDATA[Remove terms from an attachment's assignments]]></description>
|
5336 |
-
<long-description><![CDATA[]]></long-description>
|
5337 |
-
<tag line="3771" name="since" description="0.40"/>
|
5338 |
-
<tag line="3771" name="param" description="The ID of the attachment to be updated" type="integer" variable="$post_id">
|
5339 |
-
<type by_reference="false">integer</type>
|
5340 |
-
</tag>
|
5341 |
-
<tag line="3771" name="param" description="The term ids (integer array) or names (string array) to remove" type="array" variable="$terms">
|
5342 |
-
<type by_reference="false">array</type>
|
5343 |
-
</tag>
|
5344 |
-
<tag line="3771" name="param" description="The taxonomy object" type="object" variable="$taxonomy_obj">
|
5345 |
-
<type by_reference="false">object</type>
|
5346 |
-
</tag>
|
5347 |
-
<tag line="3771" name="return" description="Term ids/names of the surviving terms" type="array">
|
5348 |
-
<type by_reference="false">array</type>
|
5349 |
-
</tag>
|
5350 |
-
</docblock>
|
5351 |
-
<argument line="3782">
|
5352 |
-
<name>$post_id</name>
|
5353 |
-
<default><![CDATA[]]></default>
|
5354 |
-
<type/>
|
5355 |
-
</argument>
|
5356 |
-
<argument line="3782">
|
5357 |
-
<name>$terms</name>
|
5358 |
-
<default><![CDATA[]]></default>
|
5359 |
-
<type/>
|
5360 |
-
</argument>
|
5361 |
-
<argument line="3782">
|
5362 |
-
<name>$taxonomy_obj</name>
|
5363 |
-
<default><![CDATA[]]></default>
|
5364 |
-
<type/>
|
5365 |
-
</argument>
|
5366 |
-
</method>
|
5367 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="3835" package="Media Library Assistant">
|
5368 |
-
<name>mla_hex_dump</name>
|
5369 |
-
<full_name>mla_hex_dump</full_name>
|
5370 |
-
<docblock line="3823">
|
5371 |
-
<description><![CDATA[Format printable version of binary data]]></description>
|
5372 |
-
<long-description><![CDATA[]]></long-description>
|
5373 |
-
<tag line="3823" name="since" description="0.90"/>
|
5374 |
-
<tag line="3823" name="param" description="Binary data" type="string" variable="$data">
|
5375 |
-
<type by_reference="false">string</type>
|
5376 |
-
</tag>
|
5377 |
-
<tag line="3823" name="param" description="Bytes to format, default = 0 (all bytes)" type="integer" variable="$limit">
|
5378 |
-
<type by_reference="false">integer</type>
|
5379 |
-
</tag>
|
5380 |
-
<tag line="3823" name="param" description="Bytes to format on each line" type="\intger" variable="$bytes_per_row">
|
5381 |
-
<type by_reference="false">\intger</type>
|
5382 |
-
</tag>
|
5383 |
-
<tag line="3823" name="param" description="offset of initial byte, or -1 to suppress printing offset information" type="integer" variable="$offset">
|
5384 |
-
<type by_reference="false">integer</type>
|
5385 |
-
</tag>
|
5386 |
-
<tag line="3823" name="return" description="Printable representation of $data" type="string">
|
5387 |
-
<type by_reference="false">string</type>
|
5388 |
-
</tag>
|
5389 |
-
</docblock>
|
5390 |
-
<argument line="3835">
|
5391 |
-
<name>$data</name>
|
5392 |
-
<default><![CDATA[]]></default>
|
5393 |
-
<type/>
|
5394 |
-
</argument>
|
5395 |
-
<argument line="3835">
|
5396 |
-
<name>$limit</name>
|
5397 |
-
<default><![CDATA[0]]></default>
|
5398 |
-
<type/>
|
5399 |
-
</argument>
|
5400 |
-
<argument line="3835">
|
5401 |
-
<name>$bytes_per_row</name>
|
5402 |
-
<default><![CDATA[16]]></default>
|
5403 |
-
<type/>
|
5404 |
-
</argument>
|
5405 |
-
<argument line="3835">
|
5406 |
-
<name>$offset</name>
|
5407 |
-
<default><![CDATA[-1]]></default>
|
5408 |
-
<type/>
|
5409 |
-
</argument>
|
5410 |
-
</method>
|
5411 |
-
</class>
|
5412 |
-
</file>
|
5413 |
-
<file path="includes\class-mla-edit-media.php" hash="50cd0c71a162281daf29fb8d57cba4a7" package="Media Library Assistant">
|
5414 |
-
<docblock line="2">
|
5415 |
-
<description><![CDATA[Media Library Assistant Edit Media screen enhancements]]></description>
|
5416 |
-
<long-description><![CDATA[]]></long-description>
|
5417 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
5418 |
-
<tag line="2" name="since" description="0.80"/>
|
5419 |
-
</docblock>
|
5420 |
-
<class final="false" abstract="false" namespace="global" line="15" package="Media Library Assistant">
|
5421 |
-
<extends/>
|
5422 |
-
<name>MLAEdit</name>
|
5423 |
-
<full_name>\MLAEdit</full_name>
|
5424 |
-
<docblock line="9">
|
5425 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Edit contains meta boxes for the Edit Media (advanced-form-edit.php) screen]]></description>
|
5426 |
-
<long-description><![CDATA[]]></long-description>
|
5427 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
5428 |
-
<tag line="9" name="since" description="0.80"/>
|
5429 |
-
</docblock>
|
5430 |
-
<constant namespace="global" line="23" package="Media Library Assistant">
|
5431 |
-
<name>JAVASCRIPT_EDIT_MEDIA_STYLES</name>
|
5432 |
-
<full_name>JAVASCRIPT_EDIT_MEDIA_STYLES</full_name>
|
5433 |
-
<value><![CDATA['mla-edit-media-style']]></value>
|
5434 |
-
<docblock line="16">
|
5435 |
-
<description><![CDATA[Slug for localizing and enqueueing CSS - Add Media and related dialogs]]></description>
|
5436 |
-
<long-description><![CDATA[]]></long-description>
|
5437 |
-
<tag line="16" name="since" description="1.20"/>
|
5438 |
-
<tag line="16" name="var" description="" type="string">
|
5439 |
-
<type by_reference="false">string</type>
|
5440 |
-
</tag>
|
5441 |
-
</docblock>
|
5442 |
-
</constant>
|
5443 |
-
<constant namespace="global" line="32" package="Media Library Assistant">
|
5444 |
-
<name>JAVASCRIPT_EDIT_MEDIA_SLUG</name>
|
5445 |
-
<full_name>JAVASCRIPT_EDIT_MEDIA_SLUG</full_name>
|
5446 |
-
<value><![CDATA['mla-edit-media-scripts']]></value>
|
5447 |
-
<docblock line="25">
|
5448 |
-
<description><![CDATA[Slug for localizing and enqueueing JavaScript - Add Media and related dialogs]]></description>
|
5449 |
-
<long-description><![CDATA[]]></long-description>
|
5450 |
-
<tag line="25" name="since" description="1.20"/>
|
5451 |
-
<tag line="25" name="var" description="" type="string">
|
5452 |
-
<type by_reference="false">string</type>
|
5453 |
-
</tag>
|
5454 |
-
</docblock>
|
5455 |
-
</constant>
|
5456 |
-
<constant namespace="global" line="41" package="Media Library Assistant">
|
5457 |
-
<name>JAVASCRIPT_EDIT_MEDIA_OBJECT</name>
|
5458 |
-
<full_name>JAVASCRIPT_EDIT_MEDIA_OBJECT</full_name>
|
5459 |
-
<value><![CDATA['mla_edit_media_vars']]></value>
|
5460 |
-
<docblock line="34">
|
5461 |
-
<description><![CDATA[Object name for localizing JavaScript - Add Media and related dialogs]]></description>
|
5462 |
-
<long-description><![CDATA[]]></long-description>
|
5463 |
-
<tag line="34" name="since" description="1.20"/>
|
5464 |
-
<tag line="34" name="var" description="" type="string">
|
5465 |
-
<type by_reference="false">string</type>
|
5466 |
-
</tag>
|
5467 |
-
</docblock>
|
5468 |
-
</constant>
|
5469 |
-
<property final="false" static="true" visibility="private" line="763" namespace="global" package="Media Library Assistant">
|
5470 |
-
<name>$mla_references</name>
|
5471 |
-
<default><![CDATA[NULL]]></default>
|
5472 |
-
<docblock line="753">
|
5473 |
-
<description><![CDATA[Where-used values for the current item]]></description>
|
5474 |
-
<long-description><![CDATA[<p>This array contains the Featured/Inserted/Gallery/MLA Gallery references for the item.
|
5475 |
-
The array is built once each page load and cached for subsequent calls.</p>]]></long-description>
|
5476 |
-
<tag line="753" name="since" description="0.80"/>
|
5477 |
-
<tag line="753" name="var" description="" type="array">
|
5478 |
-
<type by_reference="false">array</type>
|
5479 |
-
</tag>
|
5480 |
-
</docblock>
|
5481 |
-
</property>
|
5482 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="50" package="Media Library Assistant">
|
5483 |
-
<name>initialize</name>
|
5484 |
-
<full_name>initialize</full_name>
|
5485 |
-
<docblock line="43">
|
5486 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
5487 |
-
<long-description><![CDATA[]]></long-description>
|
5488 |
-
<tag line="43" name="since" description="0.80"/>
|
5489 |
-
<tag line="43" name="return" description="" type="void">
|
5490 |
-
<type by_reference="false">void</type>
|
5491 |
-
</tag>
|
5492 |
-
</docblock>
|
5493 |
-
</method>
|
5494 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="81" package="Media Library Assistant">
|
5495 |
-
<name>mla_admin_init_action</name>
|
5496 |
-
<full_name>mla_admin_init_action</full_name>
|
5497 |
-
<docblock line="73">
|
5498 |
-
<description><![CDATA[Adds Custom Field support to the Edit Media screen.]]></description>
|
5499 |
-
<long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
|
5500 |
-
<tag line="73" name="since" description="0.80"/>
|
5501 |
-
<tag line="73" name="return" description="echoes the HTML markup for the label and value" type="void">
|
5502 |
-
<type by_reference="false">void</type>
|
5503 |
-
</tag>
|
5504 |
-
</docblock>
|
5505 |
-
</method>
|
5506 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="151" package="Media Library Assistant">
|
5507 |
-
<name>mla_admin_enqueue_scripts_action</name>
|
5508 |
-
<full_name>mla_admin_enqueue_scripts_action</full_name>
|
5509 |
-
<docblock line="142">
|
5510 |
-
<description><![CDATA[Load the plugin's Style Sheet and Javascript files]]></description>
|
5511 |
-
<long-description><![CDATA[]]></long-description>
|
5512 |
-
<tag line="142" name="since" description="1.71"/>
|
5513 |
-
<tag line="142" name="param" description="Name of the page being loaded" type="string" variable="$page_hook">
|
5514 |
-
<type by_reference="false">string</type>
|
5515 |
-
</tag>
|
5516 |
-
<tag line="142" name="return" description="" type="void">
|
5517 |
-
<type by_reference="false">void</type>
|
5518 |
-
</tag>
|
5519 |
-
</docblock>
|
5520 |
-
<argument line="151">
|
5521 |
-
<name>$page_hook</name>
|
5522 |
-
<default><![CDATA[]]></default>
|
5523 |
-
<type/>
|
5524 |
-
</argument>
|
5525 |
-
</method>
|
5526 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="263" package="Media Library Assistant">
|
5527 |
-
<name>mla_upload_post_params</name>
|
5528 |
-
<full_name>mla_upload_post_params</full_name>
|
5529 |
-
<docblock line="256">
|
5530 |
-
<description><![CDATA[Filter the Media/Add New post parameters.]]></description>
|
5531 |
-
<long-description><![CDATA[]]></long-description>
|
5532 |
-
<tag line="256" name="since" description="2.02"/>
|
5533 |
-
<tag line="256" name="param" description="An array of media upload parameters used by Plupload." type="array" variable="$post_parms">
|
5534 |
-
<type by_reference="false">array</type>
|
5535 |
-
</tag>
|
5536 |
-
</docblock>
|
5537 |
-
<argument line="263">
|
5538 |
-
<name>$post_parms</name>
|
5539 |
-
<default><![CDATA[]]></default>
|
5540 |
-
<type/>
|
5541 |
-
</argument>
|
5542 |
-
</method>
|
5543 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="286" package="Media Library Assistant">
|
5544 |
-
<name>mla_post_upload_ui</name>
|
5545 |
-
<full_name>mla_post_upload_ui</full_name>
|
5546 |
-
<docblock line="276">
|
5547 |
-
<description><![CDATA[Echoes bulk edit area HTML to the Media/Add New screen]]></description>
|
5548 |
-
<long-description><![CDATA[<p>Fires on the post upload UI screen; legacy (pre-3.5.0) upload interface.
|
5549 |
-
Anything echoed here goes below the "Maximum upload file size" message
|
5550 |
-
and above the id="media-items" div.</p>]]></long-description>
|
5551 |
-
<tag line="276" name="since" description="2.02"/>
|
5552 |
-
</docblock>
|
5553 |
-
</method>
|
5554 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="458" package="Media Library Assistant">
|
5555 |
-
<name>mla_update_attachment_metadata_postfilter</name>
|
5556 |
-
<full_name>mla_update_attachment_metadata_postfilter</full_name>
|
5557 |
-
<docblock line="442">
|
5558 |
-
<description><![CDATA[Apply Media/Add New bulk edit area updates, if any]]></description>
|
5559 |
-
<long-description><![CDATA[<p>This filter is called AFTER MLA mapping rules are applied during
|
5560 |
-
wp_update_attachment_metadata() processing. If none of the mapping rules
|
5561 |
-
is enabled it is called from the 'wp_update_attachment_metadata' filter
|
5562 |
-
with just two arguments.</p>]]></long-description>
|
5563 |
-
<tag line="442" name="since" description="2.02"/>
|
5564 |
-
<tag line="442" name="param" description="attachment metadata" type="array" variable="$data">
|
5565 |
-
<type by_reference="false">array</type>
|
5566 |
-
</tag>
|
5567 |
-
<tag line="442" name="param" description="The Post ID of the new/updated attachment" type="integer" variable="$post_id">
|
5568 |
-
<type by_reference="false">integer</type>
|
5569 |
-
</tag>
|
5570 |
-
<tag line="442" name="param" description="Processing options, e.g., 'is_upload'" type="array" variable="$options">
|
5571 |
-
<type by_reference="false">array</type>
|
5572 |
-
</tag>
|
5573 |
-
<tag line="442" name="return" description="updated attachment metadata" type="array">
|
5574 |
-
<type by_reference="false">array</type>
|
5575 |
-
</tag>
|
5576 |
-
</docblock>
|
5577 |
-
<argument line="458">
|
5578 |
-
<name>$data</name>
|
5579 |
-
<default><![CDATA[]]></default>
|
5580 |
-
<type/>
|
5581 |
-
</argument>
|
5582 |
-
<argument line="458">
|
5583 |
-
<name>$post_id</name>
|
5584 |
-
<default><![CDATA[]]></default>
|
5585 |
-
<type/>
|
5586 |
-
</argument>
|
5587 |
-
<argument line="458">
|
5588 |
-
<name>$options</name>
|
5589 |
-
<default><![CDATA[array('is_upload' => true)]]></default>
|
5590 |
-
<type/>
|
5591 |
-
</argument>
|
5592 |
-
</method>
|
5593 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="510" package="Media Library Assistant">
|
5594 |
-
<name>mla_post_updated_messages_filter</name>
|
5595 |
-
<full_name>mla_post_updated_messages_filter</full_name>
|
5596 |
-
<docblock line="500">
|
5597 |
-
<description><![CDATA[Adds mapping update messages for display at the top of the Edit Media screen.]]></description>
|
5598 |
-
<long-description><![CDATA[<p>Declared public because it is a filter.</p>]]></long-description>
|
5599 |
-
<tag line="500" name="since" description="1.10"/>
|
5600 |
-
<tag line="500" name="param" description="messages for the Edit screen" type="array" variable="$messages">
|
5601 |
-
<type by_reference="false">array</type>
|
5602 |
-
</tag>
|
5603 |
-
<tag line="500" name="return" description="updated messages" type="array">
|
5604 |
-
<type by_reference="false">array</type>
|
5605 |
-
</tag>
|
5606 |
-
</docblock>
|
5607 |
-
<argument line="510">
|
5608 |
-
<name>$messages</name>
|
5609 |
-
<default><![CDATA[]]></default>
|
5610 |
-
<type/>
|
5611 |
-
</argument>
|
5612 |
-
</method>
|
5613 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="527" package="Media Library Assistant">
|
5614 |
-
<name>mla_attachment_submitbox_action</name>
|
5615 |
-
<full_name>mla_attachment_submitbox_action</full_name>
|
5616 |
-
<docblock line="519">
|
5617 |
-
<description><![CDATA[Adds Last Modified date to the Submit box on the Edit Media screen.]]></description>
|
5618 |
-
<long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
|
5619 |
-
<tag line="519" name="since" description="0.80"/>
|
5620 |
-
<tag line="519" name="return" description="echoes the HTML markup for the label and value" type="void">
|
5621 |
-
<type by_reference="false">void</type>
|
5622 |
-
</tag>
|
5623 |
-
</docblock>
|
5624 |
-
</method>
|
5625 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="566" package="Media Library Assistant">
|
5626 |
-
<name>mla_add_meta_boxes_action</name>
|
5627 |
-
<full_name>mla_add_meta_boxes_action</full_name>
|
5628 |
-
<docblock line="555">
|
5629 |
-
<description><![CDATA[Registers meta boxes for the Edit Media screen.]]></description>
|
5630 |
-
<long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
|
5631 |
-
<tag line="555" name="since" description="0.80"/>
|
5632 |
-
<tag line="555" name="param" description="type of the current post, e.g., 'attachment' (optional, default 'unknown')" type="string" variable="$post_type">
|
5633 |
-
<type by_reference="false">string</type>
|
5634 |
-
</tag>
|
5635 |
-
<tag line="555" name="param" description="current post (optional, default (object) array ( 'ID' => 0 ))" type="object" variable="$post">
|
5636 |
-
<type by_reference="false">object</type>
|
5637 |
-
</tag>
|
5638 |
-
<tag line="555" name="return" description="" type="void">
|
5639 |
-
<type by_reference="false">void</type>
|
5640 |
-
</tag>
|
5641 |
-
</docblock>
|
5642 |
-
<argument line="566">
|
5643 |
-
<name>$post_type</name>
|
5644 |
-
<default><![CDATA['unknown']]></default>
|
5645 |
-
<type/>
|
5646 |
-
</argument>
|
5647 |
-
<argument line="566">
|
5648 |
-
<name>$post</name>
|
5649 |
-
<default><![CDATA[NULL]]></default>
|
5650 |
-
<type/>
|
5651 |
-
</argument>
|
5652 |
-
</method>
|
5653 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="663" package="Media Library Assistant">
|
5654 |
-
<name>mla_edit_add_help_tab</name>
|
5655 |
-
<full_name>mla_edit_add_help_tab</full_name>
|
5656 |
-
<docblock line="653">
|
5657 |
-
<description><![CDATA[Add contextual help tabs to the WordPress Edit Media page]]></description>
|
5658 |
-
<long-description><![CDATA[]]></long-description>
|
5659 |
-
<tag line="653" name="since" description="0.90"/>
|
5660 |
-
<tag line="653" name="param" description="title as shown on the screen" type="string" variable="$admin_title">
|
5661 |
-
<type by_reference="false">string</type>
|
5662 |
-
</tag>
|
5663 |
-
<tag line="653" name="param" description="title as shown in the HTML header" type="string" variable="$title">
|
5664 |
-
<type by_reference="false">string</type>
|
5665 |
-
</tag>
|
5666 |
-
<tag line="653" name="return" description="" type="void">
|
5667 |
-
<type by_reference="false">void</type>
|
5668 |
-
</tag>
|
5669 |
-
</docblock>
|
5670 |
-
<argument line="663">
|
5671 |
-
<name>$admin_title</name>
|
5672 |
-
<default><![CDATA[]]></default>
|
5673 |
-
<type/>
|
5674 |
-
</argument>
|
5675 |
-
<argument line="663">
|
5676 |
-
<name>$title</name>
|
5677 |
-
<default><![CDATA[]]></default>
|
5678 |
-
<type/>
|
5679 |
-
</argument>
|
5680 |
-
</method>
|
5681 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="775" package="Media Library Assistant">
|
5682 |
-
<name>mla_parent_info_handler</name>
|
5683 |
-
<full_name>mla_parent_info_handler</full_name>
|
5684 |
-
<docblock line="765">
|
5685 |
-
<description><![CDATA[Renders the Parent Info meta box on the Edit Media page.]]></description>
|
5686 |
-
<long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
|
5687 |
-
<tag line="765" name="since" description="0.80"/>
|
5688 |
-
<tag line="765" name="param" description="current post" type="object" variable="$post">
|
5689 |
-
<type by_reference="false">object</type>
|
5690 |
-
</tag>
|
5691 |
-
<tag line="765" name="return" description="echoes the HTML markup for the meta box content" type="void">
|
5692 |
-
<type by_reference="false">void</type>
|
5693 |
-
</tag>
|
5694 |
-
</docblock>
|
5695 |
-
<argument line="775">
|
5696 |
-
<name>$post</name>
|
5697 |
-
<default><![CDATA[]]></default>
|
5698 |
-
<type/>
|
5699 |
-
</argument>
|
5700 |
-
</method>
|
5701 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="824" package="Media Library Assistant">
|
5702 |
-
<name>mla_menu_order_handler</name>
|
5703 |
-
<full_name>mla_menu_order_handler</full_name>
|
5704 |
-
<docblock line="814">
|
5705 |
-
<description><![CDATA[Renders the Menu Order meta box on the Edit Media page.]]></description>
|
5706 |
-
<long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
|
5707 |
-
<tag line="814" name="since" description="0.80"/>
|
5708 |
-
<tag line="814" name="param" description="current post" type="object" variable="$post">
|
5709 |
-
<type by_reference="false">object</type>
|
5710 |
-
</tag>
|
5711 |
-
<tag line="814" name="return" description="echoes the HTML markup for the meta box content" type="void">
|
5712 |
-
<type by_reference="false">void</type>
|
5713 |
-
</tag>
|
5714 |
-
</docblock>
|
5715 |
-
<argument line="824">
|
5716 |
-
<name>$post</name>
|
5717 |
-
<default><![CDATA[]]></default>
|
5718 |
-
<type/>
|
5719 |
-
</argument>
|
5720 |
-
</method>
|
5721 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="841" package="Media Library Assistant">
|
5722 |
-
<name>mla_image_metadata_handler</name>
|
5723 |
-
<full_name>mla_image_metadata_handler</full_name>
|
5724 |
-
<docblock line="831">
|
5725 |
-
<description><![CDATA[Renders the Image Metadata meta box on the Edit Media page.]]></description>
|
5726 |
-
<long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
|
5727 |
-
<tag line="831" name="since" description="0.80"/>
|
5728 |
-
<tag line="831" name="param" description="current post" type="object" variable="$post">
|
5729 |
-
<type by_reference="false">object</type>
|
5730 |
-
</tag>
|
5731 |
-
<tag line="831" name="return" description="echoes the HTML markup for the meta box content" type="void">
|
5732 |
-
<type by_reference="false">void</type>
|
5733 |
-
</tag>
|
5734 |
-
</docblock>
|
5735 |
-
<argument line="841">
|
5736 |
-
<name>$post</name>
|
5737 |
-
<default><![CDATA[]]></default>
|
5738 |
-
<type/>
|
5739 |
-
</argument>
|
5740 |
-
</method>
|
5741 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="866" package="Media Library Assistant">
|
5742 |
-
<name>mla_featured_in_handler</name>
|
5743 |
-
<full_name>mla_featured_in_handler</full_name>
|
5744 |
-
<docblock line="856">
|
5745 |
-
<description><![CDATA[Renders the Featured in meta box on the Edit Media page.]]></description>
|
5746 |
-
<long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
|
5747 |
-
<tag line="856" name="since" description="0.80"/>
|
5748 |
-
<tag line="856" name="param" description="current post" type="object" variable="$post">
|
5749 |
-
<type by_reference="false">object</type>
|
5750 |
-
</tag>
|
5751 |
-
<tag line="856" name="return" description="echoes the HTML markup for the meta box content" type="void">
|
5752 |
-
<type by_reference="false">void</type>
|
5753 |
-
</tag>
|
5754 |
-
</docblock>
|
5755 |
-
<argument line="866">
|
5756 |
-
<name>$post</name>
|
5757 |
-
<default><![CDATA[]]></default>
|
5758 |
-
<type/>
|
5759 |
-
</argument>
|
5760 |
-
</method>
|
5761 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="901" package="Media Library Assistant">
|
5762 |
-
<name>mla_inserted_in_handler</name>
|
5763 |
-
<full_name>mla_inserted_in_handler</full_name>
|
5764 |
-
<docblock line="891">
|
5765 |
-
<description><![CDATA[Renders the Inserted in meta box on the Edit Media page.]]></description>
|
5766 |
-
<long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
|
5767 |
-
<tag line="891" name="since" description="0.80"/>
|
5768 |
-
<tag line="891" name="param" description="current post" type="object" variable="$post">
|
5769 |
-
<type by_reference="false">object</type>
|
5770 |
-
</tag>
|
5771 |
-
<tag line="891" name="return" description="echoes the HTML markup for the meta box content" type="void">
|
5772 |
-
<type by_reference="false">void</type>
|
5773 |
-
</tag>
|
5774 |
-
</docblock>
|
5775 |
-
<argument line="901">
|
5776 |
-
<name>$post</name>
|
5777 |
-
<default><![CDATA[]]></default>
|
5778 |
-
<type/>
|
5779 |
-
</argument>
|
5780 |
-
</method>
|
5781 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="940" package="Media Library Assistant">
|
5782 |
-
<name>mla_gallery_in_handler</name>
|
5783 |
-
<full_name>mla_gallery_in_handler</full_name>
|
5784 |
-
<docblock line="930">
|
5785 |
-
<description><![CDATA[Renders the Gallery in meta box on the Edit Media page.]]></description>
|
5786 |
-
<long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
|
5787 |
-
<tag line="930" name="since" description="0.80"/>
|
5788 |
-
<tag line="930" name="param" description="current post" type="object" variable="$post">
|
5789 |
-
<type by_reference="false">object</type>
|
5790 |
-
</tag>
|
5791 |
-
<tag line="930" name="return" description="echoes the HTML markup for the meta box content" type="void">
|
5792 |
-
<type by_reference="false">void</type>
|
5793 |
-
</tag>
|
5794 |
-
</docblock>
|
5795 |
-
<argument line="940">
|
5796 |
-
<name>$post</name>
|
5797 |
-
<default><![CDATA[]]></default>
|
5798 |
-
<type/>
|
5799 |
-
</argument>
|
5800 |
-
</method>
|
5801 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="975" package="Media Library Assistant">
|
5802 |
-
<name>mla_mla_gallery_in_handler</name>
|
5803 |
-
<full_name>mla_mla_gallery_in_handler</full_name>
|
5804 |
-
<docblock line="965">
|
5805 |
-
<description><![CDATA[Renders the MLA Gallery in meta box on the Edit Media page.]]></description>
|
5806 |
-
<long-description><![CDATA[<p>Declared public because it is a callback function.</p>]]></long-description>
|
5807 |
-
<tag line="965" name="since" description="0.80"/>
|
5808 |
-
<tag line="965" name="param" description="current post" type="object" variable="$post">
|
5809 |
-
<type by_reference="false">object</type>
|
5810 |
-
</tag>
|
5811 |
-
<tag line="965" name="return" description="echoes the HTML markup for the meta box content" type="void">
|
5812 |
-
<type by_reference="false">void</type>
|
5813 |
-
</tag>
|
5814 |
-
</docblock>
|
5815 |
-
<argument line="975">
|
5816 |
-
<name>$post</name>
|
5817 |
-
<default><![CDATA[]]></default>
|
5818 |
-
<type/>
|
5819 |
-
</argument>
|
5820 |
-
</method>
|
5821 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1010" package="Media Library Assistant">
|
5822 |
-
<name>mla_edit_attachment_action</name>
|
5823 |
-
<full_name>mla_edit_attachment_action</full_name>
|
5824 |
-
<docblock line="1000">
|
5825 |
-
<description><![CDATA[Saves updates from the Edit Media screen.]]></description>
|
5826 |
-
<long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
|
5827 |
-
<tag line="1000" name="since" description="0.80"/>
|
5828 |
-
<tag line="1000" name="param" description="ID of the current post" type="integer" variable="$post_ID">
|
5829 |
-
<type by_reference="false">integer</type>
|
5830 |
-
</tag>
|
5831 |
-
<tag line="1000" name="return" description="" type="void">
|
5832 |
-
<type by_reference="false">void</type>
|
5833 |
-
</tag>
|
5834 |
-
</docblock>
|
5835 |
-
<argument line="1010">
|
5836 |
-
<name>$post_ID</name>
|
5837 |
-
<default><![CDATA[]]></default>
|
5838 |
-
<type/>
|
5839 |
-
</argument>
|
5840 |
-
</method>
|
5841 |
-
</class>
|
5842 |
-
</file>
|
5843 |
-
<file path="includes\class-mla-image-processor.php" hash="9e884b1c85e67660b55260855785d3e1" package="Media Library Assistant">
|
5844 |
-
<docblock line="2">
|
5845 |
-
<description><![CDATA[Image processing support for mla_viewer and thumbnail generation]]></description>
|
5846 |
-
<long-description><![CDATA[]]></long-description>
|
5847 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
5848 |
-
<tag line="2" name="since" description="2.13"/>
|
5849 |
-
</docblock>
|
5850 |
-
<class final="false" abstract="false" namespace="global" line="17" package="Media Library Assistant">
|
5851 |
-
<extends/>
|
5852 |
-
<name>MLAImageProcessor</name>
|
5853 |
-
<full_name>\MLAImageProcessor</full_name>
|
5854 |
-
<docblock line="9">
|
5855 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Image Processor provides PDF thumbnails
|
5856 |
-
for the [mla_gallery] mla_viewer
|
5857 |
-
and Media/Assistant thumbnail generator.]]></description>
|
5858 |
-
<long-description><![CDATA[]]></long-description>
|
5859 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
5860 |
-
<tag line="9" name="since" description="2.10"/>
|
5861 |
-
</docblock>
|
5862 |
-
<property final="false" static="true" visibility="public" line="25" namespace="global" package="Media Library Assistant">
|
5863 |
-
<name>$mla_debug</name>
|
5864 |
-
<default><![CDATA[false]]></default>
|
5865 |
-
<docblock line="18">
|
5866 |
-
<description><![CDATA[Log debug information if true]]></description>
|
5867 |
-
<long-description><![CDATA[]]></long-description>
|
5868 |
-
<tag line="18" name="since" description="2.12"/>
|
5869 |
-
<tag line="18" name="var" description="" type="boolean">
|
5870 |
-
<type by_reference="false">boolean</type>
|
5871 |
-
</tag>
|
5872 |
-
</docblock>
|
5873 |
-
</property>
|
5874 |
-
<property final="false" static="true" visibility="protected" line="83" namespace="global" package="Media Library Assistant">
|
5875 |
-
<name>$image</name>
|
5876 |
-
<default><![CDATA[]]></default>
|
5877 |
-
<docblock line="76">
|
5878 |
-
<description><![CDATA[Imagick object for the image to be streamed]]></description>
|
5879 |
-
<long-description><![CDATA[]]></long-description>
|
5880 |
-
<tag line="76" name="since" description="2.10"/>
|
5881 |
-
<tag line="76" name="var" description="" type="\Imagick">
|
5882 |
-
<type by_reference="false">\Imagick</type>
|
5883 |
-
</tag>
|
5884 |
-
</docblock>
|
5885 |
-
</property>
|
5886 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="36" package="Media Library Assistant">
|
5887 |
-
<name>_get_temp_file</name>
|
5888 |
-
<full_name>_get_temp_file</full_name>
|
5889 |
-
<docblock line="27">
|
5890 |
-
<description><![CDATA[Generate a unique, writable file in the temporary directory]]></description>
|
5891 |
-
<long-description><![CDATA[]]></long-description>
|
5892 |
-
<tag line="27" name="since" description="2.10"/>
|
5893 |
-
<tag line="27" name="param" description="File extension for the temporary file" type="string" variable="$extension">
|
5894 |
-
<type by_reference="false">string</type>
|
5895 |
-
</tag>
|
5896 |
-
<tag line="27" name="return" description="Writable path and file name." type="string">
|
5897 |
-
<type by_reference="false">string</type>
|
5898 |
-
</tag>
|
5899 |
-
</docblock>
|
5900 |
-
<argument line="36">
|
5901 |
-
<name>$extension</name>
|
5902 |
-
<default><![CDATA['.tmp']]></default>
|
5903 |
-
<type/>
|
5904 |
-
</argument>
|
5905 |
-
</method>
|
5906 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="99" package="Media Library Assistant">
|
5907 |
-
<name>_ghostscript_convert</name>
|
5908 |
-
<full_name>_ghostscript_convert</full_name>
|
5909 |
-
<docblock line="85">
|
5910 |
-
<description><![CDATA[Direct Ghostscript file conversion]]></description>
|
5911 |
-
<long-description><![CDATA[]]></long-description>
|
5912 |
-
<tag line="85" name="since" description="2.10"/>
|
5913 |
-
<tag line="85" name="uses" description="\global\self::$image" refers="\global\self::$image"/>
|
5914 |
-
<tag line="85" name="param" description="Input file, e.g., a PDF document" type="string" variable="$file">
|
5915 |
-
<type by_reference="false">string</type>
|
5916 |
-
</tag>
|
5917 |
-
<tag line="85" name="param" description="Page/frame within the file, zero-based" type="string" variable="$frame">
|
5918 |
-
<type by_reference="false">string</type>
|
5919 |
-
</tag>
|
5920 |
-
<tag line="85" name="param" description="Output file DPI. Default 72." type="string" variable="$resolution">
|
5921 |
-
<type by_reference="false">string</type>
|
5922 |
-
</tag>
|
5923 |
-
<tag line="85" name="param" description="Output MIME type; 'image/jpeg' or 'image/png'." type="string" variable="$output_type">
|
5924 |
-
<type by_reference="false">string</type>
|
5925 |
-
</tag>
|
5926 |
-
<tag line="85" name="param" description="Optional. Non-standard location to override default search, e.g., 'C:\Program Files (x86)\gs\gs9.15\bin\gswin32c.exe'" type="string" variable="$explicit_path">
|
5927 |
-
<type by_reference="false">string</type>
|
5928 |
-
</tag>
|
5929 |
-
<tag line="85" name="return" description="true if conversion succeeds else false" type="boolean">
|
5930 |
-
<type by_reference="false">boolean</type>
|
5931 |
-
</tag>
|
5932 |
-
</docblock>
|
5933 |
-
<argument line="99">
|
5934 |
-
<name>$file</name>
|
5935 |
-
<default><![CDATA[]]></default>
|
5936 |
-
<type/>
|
5937 |
-
</argument>
|
5938 |
-
<argument line="99">
|
5939 |
-
<name>$frame</name>
|
5940 |
-
<default><![CDATA[]]></default>
|
5941 |
-
<type/>
|
5942 |
-
</argument>
|
5943 |
-
<argument line="99">
|
5944 |
-
<name>$resolution</name>
|
5945 |
-
<default><![CDATA[]]></default>
|
5946 |
-
<type/>
|
5947 |
-
</argument>
|
5948 |
-
<argument line="99">
|
5949 |
-
<name>$output_type</name>
|
5950 |
-
<default><![CDATA[]]></default>
|
5951 |
-
<type/>
|
5952 |
-
</argument>
|
5953 |
-
<argument line="99">
|
5954 |
-
<name>$explicit_path</name>
|
5955 |
-
<default><![CDATA['']]></default>
|
5956 |
-
<type/>
|
5957 |
-
</argument>
|
5958 |
-
</method>
|
5959 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="229" package="Media Library Assistant">
|
5960 |
-
<name>_prepare_image</name>
|
5961 |
-
<full_name>_prepare_image</full_name>
|
5962 |
-
<docblock line="215">
|
5963 |
-
<description><![CDATA[Prepare the image for output, scaling and flattening as required]]></description>
|
5964 |
-
<long-description><![CDATA[]]></long-description>
|
5965 |
-
<tag line="215" name="since" description="2.10"/>
|
5966 |
-
<tag line="215" name="uses" description="\global\self::$image" refers="\global\self::$image"/>
|
5967 |
-
<tag line="215" name="param" description="zero or new width" type="integer" variable="$width">
|
5968 |
-
<type by_reference="false">integer</type>
|
5969 |
-
</tag>
|
5970 |
-
<tag line="215" name="param" description="zero or new height" type="integer" variable="$height">
|
5971 |
-
<type by_reference="false">integer</type>
|
5972 |
-
</tag>
|
5973 |
-
<tag line="215" name="param" description="proportional fit (true) or exact fit (false)" type="boolean" variable="$best_fit">
|
5974 |
-
<type by_reference="false">boolean</type>
|
5975 |
-
</tag>
|
5976 |
-
<tag line="215" name="param" description="output MIME type" type="string" variable="$type">
|
5977 |
-
<type by_reference="false">string</type>
|
5978 |
-
</tag>
|
5979 |
-
<tag line="215" name="param" description="compression quality; 1 - 100" type="integer" variable="$quality">
|
5980 |
-
<type by_reference="false">integer</type>
|
5981 |
-
</tag>
|
5982 |
-
<tag line="215" name="return" description="" type="void">
|
5983 |
-
<type by_reference="false">void</type>
|
5984 |
-
</tag>
|
5985 |
-
</docblock>
|
5986 |
-
<argument line="229">
|
5987 |
-
<name>$width</name>
|
5988 |
-
<default><![CDATA[]]></default>
|
5989 |
-
<type/>
|
5990 |
-
</argument>
|
5991 |
-
<argument line="229">
|
5992 |
-
<name>$height</name>
|
5993 |
-
<default><![CDATA[]]></default>
|
5994 |
-
<type/>
|
5995 |
-
</argument>
|
5996 |
-
<argument line="229">
|
5997 |
-
<name>$best_fit</name>
|
5998 |
-
<default><![CDATA[]]></default>
|
5999 |
-
<type/>
|
6000 |
-
</argument>
|
6001 |
-
<argument line="229">
|
6002 |
-
<name>$type</name>
|
6003 |
-
<default><![CDATA[]]></default>
|
6004 |
-
<type/>
|
6005 |
-
</argument>
|
6006 |
-
<argument line="229">
|
6007 |
-
<name>$quality</name>
|
6008 |
-
<default><![CDATA[]]></default>
|
6009 |
-
<type/>
|
6010 |
-
</argument>
|
6011 |
-
</method>
|
6012 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="279" package="Media Library Assistant">
|
6013 |
-
<name>_mla_debug_add</name>
|
6014 |
-
<full_name>_mla_debug_add</full_name>
|
6015 |
-
<docblock line="272">
|
6016 |
-
<description><![CDATA[Log debug information]]></description>
|
6017 |
-
<long-description><![CDATA[]]></long-description>
|
6018 |
-
<tag line="272" name="since" description="2.12"/>
|
6019 |
-
<tag line="272" name="param" description="Error message." type="string" variable="$message">
|
6020 |
-
<type by_reference="false">string</type>
|
6021 |
-
</tag>
|
6022 |
-
</docblock>
|
6023 |
-
<argument line="279">
|
6024 |
-
<name>$message</name>
|
6025 |
-
<default><![CDATA[]]></default>
|
6026 |
-
<type/>
|
6027 |
-
</argument>
|
6028 |
-
</method>
|
6029 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="300" package="Media Library Assistant">
|
6030 |
-
<name>_mla_die</name>
|
6031 |
-
<full_name>_mla_die</full_name>
|
6032 |
-
<docblock line="289">
|
6033 |
-
<description><![CDATA[Abort the operation and exit]]></description>
|
6034 |
-
<long-description><![CDATA[]]></long-description>
|
6035 |
-
<tag line="289" name="since" description="2.10"/>
|
6036 |
-
<tag line="289" name="param" description="Error message." type="string" variable="$message">
|
6037 |
-
<type by_reference="false">string</type>
|
6038 |
-
</tag>
|
6039 |
-
<tag line="289" name="param" description="Optional. Error title. Default empty." type="string" variable="$title">
|
6040 |
-
<type by_reference="false">string</type>
|
6041 |
-
</tag>
|
6042 |
-
<tag line="289" name="param" description="Optional. HTML response code. Default 500." type="integer" variable="$response">
|
6043 |
-
<type by_reference="false">integer</type>
|
6044 |
-
</tag>
|
6045 |
-
<tag line="289" name="return" description="echos page content and calls exit();" type="void">
|
6046 |
-
<type by_reference="false">void</type>
|
6047 |
-
</tag>
|
6048 |
-
</docblock>
|
6049 |
-
<argument line="300">
|
6050 |
-
<name>$message</name>
|
6051 |
-
<default><![CDATA[]]></default>
|
6052 |
-
<type/>
|
6053 |
-
</argument>
|
6054 |
-
<argument line="300">
|
6055 |
-
<name>$title</name>
|
6056 |
-
<default><![CDATA['']]></default>
|
6057 |
-
<type/>
|
6058 |
-
</argument>
|
6059 |
-
<argument line="300">
|
6060 |
-
<name>$response</name>
|
6061 |
-
<default><![CDATA[500]]></default>
|
6062 |
-
<type/>
|
6063 |
-
</argument>
|
6064 |
-
</method>
|
6065 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="315" package="Media Library Assistant">
|
6066 |
-
<name>_mla_error_return</name>
|
6067 |
-
<full_name>_mla_error_return</full_name>
|
6068 |
-
<docblock line="305">
|
6069 |
-
<description><![CDATA[Log the message and return error message array]]></description>
|
6070 |
-
<long-description><![CDATA[]]></long-description>
|
6071 |
-
<tag line="305" name="since" description="2.10"/>
|
6072 |
-
<tag line="305" name="param" description="Error message." type="string" variable="$message">
|
6073 |
-
<type by_reference="false">string</type>
|
6074 |
-
</tag>
|
6075 |
-
<tag line="305" name="param" description="Optional. Line number in the caller." type="string" variable="$line">
|
6076 |
-
<type by_reference="false">string</type>
|
6077 |
-
</tag>
|
6078 |
-
<tag line="305" name="return" description="'error' => message )" type="\array(">
|
6079 |
-
<type by_reference="false">\array(</type>
|
6080 |
-
</tag>
|
6081 |
-
</docblock>
|
6082 |
-
<argument line="315">
|
6083 |
-
<name>$message</name>
|
6084 |
-
<default><![CDATA[]]></default>
|
6085 |
-
<type/>
|
6086 |
-
</argument>
|
6087 |
-
<argument line="315">
|
6088 |
-
<name>$line</name>
|
6089 |
-
<default><![CDATA['']]></default>
|
6090 |
-
<type/>
|
6091 |
-
</argument>
|
6092 |
-
</method>
|
6093 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="332" package="Media Library Assistant">
|
6094 |
-
<name>mla_handle_thumbnail_sideload</name>
|
6095 |
-
<full_name>mla_handle_thumbnail_sideload</full_name>
|
6096 |
-
<docblock line="320">
|
6097 |
-
<description><![CDATA[Process Imagick thumbnail conversion request, e.g., for a PDF thumbnail]]></description>
|
6098 |
-
<long-description><![CDATA[<p>Replaces download_url() in the Codex "Function Reference/wp handle sideload" example.</p>]]></long-description>
|
6099 |
-
<tag line="320" name="since" description="2.13"/>
|
6100 |
-
<tag line="320" name="param" description="Path and name of the source file relative to upload directory" type="string" variable="$input_file">
|
6101 |
-
<type by_reference="false">string</type>
|
6102 |
-
</tag>
|
6103 |
-
<tag line="320" name="param" description="Generation parameters" type="array" variable="$args">
|
6104 |
-
<type by_reference="false">array</type>
|
6105 |
-
</tag>
|
6106 |
-
<tag line="320" name="return" description="file attributes ( 'file', 'url', 'type' ) on success, ( 'error' ) on failure" type="array">
|
6107 |
-
<type by_reference="false">array</type>
|
6108 |
-
</tag>
|
6109 |
-
</docblock>
|
6110 |
-
<argument line="332">
|
6111 |
-
<name>$input_file</name>
|
6112 |
-
<default><![CDATA[]]></default>
|
6113 |
-
<type/>
|
6114 |
-
</argument>
|
6115 |
-
<argument line="332">
|
6116 |
-
<name>$args</name>
|
6117 |
-
<default><![CDATA[]]></default>
|
6118 |
-
<type/>
|
6119 |
-
</argument>
|
6120 |
-
</method>
|
6121 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="444" package="Media Library Assistant">
|
6122 |
-
<name>mla_process_stream_image</name>
|
6123 |
-
<full_name>mla_process_stream_image</full_name>
|
6124 |
-
<docblock line="432">
|
6125 |
-
<description><![CDATA[Process Imagick image stream request, e.g., for a PDF thumbnail]]></description>
|
6126 |
-
<long-description><![CDATA[<p>Requires mla_stream_file (relative to wp_upload_dir ) in $_REQUEST;
|
6127 |
-
optional $_REQUEST parameters are:
|
6128 |
-
mla_stream_width, mla_stream_height, mla_stream_frame, mla_stream_resolution,
|
6129 |
-
mla_stream_quality, mla_stream_type, mla_stream_fit, mla_ghostscript_path</p>]]></long-description>
|
6130 |
-
<tag line="432" name="since" description="2.10"/>
|
6131 |
-
<tag line="432" name="return" description="echos image content and calls exit();" type="void">
|
6132 |
-
<type by_reference="false">void</type>
|
6133 |
-
</tag>
|
6134 |
-
</docblock>
|
6135 |
-
</method>
|
6136 |
-
</class>
|
6137 |
-
<class final="false" abstract="false" namespace="global" line="570" package="Media Library Assistant">
|
6138 |
-
<extends/>
|
6139 |
-
<name>MLAMutex</name>
|
6140 |
-
<full_name>\MLAMutex</full_name>
|
6141 |
-
<docblock line="561">
|
6142 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Mutex provides a simple "mutual exclusion" semaphore
|
6143 |
-
for the [mla_gallery] mla_viewer=single option]]></description>
|
6144 |
-
<long-description><![CDATA[<p>Adapted from the example by mr.smaon@gmail.com in the PHP Manual "Semaphore Functions" page.</p>]]></long-description>
|
6145 |
-
<tag line="561" name="package" description="Media Library Assistant"/>
|
6146 |
-
<tag line="561" name="since" description="2.10"/>
|
6147 |
-
</docblock>
|
6148 |
-
<property final="false" static="false" visibility="private" line="578" namespace="global" package="Media Library Assistant">
|
6149 |
-
<name>$sem_id</name>
|
6150 |
-
<default><![CDATA[]]></default>
|
6151 |
-
<docblock line="571">
|
6152 |
-
<description><![CDATA[Semaphore identifier returned by sem_get()]]></description>
|
6153 |
-
<long-description><![CDATA[]]></long-description>
|
6154 |
-
<tag line="571" name="since" description="2.10"/>
|
6155 |
-
<tag line="571" name="var" description="" type="resource">
|
6156 |
-
<type by_reference="false">resource</type>
|
6157 |
-
</tag>
|
6158 |
-
</docblock>
|
6159 |
-
</property>
|
6160 |
-
<property final="false" static="false" visibility="private" line="587" namespace="global" package="Media Library Assistant">
|
6161 |
-
<name>$is_acquired</name>
|
6162 |
-
<default><![CDATA[false]]></default>
|
6163 |
-
<docblock line="580">
|
6164 |
-
<description><![CDATA[True if the semaphore has been acquired]]></description>
|
6165 |
-
<long-description><![CDATA[]]></long-description>
|
6166 |
-
<tag line="580" name="since" description="2.10"/>
|
6167 |
-
<tag line="580" name="var" description="" type="boolean">
|
6168 |
-
<type by_reference="false">boolean</type>
|
6169 |
-
</tag>
|
6170 |
-
</docblock>
|
6171 |
-
</property>
|
6172 |
-
<property final="false" static="false" visibility="private" line="596" namespace="global" package="Media Library Assistant">
|
6173 |
-
<name>$use_file_lock</name>
|
6174 |
-
<default><![CDATA[false]]></default>
|
6175 |
-
<docblock line="589">
|
6176 |
-
<description><![CDATA[True if using a file lock instead of a semaphore]]></description>
|
6177 |
-
<long-description><![CDATA[]]></long-description>
|
6178 |
-
<tag line="589" name="since" description="2.10"/>
|
6179 |
-
<tag line="589" name="var" description="" type="boolean">
|
6180 |
-
<type by_reference="false">boolean</type>
|
6181 |
-
</tag>
|
6182 |
-
</docblock>
|
6183 |
-
</property>
|
6184 |
-
<property final="false" static="false" visibility="private" line="605" namespace="global" package="Media Library Assistant">
|
6185 |
-
<name>$filename</name>
|
6186 |
-
<default><![CDATA['']]></default>
|
6187 |
-
<docblock line="598">
|
6188 |
-
<description><![CDATA[Name of the (locked) file used as a semaphore]]></description>
|
6189 |
-
<long-description><![CDATA[]]></long-description>
|
6190 |
-
<tag line="598" name="since" description="2.10"/>
|
6191 |
-
<tag line="598" name="var" description="" type="string">
|
6192 |
-
<type by_reference="false">string</type>
|
6193 |
-
</tag>
|
6194 |
-
</docblock>
|
6195 |
-
</property>
|
6196 |
-
<property final="false" static="false" visibility="private" line="614" namespace="global" package="Media Library Assistant">
|
6197 |
-
<name>$filepointer</name>
|
6198 |
-
<default><![CDATA[]]></default>
|
6199 |
-
<docblock line="607">
|
6200 |
-
<description><![CDATA[File system pointer resource of the (locked) file used as a semaphore]]></description>
|
6201 |
-
<long-description><![CDATA[]]></long-description>
|
6202 |
-
<tag line="607" name="since" description="2.10"/>
|
6203 |
-
<tag line="607" name="var" description="" type="resource">
|
6204 |
-
<type by_reference="false">resource</type>
|
6205 |
-
</tag>
|
6206 |
-
</docblock>
|
6207 |
-
</property>
|
6208 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="625" package="Media Library Assistant">
|
6209 |
-
<name>__construct</name>
|
6210 |
-
<full_name>__construct</full_name>
|
6211 |
-
<docblock line="616">
|
6212 |
-
<description><![CDATA[Initializes the choice of semaphore Vs file lock]]></description>
|
6213 |
-
<long-description><![CDATA[]]></long-description>
|
6214 |
-
<tag line="616" name="since" description="2.10"/>
|
6215 |
-
<tag line="616" name="param" description="True to force use of file locking" type="boolean" variable="$use_lock">
|
6216 |
-
<type by_reference="false">boolean</type>
|
6217 |
-
</tag>
|
6218 |
-
<tag line="616" name="return" description="" type="void">
|
6219 |
-
<type by_reference="false">void</type>
|
6220 |
-
</tag>
|
6221 |
-
</docblock>
|
6222 |
-
<argument line="625">
|
6223 |
-
<name>$use_lock</name>
|
6224 |
-
<default><![CDATA[false]]></default>
|
6225 |
-
<type/>
|
6226 |
-
</argument>
|
6227 |
-
</method>
|
6228 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="648" package="Media Library Assistant">
|
6229 |
-
<name>init</name>
|
6230 |
-
<full_name>init</full_name>
|
6231 |
-
<docblock line="638">
|
6232 |
-
<description><![CDATA[Creates the semaphore or sets the (lock) file name]]></description>
|
6233 |
-
<long-description><![CDATA[]]></long-description>
|
6234 |
-
<tag line="638" name="since" description="2.10"/>
|
6235 |
-
<tag line="638" name="param" description="Key to identify the semaphore" type="integer" variable="$id">
|
6236 |
-
<type by_reference="false">integer</type>
|
6237 |
-
</tag>
|
6238 |
-
<tag line="638" name="param" description="Absolute path and name of the file for locking" type="string" variable="$filename">
|
6239 |
-
<type by_reference="false">string</type>
|
6240 |
-
</tag>
|
6241 |
-
<tag line="638" name="return" description="True if the initialization succeeded" type="boolean">
|
6242 |
-
<type by_reference="false">boolean</type>
|
6243 |
-
</tag>
|
6244 |
-
</docblock>
|
6245 |
-
<argument line="648">
|
6246 |
-
<name>$id</name>
|
6247 |
-
<default><![CDATA[]]></default>
|
6248 |
-
<type/>
|
6249 |
-
</argument>
|
6250 |
-
<argument line="648">
|
6251 |
-
<name>$filename</name>
|
6252 |
-
<default><![CDATA['']]></default>
|
6253 |
-
<type/>
|
6254 |
-
</argument>
|
6255 |
-
</method>
|
6256 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="672" package="Media Library Assistant">
|
6257 |
-
<name>acquire</name>
|
6258 |
-
<full_name>acquire</full_name>
|
6259 |
-
<docblock line="665">
|
6260 |
-
<description><![CDATA[Acquires the semaphore or opens and locks the file]]></description>
|
6261 |
-
<long-description><![CDATA[]]></long-description>
|
6262 |
-
<tag line="665" name="since" description="2.10"/>
|
6263 |
-
<tag line="665" name="return" description="True if the acquisition succeeded" type="boolean">
|
6264 |
-
<type by_reference="false">boolean</type>
|
6265 |
-
</tag>
|
6266 |
-
</docblock>
|
6267 |
-
</method>
|
6268 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="702" package="Media Library Assistant">
|
6269 |
-
<name>release</name>
|
6270 |
-
<full_name>release</full_name>
|
6271 |
-
<docblock line="695">
|
6272 |
-
<description><![CDATA[Releases the semaphore or unlocks and closes (but does not unlink) the file]]></description>
|
6273 |
-
<long-description><![CDATA[]]></long-description>
|
6274 |
-
<tag line="695" name="since" description="2.10"/>
|
6275 |
-
<tag line="695" name="return" description="True if the release succeeded" type="boolean">
|
6276 |
-
<type by_reference="false">boolean</type>
|
6277 |
-
</tag>
|
6278 |
-
</docblock>
|
6279 |
-
</method>
|
6280 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="730" package="Media Library Assistant">
|
6281 |
-
<name>getId</name>
|
6282 |
-
<full_name>getId</full_name>
|
6283 |
-
<docblock line="723">
|
6284 |
-
<description><![CDATA[Returns the semaphore identifier, if it exists, else NULL]]></description>
|
6285 |
-
<long-description><![CDATA[]]></long-description>
|
6286 |
-
<tag line="723" name="since" description="2.10"/>
|
6287 |
-
<tag line="723" name="return" description="Semaphore identifier or NULL" type="resource">
|
6288 |
-
<type by_reference="false">resource</type>
|
6289 |
-
</tag>
|
6290 |
-
</docblock>
|
6291 |
-
</method>
|
6292 |
-
</class>
|
6293 |
-
</file>
|
6294 |
-
<file path="includes\class-mla-list-table.php" hash="19b8610271c5ca44ae4857c5c1e13c6f" package="Media Library Assistant">
|
6295 |
-
<docblock line="2">
|
6296 |
-
<description><![CDATA[Media Library Assistant extended List Table class]]></description>
|
6297 |
-
<long-description><![CDATA[]]></long-description>
|
6298 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
6299 |
-
<tag line="2" name="since" description="0.1"/>
|
6300 |
-
</docblock>
|
6301 |
-
<include line="13" type="Require Once" package="Media Library Assistant">
|
6302 |
-
<name/>
|
6303 |
-
</include>
|
6304 |
-
<class final="false" abstract="false" namespace="global" line="24" package="Media Library Assistant">
|
6305 |
-
<extends>\WP_List_Table</extends>
|
6306 |
-
<name>MLA_List_Table</name>
|
6307 |
-
<full_name>\MLA_List_Table</full_name>
|
6308 |
-
<docblock line="16">
|
6309 |
-
<description><![CDATA[Class MLA (Media Library Assistant) List Table implements the "Assistant" admin submenu]]></description>
|
6310 |
-
<long-description><![CDATA[<p>Extends the core WP_List_Table class.</p>]]></long-description>
|
6311 |
-
<tag line="16" name="package" description="Media Library Assistant"/>
|
6312 |
-
<tag line="16" name="since" description="0.1"/>
|
6313 |
-
</docblock>
|
6314 |
-
<property final="false" static="false" visibility="private" line="34" namespace="global" package="Media Library Assistant">
|
6315 |
-
<name>$detached</name>
|
6316 |
-
<default><![CDATA[]]></default>
|
6317 |
-
<docblock line="25">
|
6318 |
-
<description><![CDATA[True if the current view is "Unattached"]]></description>
|
6319 |
-
<long-description><![CDATA[<p>Declaration added in MLA v2.11 for WP 4.2 compatibility.</p>]]></long-description>
|
6320 |
-
<tag line="25" name="since" description="0.1"/>
|
6321 |
-
<tag line="25" name="var" description="" type="int">
|
6322 |
-
<type by_reference="false">int</type>
|
6323 |
-
</tag>
|
6324 |
-
</docblock>
|
6325 |
-
</property>
|
6326 |
-
<property final="false" static="false" visibility="private" line="43" namespace="global" package="Media Library Assistant">
|
6327 |
-
<name>$attached</name>
|
6328 |
-
<default><![CDATA[]]></default>
|
6329 |
-
<docblock line="36">
|
6330 |
-
<description><![CDATA[True if the current view is "Attached"]]></description>
|
6331 |
-
<long-description><![CDATA[]]></long-description>
|
6332 |
-
<tag line="36" name="since" description="2.11"/>
|
6333 |
-
<tag line="36" name="var" description="" type="int">
|
6334 |
-
<type by_reference="false">int</type>
|
6335 |
-
</tag>
|
6336 |
-
</docblock>
|
6337 |
-
</property>
|
6338 |
-
<property final="false" static="false" visibility="private" line="54" namespace="global" package="Media Library Assistant">
|
6339 |
-
<name>$is_trash</name>
|
6340 |
-
<default><![CDATA[]]></default>
|
6341 |
-
<docblock line="45">
|
6342 |
-
<description><![CDATA[True if the current view is "Trash"]]></description>
|
6343 |
-
<long-description><![CDATA[<p>Declaration added in MLA v2.11 for WP 4.2 compatibility.</p>]]></long-description>
|
6344 |
-
<tag line="45" name="since" description="0.1"/>
|
6345 |
-
<tag line="45" name="var" description="" type="int">
|
6346 |
-
<type by_reference="false">int</type>
|
6347 |
-
</tag>
|
6348 |
-
</docblock>
|
6349 |
-
</property>
|
6350 |
-
<property final="false" static="false" visibility="protected" line="69" namespace="global" package="Media Library Assistant">
|
6351 |
-
<name>$rollover_id</name>
|
6352 |
-
<default><![CDATA[0]]></default>
|
6353 |
-
<docblock line="60">
|
6354 |
-
<description><![CDATA[Records assignment of row-level actions to a table row]]></description>
|
6355 |
-
<long-description><![CDATA[<p>Set to the current Post-ID when row-level actions are output for the row.</p>]]></long-description>
|
6356 |
-
<tag line="60" name="since" description="0.1"/>
|
6357 |
-
<tag line="60" name="var" description="" type="int">
|
6358 |
-
<type by_reference="false">int</type>
|
6359 |
-
</tag>
|
6360 |
-
</docblock>
|
6361 |
-
</property>
|
6362 |
-
<property final="false" static="false" visibility="protected" line="80" namespace="global" package="Media Library Assistant">
|
6363 |
-
<name>$currently_hidden</name>
|
6364 |
-
<default><![CDATA[array()]]></default>
|
6365 |
-
<docblock line="71">
|
6366 |
-
<description><![CDATA[Currently hidden columns]]></description>
|
6367 |
-
<long-description><![CDATA[<p>Records hidden columns so row-level actions are not assigned to them.</p>]]></long-description>
|
6368 |
-
<tag line="71" name="since" description="0.1"/>
|
6369 |
-
<tag line="71" name="var" description="" type="array">
|
6370 |
-
<type by_reference="false">array</type>
|
6371 |
-
</tag>
|
6372 |
-
</docblock>
|
6373 |
-
</property>
|
6374 |
-
<property final="false" static="false" visibility="protected" line="89" namespace="global" package="Media Library Assistant">
|
6375 |
-
<name>$mla_wpml_table</name>
|
6376 |
-
<default><![CDATA[NULL]]></default>
|
6377 |
-
<docblock line="82">
|
6378 |
-
<description><![CDATA[The WPML_List_table support object, if required]]></description>
|
6379 |
-
<long-description><![CDATA[]]></long-description>
|
6380 |
-
<tag line="82" name="since" description="2.11"/>
|
6381 |
-
<tag line="82" name="var" description="" type="object">
|
6382 |
-
<type by_reference="false">object</type>
|
6383 |
-
</tag>
|
6384 |
-
</docblock>
|
6385 |
-
</property>
|
6386 |
-
<property final="false" static="true" visibility="protected" line="104" namespace="global" package="Media Library Assistant">
|
6387 |
-
<name>$default_columns</name>
|
6388 |
-
<default><![CDATA[array()]]></default>
|
6389 |
-
<docblock line="97">
|
6390 |
-
<description><![CDATA[Table column definitions]]></description>
|
6391 |
-
<long-description><![CDATA[]]></long-description>
|
6392 |
-
<tag line="97" name="since" description="0.1"/>
|
6393 |
-
<tag line="97" name="var" description="" type="array">
|
6394 |
-
<type by_reference="false">array</type>
|
6395 |
-
</tag>
|
6396 |
-
</docblock>
|
6397 |
-
</property>
|
6398 |
-
<property final="false" static="true" visibility="protected" line="113" namespace="global" package="Media Library Assistant">
|
6399 |
-
<name>$default_hidden_columns</name>
|
6400 |
-
<default><![CDATA[array()]]></default>
|
6401 |
-
<docblock line="106">
|
6402 |
-
<description><![CDATA[Default values for hidden columns]]></description>
|
6403 |
-
<long-description><![CDATA[]]></long-description>
|
6404 |
-
<tag line="106" name="since" description="0.1"/>
|
6405 |
-
<tag line="106" name="var" description="" type="array">
|
6406 |
-
<type by_reference="false">array</type>
|
6407 |
-
</tag>
|
6408 |
-
</docblock>
|
6409 |
-
</property>
|
6410 |
-
<property final="false" static="true" visibility="protected" line="122" namespace="global" package="Media Library Assistant">
|
6411 |
-
<name>$default_sortable_columns</name>
|
6412 |
-
<default><![CDATA[array()]]></default>
|
6413 |
-
<docblock line="115">
|
6414 |
-
<description><![CDATA[Sortable column definitions]]></description>
|
6415 |
-
<long-description><![CDATA[]]></long-description>
|
6416 |
-
<tag line="115" name="since" description="0.1"/>
|
6417 |
-
<tag line="115" name="var" description="" type="array">
|
6418 |
-
<type by_reference="false">array</type>
|
6419 |
-
</tag>
|
6420 |
-
</docblock>
|
6421 |
-
</property>
|
6422 |
-
<method final="false" abstract="false" static="true" visibility="protected" namespace="global" line="136" package="Media Library Assistant">
|
6423 |
-
<name>_avail_mime_types</name>
|
6424 |
-
<full_name>_avail_mime_types</full_name>
|
6425 |
-
<docblock line="124">
|
6426 |
-
<description><![CDATA[Get MIME types with one or more attachments for view preparation]]></description>
|
6427 |
-
<long-description><![CDATA[<p>Modeled after get_available_post_mime_types in wp-admin/includes/post.php,
|
6428 |
-
but uses the output of wp_count_attachments() as input.</p>]]></long-description>
|
6429 |
-
<tag line="124" name="since" description="0.1"/>
|
6430 |
-
<tag line="124" name="param" description="Number of posts for each MIME type" type="array" variable="$num_posts">
|
6431 |
-
<type by_reference="false">array</type>
|
6432 |
-
</tag>
|
6433 |
-
<tag line="124" name="return" description="Mime type names" type="array">
|
6434 |
-
<type by_reference="false">array</type>
|
6435 |
-
</tag>
|
6436 |
-
</docblock>
|
6437 |
-
<argument line="136">
|
6438 |
-
<name>$num_posts</name>
|
6439 |
-
<default><![CDATA[]]></default>
|
6440 |
-
<type/>
|
6441 |
-
</argument>
|
6442 |
-
</method>
|
6443 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="158" package="Media Library Assistant">
|
6444 |
-
<name>mla_get_taxonomy_filter_dropdown</name>
|
6445 |
-
<full_name>mla_get_taxonomy_filter_dropdown</full_name>
|
6446 |
-
<docblock line="148">
|
6447 |
-
<description><![CDATA[Get dropdown box of terms to filter by, if available]]></description>
|
6448 |
-
<long-description><![CDATA[]]></long-description>
|
6449 |
-
<tag line="148" name="since" description="1.20"/>
|
6450 |
-
<tag line="148" name="param" description="currently selected term_id || zero (default)" type="integer" variable="$selected">
|
6451 |
-
<type by_reference="false">integer</type>
|
6452 |
-
</tag>
|
6453 |
-
<tag line="148" name="param" description="additional wp_dropdown_categories options; default empty" type="array" variable="$dropdown_options">
|
6454 |
-
<type by_reference="false">array</type>
|
6455 |
-
</tag>
|
6456 |
-
<tag line="148" name="return" description="HTML markup for dropdown box" type="string">
|
6457 |
-
<type by_reference="false">string</type>
|
6458 |
-
</tag>
|
6459 |
-
</docblock>
|
6460 |
-
<argument line="158">
|
6461 |
-
<name>$selected</name>
|
6462 |
-
<default><![CDATA[0]]></default>
|
6463 |
-
<type/>
|
6464 |
-
</argument>
|
6465 |
-
<argument line="158">
|
6466 |
-
<name>$dropdown_options</name>
|
6467 |
-
<default><![CDATA[array()]]></default>
|
6468 |
-
<type/>
|
6469 |
-
</argument>
|
6470 |
-
</method>
|
6471 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="205" package="Media Library Assistant">
|
6472 |
-
<name>mla_submenu_arguments</name>
|
6473 |
-
<full_name>mla_submenu_arguments</full_name>
|
6474 |
-
<docblock line="196">
|
6475 |
-
<description><![CDATA[Process $_REQUEST, building $submenu_arguments]]></description>
|
6476 |
-
<long-description><![CDATA[]]></long-description>
|
6477 |
-
<tag line="196" name="since" description="1.42"/>
|
6478 |
-
<tag line="196" name="param" description="Optional: Include the "click filter" values in the results" type="boolean" variable="$include_filters">
|
6479 |
-
<type by_reference="false">boolean</type>
|
6480 |
-
</tag>
|
6481 |
-
<tag line="196" name="return" description="non-empty view, search, filter and sort arguments" type="array">
|
6482 |
-
<type by_reference="false">array</type>
|
6483 |
-
</tag>
|
6484 |
-
</docblock>
|
6485 |
-
<argument line="205">
|
6486 |
-
<name>$include_filters</name>
|
6487 |
-
<default><![CDATA[true]]></default>
|
6488 |
-
<type/>
|
6489 |
-
</argument>
|
6490 |
-
</method>
|
6491 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="322" package="Media Library Assistant">
|
6492 |
-
<name>mla_manage_hidden_columns_filter</name>
|
6493 |
-
<full_name>mla_manage_hidden_columns_filter</full_name>
|
6494 |
-
<docblock line="307">
|
6495 |
-
<description><![CDATA[Handler for filter 'get_user_option_managemedia_page_mla-menucolumnshidden']]></description>
|
6496 |
-
<long-description><![CDATA[<p>Required because the screen.php get_hidden_columns function only uses
|
6497 |
-
the get_user_option result. Set when the file is loaded because the object
|
6498 |
-
is not created in time for the call from screen.php.</p>]]></long-description>
|
6499 |
-
<tag line="307" name="since" description="0.1"/>
|
6500 |
-
<tag line="307" name="param" description="current list of hidden columns, if any" type="string" variable="$result">
|
6501 |
-
<type by_reference="false">string</type>
|
6502 |
-
</tag>
|
6503 |
-
<tag line="307" name="param" description="'managemedia_page_mla-menucolumnshidden'" type="string" variable="$option">
|
6504 |
-
<type by_reference="false">string</type>
|
6505 |
-
</tag>
|
6506 |
-
<tag line="307" name="param" description="WP_User object, if logged in" type="object" variable="$user_data">
|
6507 |
-
<type by_reference="false">object</type>
|
6508 |
-
</tag>
|
6509 |
-
<tag line="307" name="return" description="updated list of hidden columns" type="array">
|
6510 |
-
<type by_reference="false">array</type>
|
6511 |
-
</tag>
|
6512 |
-
</docblock>
|
6513 |
-
<argument line="322">
|
6514 |
-
<name>$result</name>
|
6515 |
-
<default><![CDATA[]]></default>
|
6516 |
-
<type/>
|
6517 |
-
</argument>
|
6518 |
-
<argument line="322">
|
6519 |
-
<name>$option</name>
|
6520 |
-
<default><![CDATA[]]></default>
|
6521 |
-
<type/>
|
6522 |
-
</argument>
|
6523 |
-
<argument line="322">
|
6524 |
-
<name>$user_data</name>
|
6525 |
-
<default><![CDATA[]]></default>
|
6526 |
-
<type/>
|
6527 |
-
</argument>
|
6528 |
-
</method>
|
6529 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="341" package="Media Library Assistant">
|
6530 |
-
<name>mla_manage_columns_filter</name>
|
6531 |
-
<full_name>mla_manage_columns_filter</full_name>
|
6532 |
-
<docblock line="330">
|
6533 |
-
<description><![CDATA[Handler for filter 'manage_media_page_mla-menu_columns']]></description>
|
6534 |
-
<long-description><![CDATA[<p>This required filter dictates the table's columns and titles. Set when the
|
6535 |
-
file is loaded because the list_table object isn't created in time
|
6536 |
-
to affect the "screen options" setup.</p>]]></long-description>
|
6537 |
-
<tag line="330" name="since" description="0.1"/>
|
6538 |
-
<tag line="330" name="return" description="list of table columns" type="array">
|
6539 |
-
<type by_reference="false">array</type>
|
6540 |
-
</tag>
|
6541 |
-
</docblock>
|
6542 |
-
</method>
|
6543 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="353" package="Media Library Assistant">
|
6544 |
-
<name>mla_admin_init_action</name>
|
6545 |
-
<full_name>mla_admin_init_action</full_name>
|
6546 |
-
<docblock line="345">
|
6547 |
-
<description><![CDATA[Adds support for taxonomy and custom field columns]]></description>
|
6548 |
-
<long-description><![CDATA[<p>Called in the admin_init action because the list_table object isn't
|
6549 |
-
created in time to affect the "screen options" setup.</p>]]></long-description>
|
6550 |
-
<tag line="345" name="since" description="0.30"/>
|
6551 |
-
</docblock>
|
6552 |
-
</method>
|
6553 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="365" package="Media Library Assistant">
|
6554 |
-
<name>__construct</name>
|
6555 |
-
<full_name>__construct</full_name>
|
6556 |
-
<docblock line="359">
|
6557 |
-
<description><![CDATA[Initializes some properties from $_REQUEST variables, then
|
6558 |
-
calls the parent constructor to set some default configs.]]></description>
|
6559 |
-
<long-description><![CDATA[]]></long-description>
|
6560 |
-
<tag line="359" name="since" description="0.1"/>
|
6561 |
-
</docblock>
|
6562 |
-
</method>
|
6563 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="401" package="Media Library Assistant">
|
6564 |
-
<name>ajax_user_can</name>
|
6565 |
-
<full_name>ajax_user_can</full_name>
|
6566 |
-
<docblock line="394">
|
6567 |
-
<description><![CDATA[Checks the current user's permissions]]></description>
|
6568 |
-
<long-description><![CDATA[]]></long-description>
|
6569 |
-
<tag line="394" name="since" description="2.13"/>
|
6570 |
-
<tag line="394" name="return" description="" type="bool">
|
6571 |
-
<type by_reference="false">bool</type>
|
6572 |
-
</tag>
|
6573 |
-
</docblock>
|
6574 |
-
</method>
|
6575 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="418" package="Media Library Assistant">
|
6576 |
-
<name>column_default</name>
|
6577 |
-
<full_name>column_default</full_name>
|
6578 |
-
<docblock line="405">
|
6579 |
-
<description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
|
6580 |
-
<long-description><![CDATA[<p>Called when the parent class can't find a method specifically built for a given column.
|
6581 |
-
The taxonomy and custom field columns are handled here. All other columns should have
|
6582 |
-
a specific method, so this function returns a troubleshooting message.</p>]]></long-description>
|
6583 |
-
<tag line="405" name="since" description="0.1"/>
|
6584 |
-
<tag line="405" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
|
6585 |
-
<type by_reference="false">array</type>
|
6586 |
-
</tag>
|
6587 |
-
<tag line="405" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
|
6588 |
-
<type by_reference="false">array</type>
|
6589 |
-
</tag>
|
6590 |
-
<tag line="405" name="return" description="Text or HTML to be placed inside the column" type="string">
|
6591 |
-
<type by_reference="false">string</type>
|
6592 |
-
</tag>
|
6593 |
-
</docblock>
|
6594 |
-
<argument line="418">
|
6595 |
-
<name>$item</name>
|
6596 |
-
<default><![CDATA[]]></default>
|
6597 |
-
<type/>
|
6598 |
-
</argument>
|
6599 |
-
<argument line="418">
|
6600 |
-
<name>$column_name</name>
|
6601 |
-
<default><![CDATA[]]></default>
|
6602 |
-
<type/>
|
6603 |
-
</argument>
|
6604 |
-
</method>
|
6605 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="508" package="Media Library Assistant">
|
6606 |
-
<name>column_cb</name>
|
6607 |
-
<full_name>column_cb</full_name>
|
6608 |
-
<docblock line="499">
|
6609 |
-
<description><![CDATA[Displays checkboxes for using bulk actions.]]></description>
|
6610 |
-
<long-description><![CDATA[<p>The 'cb' column
|
6611 |
-
is given special treatment when columns are processed.</p>]]></long-description>
|
6612 |
-
<tag line="499" name="since" description="0.1"/>
|
6613 |
-
<tag line="499" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6614 |
-
<type by_reference="false">array</type>
|
6615 |
-
</tag>
|
6616 |
-
<tag line="499" name="return" description="HTML markup to be placed inside the column" type="string">
|
6617 |
-
<type by_reference="false">string</type>
|
6618 |
-
</tag>
|
6619 |
-
</docblock>
|
6620 |
-
<argument line="508">
|
6621 |
-
<name>$item</name>
|
6622 |
-
<default><![CDATA[]]></default>
|
6623 |
-
<type/>
|
6624 |
-
</argument>
|
6625 |
-
</method>
|
6626 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="523" package="Media Library Assistant">
|
6627 |
-
<name>column_icon</name>
|
6628 |
-
<full_name>column_icon</full_name>
|
6629 |
-
<docblock line="515">
|
6630 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6631 |
-
<long-description><![CDATA[]]></long-description>
|
6632 |
-
<tag line="515" name="since" description="0.1"/>
|
6633 |
-
<tag line="515" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6634 |
-
<type by_reference="false">array</type>
|
6635 |
-
</tag>
|
6636 |
-
<tag line="515" name="return" description="HTML markup to be placed inside the column" type="string">
|
6637 |
-
<type by_reference="false">string</type>
|
6638 |
-
</tag>
|
6639 |
-
</docblock>
|
6640 |
-
<argument line="523">
|
6641 |
-
<name>$item</name>
|
6642 |
-
<default><![CDATA[]]></default>
|
6643 |
-
<type/>
|
6644 |
-
</argument>
|
6645 |
-
</method>
|
6646 |
-
<method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="552" package="Media Library Assistant">
|
6647 |
-
<name>_format_post_status</name>
|
6648 |
-
<full_name>_format_post_status</full_name>
|
6649 |
-
<docblock line="543">
|
6650 |
-
<description><![CDATA[Translate post_status 'future', 'pending', 'draft' and 'trash' to label]]></description>
|
6651 |
-
<long-description><![CDATA[]]></long-description>
|
6652 |
-
<tag line="543" name="since" description="2.01"/>
|
6653 |
-
<tag line="543" name="param" description="post_status" type="string" variable="$post_status">
|
6654 |
-
<type by_reference="false">string</type>
|
6655 |
-
</tag>
|
6656 |
-
<tag line="543" name="return" description="Status label or empty string" type="string">
|
6657 |
-
<type by_reference="false">string</type>
|
6658 |
-
</tag>
|
6659 |
-
</docblock>
|
6660 |
-
<argument line="552">
|
6661 |
-
<name>$post_status</name>
|
6662 |
-
<default><![CDATA[]]></default>
|
6663 |
-
<type/>
|
6664 |
-
</argument>
|
6665 |
-
</method>
|
6666 |
-
<method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="582" package="Media Library Assistant">
|
6667 |
-
<name>get_default_primary_column_name</name>
|
6668 |
-
<full_name>get_default_primary_column_name</full_name>
|
6669 |
-
<docblock line="574">
|
6670 |
-
<description><![CDATA[Get the name of the default primary column.]]></description>
|
6671 |
-
<long-description><![CDATA[]]></long-description>
|
6672 |
-
<tag line="574" name="since" description="2.13"/>
|
6673 |
-
<tag line="574" name="access" description="protected"/>
|
6674 |
-
<tag line="574" name="return" description="Name of the default primary column" type="string">
|
6675 |
-
<type by_reference="false">string</type>
|
6676 |
-
</tag>
|
6677 |
-
</docblock>
|
6678 |
-
</method>
|
6679 |
-
<method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="617" package="Media Library Assistant">
|
6680 |
-
<name>handle_row_actions</name>
|
6681 |
-
<full_name>handle_row_actions</full_name>
|
6682 |
-
<docblock line="606">
|
6683 |
-
<description><![CDATA[Generate and display row actions links.]]></description>
|
6684 |
-
<long-description><![CDATA[]]></long-description>
|
6685 |
-
<tag line="606" name="since" description="2.13"/>
|
6686 |
-
<tag line="606" name="access" description="protected"/>
|
6687 |
-
<tag line="606" name="param" description="Attachment being acted upon." type="object" variable="$item">
|
6688 |
-
<type by_reference="false">object</type>
|
6689 |
-
</tag>
|
6690 |
-
<tag line="606" name="param" description="Current column name." type="string" variable="$column_name">
|
6691 |
-
<type by_reference="false">string</type>
|
6692 |
-
</tag>
|
6693 |
-
<tag line="606" name="param" description="Primary column name." type="string" variable="$primary">
|
6694 |
-
<type by_reference="false">string</type>
|
6695 |
-
</tag>
|
6696 |
-
<tag line="606" name="return" description="Row actions output for media attachments." type="string">
|
6697 |
-
<type by_reference="false">string</type>
|
6698 |
-
</tag>
|
6699 |
-
</docblock>
|
6700 |
-
<argument line="617">
|
6701 |
-
<name>$item</name>
|
6702 |
-
<default><![CDATA[]]></default>
|
6703 |
-
<type/>
|
6704 |
-
</argument>
|
6705 |
-
<argument line="617">
|
6706 |
-
<name>$column_name</name>
|
6707 |
-
<default><![CDATA[]]></default>
|
6708 |
-
<type/>
|
6709 |
-
</argument>
|
6710 |
-
<argument line="617">
|
6711 |
-
<name>$primary</name>
|
6712 |
-
<default><![CDATA[]]></default>
|
6713 |
-
<type/>
|
6714 |
-
</argument>
|
6715 |
-
</method>
|
6716 |
-
<method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="638" package="Media Library Assistant">
|
6717 |
-
<name>_build_rollover_actions</name>
|
6718 |
-
<full_name>_build_rollover_actions</full_name>
|
6719 |
-
<docblock line="627">
|
6720 |
-
<description><![CDATA[Add rollover actions to the current primary column, one of:
|
6721 |
-
'ID_parent', 'title_name', 'post_title', 'post_name']]></description>
|
6722 |
-
<long-description><![CDATA[]]></long-description>
|
6723 |
-
<tag line="627" name="since" description="0.1"/>
|
6724 |
-
<tag line="627" name="param" description="A singular attachment (post) object" type="object" variable="$item">
|
6725 |
-
<type by_reference="false">object</type>
|
6726 |
-
</tag>
|
6727 |
-
<tag line="627" name="param" description="Current column name" type="string" variable="$column">
|
6728 |
-
<type by_reference="false">string</type>
|
6729 |
-
</tag>
|
6730 |
-
<tag line="627" name="return" description="Names and URLs of row-level actions" type="array">
|
6731 |
-
<type by_reference="false">array</type>
|
6732 |
-
</tag>
|
6733 |
-
</docblock>
|
6734 |
-
<argument line="638">
|
6735 |
-
<name>$item</name>
|
6736 |
-
<default><![CDATA[]]></default>
|
6737 |
-
<type/>
|
6738 |
-
</argument>
|
6739 |
-
<argument line="638">
|
6740 |
-
<name>$column</name>
|
6741 |
-
<default><![CDATA[]]></default>
|
6742 |
-
<type/>
|
6743 |
-
</argument>
|
6744 |
-
</method>
|
6745 |
-
<method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="710" package="Media Library Assistant">
|
6746 |
-
<name>_build_item_thumbnail</name>
|
6747 |
-
<full_name>_build_item_thumbnail</full_name>
|
6748 |
-
<docblock line="701">
|
6749 |
-
<description><![CDATA[Generate item thumbnail image tag]]></description>
|
6750 |
-
<long-description><![CDATA[]]></long-description>
|
6751 |
-
<tag line="701" name="since" description="2.15"/>
|
6752 |
-
<tag line="701" name="param" description="A singular attachment (post) object" type="object" variable="$item">
|
6753 |
-
<type by_reference="false">object</type>
|
6754 |
-
</tag>
|
6755 |
-
<tag line="701" name="return" description="HTML <img> for thumbnail" type="string">
|
6756 |
-
<type by_reference="false">string</type>
|
6757 |
-
</tag>
|
6758 |
-
</docblock>
|
6759 |
-
<argument line="710">
|
6760 |
-
<name>$item</name>
|
6761 |
-
<default><![CDATA[]]></default>
|
6762 |
-
<type/>
|
6763 |
-
</argument>
|
6764 |
-
</method>
|
6765 |
-
<method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="764" package="Media Library Assistant">
|
6766 |
-
<name>_build_inline_data</name>
|
6767 |
-
<full_name>_build_inline_data</full_name>
|
6768 |
-
<docblock line="755">
|
6769 |
-
<description><![CDATA[Add hidden fields with the data for use in the inline editor]]></description>
|
6770 |
-
<long-description><![CDATA[]]></long-description>
|
6771 |
-
<tag line="755" name="since" description="0.20"/>
|
6772 |
-
<tag line="755" name="param" description="A singular attachment (post) object" type="object" variable="$item">
|
6773 |
-
<type by_reference="false">object</type>
|
6774 |
-
</tag>
|
6775 |
-
<tag line="755" name="return" description="HTML <div> with row data" type="string">
|
6776 |
-
<type by_reference="false">string</type>
|
6777 |
-
</tag>
|
6778 |
-
</docblock>
|
6779 |
-
<argument line="764">
|
6780 |
-
<name>$item</name>
|
6781 |
-
<default><![CDATA[]]></default>
|
6782 |
-
<type/>
|
6783 |
-
</argument>
|
6784 |
-
</method>
|
6785 |
-
<method final="false" abstract="false" static="false" visibility="protected" namespace="global" line="865" package="Media Library Assistant">
|
6786 |
-
<name>_handle_primary_column</name>
|
6787 |
-
<full_name>_handle_primary_column</full_name>
|
6788 |
-
<docblock line="850">
|
6789 |
-
<description><![CDATA[Format primary column before/after Wordpress v4.3]]></description>
|
6790 |
-
<long-description><![CDATA[<p>For WordPress before 4.3, add rollover actions and inline_data to the
|
6791 |
-
first visible column. For 4.3 and later, merge the icon with the primary
|
6792 |
-
visible column and add div tags.</p>]]></long-description>
|
6793 |
-
<tag line="850" name="since" description="2.13"/>
|
6794 |
-
<tag line="850" name="param" description="A singular attachment (post) object" type="object" variable="$item">
|
6795 |
-
<type by_reference="false">object</type>
|
6796 |
-
</tag>
|
6797 |
-
<tag line="850" name="param" description="Current column name" type="string" variable="$column_name">
|
6798 |
-
<type by_reference="false">string</type>
|
6799 |
-
</tag>
|
6800 |
-
<tag line="850" name="param" description="Current column contents" type="string" variable="$column_content">
|
6801 |
-
<type by_reference="false">string</type>
|
6802 |
-
</tag>
|
6803 |
-
<tag line="850" name="return" description="Complete column content" type="string">
|
6804 |
-
<type by_reference="false">string</type>
|
6805 |
-
</tag>
|
6806 |
-
</docblock>
|
6807 |
-
<argument line="865">
|
6808 |
-
<name>$item</name>
|
6809 |
-
<default><![CDATA[]]></default>
|
6810 |
-
<type/>
|
6811 |
-
</argument>
|
6812 |
-
<argument line="865">
|
6813 |
-
<name>$column_name</name>
|
6814 |
-
<default><![CDATA[]]></default>
|
6815 |
-
<type/>
|
6816 |
-
</argument>
|
6817 |
-
<argument line="865">
|
6818 |
-
<name>$column_content</name>
|
6819 |
-
<default><![CDATA[]]></default>
|
6820 |
-
<type/>
|
6821 |
-
</argument>
|
6822 |
-
</method>
|
6823 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="898" package="Media Library Assistant">
|
6824 |
-
<name>column_ID_parent</name>
|
6825 |
-
<full_name>column_ID_parent</full_name>
|
6826 |
-
<docblock line="890">
|
6827 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6828 |
-
<long-description><![CDATA[]]></long-description>
|
6829 |
-
<tag line="890" name="since" description="0.1"/>
|
6830 |
-
<tag line="890" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6831 |
-
<type by_reference="false">array</type>
|
6832 |
-
</tag>
|
6833 |
-
<tag line="890" name="return" description="HTML markup to be placed inside the column" type="string">
|
6834 |
-
<type by_reference="false">string</type>
|
6835 |
-
</tag>
|
6836 |
-
</docblock>
|
6837 |
-
<argument line="898">
|
6838 |
-
<name>$item</name>
|
6839 |
-
<default><![CDATA[]]></default>
|
6840 |
-
<type/>
|
6841 |
-
</argument>
|
6842 |
-
</method>
|
6843 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="927" package="Media Library Assistant">
|
6844 |
-
<name>column_title_name</name>
|
6845 |
-
<full_name>column_title_name</full_name>
|
6846 |
-
<docblock line="919">
|
6847 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6848 |
-
<long-description><![CDATA[]]></long-description>
|
6849 |
-
<tag line="919" name="since" description="0.1"/>
|
6850 |
-
<tag line="919" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6851 |
-
<type by_reference="false">array</type>
|
6852 |
-
</tag>
|
6853 |
-
<tag line="919" name="return" description="HTML markup to be placed inside the column" type="string">
|
6854 |
-
<type by_reference="false">string</type>
|
6855 |
-
</tag>
|
6856 |
-
</docblock>
|
6857 |
-
<argument line="927">
|
6858 |
-
<name>$item</name>
|
6859 |
-
<default><![CDATA[]]></default>
|
6860 |
-
<type/>
|
6861 |
-
</argument>
|
6862 |
-
</method>
|
6863 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="945" package="Media Library Assistant">
|
6864 |
-
<name>column_post_title</name>
|
6865 |
-
<full_name>column_post_title</full_name>
|
6866 |
-
<docblock line="937">
|
6867 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6868 |
-
<long-description><![CDATA[]]></long-description>
|
6869 |
-
<tag line="937" name="since" description="0.1"/>
|
6870 |
-
<tag line="937" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6871 |
-
<type by_reference="false">array</type>
|
6872 |
-
</tag>
|
6873 |
-
<tag line="937" name="return" description="HTML markup to be placed inside the column" type="string">
|
6874 |
-
<type by_reference="false">string</type>
|
6875 |
-
</tag>
|
6876 |
-
</docblock>
|
6877 |
-
<argument line="945">
|
6878 |
-
<name>$item</name>
|
6879 |
-
<default><![CDATA[]]></default>
|
6880 |
-
<type/>
|
6881 |
-
</argument>
|
6882 |
-
</method>
|
6883 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="957" package="Media Library Assistant">
|
6884 |
-
<name>column_post_name</name>
|
6885 |
-
<full_name>column_post_name</full_name>
|
6886 |
-
<docblock line="949">
|
6887 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6888 |
-
<long-description><![CDATA[]]></long-description>
|
6889 |
-
<tag line="949" name="since" description="0.1"/>
|
6890 |
-
<tag line="949" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6891 |
-
<type by_reference="false">array</type>
|
6892 |
-
</tag>
|
6893 |
-
<tag line="949" name="return" description="HTML markup to be placed inside the column" type="string">
|
6894 |
-
<type by_reference="false">string</type>
|
6895 |
-
</tag>
|
6896 |
-
</docblock>
|
6897 |
-
<argument line="957">
|
6898 |
-
<name>$item</name>
|
6899 |
-
<default><![CDATA[]]></default>
|
6900 |
-
<type/>
|
6901 |
-
</argument>
|
6902 |
-
</method>
|
6903 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="969" package="Media Library Assistant">
|
6904 |
-
<name>column_parent</name>
|
6905 |
-
<full_name>column_parent</full_name>
|
6906 |
-
<docblock line="961">
|
6907 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6908 |
-
<long-description><![CDATA[]]></long-description>
|
6909 |
-
<tag line="961" name="since" description="0.1"/>
|
6910 |
-
<tag line="961" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6911 |
-
<type by_reference="false">array</type>
|
6912 |
-
</tag>
|
6913 |
-
<tag line="961" name="return" description="HTML markup to be placed inside the column" type="string">
|
6914 |
-
<type by_reference="false">string</type>
|
6915 |
-
</tag>
|
6916 |
-
</docblock>
|
6917 |
-
<argument line="969">
|
6918 |
-
<name>$item</name>
|
6919 |
-
<default><![CDATA[]]></default>
|
6920 |
-
<type/>
|
6921 |
-
</argument>
|
6922 |
-
</method>
|
6923 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="995" package="Media Library Assistant">
|
6924 |
-
<name>column_menu_order</name>
|
6925 |
-
<full_name>column_menu_order</full_name>
|
6926 |
-
<docblock line="987">
|
6927 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6928 |
-
<long-description><![CDATA[]]></long-description>
|
6929 |
-
<tag line="987" name="since" description="0.60"/>
|
6930 |
-
<tag line="987" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6931 |
-
<type by_reference="false">array</type>
|
6932 |
-
</tag>
|
6933 |
-
<tag line="987" name="return" description="HTML markup to be placed inside the column" type="string">
|
6934 |
-
<type by_reference="false">string</type>
|
6935 |
-
</tag>
|
6936 |
-
</docblock>
|
6937 |
-
<argument line="995">
|
6938 |
-
<name>$item</name>
|
6939 |
-
<default><![CDATA[]]></default>
|
6940 |
-
<type/>
|
6941 |
-
</argument>
|
6942 |
-
</method>
|
6943 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1007" package="Media Library Assistant">
|
6944 |
-
<name>column_featured</name>
|
6945 |
-
<full_name>column_featured</full_name>
|
6946 |
-
<docblock line="999">
|
6947 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6948 |
-
<long-description><![CDATA[]]></long-description>
|
6949 |
-
<tag line="999" name="since" description="0.1"/>
|
6950 |
-
<tag line="999" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6951 |
-
<type by_reference="false">array</type>
|
6952 |
-
</tag>
|
6953 |
-
<tag line="999" name="return" description="HTML markup to be placed inside the column" type="string">
|
6954 |
-
<type by_reference="false">string</type>
|
6955 |
-
</tag>
|
6956 |
-
</docblock>
|
6957 |
-
<argument line="1007">
|
6958 |
-
<name>$item</name>
|
6959 |
-
<default><![CDATA[]]></default>
|
6960 |
-
<type/>
|
6961 |
-
</argument>
|
6962 |
-
</method>
|
6963 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1052" package="Media Library Assistant">
|
6964 |
-
<name>column_inserted</name>
|
6965 |
-
<full_name>column_inserted</full_name>
|
6966 |
-
<docblock line="1044">
|
6967 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6968 |
-
<long-description><![CDATA[]]></long-description>
|
6969 |
-
<tag line="1044" name="since" description="0.1"/>
|
6970 |
-
<tag line="1044" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6971 |
-
<type by_reference="false">array</type>
|
6972 |
-
</tag>
|
6973 |
-
<tag line="1044" name="return" description="HTML markup to be placed inside the column" type="string">
|
6974 |
-
<type by_reference="false">string</type>
|
6975 |
-
</tag>
|
6976 |
-
</docblock>
|
6977 |
-
<argument line="1052">
|
6978 |
-
<name>$item</name>
|
6979 |
-
<default><![CDATA[]]></default>
|
6980 |
-
<type/>
|
6981 |
-
</argument>
|
6982 |
-
</method>
|
6983 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1102" package="Media Library Assistant">
|
6984 |
-
<name>column_galleries</name>
|
6985 |
-
<full_name>column_galleries</full_name>
|
6986 |
-
<docblock line="1094">
|
6987 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
6988 |
-
<long-description><![CDATA[]]></long-description>
|
6989 |
-
<tag line="1094" name="since" description="0.70"/>
|
6990 |
-
<tag line="1094" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
6991 |
-
<type by_reference="false">array</type>
|
6992 |
-
</tag>
|
6993 |
-
<tag line="1094" name="return" description="HTML markup to be placed inside the column" type="string">
|
6994 |
-
<type by_reference="false">string</type>
|
6995 |
-
</tag>
|
6996 |
-
</docblock>
|
6997 |
-
<argument line="1102">
|
6998 |
-
<name>$item</name>
|
6999 |
-
<default><![CDATA[]]></default>
|
7000 |
-
<type/>
|
7001 |
-
</argument>
|
7002 |
-
</method>
|
7003 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1147" package="Media Library Assistant">
|
7004 |
-
<name>column_mla_galleries</name>
|
7005 |
-
<full_name>column_mla_galleries</full_name>
|
7006 |
-
<docblock line="1139">
|
7007 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7008 |
-
<long-description><![CDATA[]]></long-description>
|
7009 |
-
<tag line="1139" name="since" description="0.70"/>
|
7010 |
-
<tag line="1139" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7011 |
-
<type by_reference="false">array</type>
|
7012 |
-
</tag>
|
7013 |
-
<tag line="1139" name="return" description="HTML markup to be placed inside the column" type="string">
|
7014 |
-
<type by_reference="false">string</type>
|
7015 |
-
</tag>
|
7016 |
-
</docblock>
|
7017 |
-
<argument line="1147">
|
7018 |
-
<name>$item</name>
|
7019 |
-
<default><![CDATA[]]></default>
|
7020 |
-
<type/>
|
7021 |
-
</argument>
|
7022 |
-
</method>
|
7023 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1192" package="Media Library Assistant">
|
7024 |
-
<name>column_alt_text</name>
|
7025 |
-
<full_name>column_alt_text</full_name>
|
7026 |
-
<docblock line="1184">
|
7027 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7028 |
-
<long-description><![CDATA[]]></long-description>
|
7029 |
-
<tag line="1184" name="since" description="0.1"/>
|
7030 |
-
<tag line="1184" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7031 |
-
<type by_reference="false">array</type>
|
7032 |
-
</tag>
|
7033 |
-
<tag line="1184" name="return" description="HTML markup to be placed inside the column" type="string">
|
7034 |
-
<type by_reference="false">string</type>
|
7035 |
-
</tag>
|
7036 |
-
</docblock>
|
7037 |
-
<argument line="1192">
|
7038 |
-
<name>$item</name>
|
7039 |
-
<default><![CDATA[]]></default>
|
7040 |
-
<type/>
|
7041 |
-
</argument>
|
7042 |
-
</method>
|
7043 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1219" package="Media Library Assistant">
|
7044 |
-
<name>column_caption</name>
|
7045 |
-
<full_name>column_caption</full_name>
|
7046 |
-
<docblock line="1211">
|
7047 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7048 |
-
<long-description><![CDATA[]]></long-description>
|
7049 |
-
<tag line="1211" name="since" description="0.1"/>
|
7050 |
-
<tag line="1211" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7051 |
-
<type by_reference="false">array</type>
|
7052 |
-
</tag>
|
7053 |
-
<tag line="1211" name="return" description="HTML markup to be placed inside the column" type="string">
|
7054 |
-
<type by_reference="false">string</type>
|
7055 |
-
</tag>
|
7056 |
-
</docblock>
|
7057 |
-
<argument line="1219">
|
7058 |
-
<name>$item</name>
|
7059 |
-
<default><![CDATA[]]></default>
|
7060 |
-
<type/>
|
7061 |
-
</argument>
|
7062 |
-
</method>
|
7063 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1231" package="Media Library Assistant">
|
7064 |
-
<name>column_description</name>
|
7065 |
-
<full_name>column_description</full_name>
|
7066 |
-
<docblock line="1223">
|
7067 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7068 |
-
<long-description><![CDATA[]]></long-description>
|
7069 |
-
<tag line="1223" name="since" description="0.1"/>
|
7070 |
-
<tag line="1223" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7071 |
-
<type by_reference="false">array</type>
|
7072 |
-
</tag>
|
7073 |
-
<tag line="1223" name="return" description="HTML markup to be placed inside the column" type="string">
|
7074 |
-
<type by_reference="false">string</type>
|
7075 |
-
</tag>
|
7076 |
-
</docblock>
|
7077 |
-
<argument line="1231">
|
7078 |
-
<name>$item</name>
|
7079 |
-
<default><![CDATA[]]></default>
|
7080 |
-
<type/>
|
7081 |
-
</argument>
|
7082 |
-
</method>
|
7083 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1243" package="Media Library Assistant">
|
7084 |
-
<name>column_post_mime_type</name>
|
7085 |
-
<full_name>column_post_mime_type</full_name>
|
7086 |
-
<docblock line="1235">
|
7087 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7088 |
-
<long-description><![CDATA[]]></long-description>
|
7089 |
-
<tag line="1235" name="since" description="0.30"/>
|
7090 |
-
<tag line="1235" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7091 |
-
<type by_reference="false">array</type>
|
7092 |
-
</tag>
|
7093 |
-
<tag line="1235" name="return" description="HTML markup to be placed inside the column" type="string">
|
7094 |
-
<type by_reference="false">string</type>
|
7095 |
-
</tag>
|
7096 |
-
</docblock>
|
7097 |
-
<argument line="1243">
|
7098 |
-
<name>$item</name>
|
7099 |
-
<default><![CDATA[]]></default>
|
7100 |
-
<type/>
|
7101 |
-
</argument>
|
7102 |
-
</method>
|
7103 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1259" package="Media Library Assistant">
|
7104 |
-
<name>column_file_url</name>
|
7105 |
-
<full_name>column_file_url</full_name>
|
7106 |
-
<docblock line="1251">
|
7107 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7108 |
-
<long-description><![CDATA[]]></long-description>
|
7109 |
-
<tag line="1251" name="since" description="0.1"/>
|
7110 |
-
<tag line="1251" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7111 |
-
<type by_reference="false">array</type>
|
7112 |
-
</tag>
|
7113 |
-
<tag line="1251" name="return" description="HTML markup to be placed inside the column" type="string">
|
7114 |
-
<type by_reference="false">string</type>
|
7115 |
-
</tag>
|
7116 |
-
</docblock>
|
7117 |
-
<argument line="1259">
|
7118 |
-
<name>$item</name>
|
7119 |
-
<default><![CDATA[]]></default>
|
7120 |
-
<type/>
|
7121 |
-
</argument>
|
7122 |
-
</method>
|
7123 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1273" package="Media Library Assistant">
|
7124 |
-
<name>column_base_file</name>
|
7125 |
-
<full_name>column_base_file</full_name>
|
7126 |
-
<docblock line="1265">
|
7127 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7128 |
-
<long-description><![CDATA[]]></long-description>
|
7129 |
-
<tag line="1265" name="since" description="0.1"/>
|
7130 |
-
<tag line="1265" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7131 |
-
<type by_reference="false">array</type>
|
7132 |
-
</tag>
|
7133 |
-
<tag line="1265" name="return" description="HTML markup to be placed inside the column" type="string">
|
7134 |
-
<type by_reference="false">string</type>
|
7135 |
-
</tag>
|
7136 |
-
</docblock>
|
7137 |
-
<argument line="1273">
|
7138 |
-
<name>$item</name>
|
7139 |
-
<default><![CDATA[]]></default>
|
7140 |
-
<type/>
|
7141 |
-
</argument>
|
7142 |
-
</method>
|
7143 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1292" package="Media Library Assistant">
|
7144 |
-
<name>column_date</name>
|
7145 |
-
<full_name>column_date</full_name>
|
7146 |
-
<docblock line="1284">
|
7147 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7148 |
-
<long-description><![CDATA[]]></long-description>
|
7149 |
-
<tag line="1284" name="since" description="0.1"/>
|
7150 |
-
<tag line="1284" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7151 |
-
<type by_reference="false">array</type>
|
7152 |
-
</tag>
|
7153 |
-
<tag line="1284" name="return" description="HTML markup to be placed inside the column" type="string">
|
7154 |
-
<type by_reference="false">string</type>
|
7155 |
-
</tag>
|
7156 |
-
</docblock>
|
7157 |
-
<argument line="1292">
|
7158 |
-
<name>$item</name>
|
7159 |
-
<default><![CDATA[]]></default>
|
7160 |
-
<type/>
|
7161 |
-
</argument>
|
7162 |
-
</method>
|
7163 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1327" package="Media Library Assistant">
|
7164 |
-
<name>column_modified</name>
|
7165 |
-
<full_name>column_modified</full_name>
|
7166 |
-
<docblock line="1319">
|
7167 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7168 |
-
<long-description><![CDATA[]]></long-description>
|
7169 |
-
<tag line="1319" name="since" description="0.30"/>
|
7170 |
-
<tag line="1319" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7171 |
-
<type by_reference="false">array</type>
|
7172 |
-
</tag>
|
7173 |
-
<tag line="1319" name="return" description="HTML markup to be placed inside the column" type="string">
|
7174 |
-
<type by_reference="false">string</type>
|
7175 |
-
</tag>
|
7176 |
-
</docblock>
|
7177 |
-
<argument line="1327">
|
7178 |
-
<name>$item</name>
|
7179 |
-
<default><![CDATA[]]></default>
|
7180 |
-
<type/>
|
7181 |
-
</argument>
|
7182 |
-
</method>
|
7183 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1356" package="Media Library Assistant">
|
7184 |
-
<name>column_author</name>
|
7185 |
-
<full_name>column_author</full_name>
|
7186 |
-
<docblock line="1348">
|
7187 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7188 |
-
<long-description><![CDATA[]]></long-description>
|
7189 |
-
<tag line="1348" name="since" description="0.30"/>
|
7190 |
-
<tag line="1348" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7191 |
-
<type by_reference="false">array</type>
|
7192 |
-
</tag>
|
7193 |
-
<tag line="1348" name="return" description="HTML markup to be placed inside the column" type="string">
|
7194 |
-
<type by_reference="false">string</type>
|
7195 |
-
</tag>
|
7196 |
-
</docblock>
|
7197 |
-
<argument line="1356">
|
7198 |
-
<name>$item</name>
|
7199 |
-
<default><![CDATA[]]></default>
|
7200 |
-
<type/>
|
7201 |
-
</argument>
|
7202 |
-
</method>
|
7203 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1378" package="Media Library Assistant">
|
7204 |
-
<name>column_attached_to</name>
|
7205 |
-
<full_name>column_attached_to</full_name>
|
7206 |
-
<docblock line="1370">
|
7207 |
-
<description><![CDATA[Supply the content for a custom column]]></description>
|
7208 |
-
<long-description><![CDATA[]]></long-description>
|
7209 |
-
<tag line="1370" name="since" description="0.1"/>
|
7210 |
-
<tag line="1370" name="param" description="A singular attachment (post) object" type="array" variable="$item">
|
7211 |
-
<type by_reference="false">array</type>
|
7212 |
-
</tag>
|
7213 |
-
<tag line="1370" name="return" description="HTML markup to be placed inside the column" type="string">
|
7214 |
-
<type by_reference="false">string</type>
|
7215 |
-
</tag>
|
7216 |
-
</docblock>
|
7217 |
-
<argument line="1378">
|
7218 |
-
<name>$item</name>
|
7219 |
-
<default><![CDATA[]]></default>
|
7220 |
-
<type/>
|
7221 |
-
</argument>
|
7222 |
-
</method>
|
7223 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1414" package="Media Library Assistant">
|
7224 |
-
<name>pagination</name>
|
7225 |
-
<full_name>pagination</full_name>
|
7226 |
-
<docblock line="1407">
|
7227 |
-
<description><![CDATA[Display the pagination, adding view, search and filter arguments]]></description>
|
7228 |
-
<long-description><![CDATA[]]></long-description>
|
7229 |
-
<tag line="1407" name="since" description="1.42"/>
|
7230 |
-
<tag line="1407" name="param" description="'top' | 'bottom'" type="string" variable="$which">
|
7231 |
-
<type by_reference="false">string</type>
|
7232 |
-
</tag>
|
7233 |
-
</docblock>
|
7234 |
-
<argument line="1414">
|
7235 |
-
<name>$which</name>
|
7236 |
-
<default><![CDATA[]]></default>
|
7237 |
-
<type/>
|
7238 |
-
</argument>
|
7239 |
-
</method>
|
7240 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1428" package="Media Library Assistant">
|
7241 |
-
<name>get_columns</name>
|
7242 |
-
<full_name>get_columns</full_name>
|
7243 |
-
<docblock line="1421">
|
7244 |
-
<description><![CDATA[This method dictates the table's columns and titles]]></description>
|
7245 |
-
<long-description><![CDATA[]]></long-description>
|
7246 |
-
<tag line="1421" name="since" description="0.1"/>
|
7247 |
-
<tag line="1421" name="return" description="Column information: 'slugs'=>'Visible Titles'" type="array">
|
7248 |
-
<type by_reference="false">array</type>
|
7249 |
-
</tag>
|
7250 |
-
</docblock>
|
7251 |
-
</method>
|
7252 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1440" package="Media Library Assistant">
|
7253 |
-
<name>get_hidden_columns</name>
|
7254 |
-
<full_name>get_hidden_columns</full_name>
|
7255 |
-
<docblock line="1432">
|
7256 |
-
<description><![CDATA[Returns the list of currently hidden columns from a user option or
|
7257 |
-
from default values if the option is not set]]></description>
|
7258 |
-
<long-description><![CDATA[]]></long-description>
|
7259 |
-
<tag line="1432" name="since" description="0.1"/>
|
7260 |
-
<tag line="1432" name="return" description="Column information,e.g., array(0 => 'ID_parent, 1 => 'title_name')" type="array">
|
7261 |
-
<type by_reference="false">array</type>
|
7262 |
-
</tag>
|
7263 |
-
</docblock>
|
7264 |
-
</method>
|
7265 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1465" package="Media Library Assistant">
|
7266 |
-
<name>get_sortable_columns</name>
|
7267 |
-
<full_name>get_sortable_columns</full_name>
|
7268 |
-
<docblock line="1456">
|
7269 |
-
<description><![CDATA[Returns an array where the key is the column that needs to be sortable
|
7270 |
-
and the value is db column (or other criteria) to sort by.]]></description>
|
7271 |
-
<long-description><![CDATA[]]></long-description>
|
7272 |
-
<tag line="1456" name="since" description="0.1"/>
|
7273 |
-
<tag line="1456" name="return" description="Sortable column information,e.g., 'slug' => array('data_value', (boolean) initial_descending )" type="array">
|
7274 |
-
<type by_reference="false">array</type>
|
7275 |
-
</tag>
|
7276 |
-
</docblock>
|
7277 |
-
</method>
|
7278 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1476" package="Media Library Assistant">
|
7279 |
-
<name>print_column_headers</name>
|
7280 |
-
<full_name>print_column_headers</full_name>
|
7281 |
-
<docblock line="1469">
|
7282 |
-
<description><![CDATA[Print column headers, adding view, search and filter arguments]]></description>
|
7283 |
-
<long-description><![CDATA[]]></long-description>
|
7284 |
-
<tag line="1469" name="since" description="1.42"/>
|
7285 |
-
<tag line="1469" name="param" description="Whether to set the id attribute or not" type="bool" variable="$with_id">
|
7286 |
-
<type by_reference="false">bool</type>
|
7287 |
-
</tag>
|
7288 |
-
</docblock>
|
7289 |
-
<argument line="1476">
|
7290 |
-
<name>$with_id</name>
|
7291 |
-
<default><![CDATA[true]]></default>
|
7292 |
-
<type/>
|
7293 |
-
</argument>
|
7294 |
-
</method>
|
7295 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1493" package="Media Library Assistant">
|
7296 |
-
<name>mla_get_view</name>
|
7297 |
-
<full_name>mla_get_view</full_name>
|
7298 |
-
<docblock line="1483">
|
7299 |
-
<description><![CDATA[Wrapper for _get_view; returns HTML markup for one view that can be used with this table]]></description>
|
7300 |
-
<long-description><![CDATA[]]></long-description>
|
7301 |
-
<tag line="1483" name="since" description="2.11"/>
|
7302 |
-
<tag line="1483" name="param" description="View slug, key to MLA_POST_MIME_TYPES array" type="string" variable="$view_slug">
|
7303 |
-
<type by_reference="false">string</type>
|
7304 |
-
</tag>
|
7305 |
-
<tag line="1483" name="param" description="Slug for current view" type="string" variable="$current_view">
|
7306 |
-
<type by_reference="false">string</type>
|
7307 |
-
</tag>
|
7308 |
-
<tag line="1483" name="return" description="| false HTML for link to display the view, false if count = zero" type="string">
|
7309 |
-
<type by_reference="false">string</type>
|
7310 |
-
</tag>
|
7311 |
-
</docblock>
|
7312 |
-
<argument line="1493">
|
7313 |
-
<name>$view_slug</name>
|
7314 |
-
<default><![CDATA[]]></default>
|
7315 |
-
<type/>
|
7316 |
-
</argument>
|
7317 |
-
<argument line="1493">
|
7318 |
-
<name>$current_view</name>
|
7319 |
-
<default><![CDATA[]]></default>
|
7320 |
-
<type/>
|
7321 |
-
</argument>
|
7322 |
-
</method>
|
7323 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1507" package="Media Library Assistant">
|
7324 |
-
<name>_get_view</name>
|
7325 |
-
<full_name>_get_view</full_name>
|
7326 |
-
<docblock line="1497">
|
7327 |
-
<description><![CDATA[Returns HTML markup for one view that can be used with this table]]></description>
|
7328 |
-
<long-description><![CDATA[]]></long-description>
|
7329 |
-
<tag line="1497" name="since" description="1.40"/>
|
7330 |
-
<tag line="1497" name="param" description="View slug, key to MLA_POST_MIME_TYPES array" type="string" variable="$view_slug">
|
7331 |
-
<type by_reference="false">string</type>
|
7332 |
-
</tag>
|
7333 |
-
<tag line="1497" name="param" description="Slug for current view" type="string" variable="$current_view">
|
7334 |
-
<type by_reference="false">string</type>
|
7335 |
-
</tag>
|
7336 |
-
<tag line="1497" name="return" description="| false HTML for link to display the view, false if count = zero" type="string">
|
7337 |
-
<type by_reference="false">string</type>
|
7338 |
-
</tag>
|
7339 |
-
</docblock>
|
7340 |
-
<argument line="1507">
|
7341 |
-
<name>$view_slug</name>
|
7342 |
-
<default><![CDATA[]]></default>
|
7343 |
-
<type/>
|
7344 |
-
</argument>
|
7345 |
-
<argument line="1507">
|
7346 |
-
<name>$current_view</name>
|
7347 |
-
<default><![CDATA[]]></default>
|
7348 |
-
<type/>
|
7349 |
-
</argument>
|
7350 |
-
</method>
|
7351 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1637" package="Media Library Assistant">
|
7352 |
-
<name>get_views</name>
|
7353 |
-
<full_name>get_views</full_name>
|
7354 |
-
<docblock line="1629">
|
7355 |
-
<description><![CDATA[Returns an associative array listing all the views that can be used with this table.]]></description>
|
7356 |
-
<long-description><![CDATA[<p>These are listed across the top of the page and managed by WordPress.</p>]]></long-description>
|
7357 |
-
<tag line="1629" name="since" description="0.1"/>
|
7358 |
-
<tag line="1629" name="return" description="View information,e.g., array ( id => link )" type="array">
|
7359 |
-
<type by_reference="false">array</type>
|
7360 |
-
</tag>
|
7361 |
-
</docblock>
|
7362 |
-
</method>
|
7363 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1690" package="Media Library Assistant">
|
7364 |
-
<name>get_bulk_actions</name>
|
7365 |
-
<full_name>get_bulk_actions</full_name>
|
7366 |
-
<docblock line="1682">
|
7367 |
-
<description><![CDATA[Get an associative array ( option_name => option_title ) with the list
|
7368 |
-
of bulk actions available on this table.]]></description>
|
7369 |
-
<long-description><![CDATA[]]></long-description>
|
7370 |
-
<tag line="1682" name="since" description="0.1"/>
|
7371 |
-
<tag line="1682" name="return" description="Contains all the bulk actions: 'slugs'=>'Visible Titles'" type="array">
|
7372 |
-
<type by_reference="false">array</type>
|
7373 |
-
</tag>
|
7374 |
-
</docblock>
|
7375 |
-
</method>
|
7376 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1720" package="Media Library Assistant">
|
7377 |
-
<name>extra_tablenav</name>
|
7378 |
-
<full_name>extra_tablenav</full_name>
|
7379 |
-
<docblock line="1709">
|
7380 |
-
<description><![CDATA[Extra controls to be displayed between bulk actions and pagination]]></description>
|
7381 |
-
<long-description><![CDATA[<p>Modeled after class-wp-posts-list-table.php in wp-admin/includes.</p>]]></long-description>
|
7382 |
-
<tag line="1709" name="since" description="0.1"/>
|
7383 |
-
<tag line="1709" name="param" description="'top' or 'bottom', i.e., above or below the table rows" type="string" variable="$which">
|
7384 |
-
<type by_reference="false">string</type>
|
7385 |
-
</tag>
|
7386 |
-
<tag line="1709" name="return" description="" type="void">
|
7387 |
-
<type by_reference="false">void</type>
|
7388 |
-
</tag>
|
7389 |
-
</docblock>
|
7390 |
-
<argument line="1720">
|
7391 |
-
<name>$which</name>
|
7392 |
-
<default><![CDATA[]]></default>
|
7393 |
-
<type/>
|
7394 |
-
</argument>
|
7395 |
-
</method>
|
7396 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1791" package="Media Library Assistant">
|
7397 |
-
<name>prepare_items</name>
|
7398 |
-
<full_name>prepare_items</full_name>
|
7399 |
-
<docblock line="1781">
|
7400 |
-
<description><![CDATA[Prepares the list of items for displaying]]></description>
|
7401 |
-
<long-description><![CDATA[<p>This is where you prepare your data for display. This method will usually
|
7402 |
-
be used to query the database, sort and filter the data, and generally
|
7403 |
-
get it ready to be displayed. At a minimum, we should set $this->items and
|
7404 |
-
$this->set_pagination_args().</p>]]></long-description>
|
7405 |
-
<tag line="1781" name="since" description="0.1"/>
|
7406 |
-
</docblock>
|
7407 |
-
</method>
|
7408 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="1846" package="Media Library Assistant">
|
7409 |
-
<name>single_row</name>
|
7410 |
-
<full_name>single_row</full_name>
|
7411 |
-
<docblock line="1837">
|
7412 |
-
<description><![CDATA[Generates (echoes) content for a single row of the table]]></description>
|
7413 |
-
<long-description><![CDATA[]]></long-description>
|
7414 |
-
<tag line="1837" name="since" description=".20"/>
|
7415 |
-
<tag line="1837" name="param" description="the current item" type="object" variable="$item">
|
7416 |
-
<type by_reference="false">object</type>
|
7417 |
-
</tag>
|
7418 |
-
<tag line="1837" name="return" description="Echoes the row HTML" type="void">
|
7419 |
-
<type by_reference="false">void</type>
|
7420 |
-
</tag>
|
7421 |
-
</docblock>
|
7422 |
-
<argument line="1846">
|
7423 |
-
<name>$item</name>
|
7424 |
-
<default><![CDATA[]]></default>
|
7425 |
-
<type/>
|
7426 |
-
</argument>
|
7427 |
-
</method>
|
7428 |
-
</class>
|
7429 |
-
</file>
|
7430 |
-
<file path="includes\class-mla-main.php" hash="26587fc1e219cf6c74daad47105fd87c" package="Media Library Assistant">
|
7431 |
-
<docblock line="2">
|
7432 |
-
<description><![CDATA[Top-level functions for the Media Library Assistant]]></description>
|
7433 |
-
<long-description><![CDATA[]]></long-description>
|
7434 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
7435 |
-
<tag line="2" name="since" description="0.1"/>
|
7436 |
-
</docblock>
|
7437 |
-
<include line="13" type="Require Once" package="Media Library Assistant">
|
7438 |
-
<name/>
|
7439 |
-
</include>
|
7440 |
-
<include line="166" type="Require Once" package="Media Library Assistant">
|
7441 |
-
<name/>
|
7442 |
-
</include>
|
7443 |
-
<include line="189" type="Require Once" package="Media Library Assistant">
|
7444 |
-
<name/>
|
7445 |
-
</include>
|
7446 |
-
<include line="202" type="Require Once" package="Media Library Assistant">
|
7447 |
-
<name/>
|
7448 |
-
</include>
|
7449 |
-
<include line="1620" type="Require Once" package="Media Library Assistant">
|
7450 |
-
<name/>
|
7451 |
-
</include>
|
7452 |
-
<class final="false" abstract="false" namespace="global" line="23" package="Media Library Assistant">
|
7453 |
-
<extends/>
|
7454 |
-
<name>MLA</name>
|
7455 |
-
<full_name>\MLA</full_name>
|
7456 |
-
<docblock line="16">
|
7457 |
-
<description><![CDATA[Class MLA (Media Library Assistant) provides several enhancements to the handling
|
7458 |
-
of images and files held in the WordPress Media Library.]]></description>
|
7459 |
-
<long-description><![CDATA[]]></long-description>
|
7460 |
-
<tag line="16" name="package" description="Media Library Assistant"/>
|
7461 |
-
<tag line="16" name="since" description="0.1"/>
|
7462 |
-
</docblock>
|
7463 |
-
<constant namespace="global" line="32" package="Media Library Assistant">
|
7464 |
-
<name>CURRENT_MLA_VERSION</name>
|
7465 |
-
<full_name>CURRENT_MLA_VERSION</full_name>
|
7466 |
-
<value><![CDATA['2.22']]></value>
|
7467 |
-
<docblock line="25">
|
7468 |
-
<description><![CDATA[Current version number]]></description>
|
7469 |
-
<long-description><![CDATA[]]></long-description>
|
7470 |
-
<tag line="25" name="since" description="0.1"/>
|
7471 |
-
<tag line="25" name="var" description="" type="string">
|
7472 |
-
<type by_reference="false">string</type>
|
7473 |
-
</tag>
|
7474 |
-
</docblock>
|
7475 |
-
</constant>
|
7476 |
-
<constant namespace="global" line="41" package="Media Library Assistant">
|
7477 |
-
<name>MLA_DEVELOPMENT_VERSION</name>
|
7478 |
-
<full_name>MLA_DEVELOPMENT_VERSION</full_name>
|
7479 |
-
<value><![CDATA['20160102']]></value>
|
7480 |
-
<docblock line="34">
|
7481 |
-
<description><![CDATA[Current date for Development Version, empty for production versions]]></description>
|
7482 |
-
<long-description><![CDATA[]]></long-description>
|
7483 |
-
<tag line="34" name="since" description="2.10"/>
|
7484 |
-
<tag line="34" name="var" description="" type="string">
|
7485 |
-
<type by_reference="false">string</type>
|
7486 |
-
</tag>
|
7487 |
-
</docblock>
|
7488 |
-
</constant>
|
7489 |
-
<constant namespace="global" line="50" package="Media Library Assistant">
|
7490 |
-
<name>STYLESHEET_SLUG</name>
|
7491 |
-
<full_name>STYLESHEET_SLUG</full_name>
|
7492 |
-
<value><![CDATA['mla-style']]></value>
|
7493 |
-
<docblock line="43">
|
7494 |
-
<description><![CDATA[Slug for registering and enqueueing plugin style sheet]]></description>
|
7495 |
-
<long-description><![CDATA[]]></long-description>
|
7496 |
-
<tag line="43" name="since" description="0.1"/>
|
7497 |
-
<tag line="43" name="var" description="" type="string">
|
7498 |
-
<type by_reference="false">string</type>
|
7499 |
-
</tag>
|
7500 |
-
</docblock>
|
7501 |
-
</constant>
|
7502 |
-
<constant namespace="global" line="59" package="Media Library Assistant">
|
7503 |
-
<name>JAVASCRIPT_INLINE_EDIT_OBJECT</name>
|
7504 |
-
<full_name>JAVASCRIPT_INLINE_EDIT_OBJECT</full_name>
|
7505 |
-
<value><![CDATA['mla_inline_edit_vars']]></value>
|
7506 |
-
<docblock line="52">
|
7507 |
-
<description><![CDATA[Object name for localizing JavaScript - MLA List Table]]></description>
|
7508 |
-
<long-description><![CDATA[]]></long-description>
|
7509 |
-
<tag line="52" name="since" description="0.20"/>
|
7510 |
-
<tag line="52" name="var" description="" type="string">
|
7511 |
-
<type by_reference="false">string</type>
|
7512 |
-
</tag>
|
7513 |
-
</docblock>
|
7514 |
-
</constant>
|
7515 |
-
<constant namespace="global" line="70" package="Media Library Assistant">
|
7516 |
-
<name>MLA_ADMIN_SINGLE_EDIT_DISPLAY</name>
|
7517 |
-
<full_name>MLA_ADMIN_SINGLE_EDIT_DISPLAY</full_name>
|
7518 |
-
<value><![CDATA['single_item_edit_display']]></value>
|
7519 |
-
<docblock line="61">
|
7520 |
-
<description><![CDATA[mla_admin_action value to display a single item for editing]]></description>
|
7521 |
-
<long-description><![CDATA[<p>Used by class-mla-view-list-table.php and class-mla-upload-list-table.php</p>]]></long-description>
|
7522 |
-
<tag line="61" name="since" description="0.1"/>
|
7523 |
-
<tag line="61" name="var" description="" type="string">
|
7524 |
-
<type by_reference="false">string</type>
|
7525 |
-
</tag>
|
7526 |
-
</docblock>
|
7527 |
-
</constant>
|
7528 |
-
<constant namespace="global" line="81" package="Media Library Assistant">
|
7529 |
-
<name>MLA_ADMIN_SINGLE_EDIT_UPDATE</name>
|
7530 |
-
<full_name>MLA_ADMIN_SINGLE_EDIT_UPDATE</full_name>
|
7531 |
-
<value><![CDATA['single_item_edit_update']]></value>
|
7532 |
-
<docblock line="72">
|
7533 |
-
<description><![CDATA[mla_admin_action value for updating a single item]]></description>
|
7534 |
-
<long-description><![CDATA[<p>Used by class-mla-view-list-table.php and class-mla-upload-list-table.php</p>]]></long-description>
|
7535 |
-
<tag line="72" name="since" description="0.1"/>
|
7536 |
-
<tag line="72" name="var" description="" type="string">
|
7537 |
-
<type by_reference="false">string</type>
|
7538 |
-
</tag>
|
7539 |
-
</docblock>
|
7540 |
-
</constant>
|
7541 |
-
<constant namespace="global" line="90" package="Media Library Assistant">
|
7542 |
-
<name>MLA_ADMIN_SINGLE_CUSTOM_FIELD_MAP</name>
|
7543 |
-
<full_name>MLA_ADMIN_SINGLE_CUSTOM_FIELD_MAP</full_name>
|
7544 |
-
<value><![CDATA['single_item_custom_field_map']]></value>
|
7545 |
-
<docblock line="83">
|
7546 |
-
<description><![CDATA[mla_admin_action value for mapping Custom Field metadata]]></description>
|
7547 |
-
<long-description><![CDATA[]]></long-description>
|
7548 |
-
<tag line="83" name="since" description="1.10"/>
|
7549 |
-
<tag line="83" name="var" description="" type="string">
|
7550 |
-
<type by_reference="false">string</type>
|
7551 |
-
</tag>
|
7552 |
-
</docblock>
|
7553 |
-
</constant>
|
7554 |
-
<constant namespace="global" line="99" package="Media Library Assistant">
|
7555 |
-
<name>MLA_ADMIN_SINGLE_MAP</name>
|
7556 |
-
<full_name>MLA_ADMIN_SINGLE_MAP</full_name>
|
7557 |
-
<value><![CDATA['single_item_map']]></value>
|
7558 |
-
<docblock line="92">
|
7559 |
-
<description><![CDATA[mla_admin_action value for mapping IPTC/EXIF metadata]]></description>
|
7560 |
-
<long-description><![CDATA[]]></long-description>
|
7561 |
-
<tag line="92" name="since" description="1.00"/>
|
7562 |
-
<tag line="92" name="var" description="" type="string">
|
7563 |
-
<type by_reference="false">string</type>
|
7564 |
-
</tag>
|
7565 |
-
</docblock>
|
7566 |
-
</constant>
|
7567 |
-
<constant namespace="global" line="108" package="Media Library Assistant">
|
7568 |
-
<name>MLA_ADMIN_SET_PARENT</name>
|
7569 |
-
<full_name>MLA_ADMIN_SET_PARENT</full_name>
|
7570 |
-
<value><![CDATA['set_parent']]></value>
|
7571 |
-
<docblock line="101">
|
7572 |
-
<description><![CDATA[mla_admin_action value for setting an item's parent object]]></description>
|
7573 |
-
<long-description><![CDATA[]]></long-description>
|
7574 |
-
<tag line="101" name="since" description="1.82"/>
|
7575 |
-
<tag line="101" name="var" description="" type="string">
|
7576 |
-
<type by_reference="false">string</type>
|
7577 |
-
</tag>
|
7578 |
-
</docblock>
|
7579 |
-
</constant>
|
7580 |
-
<constant namespace="global" line="117" package="Media Library Assistant">
|
7581 |
-
<name>MLA_ADMIN_TERMS_SEARCH</name>
|
7582 |
-
<full_name>MLA_ADMIN_TERMS_SEARCH</full_name>
|
7583 |
-
<value><![CDATA['terms_search']]></value>
|
7584 |
-
<docblock line="110">
|
7585 |
-
<description><![CDATA[mla_admin_action value for searching taxonomy terms]]></description>
|
7586 |
-
<long-description><![CDATA[]]></long-description>
|
7587 |
-
<tag line="110" name="since" description="1.90"/>
|
7588 |
-
<tag line="110" name="var" description="" type="string">
|
7589 |
-
<type by_reference="false">string</type>
|
7590 |
-
</tag>
|
7591 |
-
</docblock>
|
7592 |
-
</constant>
|
7593 |
-
<property final="false" static="true" visibility="private" line="126" namespace="global" package="Media Library Assistant">
|
7594 |
-
<name>$page_hooks</name>
|
7595 |
-
<default><![CDATA[array()]]></default>
|
7596 |
-
<docblock line="119">
|
7597 |
-
<description><![CDATA[Holds screen ids to match help text to corresponding screen]]></description>
|
7598 |
-
<long-description><![CDATA[]]></long-description>
|
7599 |
-
<tag line="119" name="since" description="0.1"/>
|
7600 |
-
<tag line="119" name="var" description="" type="array">
|
7601 |
-
<type by_reference="false">array</type>
|
7602 |
-
</tag>
|
7603 |
-
</docblock>
|
7604 |
-
</property>
|
7605 |
-
<property final="false" static="true" visibility="private" line="133" namespace="global" package="Media Library Assistant">
|
7606 |
-
<name>$mla_language_support_error_messages</name>
|
7607 |
-
<default><![CDATA['']]></default>
|
7608 |
-
<docblock line="128">
|
7609 |
-
<description><![CDATA[Accumulates error messages from name conflict tests]]></description>
|
7610 |
-
<long-description><![CDATA[]]></long-description>
|
7611 |
-
<tag line="128" name="since" description="1.14"/>
|
7612 |
-
</docblock>
|
7613 |
-
</property>
|
7614 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="140" package="Media Library Assistant">
|
7615 |
-
<name>mla_name_conflict_reporting_action</name>
|
7616 |
-
<full_name>mla_name_conflict_reporting_action</full_name>
|
7617 |
-
<docblock line="135">
|
7618 |
-
<description><![CDATA[Displays name conflict error messages at the top of the Dashboard]]></description>
|
7619 |
-
<long-description><![CDATA[]]></long-description>
|
7620 |
-
<tag line="135" name="since" description="2.11"/>
|
7621 |
-
</docblock>
|
7622 |
-
</method>
|
7623 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="159" package="Media Library Assistant">
|
7624 |
-
<name>initialize</name>
|
7625 |
-
<full_name>initialize</full_name>
|
7626 |
-
<docblock line="148">
|
7627 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
7628 |
-
<long-description><![CDATA[<p>This function contains add_action and add_filter calls
|
7629 |
-
to set up the Ajax handlers, enqueue JavaScript and CSS files, and
|
7630 |
-
set up the Assistant submenu.</p>]]></long-description>
|
7631 |
-
<tag line="148" name="since" description="0.1"/>
|
7632 |
-
<tag line="148" name="return" description="" type="void">
|
7633 |
-
<type by_reference="false">void</type>
|
7634 |
-
</tag>
|
7635 |
-
</docblock>
|
7636 |
-
</method>
|
7637 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="229" package="Media Library Assistant">
|
7638 |
-
<name>mla_plugins_loaded_action</name>
|
7639 |
-
<full_name>mla_plugins_loaded_action</full_name>
|
7640 |
-
<docblock line="218">
|
7641 |
-
<description><![CDATA[Load a plugin text domain and alternate debug file]]></description>
|
7642 |
-
<long-description><![CDATA[<p>The "add_action" for this function is in mla-plugin-loader.php, because the "initialize"
|
7643 |
-
function above doesn't run in time.
|
7644 |
-
Defined as public because it's an action.</p>]]></long-description>
|
7645 |
-
<tag line="218" name="since" description="1.60"/>
|
7646 |
-
<tag line="218" name="return" description="" type="void">
|
7647 |
-
<type by_reference="false">void</type>
|
7648 |
-
</tag>
|
7649 |
-
</docblock>
|
7650 |
-
</method>
|
7651 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="284" package="Media Library Assistant">
|
7652 |
-
<name>mla_admin_init_action</name>
|
7653 |
-
<full_name>mla_admin_init_action</full_name>
|
7654 |
-
<docblock line="277">
|
7655 |
-
<description><![CDATA[Load the plugin's Ajax handler or process Edit Media update actions]]></description>
|
7656 |
-
<long-description><![CDATA[]]></long-description>
|
7657 |
-
<tag line="277" name="since" description="0.20"/>
|
7658 |
-
<tag line="277" name="return" description="" type="void">
|
7659 |
-
<type by_reference="false">void</type>
|
7660 |
-
</tag>
|
7661 |
-
</docblock>
|
7662 |
-
</method>
|
7663 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="348" package="Media Library Assistant">
|
7664 |
-
<name>mla_admin_print_styles_action</name>
|
7665 |
-
<full_name>mla_admin_print_styles_action</full_name>
|
7666 |
-
<docblock line="343">
|
7667 |
-
<description><![CDATA[Print optional in-lne styles for Media/Assistant submenu table]]></description>
|
7668 |
-
<long-description><![CDATA[]]></long-description>
|
7669 |
-
<tag line="343" name="since" description="2.13"/>
|
7670 |
-
</docblock>
|
7671 |
-
</method>
|
7672 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="456" package="Media Library Assistant">
|
7673 |
-
<name>mla_admin_enqueue_scripts_action</name>
|
7674 |
-
<full_name>mla_admin_enqueue_scripts_action</full_name>
|
7675 |
-
<docblock line="447">
|
7676 |
-
<description><![CDATA[Load the plugin's Style Sheet and Javascript files]]></description>
|
7677 |
-
<long-description><![CDATA[]]></long-description>
|
7678 |
-
<tag line="447" name="since" description="0.1"/>
|
7679 |
-
<tag line="447" name="param" description="Name of the page being loaded" type="string" variable="$page_hook">
|
7680 |
-
<type by_reference="false">string</type>
|
7681 |
-
</tag>
|
7682 |
-
<tag line="447" name="return" description="" type="void">
|
7683 |
-
<type by_reference="false">void</type>
|
7684 |
-
</tag>
|
7685 |
-
</docblock>
|
7686 |
-
<argument line="456">
|
7687 |
-
<name>$page_hook</name>
|
7688 |
-
<default><![CDATA[]]></default>
|
7689 |
-
<type/>
|
7690 |
-
</argument>
|
7691 |
-
</method>
|
7692 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="548" package="Media Library Assistant">
|
7693 |
-
<name>mla_admin_menu_action</name>
|
7694 |
-
<full_name>mla_admin_menu_action</full_name>
|
7695 |
-
<docblock line="537">
|
7696 |
-
<description><![CDATA[Add the submenu pages]]></description>
|
7697 |
-
<long-description><![CDATA[<p>Add a submenu page in the "Media" section,
|
7698 |
-
add settings page in the "Settings" section.
|
7699 |
-
add settings link in the Plugins section entry for MLA.</p>]]></long-description>
|
7700 |
-
<tag line="537" name="since" description="0.1"/>
|
7701 |
-
<tag line="537" name="return" description="" type="void">
|
7702 |
-
<type by_reference="false">void</type>
|
7703 |
-
</tag>
|
7704 |
-
</docblock>
|
7705 |
-
</method>
|
7706 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="617" package="Media Library Assistant">
|
7707 |
-
<name>mla_load_media_action</name>
|
7708 |
-
<full_name>mla_load_media_action</full_name>
|
7709 |
-
<docblock line="610">
|
7710 |
-
<description><![CDATA[Redirect to Media/Assistant if Media/Library is hidden]]></description>
|
7711 |
-
<long-description><![CDATA[]]></long-description>
|
7712 |
-
<tag line="610" name="since" description="1.60"/>
|
7713 |
-
<tag line="610" name="return" description="" type="void">
|
7714 |
-
<type by_reference="false">void</type>
|
7715 |
-
</tag>
|
7716 |
-
</docblock>
|
7717 |
-
</method>
|
7718 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="645" package="Media Library Assistant">
|
7719 |
-
<name>mla_add_menu_options</name>
|
7720 |
-
<full_name>mla_add_menu_options</full_name>
|
7721 |
-
<docblock line="638">
|
7722 |
-
<description><![CDATA[Add the "XX Entries per page" filter to the Screen Options tab]]></description>
|
7723 |
-
<long-description><![CDATA[]]></long-description>
|
7724 |
-
<tag line="638" name="since" description="0.1"/>
|
7725 |
-
<tag line="638" name="return" description="" type="void">
|
7726 |
-
<type by_reference="false">void</type>
|
7727 |
-
</tag>
|
7728 |
-
</docblock>
|
7729 |
-
</method>
|
7730 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="664" package="Media Library Assistant">
|
7731 |
-
<name>mla_add_help_tab</name>
|
7732 |
-
<full_name>mla_add_help_tab</full_name>
|
7733 |
-
<docblock line="657">
|
7734 |
-
<description><![CDATA[Add contextual help tabs to all the MLA pages]]></description>
|
7735 |
-
<long-description><![CDATA[]]></long-description>
|
7736 |
-
<tag line="657" name="since" description="0.1"/>
|
7737 |
-
<tag line="657" name="return" description="" type="void">
|
7738 |
-
<type by_reference="false">void</type>
|
7739 |
-
</tag>
|
7740 |
-
</docblock>
|
7741 |
-
</method>
|
7742 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="767" package="Media Library Assistant">
|
7743 |
-
<name>mla_screen_options_show_screen_filter</name>
|
7744 |
-
<full_name>mla_screen_options_show_screen_filter</full_name>
|
7745 |
-
<docblock line="757">
|
7746 |
-
<description><![CDATA[Only show screen options on the table-list screen]]></description>
|
7747 |
-
<long-description><![CDATA[]]></long-description>
|
7748 |
-
<tag line="757" name="since" description="0.1"/>
|
7749 |
-
<tag line="757" name="param" description="True to display "Screen Options", false to suppress them" type="boolean" variable="$show_screen">
|
7750 |
-
<type by_reference="false">boolean</type>
|
7751 |
-
</tag>
|
7752 |
-
<tag line="757" name="param" description="Name of the page being loaded" type="string" variable="$this_screen">
|
7753 |
-
<type by_reference="false">string</type>
|
7754 |
-
</tag>
|
7755 |
-
<tag line="757" name="return" description="True to display "Screen Options", false to suppress them" type="boolean">
|
7756 |
-
<type by_reference="false">boolean</type>
|
7757 |
-
</tag>
|
7758 |
-
</docblock>
|
7759 |
-
<argument line="767">
|
7760 |
-
<name>$show_screen</name>
|
7761 |
-
<default><![CDATA[]]></default>
|
7762 |
-
<type/>
|
7763 |
-
</argument>
|
7764 |
-
<argument line="767">
|
7765 |
-
<name>$this_screen</name>
|
7766 |
-
<default><![CDATA[]]></default>
|
7767 |
-
<type/>
|
7768 |
-
</argument>
|
7769 |
-
</method>
|
7770 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="782" package="Media Library Assistant">
|
7771 |
-
<name>mla_set_screen_option_filter</name>
|
7772 |
-
<full_name>mla_set_screen_option_filter</full_name>
|
7773 |
-
<docblock line="771">
|
7774 |
-
<description><![CDATA[Save the "Entries per page" option set by this user]]></description>
|
7775 |
-
<long-description><![CDATA[]]></long-description>
|
7776 |
-
<tag line="771" name="since" description="0.1"/>
|
7777 |
-
<tag line="771" name="param" description="false or value returned by previous filter" type="mixed" variable="$status">
|
7778 |
-
<type by_reference="false">mixed</type>
|
7779 |
-
</tag>
|
7780 |
-
<tag line="771" name="param" description="Name of the option being changed" type="string" variable="$option">
|
7781 |
-
<type by_reference="false">string</type>
|
7782 |
-
</tag>
|
7783 |
-
<tag line="771" name="param" description="New value of the option" type="string" variable="$value">
|
7784 |
-
<type by_reference="false">string</type>
|
7785 |
-
</tag>
|
7786 |
-
<tag line="771" name="return" description="New value if this is our option, otherwise nothing" type="string|void">
|
7787 |
-
<type by_reference="false">string</type>
|
7788 |
-
<type by_reference="false">void</type>
|
7789 |
-
</tag>
|
7790 |
-
</docblock>
|
7791 |
-
<argument line="782">
|
7792 |
-
<name>$status</name>
|
7793 |
-
<default><![CDATA[]]></default>
|
7794 |
-
<type/>
|
7795 |
-
</argument>
|
7796 |
-
<argument line="782">
|
7797 |
-
<name>$option</name>
|
7798 |
-
<default><![CDATA[]]></default>
|
7799 |
-
<type/>
|
7800 |
-
</argument>
|
7801 |
-
<argument line="782">
|
7802 |
-
<name>$value</name>
|
7803 |
-
<default><![CDATA[]]></default>
|
7804 |
-
<type/>
|
7805 |
-
</argument>
|
7806 |
-
</method>
|
7807 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="801" package="Media Library Assistant">
|
7808 |
-
<name>mla_parent_file_filter</name>
|
7809 |
-
<full_name>mla_parent_file_filter</full_name>
|
7810 |
-
<docblock line="790">
|
7811 |
-
<description><![CDATA[Cleanup menus for Edit Tags/Categories page]]></description>
|
7812 |
-
<long-description><![CDATA[<p>Fixes the submenu bolding when going to the Edit Media screen.</p>]]></long-description>
|
7813 |
-
<tag line="790" name="since" description="0.1"/>
|
7814 |
-
<tag line="790" name="param" description="The top-level menu page" type="array" variable="$parent_file">
|
7815 |
-
<type by_reference="false">array</type>
|
7816 |
-
</tag>
|
7817 |
-
<tag line="790" name="return" description="The updated top-level menu page" type="string">
|
7818 |
-
<type by_reference="false">string</type>
|
7819 |
-
</tag>
|
7820 |
-
</docblock>
|
7821 |
-
<argument line="801">
|
7822 |
-
<name>$parent_file</name>
|
7823 |
-
<default><![CDATA[]]></default>
|
7824 |
-
<type/>
|
7825 |
-
</argument>
|
7826 |
-
</method>
|
7827 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="838" package="Media Library Assistant">
|
7828 |
-
<name>_process_mla_download_file</name>
|
7829 |
-
<full_name>_process_mla_download_file</full_name>
|
7830 |
-
<docblock line="829">
|
7831 |
-
<description><![CDATA[Process secure file download]]></description>
|
7832 |
-
<long-description><![CDATA[<p>Requires _wpnonce, mla_download_file and mla_download_type in $_REQUEST; mla_download_disposition is optional.</p>]]></long-description>
|
7833 |
-
<tag line="829" name="since" description="2.00"/>
|
7834 |
-
<tag line="829" name="return" description="echos file contents and calls exit();" type="void">
|
7835 |
-
<type by_reference="false">void</type>
|
7836 |
-
</tag>
|
7837 |
-
</docblock>
|
7838 |
-
</method>
|
7839 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="892" package="Media Library Assistant">
|
7840 |
-
<name>_process_bulk_value</name>
|
7841 |
-
<full_name>_process_bulk_value</full_name>
|
7842 |
-
<docblock line="882">
|
7843 |
-
<description><![CDATA[Process bulk edit area fields, which may contain a Content Template]]></description>
|
7844 |
-
<long-description><![CDATA[]]></long-description>
|
7845 |
-
<tag line="882" name="since" description="1.80"/>
|
7846 |
-
<tag line="882" name="param" description="Current post ID" type="integer" variable="$post_id">
|
7847 |
-
<type by_reference="false">integer</type>
|
7848 |
-
</tag>
|
7849 |
-
<tag line="882" name="param" description="Field value as entered" type="string" variable="$bulk_value">
|
7850 |
-
<type by_reference="false">string</type>
|
7851 |
-
</tag>
|
7852 |
-
<tag line="882" name="return" description="Empty, or new value for the field" type="string">
|
7853 |
-
<type by_reference="false">string</type>
|
7854 |
-
</tag>
|
7855 |
-
</docblock>
|
7856 |
-
<argument line="892">
|
7857 |
-
<name>$post_id</name>
|
7858 |
-
<default><![CDATA[]]></default>
|
7859 |
-
<type/>
|
7860 |
-
</argument>
|
7861 |
-
<argument line="892">
|
7862 |
-
<name>$bulk_value</name>
|
7863 |
-
<default><![CDATA[]]></default>
|
7864 |
-
<type/>
|
7865 |
-
</argument>
|
7866 |
-
</method>
|
7867 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="928" package="Media Library Assistant">
|
7868 |
-
<name>mla_prepare_bulk_edits</name>
|
7869 |
-
<full_name>mla_prepare_bulk_edits</full_name>
|
7870 |
-
<docblock line="917">
|
7871 |
-
<description><![CDATA[Prepare Bulk Edit field-level updates]]></description>
|
7872 |
-
<long-description><![CDATA[]]></long-description>
|
7873 |
-
<tag line="917" name="since" description="2.11"/>
|
7874 |
-
<tag line="917" name="param" description="Current post ID" type="integer" variable="$post_id">
|
7875 |
-
<type by_reference="false">integer</type>
|
7876 |
-
</tag>
|
7877 |
-
<tag line="917" name="param" description="Form elements, e.g., from $_REQUEST" type="array" variable="$request">
|
7878 |
-
<type by_reference="false">array</type>
|
7879 |
-
</tag>
|
7880 |
-
<tag line="917" name="param" description="Form id to field name mapping" type="array" variable="$custom_field_map">
|
7881 |
-
<type by_reference="false">array</type>
|
7882 |
-
</tag>
|
7883 |
-
<tag line="917" name="return" description="Non-empty form elements" type="array">
|
7884 |
-
<type by_reference="false">array</type>
|
7885 |
-
</tag>
|
7886 |
-
</docblock>
|
7887 |
-
<argument line="928">
|
7888 |
-
<name>$post_id</name>
|
7889 |
-
<default><![CDATA[]]></default>
|
7890 |
-
<type/>
|
7891 |
-
</argument>
|
7892 |
-
<argument line="928">
|
7893 |
-
<name>$request</name>
|
7894 |
-
<default><![CDATA[]]></default>
|
7895 |
-
<type/>
|
7896 |
-
</argument>
|
7897 |
-
<argument line="928">
|
7898 |
-
<name>$custom_field_map</name>
|
7899 |
-
<default><![CDATA[]]></default>
|
7900 |
-
<type/>
|
7901 |
-
</argument>
|
7902 |
-
</method>
|
7903 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1160" package="Media Library Assistant">
|
7904 |
-
<name>mla_process_bulk_action</name>
|
7905 |
-
<full_name>mla_process_bulk_action</full_name>
|
7906 |
-
<docblock line="1150">
|
7907 |
-
<description><![CDATA[Process bulk action for one or more attachments]]></description>
|
7908 |
-
<long-description><![CDATA[]]></long-description>
|
7909 |
-
<tag line="1150" name="since" description="2.00"/>
|
7910 |
-
<tag line="1150" name="param" description="Bulk action slug: delete, edit, restore, trash, custom action" type="string" variable="$bulk_action">
|
7911 |
-
<type by_reference="false">string</type>
|
7912 |
-
</tag>
|
7913 |
-
<tag line="1150" name="param" description="Form elements, e.g., from $_REQUEST" type="array" variable="$request">
|
7914 |
-
<type by_reference="false">array</type>
|
7915 |
-
</tag>
|
7916 |
-
<tag line="1150" name="return" description="messages and page content: ( 'message', 'body', 'unchanged', 'success', 'failure', 'item_results' )" type="array">
|
7917 |
-
<type by_reference="false">array</type>
|
7918 |
-
</tag>
|
7919 |
-
</docblock>
|
7920 |
-
<argument line="1160">
|
7921 |
-
<name>$bulk_action</name>
|
7922 |
-
<default><![CDATA[]]></default>
|
7923 |
-
<type/>
|
7924 |
-
</argument>
|
7925 |
-
<argument line="1160">
|
7926 |
-
<name>$request</name>
|
7927 |
-
<default><![CDATA[NULL]]></default>
|
7928 |
-
<type/>
|
7929 |
-
</argument>
|
7930 |
-
</method>
|
7931 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1354" package="Media Library Assistant">
|
7932 |
-
<name>mla_clear_filter_by</name>
|
7933 |
-
<full_name>mla_clear_filter_by</full_name>
|
7934 |
-
<docblock line="1345">
|
7935 |
-
<description><![CDATA[Clear the Media/Assistant submenu Filter-by variables]]></description>
|
7936 |
-
<long-description><![CDATA[]]></long-description>
|
7937 |
-
<tag line="1345" name="since" description="2.13"/>
|
7938 |
-
<tag line="1345" name="param" description="Filters to be retained" type="array" variable="$preserves">
|
7939 |
-
<type by_reference="false">array</type>
|
7940 |
-
</tag>
|
7941 |
-
<tag line="1345" name="return" description="" type="void">
|
7942 |
-
<type by_reference="false">void</type>
|
7943 |
-
</tag>
|
7944 |
-
</docblock>
|
7945 |
-
<argument line="1354">
|
7946 |
-
<name>$preserves</name>
|
7947 |
-
<default><![CDATA[array()]]></default>
|
7948 |
-
<type/>
|
7949 |
-
</argument>
|
7950 |
-
</method>
|
7951 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1376" package="Media Library Assistant">
|
7952 |
-
<name>mla_render_admin_page</name>
|
7953 |
-
<full_name>mla_render_admin_page</full_name>
|
7954 |
-
<docblock line="1369">
|
7955 |
-
<description><![CDATA[Render the "Assistant" subpage in the Media section, using the list_table package]]></description>
|
7956 |
-
<long-description><![CDATA[]]></long-description>
|
7957 |
-
<tag line="1369" name="since" description="0.1"/>
|
7958 |
-
<tag line="1369" name="return" description="" type="void">
|
7959 |
-
<type by_reference="false">void</type>
|
7960 |
-
</tag>
|
7961 |
-
</docblock>
|
7962 |
-
</method>
|
7963 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1670" package="Media Library Assistant">
|
7964 |
-
<name>_bulk_edit_ajax_handler</name>
|
7965 |
-
<full_name>_bulk_edit_ajax_handler</full_name>
|
7966 |
-
<docblock line="1663">
|
7967 |
-
<description><![CDATA[Ajax handler for bulk editing and mapping]]></description>
|
7968 |
-
<long-description><![CDATA[]]></long-description>
|
7969 |
-
<tag line="1663" name="since" description="2.00"/>
|
7970 |
-
<tag line="1663" name="return" description="echo json results or error message, then die()" type="void">
|
7971 |
-
<type by_reference="false">void</type>
|
7972 |
-
</tag>
|
7973 |
-
</docblock>
|
7974 |
-
</method>
|
7975 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1713" package="Media Library Assistant">
|
7976 |
-
<name>mla_inline_edit_ajax_action</name>
|
7977 |
-
<full_name>mla_inline_edit_ajax_action</full_name>
|
7978 |
-
<docblock line="1704">
|
7979 |
-
<description><![CDATA[Ajax handler for inline editing]]></description>
|
7980 |
-
<long-description><![CDATA[<p>Adapted for Quick Edit from wp_ajax_inline_save in /wp-admin/includes/ajax-actions.php</p>]]></long-description>
|
7981 |
-
<tag line="1704" name="since" description="0.20"/>
|
7982 |
-
<tag line="1704" name="return" description="echo HTML <tr> markup for updated row or error message, then die()" type="void">
|
7983 |
-
<type by_reference="false">void</type>
|
7984 |
-
</tag>
|
7985 |
-
</docblock>
|
7986 |
-
</method>
|
7987 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1836" package="Media Library Assistant">
|
7988 |
-
<name>_compose_post_type_select</name>
|
7989 |
-
<full_name>_compose_post_type_select</full_name>
|
7990 |
-
<docblock line="1826">
|
7991 |
-
<description><![CDATA[Compose a Post Type Options list with current selection]]></description>
|
7992 |
-
<long-description><![CDATA[]]></long-description>
|
7993 |
-
<tag line="1826" name="since" description="1.90"/>
|
7994 |
-
<tag line="1826" name="param" description="template parts" type="array" variable="$templates">
|
7995 |
-
<type by_reference="false">array</type>
|
7996 |
-
</tag>
|
7997 |
-
<tag line="1826" name="param" description="current selection or 'all' (default)" type="string" variable="$selection">
|
7998 |
-
<type by_reference="false">string</type>
|
7999 |
-
</tag>
|
8000 |
-
<tag line="1826" name="return" description="HTML markup with select field options" type="string">
|
8001 |
-
<type by_reference="false">string</type>
|
8002 |
-
</tag>
|
8003 |
-
</docblock>
|
8004 |
-
<argument line="1836">
|
8005 |
-
<name>$templates</name>
|
8006 |
-
<default><![CDATA[]]></default>
|
8007 |
-
<type/>
|
8008 |
-
</argument>
|
8009 |
-
<argument line="1836">
|
8010 |
-
<name>$selection</name>
|
8011 |
-
<default><![CDATA['all']]></default>
|
8012 |
-
<type/>
|
8013 |
-
</argument>
|
8014 |
-
</method>
|
8015 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1875" package="Media Library Assistant">
|
8016 |
-
<name>mla_set_parent_form</name>
|
8017 |
-
<full_name>mla_set_parent_form</full_name>
|
8018 |
-
<docblock line="1866">
|
8019 |
-
<description><![CDATA[Build the hidden form for the "Set Parent" popup modal window]]></description>
|
8020 |
-
<long-description><![CDATA[]]></long-description>
|
8021 |
-
<tag line="1866" name="since" description="1.90"/>
|
8022 |
-
<tag line="1866" name="param" description="true to return complete form, false to return mla-set-parent-div" type="boolean" variable="$return_form">
|
8023 |
-
<type by_reference="false">boolean</type>
|
8024 |
-
</tag>
|
8025 |
-
<tag line="1866" name="return" description="HTML <form> markup for hidden form" type="string">
|
8026 |
-
<type by_reference="false">string</type>
|
8027 |
-
</tag>
|
8028 |
-
</docblock>
|
8029 |
-
<argument line="1875">
|
8030 |
-
<name>$return_form</name>
|
8031 |
-
<default><![CDATA[true]]></default>
|
8032 |
-
<type/>
|
8033 |
-
</argument>
|
8034 |
-
</method>
|
8035 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1938" package="Media Library Assistant">
|
8036 |
-
<name>_build_inline_edit_form</name>
|
8037 |
-
<full_name>_build_inline_edit_form</full_name>
|
8038 |
-
<docblock line="1927">
|
8039 |
-
<description><![CDATA[Build the hidden row templates for inline editing (quick and bulk edit)]]></description>
|
8040 |
-
<long-description><![CDATA[<p>inspired by inline_edit() in wp-admin\includes\class-wp-posts-list-table.php.</p>]]></long-description>
|
8041 |
-
<tag line="1927" name="since" description="0.20"/>
|
8042 |
-
<tag line="1927" name="param" description="MLA List Table object" type="object" variable="$MLAListTable">
|
8043 |
-
<type by_reference="false">object</type>
|
8044 |
-
</tag>
|
8045 |
-
<tag line="1927" name="return" description="HTML <form> markup for hidden rows" type="string">
|
8046 |
-
<type by_reference="false">string</type>
|
8047 |
-
</tag>
|
8048 |
-
</docblock>
|
8049 |
-
<argument line="1938">
|
8050 |
-
<name>$MLAListTable</name>
|
8051 |
-
<default><![CDATA[]]></default>
|
8052 |
-
<type/>
|
8053 |
-
</argument>
|
8054 |
-
</method>
|
8055 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2134" package="Media Library Assistant">
|
8056 |
-
<name>mla_authors_dropdown</name>
|
8057 |
-
<full_name>mla_authors_dropdown</full_name>
|
8058 |
-
<docblock line="2123">
|
8059 |
-
<description><![CDATA[Get the edit Authors dropdown box, if user has suitable permissions]]></description>
|
8060 |
-
<long-description><![CDATA[]]></long-description>
|
8061 |
-
<tag line="2123" name="since" description="0.20"/>
|
8062 |
-
<tag line="2123" name="param" description="Optional User ID of the current author, default 0" type="integer" variable="$author">
|
8063 |
-
<type by_reference="false">integer</type>
|
8064 |
-
</tag>
|
8065 |
-
<tag line="2123" name="param" description="Optional HTML name attribute, default 'post_author'" type="string" variable="$name">
|
8066 |
-
<type by_reference="false">string</type>
|
8067 |
-
</tag>
|
8068 |
-
<tag line="2123" name="param" description="Optional HTML class attribute, default 'authors'" type="string" variable="$class">
|
8069 |
-
<type by_reference="false">string</type>
|
8070 |
-
</tag>
|
8071 |
-
<tag line="2123" name="return" description="HTML markup for the dropdown field or False" type="string|false">
|
8072 |
-
<type by_reference="false">string</type>
|
8073 |
-
<type by_reference="false">false</type>
|
8074 |
-
</tag>
|
8075 |
-
</docblock>
|
8076 |
-
<argument line="2134">
|
8077 |
-
<name>$author</name>
|
8078 |
-
<default><![CDATA[0]]></default>
|
8079 |
-
<type/>
|
8080 |
-
</argument>
|
8081 |
-
<argument line="2134">
|
8082 |
-
<name>$name</name>
|
8083 |
-
<default><![CDATA['post_author']]></default>
|
8084 |
-
<type/>
|
8085 |
-
</argument>
|
8086 |
-
<argument line="2134">
|
8087 |
-
<name>$class</name>
|
8088 |
-
<default><![CDATA['authors']]></default>
|
8089 |
-
<type/>
|
8090 |
-
</argument>
|
8091 |
-
</method>
|
8092 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2168" package="Media Library Assistant">
|
8093 |
-
<name>_current_bulk_action</name>
|
8094 |
-
<full_name>_current_bulk_action</full_name>
|
8095 |
-
<docblock line="2161">
|
8096 |
-
<description><![CDATA[Get the current action selected from the bulk actions dropdown]]></description>
|
8097 |
-
<long-description><![CDATA[]]></long-description>
|
8098 |
-
<tag line="2161" name="since" description="0.1"/>
|
8099 |
-
<tag line="2161" name="return" description="The action name or False if no action was selected" type="string|false">
|
8100 |
-
<type by_reference="false">string</type>
|
8101 |
-
<type by_reference="false">false</type>
|
8102 |
-
</tag>
|
8103 |
-
</docblock>
|
8104 |
-
</method>
|
8105 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2199" package="Media Library Assistant">
|
8106 |
-
<name>_delete_single_item</name>
|
8107 |
-
<full_name>_delete_single_item</full_name>
|
8108 |
-
<docblock line="2190">
|
8109 |
-
<description><![CDATA[Delete a single item permanently]]></description>
|
8110 |
-
<long-description><![CDATA[]]></long-description>
|
8111 |
-
<tag line="2190" name="since" description="0.1"/>
|
8112 |
-
<tag line="2190" name="param" description="The form POST data" type="array" variable="$post_id">
|
8113 |
-
<type by_reference="false">array</type>
|
8114 |
-
</tag>
|
8115 |
-
<tag line="2190" name="return" description="success/failure message and NULL content" type="array">
|
8116 |
-
<type by_reference="false">array</type>
|
8117 |
-
</tag>
|
8118 |
-
</docblock>
|
8119 |
-
<argument line="2199">
|
8120 |
-
<name>$post_id</name>
|
8121 |
-
<default><![CDATA[]]></default>
|
8122 |
-
<type/>
|
8123 |
-
</argument>
|
8124 |
-
</method>
|
8125 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2231" package="Media Library Assistant">
|
8126 |
-
<name>_restore_single_item</name>
|
8127 |
-
<full_name>_restore_single_item</full_name>
|
8128 |
-
<docblock line="2222">
|
8129 |
-
<description><![CDATA[Restore a single item from the Trash]]></description>
|
8130 |
-
<long-description><![CDATA[]]></long-description>
|
8131 |
-
<tag line="2222" name="since" description="0.1"/>
|
8132 |
-
<tag line="2222" name="param" description="The WordPress Post ID of the attachment item" type="integer" variable="$post_id">
|
8133 |
-
<type by_reference="false">integer</type>
|
8134 |
-
</tag>
|
8135 |
-
<tag line="2222" name="return" description="success/failure message and NULL content" type="array">
|
8136 |
-
<type by_reference="false">array</type>
|
8137 |
-
</tag>
|
8138 |
-
</docblock>
|
8139 |
-
<argument line="2231">
|
8140 |
-
<name>$post_id</name>
|
8141 |
-
<default><![CDATA[]]></default>
|
8142 |
-
<type/>
|
8143 |
-
</argument>
|
8144 |
-
</method>
|
8145 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2271" package="Media Library Assistant">
|
8146 |
-
<name>_trash_single_item</name>
|
8147 |
-
<full_name>_trash_single_item</full_name>
|
8148 |
-
<docblock line="2262">
|
8149 |
-
<description><![CDATA[Move a single item to Trash]]></description>
|
8150 |
-
<long-description><![CDATA[]]></long-description>
|
8151 |
-
<tag line="2262" name="since" description="0.1"/>
|
8152 |
-
<tag line="2262" name="param" description="The WordPress Post ID of the attachment item" type="integer" variable="$post_id">
|
8153 |
-
<type by_reference="false">integer</type>
|
8154 |
-
</tag>
|
8155 |
-
<tag line="2262" name="return" description="success/failure message and NULL content" type="array">
|
8156 |
-
<type by_reference="false">array</type>
|
8157 |
-
</tag>
|
8158 |
-
</docblock>
|
8159 |
-
<argument line="2271">
|
8160 |
-
<name>$post_id</name>
|
8161 |
-
<default><![CDATA[]]></default>
|
8162 |
-
<type/>
|
8163 |
-
</argument>
|
8164 |
-
</method>
|
8165 |
-
</class>
|
8166 |
-
</file>
|
8167 |
-
<file path="includes\class-mla-media-modal-ajax.php" hash="6e23d10d1803f88631456f37bb65c081" package="Media Library Assistant">
|
8168 |
-
<docblock line="2">
|
8169 |
-
<description><![CDATA[Media Library Assistant Ajax Handlers for Media Manager enhancements]]></description>
|
8170 |
-
<long-description><![CDATA[]]></long-description>
|
8171 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
8172 |
-
<tag line="2" name="since" description="2.20"/>
|
8173 |
-
</docblock>
|
8174 |
-
<class final="false" abstract="false" namespace="global" line="15" package="Media Library Assistant">
|
8175 |
-
<extends/>
|
8176 |
-
<name>MLAModal_Ajax</name>
|
8177 |
-
<full_name>\MLAModal_Ajax</full_name>
|
8178 |
-
<docblock line="9">
|
8179 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Modal Ajax contains handlers for the WordPress 3.5+ Media Manager]]></description>
|
8180 |
-
<long-description><![CDATA[]]></long-description>
|
8181 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
8182 |
-
<tag line="9" name="since" description="2.20"/>
|
8183 |
-
</docblock>
|
8184 |
-
<property final="false" static="true" visibility="private" line="206" namespace="global" package="Media Library Assistant">
|
8185 |
-
<name>$media_item_args</name>
|
8186 |
-
<default><![CDATA[array('errors' => NULL, 'in_modal' => false)]]></default>
|
8187 |
-
<docblock line="199">
|
8188 |
-
<description><![CDATA[The get_media_item_args array]]></description>
|
8189 |
-
<long-description><![CDATA[]]></long-description>
|
8190 |
-
<tag line="199" name="since" description="1.71"/>
|
8191 |
-
<tag line="199" name="var" description="( 'errors' => array of strings, 'in_modal => boolean )" type="array">
|
8192 |
-
<type by_reference="false">array</type>
|
8193 |
-
</tag>
|
8194 |
-
</docblock>
|
8195 |
-
</property>
|
8196 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="23" package="Media Library Assistant">
|
8197 |
-
<name>initialize</name>
|
8198 |
-
<full_name>initialize</full_name>
|
8199 |
-
<docblock line="16">
|
8200 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
8201 |
-
<long-description><![CDATA[]]></long-description>
|
8202 |
-
<tag line="16" name="since" description="2.20"/>
|
8203 |
-
<tag line="16" name="return" description="" type="void">
|
8204 |
-
<type by_reference="false">void</type>
|
8205 |
-
</tag>
|
8206 |
-
</docblock>
|
8207 |
-
</method>
|
8208 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="56" package="Media Library Assistant">
|
8209 |
-
<name>mla_admin_init_action</name>
|
8210 |
-
<full_name>mla_admin_init_action</full_name>
|
8211 |
-
<docblock line="46">
|
8212 |
-
<description><![CDATA[Adjust ajax handler for Media Manager queries]]></description>
|
8213 |
-
<long-description><![CDATA[<p>Replace 'query-attachments' with our own handler if the request is coming from the "Assistant" tab.
|
8214 |
-
Clean up the 'save-attachment-compat' values, removing the taxonomy updates MLS already handled.</p>]]></long-description>
|
8215 |
-
<tag line="46" name="since" description="2.20"/>
|
8216 |
-
<tag line="46" name="return" description="" type="void">
|
8217 |
-
<type by_reference="false">void</type>
|
8218 |
-
</tag>
|
8219 |
-
</docblock>
|
8220 |
-
</method>
|
8221 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="194" package="Media Library Assistant">
|
8222 |
-
<name>mla_get_media_item_args_filter</name>
|
8223 |
-
<full_name>mla_get_media_item_args_filter</full_name>
|
8224 |
-
<docblock line="183">
|
8225 |
-
<description><![CDATA[Saves the get_media_item_args array for the attachment_fields_to_edit filter]]></description>
|
8226 |
-
<long-description><![CDATA[<p>Declared public because it is a filter.</p>]]></long-description>
|
8227 |
-
<tag line="183" name="since" description="1.71"/>
|
8228 |
-
<tag line="183" name="param" description="arguments for the get_media_item function in /wp-admin/includes/media.php" type="array" variable="$args">
|
8229 |
-
<type by_reference="false">array</type>
|
8230 |
-
</tag>
|
8231 |
-
<tag line="183" name="return" description="arguments for the get_media_item function (unchanged)" type="array">
|
8232 |
-
<type by_reference="false">array</type>
|
8233 |
-
</tag>
|
8234 |
-
</docblock>
|
8235 |
-
<argument line="194">
|
8236 |
-
<name>$args</name>
|
8237 |
-
<default><![CDATA[]]></default>
|
8238 |
-
<type/>
|
8239 |
-
</argument>
|
8240 |
-
</method>
|
8241 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="225" package="Media Library Assistant">
|
8242 |
-
<name>mla_attachment_fields_to_edit_filter</name>
|
8243 |
-
<full_name>mla_attachment_fields_to_edit_filter</full_name>
|
8244 |
-
<docblock line="208">
|
8245 |
-
<description><![CDATA[Add/change custom fields to the Edit Media screen and Modal Window]]></description>
|
8246 |
-
<long-description><![CDATA[<p>Called from /wp-admin/includes/media.php, function get_compat_media_markup();
|
8247 |
-
If "get_media_item_args"['in_modal'] => false ) its the Edit Media screen.
|
8248 |
-
If "get_media_item_args"['in_modal'] => true ) its the Media Manager Modal Window.
|
8249 |
-
For the Modal Window, $form_fields contains all the "compat-attachment-fields"
|
8250 |
-
including the taxonomies, which we want to enhance.
|
8251 |
-
Declared public because it is a filter.</p>]]></long-description>
|
8252 |
-
<tag line="208" name="since" description="1.71"/>
|
8253 |
-
<tag line="208" name="param" description="descriptors for the "compat-attachment-fields"" type="array" variable="$form_fields">
|
8254 |
-
<type by_reference="false">array</type>
|
8255 |
-
</tag>
|
8256 |
-
<tag line="208" name="param" description="the post to be edited" type="object" variable="$post">
|
8257 |
-
<type by_reference="false">object</type>
|
8258 |
-
</tag>
|
8259 |
-
<tag line="208" name="return" description="updated descriptors for the "compat-attachment-fields"" type="array">
|
8260 |
-
<type by_reference="false">array</type>
|
8261 |
-
</tag>
|
8262 |
-
</docblock>
|
8263 |
-
<argument line="225">
|
8264 |
-
<name>$form_fields</name>
|
8265 |
-
<default><![CDATA[]]></default>
|
8266 |
-
<type/>
|
8267 |
-
</argument>
|
8268 |
-
<argument line="225">
|
8269 |
-
<name>$post</name>
|
8270 |
-
<default><![CDATA[]]></default>
|
8271 |
-
<type/>
|
8272 |
-
</argument>
|
8273 |
-
</method>
|
8274 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="331" package="Media Library Assistant">
|
8275 |
-
<name>mla_fill_compat_fields_action</name>
|
8276 |
-
<full_name>mla_fill_compat_fields_action</full_name>
|
8277 |
-
<docblock line="322">
|
8278 |
-
<description><![CDATA[Ajax handler for Media Manager "fill compat-attachment-fields" queries]]></description>
|
8279 |
-
<long-description><![CDATA[<p>Prepares an array of (HTML) taxonomy meta boxes with attachment-specific values.</p>]]></long-description>
|
8280 |
-
<tag line="322" name="since" description="2.20"/>
|
8281 |
-
<tag line="322" name="return" description="passes array of results to wp_send_json_success() for JSON encoding and transmission" type="void">
|
8282 |
-
<type by_reference="false">void</type>
|
8283 |
-
</tag>
|
8284 |
-
</docblock>
|
8285 |
-
</method>
|
8286 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="510" package="Media Library Assistant">
|
8287 |
-
<name>mla_update_compat_fields_action</name>
|
8288 |
-
<full_name>mla_update_compat_fields_action</full_name>
|
8289 |
-
<docblock line="501">
|
8290 |
-
<description><![CDATA[Ajax handler for Media Manager "update compat-attachment-fields" queries]]></description>
|
8291 |
-
<long-description><![CDATA[<p>Updates one (or more) supported taxonomy and returns updated checkbox or tag/term lists</p>]]></long-description>
|
8292 |
-
<tag line="501" name="since" description="2.20"/>
|
8293 |
-
<tag line="501" name="return" description="passes array of results to wp_send_json_success() for JSON encoding and transmission" type="void">
|
8294 |
-
<type by_reference="false">void</type>
|
8295 |
-
</tag>
|
8296 |
-
</docblock>
|
8297 |
-
</method>
|
8298 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="603" package="Media Library Assistant">
|
8299 |
-
<name>mla_query_attachments_action</name>
|
8300 |
-
<full_name>mla_query_attachments_action</full_name>
|
8301 |
-
<docblock line="594">
|
8302 |
-
<description><![CDATA[Ajax handler for Media Manager "Query Attachments" queries]]></description>
|
8303 |
-
<long-description><![CDATA[<p>Adapted from wp_ajax_query_attachments in /wp-admin/includes/ajax-actions.php</p>]]></long-description>
|
8304 |
-
<tag line="594" name="since" description="2.20"/>
|
8305 |
-
<tag line="594" name="return" description="passes array of post arrays to wp_send_json_success() for JSON encoding and transmission" type="void">
|
8306 |
-
<type by_reference="false">void</type>
|
8307 |
-
</tag>
|
8308 |
-
</docblock>
|
8309 |
-
</method>
|
8310 |
-
</class>
|
8311 |
-
</file>
|
8312 |
-
<file path="includes\class-mla-media-modal.php" hash="42826ab998182b8eb8bf6c77882ef299" package="Media Library Assistant">
|
8313 |
-
<docblock line="2">
|
8314 |
-
<description><![CDATA[Media Library Assistant Media Manager enhancements]]></description>
|
8315 |
-
<long-description><![CDATA[]]></long-description>
|
8316 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
8317 |
-
<tag line="2" name="since" description="1.20"/>
|
8318 |
-
</docblock>
|
8319 |
-
<include line="441" type="Require Once" package="Media Library Assistant">
|
8320 |
-
<name/>
|
8321 |
-
</include>
|
8322 |
-
<class final="false" abstract="false" namespace="global" line="15" package="Media Library Assistant">
|
8323 |
-
<extends/>
|
8324 |
-
<name>MLAModal</name>
|
8325 |
-
<full_name>\MLAModal</full_name>
|
8326 |
-
<docblock line="9">
|
8327 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Modal contains enhancements for the WordPress 3.5+ Media Manager]]></description>
|
8328 |
-
<long-description><![CDATA[]]></long-description>
|
8329 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
8330 |
-
<tag line="9" name="since" description="1.20"/>
|
8331 |
-
</docblock>
|
8332 |
-
<constant namespace="global" line="23" package="Media Library Assistant">
|
8333 |
-
<name>JAVASCRIPT_MEDIA_MODAL_STYLES</name>
|
8334 |
-
<full_name>JAVASCRIPT_MEDIA_MODAL_STYLES</full_name>
|
8335 |
-
<value><![CDATA['mla-media-modal-style']]></value>
|
8336 |
-
<docblock line="16">
|
8337 |
-
<description><![CDATA[Slug for localizing and enqueueing CSS - Add Media and related dialogs]]></description>
|
8338 |
-
<long-description><![CDATA[]]></long-description>
|
8339 |
-
<tag line="16" name="since" description="1.20"/>
|
8340 |
-
<tag line="16" name="var" description="" type="string">
|
8341 |
-
<type by_reference="false">string</type>
|
8342 |
-
</tag>
|
8343 |
-
</docblock>
|
8344 |
-
</constant>
|
8345 |
-
<constant namespace="global" line="32" package="Media Library Assistant">
|
8346 |
-
<name>JAVASCRIPT_MEDIA_MODAL_SLUG</name>
|
8347 |
-
<full_name>JAVASCRIPT_MEDIA_MODAL_SLUG</full_name>
|
8348 |
-
<value><![CDATA['mla-media-modal-scripts']]></value>
|
8349 |
-
<docblock line="25">
|
8350 |
-
<description><![CDATA[Slug for localizing and enqueueing JavaScript - Add Media and related dialogs]]></description>
|
8351 |
-
<long-description><![CDATA[]]></long-description>
|
8352 |
-
<tag line="25" name="since" description="1.20"/>
|
8353 |
-
<tag line="25" name="var" description="" type="string">
|
8354 |
-
<type by_reference="false">string</type>
|
8355 |
-
</tag>
|
8356 |
-
</docblock>
|
8357 |
-
</constant>
|
8358 |
-
<constant namespace="global" line="41" package="Media Library Assistant">
|
8359 |
-
<name>JAVASCRIPT_MEDIA_MODAL_OBJECT</name>
|
8360 |
-
<full_name>JAVASCRIPT_MEDIA_MODAL_OBJECT</full_name>
|
8361 |
-
<value><![CDATA['mla_media_modal_vars']]></value>
|
8362 |
-
<docblock line="34">
|
8363 |
-
<description><![CDATA[Object name for localizing JavaScript - Add Media and related dialogs]]></description>
|
8364 |
-
<long-description><![CDATA[]]></long-description>
|
8365 |
-
<tag line="34" name="since" description="1.20"/>
|
8366 |
-
<tag line="34" name="var" description="" type="string">
|
8367 |
-
<type by_reference="false">string</type>
|
8368 |
-
</tag>
|
8369 |
-
</docblock>
|
8370 |
-
</constant>
|
8371 |
-
<constant namespace="global" line="50" package="Media Library Assistant">
|
8372 |
-
<name>JAVASCRIPT_TERMS_SEARCH_OBJECT</name>
|
8373 |
-
<full_name>JAVASCRIPT_TERMS_SEARCH_OBJECT</full_name>
|
8374 |
-
<value><![CDATA['mla_terms_search_vars']]></value>
|
8375 |
-
<docblock line="43">
|
8376 |
-
<description><![CDATA[Object name for localizing JavaScript - Terms Search popup]]></description>
|
8377 |
-
<long-description><![CDATA[]]></long-description>
|
8378 |
-
<tag line="43" name="since" description="1.90"/>
|
8379 |
-
<tag line="43" name="var" description="" type="string">
|
8380 |
-
<type by_reference="false">string</type>
|
8381 |
-
</tag>
|
8382 |
-
</docblock>
|
8383 |
-
</constant>
|
8384 |
-
<property final="false" static="true" visibility="private" line="170" namespace="global" package="Media Library Assistant">
|
8385 |
-
<name>$mla_media_modal_settings</name>
|
8386 |
-
<default><![CDATA[array('screen' => 'modal', 'state' => 'initial', 'comma' => ',', 'ajaxNonce' => '', 'ajaxFillCompatAction' => \MLACore::JAVASCRIPT_FILL_COMPAT_ACTION, 'ajaxQueryAttachmentsAction' => \MLACore::JAVASCRIPT_QUERY_ATTACHMENTS_ACTION, 'ajaxUpdateCompatAction' => \MLACore::JAVASCRIPT_UPDATE_COMPAT_ACTION, 'enableDetailsCategory' => false, 'enableDetailsTag' => false, 'enableMimeTypes' => false, 'enableMonthsDropdown' => false, 'enableSearchBox' => false, 'enableSearchBoxControls' => false, 'enableTermsDropdown' => false, 'enableTermsSearch' => false, 'enableTermsAutofill' => false, 'query' => array('initial' => array('filterMime' => NULL, 'filterMonth' => NULL, 'filterTerm' => NULL, 'searchConnector' => NULL, 'searchFields' => NULL, 'searchValue' => NULL, 'searchClicks' => 0)), 'allMimeTypes' => array(), 'uploadMimeTypes' => array(), 'months' => '', 'termsClass' => array(), 'termsIndent' => ' ', 'termsTaxonomy' => '', 'termsText' => array(), 'termsValue' => array())]]></default>
|
8387 |
-
<docblock line="162">
|
8388 |
-
<description><![CDATA[Share the settings values between mla_media_view_settings_filter
|
8389 |
-
and mla_print_media_templates_action]]></description>
|
8390 |
-
<long-description><![CDATA[]]></long-description>
|
8391 |
-
<tag line="162" name="since" description="1.20"/>
|
8392 |
-
<tag line="162" name="var" description="" type="array">
|
8393 |
-
<type by_reference="false">array</type>
|
8394 |
-
</tag>
|
8395 |
-
</docblock>
|
8396 |
-
</property>
|
8397 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="59" package="Media Library Assistant">
|
8398 |
-
<name>initialize</name>
|
8399 |
-
<full_name>initialize</full_name>
|
8400 |
-
<docblock line="52">
|
8401 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
8402 |
-
<long-description><![CDATA[]]></long-description>
|
8403 |
-
<tag line="52" name="since" description="1.20"/>
|
8404 |
-
<tag line="52" name="return" description="" type="void">
|
8405 |
-
<type by_reference="false">void</type>
|
8406 |
-
</tag>
|
8407 |
-
</docblock>
|
8408 |
-
</method>
|
8409 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="95" package="Media Library Assistant">
|
8410 |
-
<name>_months_dropdown</name>
|
8411 |
-
<full_name>_months_dropdown</full_name>
|
8412 |
-
<docblock line="84">
|
8413 |
-
<description><![CDATA[Display a monthly dropdown for filtering items]]></description>
|
8414 |
-
<long-description><![CDATA[<p>Adapted from /wp-admin/includes/class-wp-list-table.php function months_dropdown()</p>]]></long-description>
|
8415 |
-
<tag line="84" name="since" description="1.20"/>
|
8416 |
-
<tag line="84" name="param" description="post_type, e.g., 'attachment'" type="string" variable="$post_type">
|
8417 |
-
<type by_reference="false">string</type>
|
8418 |
-
</tag>
|
8419 |
-
<tag line="84" name="return" description="( value => label ) pairs" type="array">
|
8420 |
-
<type by_reference="false">array</type>
|
8421 |
-
</tag>
|
8422 |
-
</docblock>
|
8423 |
-
<argument line="95">
|
8424 |
-
<name>$post_type</name>
|
8425 |
-
<default><![CDATA[]]></default>
|
8426 |
-
<type/>
|
8427 |
-
</argument>
|
8428 |
-
</method>
|
8429 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="136" package="Media Library Assistant">
|
8430 |
-
<name>mla_terms_options</name>
|
8431 |
-
<full_name>mla_terms_options</full_name>
|
8432 |
-
<docblock line="127">
|
8433 |
-
<description><![CDATA[Extract value and text elements from Dropdown HTML option tags]]></description>
|
8434 |
-
<long-description><![CDATA[]]></long-description>
|
8435 |
-
<tag line="127" name="since" description="1.20"/>
|
8436 |
-
<tag line="127" name="param" description="HTML markup for taxonomy terms dropdown <select> tag" type="string" variable="$markup">
|
8437 |
-
<type by_reference="false">string</type>
|
8438 |
-
</tag>
|
8439 |
-
<tag line="127" name="return" description="( 'class' => $class_array, 'value' => $value_array, 'text' => $text_array )" type="array">
|
8440 |
-
<type by_reference="false">array</type>
|
8441 |
-
</tag>
|
8442 |
-
</docblock>
|
8443 |
-
<argument line="136">
|
8444 |
-
<name>$markup</name>
|
8445 |
-
<default><![CDATA[]]></default>
|
8446 |
-
<type/>
|
8447 |
-
</argument>
|
8448 |
-
</method>
|
8449 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="219" package="Media Library Assistant">
|
8450 |
-
<name>mla_media_view_settings_filter</name>
|
8451 |
-
<full_name>mla_media_view_settings_filter</full_name>
|
8452 |
-
<docblock line="208">
|
8453 |
-
<description><![CDATA[Adds settings values to be passed to the Media Manager in /wp-includes/js/media-views.js.]]></description>
|
8454 |
-
<long-description><![CDATA[<p>Declared public because it is a filter.</p>]]></long-description>
|
8455 |
-
<tag line="208" name="since" description="1.20"/>
|
8456 |
-
<tag line="208" name="param" description="associative array with setting => value pairs" type="array" variable="$settings">
|
8457 |
-
<type by_reference="false">array</type>
|
8458 |
-
</tag>
|
8459 |
-
<tag line="208" name="param" description="|| NULL current post object, if available" type="object" variable="$post">
|
8460 |
-
<type by_reference="false">object</type>
|
8461 |
-
</tag>
|
8462 |
-
<tag line="208" name="return" description="updated $settings array" type="array">
|
8463 |
-
<type by_reference="false">array</type>
|
8464 |
-
</tag>
|
8465 |
-
</docblock>
|
8466 |
-
<argument line="219">
|
8467 |
-
<name>$settings</name>
|
8468 |
-
<default><![CDATA[]]></default>
|
8469 |
-
<type/>
|
8470 |
-
</argument>
|
8471 |
-
<argument line="219">
|
8472 |
-
<name>$post</name>
|
8473 |
-
<default><![CDATA[]]></default>
|
8474 |
-
<type/>
|
8475 |
-
</argument>
|
8476 |
-
</method>
|
8477 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="355" package="Media Library Assistant">
|
8478 |
-
<name>mla_media_view_strings_filter</name>
|
8479 |
-
<full_name>mla_media_view_strings_filter</full_name>
|
8480 |
-
<docblock line="344">
|
8481 |
-
<description><![CDATA[Adds string values to be passed to the Media Manager in /wp-includes/js/media-views.js.]]></description>
|
8482 |
-
<long-description><![CDATA[<p>Declared public because it is a filter.</p>]]></long-description>
|
8483 |
-
<tag line="344" name="since" description="1.20"/>
|
8484 |
-
<tag line="344" name="param" description="associative array with string => value pairs" type="array" variable="$strings">
|
8485 |
-
<type by_reference="false">array</type>
|
8486 |
-
</tag>
|
8487 |
-
<tag line="344" name="param" description="|| NULL current post object, if available" type="object" variable="$post">
|
8488 |
-
<type by_reference="false">object</type>
|
8489 |
-
</tag>
|
8490 |
-
<tag line="344" name="return" description="updated $strings array" type="array">
|
8491 |
-
<type by_reference="false">array</type>
|
8492 |
-
</tag>
|
8493 |
-
</docblock>
|
8494 |
-
<argument line="355">
|
8495 |
-
<name>$strings</name>
|
8496 |
-
<default><![CDATA[]]></default>
|
8497 |
-
<type/>
|
8498 |
-
</argument>
|
8499 |
-
<argument line="355">
|
8500 |
-
<name>$post</name>
|
8501 |
-
<default><![CDATA[]]></default>
|
8502 |
-
<type/>
|
8503 |
-
</argument>
|
8504 |
-
</method>
|
8505 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="374" package="Media Library Assistant">
|
8506 |
-
<name>mla_wp_enqueue_media_action</name>
|
8507 |
-
<full_name>mla_wp_enqueue_media_action</full_name>
|
8508 |
-
<docblock line="366">
|
8509 |
-
<description><![CDATA[Enqueues the mla-media-modal-scripts.js file, adding it to the Media Manager scripts.]]></description>
|
8510 |
-
<long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
|
8511 |
-
<tag line="366" name="since" description="1.20"/>
|
8512 |
-
<tag line="366" name="return" description="" type="void">
|
8513 |
-
<type by_reference="false">void</type>
|
8514 |
-
</tag>
|
8515 |
-
</docblock>
|
8516 |
-
</method>
|
8517 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="419" package="Media Library Assistant">
|
8518 |
-
<name>mla_print_media_templates_action</name>
|
8519 |
-
<full_name>mla_print_media_templates_action</full_name>
|
8520 |
-
<docblock line="411">
|
8521 |
-
<description><![CDATA[Prints the templates used in the MLA Media Manager enhancements.]]></description>
|
8522 |
-
<long-description><![CDATA[<p>Declared public because it is an action.</p>]]></long-description>
|
8523 |
-
<tag line="411" name="since" description="1.20"/>
|
8524 |
-
<tag line="411" name="return" description="echoes HTML script tags for the templates" type="void">
|
8525 |
-
<type by_reference="false">void</type>
|
8526 |
-
</tag>
|
8527 |
-
</docblock>
|
8528 |
-
</method>
|
8529 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="452" package="Media Library Assistant">
|
8530 |
-
<name>mla_admin_init_action</name>
|
8531 |
-
<full_name>mla_admin_init_action</full_name>
|
8532 |
-
<docblock line="445">
|
8533 |
-
<description><![CDATA[Clean up the 'save-attachment-compat' values, removing taxonomy updates MLA already handled]]></description>
|
8534 |
-
<long-description><![CDATA[]]></long-description>
|
8535 |
-
<tag line="445" name="since" description="1.20"/>
|
8536 |
-
<tag line="445" name="return" description="" type="void">
|
8537 |
-
<type by_reference="false">void</type>
|
8538 |
-
</tag>
|
8539 |
-
</docblock>
|
8540 |
-
</method>
|
8541 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="490" package="Media Library Assistant">
|
8542 |
-
<name>mla_add_terms_search_scripts</name>
|
8543 |
-
<full_name>mla_add_terms_search_scripts</full_name>
|
8544 |
-
<docblock line="482">
|
8545 |
-
<description><![CDATA[Add the styles and scripts for the "Search Terms" popup modal window,
|
8546 |
-
but only once per page load]]></description>
|
8547 |
-
<long-description><![CDATA[]]></long-description>
|
8548 |
-
<tag line="482" name="since" description="1.90"/>
|
8549 |
-
<tag line="482" name="return" description="" type="void">
|
8550 |
-
<type by_reference="false">void</type>
|
8551 |
-
</tag>
|
8552 |
-
</docblock>
|
8553 |
-
</method>
|
8554 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="540" package="Media Library Assistant">
|
8555 |
-
<name>mla_add_terms_search_form</name>
|
8556 |
-
<full_name>mla_add_terms_search_form</full_name>
|
8557 |
-
<docblock line="532">
|
8558 |
-
<description><![CDATA[Add the hidden form for the "Search Terms" popup modal window,
|
8559 |
-
but only once per page load]]></description>
|
8560 |
-
<long-description><![CDATA[]]></long-description>
|
8561 |
-
<tag line="532" name="since" description="1.90"/>
|
8562 |
-
<tag line="532" name="return" description="" type="void">
|
8563 |
-
<type by_reference="false">void</type>
|
8564 |
-
</tag>
|
8565 |
-
</docblock>
|
8566 |
-
</method>
|
8567 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="556" package="Media Library Assistant">
|
8568 |
-
<name>mla_echo_terms_search_form</name>
|
8569 |
-
<full_name>mla_echo_terms_search_form</full_name>
|
8570 |
-
<docblock line="549">
|
8571 |
-
<description><![CDATA[Echo the hidden form for the "Search Terms" popup modal window]]></description>
|
8572 |
-
<long-description><![CDATA[]]></long-description>
|
8573 |
-
<tag line="549" name="since" description="1.90"/>
|
8574 |
-
<tag line="549" name="return" description="Echos the HTML <form> markup for hidden form" type="void">
|
8575 |
-
<type by_reference="false">void</type>
|
8576 |
-
</tag>
|
8577 |
-
</docblock>
|
8578 |
-
</method>
|
8579 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="567" package="Media Library Assistant">
|
8580 |
-
<name>mla_terms_search_form</name>
|
8581 |
-
<full_name>mla_terms_search_form</full_name>
|
8582 |
-
<docblock line="560">
|
8583 |
-
<description><![CDATA[Build the hidden form for the "Search Terms" popup modal window]]></description>
|
8584 |
-
<long-description><![CDATA[]]></long-description>
|
8585 |
-
<tag line="560" name="since" description="1.90"/>
|
8586 |
-
<tag line="560" name="return" description="HTML <form> markup for hidden form" type="string">
|
8587 |
-
<type by_reference="false">string</type>
|
8588 |
-
</tag>
|
8589 |
-
</docblock>
|
8590 |
-
</method>
|
8591 |
-
</class>
|
8592 |
-
</file>
|
8593 |
-
<file path="includes\class-mla-mime-types.php" hash="71f3673c2b45c59bc252001708156b00" package="Media Library Assistant">
|
8594 |
-
<docblock line="2">
|
8595 |
-
<description><![CDATA[Media Library Assistant MIME Type Support]]></description>
|
8596 |
-
<long-description><![CDATA[]]></long-description>
|
8597 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
8598 |
-
<tag line="2" name="since" description="1.40"/>
|
8599 |
-
</docblock>
|
8600 |
-
<class final="false" abstract="false" namespace="global" line="16" package="Media Library Assistant">
|
8601 |
-
<extends/>
|
8602 |
-
<name>MLAMime</name>
|
8603 |
-
<full_name>\MLAMime</full_name>
|
8604 |
-
<docblock line="9">
|
8605 |
-
<description><![CDATA[Class MLA (Media Library Assistant) MIME filters WordPress MIME Type functions and supports
|
8606 |
-
the Views and Uploads Settings tabs]]></description>
|
8607 |
-
<long-description><![CDATA[]]></long-description>
|
8608 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
8609 |
-
<tag line="9" name="since" description="1.40"/>
|
8610 |
-
</docblock>
|
8611 |
-
<property final="false" static="true" visibility="private" line="54" namespace="global" package="Media Library Assistant">
|
8612 |
-
<name>$disable_mla_filtering</name>
|
8613 |
-
<default><![CDATA[false]]></default>
|
8614 |
-
<docblock line="47">
|
8615 |
-
<description><![CDATA[Disable MIME filtering during option initialization]]></description>
|
8616 |
-
<long-description><![CDATA[]]></long-description>
|
8617 |
-
<tag line="47" name="since" description="1.40"/>
|
8618 |
-
<tag line="47" name="var" description="" type="boolean">
|
8619 |
-
<type by_reference="false">boolean</type>
|
8620 |
-
</tag>
|
8621 |
-
</docblock>
|
8622 |
-
</property>
|
8623 |
-
<property final="false" static="true" visibility="private" line="84" namespace="global" package="Media Library Assistant">
|
8624 |
-
<name>$mla_icon_type_associations</name>
|
8625 |
-
<default><![CDATA[NULL]]></default>
|
8626 |
-
<docblock line="77">
|
8627 |
-
<description><![CDATA[In-memory representation of the Icon Type => file extension(s) associations]]></description>
|
8628 |
-
<long-description><![CDATA[]]></long-description>
|
8629 |
-
<tag line="77" name="since" description="1.40"/>
|
8630 |
-
<tag line="77" name="var" description="slug => ( singular, plural, specification, post_mime_type, table_view, menu_order, description )" type="array">
|
8631 |
-
<type by_reference="false">array</type>
|
8632 |
-
</tag>
|
8633 |
-
</docblock>
|
8634 |
-
</property>
|
8635 |
-
<property final="false" static="true" visibility="private" line="705" namespace="global" package="Media Library Assistant">
|
8636 |
-
<name>$mla_post_mime_templates</name>
|
8637 |
-
<default><![CDATA[NULL]]></default>
|
8638 |
-
<docblock line="698">
|
8639 |
-
<description><![CDATA[In-memory representation of the Post MIME Types]]></description>
|
8640 |
-
<long-description><![CDATA[]]></long-description>
|
8641 |
-
<tag line="698" name="since" description="1.40"/>
|
8642 |
-
<tag line="698" name="var" description="slug => ( singular, plural, specification, post_mime_type, table_view, menu_order, description )" type="array">
|
8643 |
-
<type by_reference="false">array</type>
|
8644 |
-
</tag>
|
8645 |
-
</docblock>
|
8646 |
-
</property>
|
8647 |
-
<property final="false" static="true" visibility="private" line="714" namespace="global" package="Media Library Assistant">
|
8648 |
-
<name>$mla_post_mime_highest_ID</name>
|
8649 |
-
<default><![CDATA[0]]></default>
|
8650 |
-
<docblock line="707">
|
8651 |
-
<description><![CDATA[Highest existing Post MIME Type ID value]]></description>
|
8652 |
-
<long-description><![CDATA[]]></long-description>
|
8653 |
-
<tag line="707" name="since" description="1.40"/>
|
8654 |
-
<tag line="707" name="var" description="" type="integer">
|
8655 |
-
<type by_reference="false">integer</type>
|
8656 |
-
</tag>
|
8657 |
-
</docblock>
|
8658 |
-
</property>
|
8659 |
-
<property final="false" static="true" visibility="private" line="1413" namespace="global" package="Media Library Assistant">
|
8660 |
-
<name>$mla_core_icon_types</name>
|
8661 |
-
<default><![CDATA[NULL]]></default>
|
8662 |
-
<docblock line="1406">
|
8663 |
-
<description><![CDATA[Icon types without MLA filtering]]></description>
|
8664 |
-
<long-description><![CDATA[]]></long-description>
|
8665 |
-
<tag line="1406" name="since" description="1.40"/>
|
8666 |
-
<tag line="1406" name="var" description="extension => ( core_icon_type )" type="array">
|
8667 |
-
<type by_reference="false">array</type>
|
8668 |
-
</tag>
|
8669 |
-
</docblock>
|
8670 |
-
</property>
|
8671 |
-
<property final="false" static="true" visibility="private" line="1422" namespace="global" package="Media Library Assistant">
|
8672 |
-
<name>$mla_current_icon_types</name>
|
8673 |
-
<default><![CDATA[NULL]]></default>
|
8674 |
-
<docblock line="1415">
|
8675 |
-
<description><![CDATA[Icon types with MLA filtering - basenames of files in the current icon directory]]></description>
|
8676 |
-
<long-description><![CDATA[]]></long-description>
|
8677 |
-
<tag line="1415" name="since" description="1.40"/>
|
8678 |
-
<tag line="1415" name="var" description="( icon_type => icon_image_uri )" type="array">
|
8679 |
-
<type by_reference="false">array</type>
|
8680 |
-
</tag>
|
8681 |
-
</docblock>
|
8682 |
-
</property>
|
8683 |
-
<property final="false" static="true" visibility="private" line="1431" namespace="global" package="Media Library Assistant">
|
8684 |
-
<name>$mla_upload_mime_templates</name>
|
8685 |
-
<default><![CDATA[NULL]]></default>
|
8686 |
-
<docblock line="1424">
|
8687 |
-
<description><![CDATA[In-memory representation of the Upload MIME Types]]></description>
|
8688 |
-
<long-description><![CDATA[]]></long-description>
|
8689 |
-
<tag line="1424" name="since" description="1.40"/>
|
8690 |
-
<tag line="1424" name="var" description="extension => ( post_ID, mime_type, core_type, mla_type, source, standard_source, disabled, description, icon_type, wp_icon_type, mla_icon_type, core_icon_type )" type="array">
|
8691 |
-
<type by_reference="false">array</type>
|
8692 |
-
</tag>
|
8693 |
-
</docblock>
|
8694 |
-
</property>
|
8695 |
-
<property final="false" static="true" visibility="private" line="1440" namespace="global" package="Media Library Assistant">
|
8696 |
-
<name>$mla_upload_mime_descriptions</name>
|
8697 |
-
<default><![CDATA[NULL]]></default>
|
8698 |
-
<docblock line="1433">
|
8699 |
-
<description><![CDATA[In-memory cache of the default Upload MIME Type descriptions]]></description>
|
8700 |
-
<long-description><![CDATA[]]></long-description>
|
8701 |
-
<tag line="1433" name="since" description="1.80"/>
|
8702 |
-
<tag line="1433" name="var" description="extension => description" type="array">
|
8703 |
-
<type by_reference="false">array</type>
|
8704 |
-
</tag>
|
8705 |
-
</docblock>
|
8706 |
-
</property>
|
8707 |
-
<property final="false" static="true" visibility="private" line="1449" namespace="global" package="Media Library Assistant">
|
8708 |
-
<name>$mla_upload_mime_highest_ID</name>
|
8709 |
-
<default><![CDATA[0]]></default>
|
8710 |
-
<docblock line="1442">
|
8711 |
-
<description><![CDATA[Highest existing Upload MIME Type ID value]]></description>
|
8712 |
-
<long-description><![CDATA[]]></long-description>
|
8713 |
-
<tag line="1442" name="since" description="1.40"/>
|
8714 |
-
<tag line="1442" name="var" description="" type="integer">
|
8715 |
-
<type by_reference="false">integer</type>
|
8716 |
-
</tag>
|
8717 |
-
</docblock>
|
8718 |
-
</property>
|
8719 |
-
<property final="false" static="true" visibility="private" line="2275" namespace="global" package="Media Library Assistant">
|
8720 |
-
<name>$mla_optional_upload_mime_templates</name>
|
8721 |
-
<default><![CDATA[NULL]]></default>
|
8722 |
-
<docblock line="2268">
|
8723 |
-
<description><![CDATA[In-memory representation of the (read-only) Optional Upload MIME Types]]></description>
|
8724 |
-
<long-description><![CDATA[]]></long-description>
|
8725 |
-
<tag line="2268" name="since" description="1.40"/>
|
8726 |
-
<tag line="2268" name="var" description="( ID, slug, mime_type, core_type, mla_type, description )" type="array">
|
8727 |
-
<type by_reference="false">array</type>
|
8728 |
-
</tag>
|
8729 |
-
</docblock>
|
8730 |
-
</property>
|
8731 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="24" package="Media Library Assistant">
|
8732 |
-
<name>initialize</name>
|
8733 |
-
<full_name>initialize</full_name>
|
8734 |
-
<docblock line="17">
|
8735 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
8736 |
-
<long-description><![CDATA[]]></long-description>
|
8737 |
-
<tag line="17" name="since" description="1.40"/>
|
8738 |
-
<tag line="17" name="return" description="" type="void">
|
8739 |
-
<type by_reference="false">void</type>
|
8740 |
-
</tag>
|
8741 |
-
</docblock>
|
8742 |
-
</method>
|
8743 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="69" package="Media Library Assistant">
|
8744 |
-
<name>mla_sanitize_mime_type_filter</name>
|
8745 |
-
<full_name>mla_sanitize_mime_type_filter</full_name>
|
8746 |
-
<docblock line="56">
|
8747 |
-
<description><![CDATA[Sanitize a MIME type]]></description>
|
8748 |
-
<long-description><![CDATA[<p>Called from /wp-includes/formatting.php, function sanitize_mime_type().
|
8749 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
8750 |
-
<tag line="56" name="since" description="1.40"/>
|
8751 |
-
<tag line="56" name="param" description="Sanitized MIME type" type="string" variable="$sanitized_mime_type">
|
8752 |
-
<type by_reference="false">string</type>
|
8753 |
-
</tag>
|
8754 |
-
<tag line="56" name="param" description="Raw MIME type" type="string" variable="$raw_mime_type">
|
8755 |
-
<type by_reference="false">string</type>
|
8756 |
-
</tag>
|
8757 |
-
<tag line="56" name="return" description="Updated sanitized MIME type" type="string">
|
8758 |
-
<type by_reference="false">string</type>
|
8759 |
-
</tag>
|
8760 |
-
</docblock>
|
8761 |
-
<argument line="69">
|
8762 |
-
<name>$sanitized_mime_type</name>
|
8763 |
-
<default><![CDATA[]]></default>
|
8764 |
-
<type/>
|
8765 |
-
</argument>
|
8766 |
-
<argument line="69">
|
8767 |
-
<name>$raw_mime_type</name>
|
8768 |
-
<default><![CDATA[]]></default>
|
8769 |
-
<type/>
|
8770 |
-
</argument>
|
8771 |
-
</method>
|
8772 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="107" package="Media Library Assistant">
|
8773 |
-
<name>mla_ext2type_filter</name>
|
8774 |
-
<full_name>mla_ext2type_filter</full_name>
|
8775 |
-
<docblock line="86">
|
8776 |
-
<description><![CDATA[Update the file extension to icon type (e.g., xls => spreadsheet, doc => document) array]]></description>
|
8777 |
-
<long-description><![CDATA[<p>Note that the calling function, wp_ext2type, takes an extension and returns an icon type.
|
8778 |
-
This filter updates the array of possible matches to support the calling function.</p>
|
8779 |
-
|
8780 |
-
<p>Called from /wp-includes/functions.php, function wp_ext2type(). That function is called from
|
8781 |
-
/wp-admin/includes/ajax-actions.php, function wp_ajax_send_link_to_editor(),
|
8782 |
-
/wp-admin/includes/media.php, function wp_media_upload_handler(), and
|
8783 |
-
/wp-includes/post.php, function wp_mime_type_icon(). The first two calls look for "audio"
|
8784 |
-
and "video" files to call the appropriate filter. The third call assigns the appropriate icon
|
8785 |
-
to the file for display purposes.</p>
|
8786 |
-
|
8787 |
-
<p>Defined as public because it's a filter.</p>]]></long-description>
|
8788 |
-
<tag line="86" name="since" description="1.40"/>
|
8789 |
-
<tag line="86" name="param" description="The type => ( extensions ) associations." type="array" variable="$standard_types">
|
8790 |
-
<type by_reference="false">array</type>
|
8791 |
-
</tag>
|
8792 |
-
<tag line="86" name="return" description="The updated associations array." type="array">
|
8793 |
-
<type by_reference="false">array</type>
|
8794 |
-
</tag>
|
8795 |
-
</docblock>
|
8796 |
-
<argument line="107">
|
8797 |
-
<name>$standard_types</name>
|
8798 |
-
<default><![CDATA[]]></default>
|
8799 |
-
<type/>
|
8800 |
-
</argument>
|
8801 |
-
</method>
|
8802 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="174" package="Media Library Assistant">
|
8803 |
-
<name>mla_wp_check_filetype_and_ext_filter</name>
|
8804 |
-
<full_name>mla_wp_check_filetype_and_ext_filter</full_name>
|
8805 |
-
<docblock line="159">
|
8806 |
-
<description><![CDATA[Attempts to determine the real file type of a file]]></description>
|
8807 |
-
<long-description><![CDATA[<p>Called from /wp-includes/functions.php, function wp_check_filetype_and_ext().
|
8808 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
8809 |
-
<tag line="159" name="since" description="1.40"/>
|
8810 |
-
<tag line="159" name="param" description="array( ext, type, proper_filename (string or false) )" type="array" variable="$validate">
|
8811 |
-
<type by_reference="false">array</type>
|
8812 |
-
</tag>
|
8813 |
-
<tag line="159" name="param" description="Full path to the image" type="string" variable="$file">
|
8814 |
-
<type by_reference="false">string</type>
|
8815 |
-
</tag>
|
8816 |
-
<tag line="159" name="param" description="The filename of the image" type="string" variable="$filename">
|
8817 |
-
<type by_reference="false">string</type>
|
8818 |
-
</tag>
|
8819 |
-
<tag line="159" name="param" description="Optional array of MIME types" type="array" variable="$mimes">
|
8820 |
-
<type by_reference="false">array</type>
|
8821 |
-
</tag>
|
8822 |
-
<tag line="159" name="return" description="Updated array( ext, type, proper_filename (string or false) )" type="array">
|
8823 |
-
<type by_reference="false">array</type>
|
8824 |
-
</tag>
|
8825 |
-
</docblock>
|
8826 |
-
<argument line="174">
|
8827 |
-
<name>$validate</name>
|
8828 |
-
<default><![CDATA[]]></default>
|
8829 |
-
<type/>
|
8830 |
-
</argument>
|
8831 |
-
<argument line="174">
|
8832 |
-
<name>$file</name>
|
8833 |
-
<default><![CDATA[]]></default>
|
8834 |
-
<type/>
|
8835 |
-
</argument>
|
8836 |
-
<argument line="174">
|
8837 |
-
<name>$filename</name>
|
8838 |
-
<default><![CDATA[]]></default>
|
8839 |
-
<type/>
|
8840 |
-
</argument>
|
8841 |
-
<argument line="174">
|
8842 |
-
<name>$mimes</name>
|
8843 |
-
<default><![CDATA[]]></default>
|
8844 |
-
<type/>
|
8845 |
-
</argument>
|
8846 |
-
</method>
|
8847 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="200" package="Media Library Assistant">
|
8848 |
-
<name>mla_mime_types_filter</name>
|
8849 |
-
<full_name>mla_mime_types_filter</full_name>
|
8850 |
-
<docblock line="184">
|
8851 |
-
<description><![CDATA[Retrieve list of MIME types and file extensions; use this filter to add types]]></description>
|
8852 |
-
<long-description><![CDATA[<p>Called from /wp-includes/functions.php, function wp_get_mime_types(). That function
|
8853 |
-
is called from /wp-includes/class-wp-image-editor.php functions get_mime_type()
|
8854 |
-
and get_extension(), and from /wp-includes/functions.php, functions do_enclose()
|
8855 |
-
and get_allowed_mime_types().</p>
|
8856 |
-
|
8857 |
-
<p>Defined as public because it's a filter.</p>]]></long-description>
|
8858 |
-
<tag line="184" name="since" description="1.40"/>
|
8859 |
-
<tag line="184" name="param" description="Mime types keyed by the file extension regex corresponding to those types" type="array" variable="$mime_types">
|
8860 |
-
<type by_reference="false">array</type>
|
8861 |
-
</tag>
|
8862 |
-
<tag line="184" name="return" description="Updated MIME types" type="array">
|
8863 |
-
<type by_reference="false">array</type>
|
8864 |
-
</tag>
|
8865 |
-
</docblock>
|
8866 |
-
<argument line="200">
|
8867 |
-
<name>$mime_types</name>
|
8868 |
-
<default><![CDATA[]]></default>
|
8869 |
-
<type/>
|
8870 |
-
</argument>
|
8871 |
-
</method>
|
8872 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="261" package="Media Library Assistant">
|
8873 |
-
<name>mla_upload_mimes_filter</name>
|
8874 |
-
<full_name>mla_upload_mimes_filter</full_name>
|
8875 |
-
<docblock line="239">
|
8876 |
-
<description><![CDATA[Retrieve list of allowed MIME types and file extensions; use this filter to remove types]]></description>
|
8877 |
-
<long-description><![CDATA[<p>Called from /wp-includes/functions.php, function get_allowed_mime_types(). That function
|
8878 |
-
is called from /wp-includes/formatting.php function sanitize_file_name() and from
|
8879 |
-
/wp-includes/functions.php, function wp_check_filetype(). wp_check_filetype returns only one
|
8880 |
-
MIME type for a given file extension, so the file extension should/must be a unique key.</p>
|
8881 |
-
|
8882 |
-
<p>This filter is also hooked by /wp-includes/ms-functions.php and processed in function
|
8883 |
-
check_upload_mimes(), which "is used to filter that list against the filetype whitelist
|
8884 |
-
provided by Multisite Super Admins at wp-admin/network/settings.php." Multisite installs must
|
8885 |
-
respect this restriction, so any list we produce will be passed thru that function if it exists.</p>
|
8886 |
-
|
8887 |
-
<p>This function is defined as public because it's a filter.</p>]]></long-description>
|
8888 |
-
<tag line="239" name="since" description="1.40"/>
|
8889 |
-
<tag line="239" name="param" description="Mime types keyed by the file extension regex corresponding to those types" type="array" variable="$mime_types">
|
8890 |
-
<type by_reference="false">array</type>
|
8891 |
-
</tag>
|
8892 |
-
<tag line="239" name="param" description="User ID (integer) or object for checking against 'unfiltered_html' capability" type="mixed" variable="$user">
|
8893 |
-
<type by_reference="false">mixed</type>
|
8894 |
-
</tag>
|
8895 |
-
<tag line="239" name="return" description="Updated allowed MIME types" type="array">
|
8896 |
-
<type by_reference="false">array</type>
|
8897 |
-
</tag>
|
8898 |
-
</docblock>
|
8899 |
-
<argument line="261">
|
8900 |
-
<name>$mime_types</name>
|
8901 |
-
<default><![CDATA[]]></default>
|
8902 |
-
<type/>
|
8903 |
-
</argument>
|
8904 |
-
<argument line="261">
|
8905 |
-
<name>$user</name>
|
8906 |
-
<default><![CDATA[NULL]]></default>
|
8907 |
-
<type/>
|
8908 |
-
</argument>
|
8909 |
-
</method>
|
8910 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="337" package="Media Library Assistant">
|
8911 |
-
<name>mla_post_mime_types_filter</name>
|
8912 |
-
<full_name>mla_post_mime_types_filter</full_name>
|
8913 |
-
<docblock line="315">
|
8914 |
-
<description><![CDATA[Get default Post MIME Types]]></description>
|
8915 |
-
<long-description><![CDATA[<p>Called from /wp-includes/post.php, function get_post_mime_types(). That function
|
8916 |
-
is called from:
|
8917 |
-
/wp-admin/includes/media.php function get_media_item(), to validate the type of an
|
8918 |
-
attachment when it is edited,
|
8919 |
-
/wp-admin/includes/post.php, function wp_edit_attachments_query() to count the number
|
8920 |
-
of attachments of each type, and
|
8921 |
-
/wp-includes/media.php function wp_enqueue_media(), to populate the the Media Manager/Add Media
|
8922 |
-
"media items" drop down list.</p>
|
8923 |
-
|
8924 |
-
<p>Defined as public because it's a filter.</p>]]></long-description>
|
8925 |
-
<tag line="315" name="since" description="1.40"/>
|
8926 |
-
<tag line="315" name="param" description="Content types (image, audio, video) and presentation strings, e.g. 'image' => array(__('Images', 'media-library-assistant'), __('Manage Images', 'media-library-assistant'), _n_noop('Image <span class="count">(%s)</span>', 'Images <span class="count">(%s)</span>', 'media-library-assistant'))," type="array" variable="$post_mime_types">
|
8927 |
-
<type by_reference="false">array</type>
|
8928 |
-
</tag>
|
8929 |
-
<tag line="315" name="return" description="Updated allowed MIME types" type="array">
|
8930 |
-
<type by_reference="false">array</type>
|
8931 |
-
</tag>
|
8932 |
-
</docblock>
|
8933 |
-
<argument line="337">
|
8934 |
-
<name>$post_mime_types</name>
|
8935 |
-
<default><![CDATA[]]></default>
|
8936 |
-
<type/>
|
8937 |
-
</argument>
|
8938 |
-
</method>
|
8939 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="393" package="Media Library Assistant">
|
8940 |
-
<name>mla_icon_dir_filter</name>
|
8941 |
-
<full_name>mla_icon_dir_filter</full_name>
|
8942 |
-
<docblock line="379">
|
8943 |
-
<description><![CDATA[Retrieve the icon directory for a MIME type]]></description>
|
8944 |
-
<long-description><![CDATA[<p>Called from /wp-includes/deprecated.php, function get_attachment_icon_src().
|
8945 |
-
Called from /wp-includes/media.php, function wp_get_attachment_image_src().
|
8946 |
-
Called from /wp-includes/post.php, function wp_mime_type_icon().
|
8947 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
8948 |
-
<tag line="379" name="since" description="1.40"/>
|
8949 |
-
<tag line="379" name="param" description="Path to the icon directory" type="string" variable="$path">
|
8950 |
-
<type by_reference="false">string</type>
|
8951 |
-
</tag>
|
8952 |
-
<tag line="379" name="return" description="Updated path to the icon directory, no trailing slash" type="string">
|
8953 |
-
<type by_reference="false">string</type>
|
8954 |
-
</tag>
|
8955 |
-
</docblock>
|
8956 |
-
<argument line="393">
|
8957 |
-
<name>$path</name>
|
8958 |
-
<default><![CDATA[]]></default>
|
8959 |
-
<type/>
|
8960 |
-
</argument>
|
8961 |
-
</method>
|
8962 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="415" package="Media Library Assistant">
|
8963 |
-
<name>mla_icon_dir_uri_filter</name>
|
8964 |
-
<full_name>mla_icon_dir_uri_filter</full_name>
|
8965 |
-
<docblock line="403">
|
8966 |
-
<description><![CDATA[Retrieve the icon directory URL for a MIME type]]></description>
|
8967 |
-
<long-description><![CDATA[<p>Called from /wp-includes/post.php, function wp_mime_type_icon().
|
8968 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
8969 |
-
<tag line="403" name="since" description="1.40"/>
|
8970 |
-
<tag line="403" name="param" description="Path to the icon directory URL" type="string" variable="$uri">
|
8971 |
-
<type by_reference="false">string</type>
|
8972 |
-
</tag>
|
8973 |
-
<tag line="403" name="return" description="Updated path to the icon directory URL, no trailing slash" type="string">
|
8974 |
-
<type by_reference="false">string</type>
|
8975 |
-
</tag>
|
8976 |
-
</docblock>
|
8977 |
-
<argument line="415">
|
8978 |
-
<name>$uri</name>
|
8979 |
-
<default><![CDATA[]]></default>
|
8980 |
-
<type/>
|
8981 |
-
</argument>
|
8982 |
-
</method>
|
8983 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="437" package="Media Library Assistant">
|
8984 |
-
<name>mla_icon_dirs_filter</name>
|
8985 |
-
<full_name>mla_icon_dirs_filter</full_name>
|
8986 |
-
<docblock line="425">
|
8987 |
-
<description><![CDATA[Retrieve the icon (directory => URI) array for a MIME type]]></description>
|
8988 |
-
<long-description><![CDATA[<p>Called from /wp-includes/post.php, function wp_mime_type_icon().
|
8989 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
8990 |
-
<tag line="425" name="since" description="1.40"/>
|
8991 |
-
<tag line="425" name="param" description="Path(s) and URI(s) to the icon directories" type="array" variable="$path_uri_array">
|
8992 |
-
<type by_reference="false">array</type>
|
8993 |
-
</tag>
|
8994 |
-
<tag line="425" name="return" description="Updated (path => URI) array" type="array">
|
8995 |
-
<type by_reference="false">array</type>
|
8996 |
-
</tag>
|
8997 |
-
</docblock>
|
8998 |
-
<argument line="437">
|
8999 |
-
<name>$path_uri_array</name>
|
9000 |
-
<default><![CDATA[]]></default>
|
9001 |
-
<type/>
|
9002 |
-
</argument>
|
9003 |
-
</method>
|
9004 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="461" package="Media Library Assistant">
|
9005 |
-
<name>mla_wp_mime_type_icon_filter</name>
|
9006 |
-
<full_name>mla_wp_mime_type_icon_filter</full_name>
|
9007 |
-
<docblock line="447">
|
9008 |
-
<description><![CDATA[Retrieve the icon for a MIME type]]></description>
|
9009 |
-
<long-description><![CDATA[<p>Called from /wp-includes/post.php, function wp_mime_type_icon().
|
9010 |
-
Defined as public because it's a filter.</p>]]></long-description>
|
9011 |
-
<tag line="447" name="since" description="1.40"/>
|
9012 |
-
<tag line="447" name="param" description="URI to the MIME type icon" type="string" variable="$icon">
|
9013 |
-
<type by_reference="false">string</type>
|
9014 |
-
</tag>
|
9015 |
-
<tag line="447" name="param" description="MIME type represented by the icon" type="string" variable="$mime">
|
9016 |
-
<type by_reference="false">string</type>
|
9017 |
-
</tag>
|
9018 |
-
<tag line="447" name="param" description="Attachment ID or zero (0) if MIME type passed in" type="integer" variable="$post_id">
|
9019 |
-
<type by_reference="false">integer</type>
|
9020 |
-
</tag>
|
9021 |
-
<tag line="447" name="return" description="Updated URI to the MIME type icon" type="array">
|
9022 |
-
<type by_reference="false">array</type>
|
9023 |
-
</tag>
|
9024 |
-
</docblock>
|
9025 |
-
<argument line="461">
|
9026 |
-
<name>$icon</name>
|
9027 |
-
<default><![CDATA[]]></default>
|
9028 |
-
<type/>
|
9029 |
-
</argument>
|
9030 |
-
<argument line="461">
|
9031 |
-
<name>$mime</name>
|
9032 |
-
<default><![CDATA[]]></default>
|
9033 |
-
<type/>
|
9034 |
-
</argument>
|
9035 |
-
<argument line="461">
|
9036 |
-
<name>$post_id</name>
|
9037 |
-
<default><![CDATA[]]></default>
|
9038 |
-
<type/>
|
9039 |
-
</argument>
|
9040 |
-
</method>
|
9041 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="476" package="Media Library Assistant">
|
9042 |
-
<name>_prepare_view_items_query</name>
|
9043 |
-
<full_name>_prepare_view_items_query</full_name>
|
9044 |
-
<docblock line="465">
|
9045 |
-
<description><![CDATA[Sanitize and expand query arguments from request variables]]></description>
|
9046 |
-
<long-description><![CDATA[]]></long-description>
|
9047 |
-
<tag line="465" name="since" description="1.40"/>
|
9048 |
-
<tag line="465" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$raw_request">
|
9049 |
-
<type by_reference="false">array</type>
|
9050 |
-
</tag>
|
9051 |
-
<tag line="465" name="param" description="Optional number of rows (default 0) to skip over to reach desired page" type="int" variable="$offset">
|
9052 |
-
<type by_reference="false">int</type>
|
9053 |
-
</tag>
|
9054 |
-
<tag line="465" name="param" description="Optional number of rows on each page (0 = all rows, default)" type="int" variable="$count">
|
9055 |
-
<type by_reference="false">int</type>
|
9056 |
-
</tag>
|
9057 |
-
<tag line="465" name="return" description="revised arguments suitable for query" type="array">
|
9058 |
-
<type by_reference="false">array</type>
|
9059 |
-
</tag>
|
9060 |
-
</docblock>
|
9061 |
-
<argument line="476">
|
9062 |
-
<name>$raw_request</name>
|
9063 |
-
<default><![CDATA[]]></default>
|
9064 |
-
<type/>
|
9065 |
-
</argument>
|
9066 |
-
<argument line="476">
|
9067 |
-
<name>$offset</name>
|
9068 |
-
<default><![CDATA[0]]></default>
|
9069 |
-
<type/>
|
9070 |
-
</argument>
|
9071 |
-
<argument line="476">
|
9072 |
-
<name>$count</name>
|
9073 |
-
<default><![CDATA[0]]></default>
|
9074 |
-
<type/>
|
9075 |
-
</argument>
|
9076 |
-
</method>
|
9077 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="549" package="Media Library Assistant">
|
9078 |
-
<name>_execute_view_items_query</name>
|
9079 |
-
<full_name>_execute_view_items_query</full_name>
|
9080 |
-
<docblock line="540">
|
9081 |
-
<description><![CDATA[Add filters, run query, remove filters]]></description>
|
9082 |
-
<long-description><![CDATA[]]></long-description>
|
9083 |
-
<tag line="540" name="since" description="1.40"/>
|
9084 |
-
<tag line="540" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
|
9085 |
-
<type by_reference="false">array</type>
|
9086 |
-
</tag>
|
9087 |
-
<tag line="540" name="return" description="query results; array of MLA post_mime_type objects" type="array">
|
9088 |
-
<type by_reference="false">array</type>
|
9089 |
-
</tag>
|
9090 |
-
</docblock>
|
9091 |
-
<argument line="549">
|
9092 |
-
<name>$request</name>
|
9093 |
-
<default><![CDATA[]]></default>
|
9094 |
-
<type/>
|
9095 |
-
</argument>
|
9096 |
-
</method>
|
9097 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="641" package="Media Library Assistant">
|
9098 |
-
<name>mla_count_view_items</name>
|
9099 |
-
<full_name>mla_count_view_items</full_name>
|
9100 |
-
<docblock line="632">
|
9101 |
-
<description><![CDATA[Get the total number of MLA post_mime_type objects]]></description>
|
9102 |
-
<long-description><![CDATA[]]></long-description>
|
9103 |
-
<tag line="632" name="since" description="1.40"/>
|
9104 |
-
<tag line="632" name="param" description="Query variables, e.g., from $_REQUEST" type="array" variable="$request">
|
9105 |
-
<type by_reference="false">array</type>
|
9106 |
-
</tag>
|
9107 |
-
<tag line="632" name="return" description="Number of MLA post_mime_type objects" type="integer">
|
9108 |
-
<type by_reference="false">integer</type>
|
9109 |
-
</tag>
|
9110 |
-
</docblock>
|
9111 |
-
<argument line="641">
|
9112 |
-
<name>$request</name>
|
9113 |
-
<default><![CDATA[]]></default>
|
9114 |
-
<type/>
|
9115 |
-
</argument>
|
9116 |
-
</method>
|
9117 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="658" package="Media Library Assistant">
|
9118 |
-
<name>mla_query_view_items</name>
|
9119 |
-
<full_name>mla_query_view_items</full_name>
|
9120 |
-
<docblock line="647">
|
9121 |
-
<description><![CDATA[Retrieve MLA post_mime_type objects for list table display]]></description>
|
9122 |
-
<long-description><![CDATA[]]></long-description>
|
9123 |
-
<tag line="647" name="since" description="1.40"/>
|
9124 |
-
<tag line="647" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
|
9125 |
-
<type by_reference="false">array</type>
|
9126 |
-
</tag>
|
9127 |
-
<tag line="647" name="param" description="number of rows to skip over to reach desired page" type="int" variable="$offset">
|
9128 |
-
<type by_reference="false">int</type>
|
9129 |
-
</tag>
|
9130 |
-
<tag line="647" name="param" description="number of rows on each page" type="int" variable="$count">
|
9131 |
-
<type by_reference="false">int</type>
|
9132 |
-
</tag>
|
9133 |
-
<tag line="647" name="return" description="MLA post_mime_type objects" type="array">
|
9134 |
-
<type by_reference="false">array</type>
|
9135 |
-
</tag>
|
9136 |
-
</docblock>
|
9137 |
-
<argument line="658">
|
9138 |
-
<name>$request</name>
|
9139 |
-
<default><![CDATA[]]></default>
|
9140 |
-
<type/>
|
9141 |
-
</argument>
|
9142 |
-
<argument line="658">
|
9143 |
-
<name>$offset</name>
|
9144 |
-
<default><![CDATA[]]></default>
|
9145 |
-
<type/>
|
9146 |
-
</argument>
|
9147 |
-
<argument line="658">
|
9148 |
-
<name>$count</name>
|
9149 |
-
<default><![CDATA[]]></default>
|
9150 |
-
<type/>
|
9151 |
-
</argument>
|
9152 |
-
</method>
|
9153 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="671" package="Media Library Assistant">
|
9154 |
-
<name>mla_pluck_table_views</name>
|
9155 |
-
<full_name>mla_pluck_table_views</full_name>
|
9156 |
-
<docblock line="664">
|
9157 |
-
<description><![CDATA[Retrieve views eligible for Media/Assistant table display]]></description>
|
9158 |
-
<long-description><![CDATA[]]></long-description>
|
9159 |
-
<tag line="664" name="since" description="1.40"/>
|
9160 |
-
<tag line="664" name="return" description="table views array ( specification => Plural Label )" type="array">
|
9161 |
-
<type by_reference="false">array</type>
|
9162 |
-
</tag>
|
9163 |
-
</docblock>
|
9164 |
-
</method>
|
9165 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="725" package="Media Library Assistant">
|
9166 |
-
<name>_get_post_mime_templates</name>
|
9167 |
-
<full_name>_get_post_mime_templates</full_name>
|
9168 |
-
<docblock line="716">
|
9169 |
-
<description><![CDATA[Assemble the in-memory representation of the Post MIME Types]]></description>
|
9170 |
-
<long-description><![CDATA[]]></long-description>
|
9171 |
-
<tag line="716" name="since" description="1.40"/>
|
9172 |
-
<tag line="716" name="param" description="Force a reload/recalculation of types" type="boolean" variable="$force_refresh">
|
9173 |
-
<type by_reference="false">boolean</type>
|
9174 |
-
</tag>
|
9175 |
-
<tag line="716" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
|
9176 |
-
<type by_reference="false">boolean</type>
|
9177 |
-
</tag>
|
9178 |
-
</docblock>
|
9179 |
-
<argument line="725">
|
9180 |
-
<name>$force_refresh</name>
|
9181 |
-
<default><![CDATA[false]]></default>
|
9182 |
-
<type/>
|
9183 |
-
</argument>
|
9184 |
-
</method>
|
9185 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="791" package="Media Library Assistant">
|
9186 |
-
<name>_put_post_mime_templates</name>
|
9187 |
-
<full_name>_put_post_mime_templates</full_name>
|
9188 |
-
<docblock line="784">
|
9189 |
-
<description><![CDATA[Store the custom entries of the Post MIME Types]]></description>
|
9190 |
-
<long-description><![CDATA[]]></long-description>
|
9191 |
-
<tag line="784" name="since" description="1.40"/>
|
9192 |
-
<tag line="784" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
|
9193 |
-
<type by_reference="false">boolean</type>
|
9194 |
-
</tag>
|
9195 |
-
</docblock>
|
9196 |
-
</method>
|
9197 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="821" package="Media Library Assistant">
|
9198 |
-
<name>mla_prepare_view_query</name>
|
9199 |
-
<full_name>mla_prepare_view_query</full_name>
|
9200 |
-
<docblock line="809">
|
9201 |
-
<description><![CDATA[Convert a Library View/Post MIME Type specification to WP_Query parameters]]></description>
|
9202 |
-
<long-description><![CDATA[<p>Compatibility shim for MLACore::mla_prepare_view_query</p>]]></long-description>
|
9203 |
-
<tag line="809" name="since" description="1.40"/>
|
9204 |
-
<tag line="809" name="param" description="View slug, unique identifier" type="string" variable="$slug">
|
9205 |
-
<type by_reference="false">string</type>
|
9206 |
-
</tag>
|
9207 |
-
<tag line="809" name="param" description="A specification, e.g., "custom:Field,null" or "audio,application/vnd.*ms*"" type="string" variable="$specification">
|
9208 |
-
<type by_reference="false">string</type>
|
9209 |
-
</tag>
|
9210 |
-
<tag line="809" name="return" description="post_mime_type specification or custom field query" type="array">
|
9211 |
-
<type by_reference="false">array</type>
|
9212 |
-
</tag>
|
9213 |
-
</docblock>
|
9214 |
-
<argument line="821">
|
9215 |
-
<name>$slug</name>
|
9216 |
-
<default><![CDATA[]]></default>
|
9217 |
-
<type/>
|
9218 |
-
</argument>
|
9219 |
-
<argument line="821">
|
9220 |
-
<name>$specification</name>
|
9221 |
-
<default><![CDATA[]]></default>
|
9222 |
-
<type/>
|
9223 |
-
</argument>
|
9224 |
-
</method>
|
9225 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="836" package="Media Library Assistant">
|
9226 |
-
<name>mla_parse_view_specification</name>
|
9227 |
-
<full_name>mla_parse_view_specification</full_name>
|
9228 |
-
<docblock line="825">
|
9229 |
-
<description><![CDATA[Analyze a Library View/Post MIME Type specification, returning an array of the placeholders it contains]]></description>
|
9230 |
-
<long-description><![CDATA[<p>Compatibility shim for MLACore::mla_parse_view_specification</p>]]></long-description>
|
9231 |
-
<tag line="825" name="since" description="1.40"/>
|
9232 |
-
<tag line="825" name="param" description="A specification, e.g., "custom:Field,null" or "audio,application/vnd.*ms*"" type="string|array" variable="$specification">
|
9233 |
-
<type by_reference="false">string</type>
|
9234 |
-
<type by_reference="false">array</type>
|
9235 |
-
</tag>
|
9236 |
-
<tag line="825" name="return" description="( ['prefix'] => string, ['name'] => string, ['value'] => string, ['option'] => string, optional ['error'] => string )" type="array">
|
9237 |
-
<type by_reference="false">array</type>
|
9238 |
-
</tag>
|
9239 |
-
</docblock>
|
9240 |
-
<argument line="836">
|
9241 |
-
<name>$specification</name>
|
9242 |
-
<default><![CDATA[]]></default>
|
9243 |
-
<type/>
|
9244 |
-
</argument>
|
9245 |
-
</method>
|
9246 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="849" package="Media Library Assistant">
|
9247 |
-
<name>mla_add_post_mime_type</name>
|
9248 |
-
<full_name>mla_add_post_mime_type</full_name>
|
9249 |
-
<docblock line="840">
|
9250 |
-
<description><![CDATA[Add an MLA post_mime_type object]]></description>
|
9251 |
-
<long-description><![CDATA[]]></long-description>
|
9252 |
-
<tag line="840" name="since" description="1.40"/>
|
9253 |
-
<tag line="840" name="param" description="Query variables for a single object, including slug" type="array" variable="$request">
|
9254 |
-
<type by_reference="false">array</type>
|
9255 |
-
</tag>
|
9256 |
-
<tag line="840" name="return" description="Message(s) reflecting the results of the operation" type="array">
|
9257 |
-
<type by_reference="false">array</type>
|
9258 |
-
</tag>
|
9259 |
-
</docblock>
|
9260 |
-
<argument line="849">
|
9261 |
-
<name>$request</name>
|
9262 |
-
<default><![CDATA[]]></default>
|
9263 |
-
<type/>
|
9264 |
-
</argument>
|
9265 |
-
</method>
|
9266 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="928" package="Media Library Assistant">
|
9267 |
-
<name>mla_update_post_mime_type</name>
|
9268 |
-
<full_name>mla_update_post_mime_type</full_name>
|
9269 |
-
<docblock line="919">
|
9270 |
-
<description><![CDATA[Update an MLA post_mime_type object]]></description>
|
9271 |
-
<long-description><![CDATA[]]></long-description>
|
9272 |
-
<tag line="919" name="since" description="1.40"/>
|
9273 |
-
<tag line="919" name="param" description="Query variables for new object values, including optional original_slug" type="array" variable="$request">
|
9274 |
-
<type by_reference="false">array</type>
|
9275 |
-
</tag>
|
9276 |
-
<tag line="919" name="return" description="Message(s) reflecting the results of the operation" type="array">
|
9277 |
-
<type by_reference="false">array</type>
|
9278 |
-
</tag>
|
9279 |
-
</docblock>
|
9280 |
-
<argument line="928">
|
9281 |
-
<name>$request</name>
|
9282 |
-
<default><![CDATA[]]></default>
|
9283 |
-
<type/>
|
9284 |
-
</argument>
|
9285 |
-
</method>
|
9286 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1040" package="Media Library Assistant">
|
9287 |
-
<name>mla_get_post_mime_type_slug</name>
|
9288 |
-
<full_name>mla_get_post_mime_type_slug</full_name>
|
9289 |
-
<docblock line="1031">
|
9290 |
-
<description><![CDATA[Retrieve an MLA post_mime_type slug given a post_ID]]></description>
|
9291 |
-
<long-description><![CDATA[]]></long-description>
|
9292 |
-
<tag line="1031" name="since" description="1.40"/>
|
9293 |
-
<tag line="1031" name="param" description="MLA post_mime_type post_ID" type="integer" variable="$post_ID">
|
9294 |
-
<type by_reference="false">integer</type>
|
9295 |
-
</tag>
|
9296 |
-
<tag line="1031" name="return" description="string with slug of the requested object; false if object not found" type="mixed">
|
9297 |
-
<type by_reference="false">mixed</type>
|
9298 |
-
</tag>
|
9299 |
-
</docblock>
|
9300 |
-
<argument line="1040">
|
9301 |
-
<name>$post_ID</name>
|
9302 |
-
<default><![CDATA[]]></default>
|
9303 |
-
<type/>
|
9304 |
-
</argument>
|
9305 |
-
</method>
|
9306 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1063" package="Media Library Assistant">
|
9307 |
-
<name>mla_get_post_mime_type</name>
|
9308 |
-
<full_name>mla_get_post_mime_type</full_name>
|
9309 |
-
<docblock line="1054">
|
9310 |
-
<description><![CDATA[Retrieve an MLA post_mime_type object]]></description>
|
9311 |
-
<long-description><![CDATA[]]></long-description>
|
9312 |
-
<tag line="1054" name="since" description="1.40"/>
|
9313 |
-
<tag line="1054" name="param" description="MLA post_mime_type slug" type="string" variable="$slug">
|
9314 |
-
<type by_reference="false">string</type>
|
9315 |
-
</tag>
|
9316 |
-
<tag line="1054" name="return" description="Array of elements, including slug, for the requested object; false if object not found" type="mixed">
|
9317 |
-
<type by_reference="false">mixed</type>
|
9318 |
-
</tag>
|
9319 |
-
</docblock>
|
9320 |
-
<argument line="1063">
|
9321 |
-
<name>$slug</name>
|
9322 |
-
<default><![CDATA[]]></default>
|
9323 |
-
<type/>
|
9324 |
-
</argument>
|
9325 |
-
</method>
|
9326 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1086" package="Media Library Assistant">
|
9327 |
-
<name>mla_delete_post_mime_type</name>
|
9328 |
-
<full_name>mla_delete_post_mime_type</full_name>
|
9329 |
-
<docblock line="1077">
|
9330 |
-
<description><![CDATA[Delete an MLA post_mime_type object]]></description>
|
9331 |
-
<long-description><![CDATA[]]></long-description>
|
9332 |
-
<tag line="1077" name="since" description="1.40"/>
|
9333 |
-
<tag line="1077" name="param" description="MLA post_mime_type slug" type="string" variable="$slug">
|
9334 |
-
<type by_reference="false">string</type>
|
9335 |
-
</tag>
|
9336 |
-
<tag line="1077" name="return" description="Message(s) reflecting the results of the operation" type="array">
|
9337 |
-
<type by_reference="false">array</type>
|
9338 |
-
</tag>
|
9339 |
-
</docblock>
|
9340 |
-
<argument line="1086">
|
9341 |
-
<name>$slug</name>
|
9342 |
-
<default><![CDATA[]]></default>
|
9343 |
-
<type/>
|
9344 |
-
</argument>
|
9345 |
-
</method>
|
9346 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1129" package="Media Library Assistant">
|
9347 |
-
<name>_prepare_upload_items_query</name>
|
9348 |
-
<full_name>_prepare_upload_items_query</full_name>
|
9349 |
-
<docblock line="1118">
|
9350 |
-
<description><![CDATA[Sanitize and expand Upload MIME Type query arguments from request variables]]></description>
|
9351 |
-
<long-description><![CDATA[]]></long-description>
|
9352 |
-
<tag line="1118" name="since" description="1.40"/>
|
9353 |
-
<tag line="1118" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$raw_request">
|
9354 |
-
<type by_reference="false">array</type>
|
9355 |
-
</tag>
|
9356 |
-
<tag line="1118" name="param" description="Optional number of rows (default 0) to skip over to reach desired page" type="int" variable="$offset">
|
9357 |
-
<type by_reference="false">int</type>
|
9358 |
-
</tag>
|
9359 |
-
<tag line="1118" name="param" description="Optional number of rows on each page (0 = all rows, default)" type="int" variable="$count">
|
9360 |
-
<type by_reference="false">int</type>
|
9361 |
-
</tag>
|
9362 |
-
<tag line="1118" name="return" description="revised arguments suitable for query" type="array">
|
9363 |
-
<type by_reference="false">array</type>
|
9364 |
-
</tag>
|
9365 |
-
</docblock>
|
9366 |
-
<argument line="1129">
|
9367 |
-
<name>$raw_request</name>
|
9368 |
-
<default><![CDATA[]]></default>
|
9369 |
-
<type/>
|
9370 |
-
</argument>
|
9371 |
-
<argument line="1129">
|
9372 |
-
<name>$offset</name>
|
9373 |
-
<default><![CDATA[0]]></default>
|
9374 |
-
<type/>
|
9375 |
-
</argument>
|
9376 |
-
<argument line="1129">
|
9377 |
-
<name>$count</name>
|
9378 |
-
<default><![CDATA[0]]></default>
|
9379 |
-
<type/>
|
9380 |
-
</argument>
|
9381 |
-
</method>
|
9382 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1206" package="Media Library Assistant">
|
9383 |
-
<name>_execute_upload_items_query</name>
|
9384 |
-
<full_name>_execute_upload_items_query</full_name>
|
9385 |
-
<docblock line="1197">
|
9386 |
-
<description><![CDATA[Execute an Upload MIME Types query]]></description>
|
9387 |
-
<long-description><![CDATA[]]></long-description>
|
9388 |
-
<tag line="1197" name="since" description="1.40"/>
|
9389 |
-
<tag line="1197" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
|
9390 |
-
<type by_reference="false">array</type>
|
9391 |
-
</tag>
|
9392 |
-
<tag line="1197" name="return" description="query results; array of MLA Upload MIME Type objects" type="array">
|
9393 |
-
<type by_reference="false">array</type>
|
9394 |
-
</tag>
|
9395 |
-
</docblock>
|
9396 |
-
<argument line="1206">
|
9397 |
-
<name>$request</name>
|
9398 |
-
<default><![CDATA[]]></default>
|
9399 |
-
<type/>
|
9400 |
-
</argument>
|
9401 |
-
</method>
|
9402 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1329" package="Media Library Assistant">
|
9403 |
-
<name>mla_count_upload_items</name>
|
9404 |
-
<full_name>mla_count_upload_items</full_name>
|
9405 |
-
<docblock line="1320">
|
9406 |
-
<description><![CDATA[Get the total number of MLA Upload MIME Type objects]]></description>
|
9407 |
-
<long-description><![CDATA[]]></long-description>
|
9408 |
-
<tag line="1320" name="since" description="1.40"/>
|
9409 |
-
<tag line="1320" name="param" description="Query variables, e.g., from $_REQUEST" type="array" variable="$request">
|
9410 |
-
<type by_reference="false">array</type>
|
9411 |
-
</tag>
|
9412 |
-
<tag line="1320" name="return" description="Number of MLA Upload MIME Type objects" type="integer">
|
9413 |
-
<type by_reference="false">integer</type>
|
9414 |
-
</tag>
|
9415 |
-
</docblock>
|
9416 |
-
<argument line="1329">
|
9417 |
-
<name>$request</name>
|
9418 |
-
<default><![CDATA[]]></default>
|
9419 |
-
<type/>
|
9420 |
-
</argument>
|
9421 |
-
</method>
|
9422 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1346" package="Media Library Assistant">
|
9423 |
-
<name>mla_query_upload_items</name>
|
9424 |
-
<full_name>mla_query_upload_items</full_name>
|
9425 |
-
<docblock line="1335">
|
9426 |
-
<description><![CDATA[Retrieve MLA Upload MIME Type objects for list table display]]></description>
|
9427 |
-
<long-description><![CDATA[]]></long-description>
|
9428 |
-
<tag line="1335" name="since" description="1.40"/>
|
9429 |
-
<tag line="1335" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
|
9430 |
-
<type by_reference="false">array</type>
|
9431 |
-
</tag>
|
9432 |
-
<tag line="1335" name="param" description="number of rows to skip over to reach desired page" type="int" variable="$offset">
|
9433 |
-
<type by_reference="false">int</type>
|
9434 |
-
</tag>
|
9435 |
-
<tag line="1335" name="param" description="number of rows on each page" type="int" variable="$count">
|
9436 |
-
<type by_reference="false">int</type>
|
9437 |
-
</tag>
|
9438 |
-
<tag line="1335" name="return" description="MLA Upload MIME Type objects" type="array">
|
9439 |
-
<type by_reference="false">array</type>
|
9440 |
-
</tag>
|
9441 |
-
</docblock>
|
9442 |
-
<argument line="1346">
|
9443 |
-
<name>$request</name>
|
9444 |
-
<default><![CDATA[]]></default>
|
9445 |
-
<type/>
|
9446 |
-
</argument>
|
9447 |
-
<argument line="1346">
|
9448 |
-
<name>$offset</name>
|
9449 |
-
<default><![CDATA[]]></default>
|
9450 |
-
<type/>
|
9451 |
-
</argument>
|
9452 |
-
<argument line="1346">
|
9453 |
-
<name>$count</name>
|
9454 |
-
<default><![CDATA[]]></default>
|
9455 |
-
<type/>
|
9456 |
-
</argument>
|
9457 |
-
</method>
|
9458 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1361" package="Media Library Assistant">
|
9459 |
-
<name>mla_tabulate_upload_items</name>
|
9460 |
-
<full_name>mla_tabulate_upload_items</full_name>
|
9461 |
-
<docblock line="1352">
|
9462 |
-
<description><![CDATA[Tabulate MLA Upload MIME Type objects by view for list table display]]></description>
|
9463 |
-
<long-description><![CDATA[]]></long-description>
|
9464 |
-
<tag line="1352" name="since" description="1.40"/>
|
9465 |
-
<tag line="1352" name="param" description="keyword search criterion, optional" type="string" variable="$s">
|
9466 |
-
<type by_reference="false">string</type>
|
9467 |
-
</tag>
|
9468 |
-
<tag line="1352" name="return" description="( 'singular' label, 'plural' label, 'count' of items )" type="array">
|
9469 |
-
<type by_reference="false">array</type>
|
9470 |
-
</tag>
|
9471 |
-
</docblock>
|
9472 |
-
<argument line="1361">
|
9473 |
-
<name>$s</name>
|
9474 |
-
<default><![CDATA['']]></default>
|
9475 |
-
<type/>
|
9476 |
-
</argument>
|
9477 |
-
</method>
|
9478 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1458" package="Media Library Assistant">
|
9479 |
-
<name>_get_core_icon_types</name>
|
9480 |
-
<full_name>_get_core_icon_types</full_name>
|
9481 |
-
<docblock line="1451">
|
9482 |
-
<description><![CDATA[Assemble the list of icon types without MLA filtering]]></description>
|
9483 |
-
<long-description><![CDATA[]]></long-description>
|
9484 |
-
<tag line="1451" name="since" description="1.40"/>
|
9485 |
-
<tag line="1451" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
|
9486 |
-
<type by_reference="false">boolean</type>
|
9487 |
-
</tag>
|
9488 |
-
</docblock>
|
9489 |
-
</method>
|
9490 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1496" package="Media Library Assistant">
|
9491 |
-
<name>_get_current_icon_types</name>
|
9492 |
-
<full_name>_get_current_icon_types</full_name>
|
9493 |
-
<docblock line="1489">
|
9494 |
-
<description><![CDATA[Assemble the list of icon types with MLA filtering]]></description>
|
9495 |
-
<long-description><![CDATA[]]></long-description>
|
9496 |
-
<tag line="1489" name="since" description="1.40"/>
|
9497 |
-
<tag line="1489" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
|
9498 |
-
<type by_reference="false">boolean</type>
|
9499 |
-
</tag>
|
9500 |
-
</docblock>
|
9501 |
-
</method>
|
9502 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1549" package="Media Library Assistant">
|
9503 |
-
<name>mla_get_core_icon_type</name>
|
9504 |
-
<full_name>mla_get_core_icon_type</full_name>
|
9505 |
-
<docblock line="1540">
|
9506 |
-
<description><![CDATA[Retrieve a standard icon type, i.e., without MLA filtering]]></description>
|
9507 |
-
<long-description><![CDATA[]]></long-description>
|
9508 |
-
<tag line="1540" name="since" description="1.40"/>
|
9509 |
-
<tag line="1540" name="param" description="file extension" type="string" variable="$extension">
|
9510 |
-
<type by_reference="false">string</type>
|
9511 |
-
</tag>
|
9512 |
-
<tag line="1540" name="return" description="icon type for the requested extension; 'default' if extension not found" type="string">
|
9513 |
-
<type by_reference="false">string</type>
|
9514 |
-
</tag>
|
9515 |
-
</docblock>
|
9516 |
-
<argument line="1549">
|
9517 |
-
<name>$extension</name>
|
9518 |
-
<default><![CDATA[]]></default>
|
9519 |
-
<type/>
|
9520 |
-
</argument>
|
9521 |
-
</method>
|
9522 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1568" package="Media Library Assistant">
|
9523 |
-
<name>mla_get_icon_type_size</name>
|
9524 |
-
<full_name>mla_get_icon_type_size</full_name>
|
9525 |
-
<docblock line="1559">
|
9526 |
-
<description><![CDATA[Get an attachment icon height and width]]></description>
|
9527 |
-
<long-description><![CDATA[]]></long-description>
|
9528 |
-
<tag line="1559" name="since" description="2.14"/>
|
9529 |
-
<tag line="1559" name="param" description="Icon Type, e.g., audio, video, spreadsheet" type="string" variable="$icon_type">
|
9530 |
-
<type by_reference="false">string</type>
|
9531 |
-
</tag>
|
9532 |
-
<tag line="1559" name="return" description="( width, height )" type="array">
|
9533 |
-
<type by_reference="false">array</type>
|
9534 |
-
</tag>
|
9535 |
-
</docblock>
|
9536 |
-
<argument line="1568">
|
9537 |
-
<name>$icon_type</name>
|
9538 |
-
<default><![CDATA[]]></default>
|
9539 |
-
<type/>
|
9540 |
-
</argument>
|
9541 |
-
</method>
|
9542 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1599" package="Media Library Assistant">
|
9543 |
-
<name>mla_get_icon_type_image</name>
|
9544 |
-
<full_name>mla_get_icon_type_image</full_name>
|
9545 |
-
<docblock line="1589">
|
9546 |
-
<description><![CDATA[Get an HTML img element representing an attachment icon]]></description>
|
9547 |
-
<long-description><![CDATA[]]></long-description>
|
9548 |
-
<tag line="1589" name="since" description="1.40"/>
|
9549 |
-
<tag line="1589" name="param" description="Icon Type, e.g., audio, video, spreadsheet" type="string" variable="$icon_type">
|
9550 |
-
<type by_reference="false">string</type>
|
9551 |
-
</tag>
|
9552 |
-
<tag line="1589" name="param" description="( width, height ) optional image size, default (64, 64)." type="array" variable="$size">
|
9553 |
-
<type by_reference="false">array</type>
|
9554 |
-
</tag>
|
9555 |
-
<tag line="1589" name="return" description="HTML img element or empty string on failure." type="string">
|
9556 |
-
<type by_reference="false">string</type>
|
9557 |
-
</tag>
|
9558 |
-
</docblock>
|
9559 |
-
<argument line="1599">
|
9560 |
-
<name>$icon_type</name>
|
9561 |
-
<default><![CDATA[]]></default>
|
9562 |
-
<type/>
|
9563 |
-
</argument>
|
9564 |
-
<argument line="1599">
|
9565 |
-
<name>$size</name>
|
9566 |
-
<default><![CDATA[NULL]]></default>
|
9567 |
-
<type/>
|
9568 |
-
</argument>
|
9569 |
-
</method>
|
9570 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1634" package="Media Library Assistant">
|
9571 |
-
<name>mla_get_current_icon_types</name>
|
9572 |
-
<full_name>mla_get_current_icon_types</full_name>
|
9573 |
-
<docblock line="1627">
|
9574 |
-
<description><![CDATA[Get an array of current Icon Type names]]></description>
|
9575 |
-
<long-description><![CDATA[]]></long-description>
|
9576 |
-
<tag line="1627" name="since" description="1.40"/>
|
9577 |
-
<tag line="1627" name="return" description="( icon_type ) or false on failure." type="array">
|
9578 |
-
<type by_reference="false">array</type>
|
9579 |
-
</tag>
|
9580 |
-
</docblock>
|
9581 |
-
</method>
|
9582 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1650" package="Media Library Assistant">
|
9583 |
-
<name>_get_upload_mime_templates</name>
|
9584 |
-
<full_name>_get_upload_mime_templates</full_name>
|
9585 |
-
<docblock line="1642">
|
9586 |
-
<description><![CDATA[Assemble the in-memory representation of the Upload MIME Types]]></description>
|
9587 |
-
<long-description><![CDATA[]]></long-description>
|
9588 |
-
<tag line="1642" name="since" description="1.40"/>
|
9589 |
-
<tag line="1642" name="param" description="Force a reload/recalculation of types" type="boolean" variable="$force_refresh">
|
9590 |
-
<type by_reference="false">boolean</type>
|
9591 |
-
</tag>
|
9592 |
-
<tag line="1642" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
|
9593 |
-
<type by_reference="false">boolean</type>
|
9594 |
-
</tag>
|
9595 |
-
</docblock>
|
9596 |
-
<argument line="1650">
|
9597 |
-
<name>$force_refresh</name>
|
9598 |
-
<default><![CDATA[false]]></default>
|
9599 |
-
<type/>
|
9600 |
-
</argument>
|
9601 |
-
</method>
|
9602 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1866" package="Media Library Assistant">
|
9603 |
-
<name>_put_upload_mime_templates</name>
|
9604 |
-
<full_name>_put_upload_mime_templates</full_name>
|
9605 |
-
<docblock line="1859">
|
9606 |
-
<description><![CDATA[Store the options portion of the Upload MIME Types]]></description>
|
9607 |
-
<long-description><![CDATA[]]></long-description>
|
9608 |
-
<tag line="1859" name="since" description="1.40"/>
|
9609 |
-
<tag line="1859" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
|
9610 |
-
<type by_reference="false">boolean</type>
|
9611 |
-
</tag>
|
9612 |
-
</docblock>
|
9613 |
-
</method>
|
9614 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1901" package="Media Library Assistant">
|
9615 |
-
<name>mla_add_upload_mime</name>
|
9616 |
-
<full_name>mla_add_upload_mime</full_name>
|
9617 |
-
<docblock line="1892">
|
9618 |
-
<description><![CDATA[Add an MLA Upload MIME Type object]]></description>
|
9619 |
-
<long-description><![CDATA[]]></long-description>
|
9620 |
-
<tag line="1892" name="since" description="1.40"/>
|
9621 |
-
<tag line="1892" name="param" description="Query variables for a single object, including slug" type="array" variable="$request">
|
9622 |
-
<type by_reference="false">array</type>
|
9623 |
-
</tag>
|
9624 |
-
<tag line="1892" name="return" description="Message(s) reflecting the results of the operation" type="array">
|
9625 |
-
<type by_reference="false">array</type>
|
9626 |
-
</tag>
|
9627 |
-
</docblock>
|
9628 |
-
<argument line="1901">
|
9629 |
-
<name>$request</name>
|
9630 |
-
<default><![CDATA[]]></default>
|
9631 |
-
<type/>
|
9632 |
-
</argument>
|
9633 |
-
</method>
|
9634 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2000" package="Media Library Assistant">
|
9635 |
-
<name>mla_update_upload_mime</name>
|
9636 |
-
<full_name>mla_update_upload_mime</full_name>
|
9637 |
-
<docblock line="1991">
|
9638 |
-
<description><![CDATA[Update an MLA Upload MIME Type object]]></description>
|
9639 |
-
<long-description><![CDATA[]]></long-description>
|
9640 |
-
<tag line="1991" name="since" description="1.40"/>
|
9641 |
-
<tag line="1991" name="param" description="Query variables for new object values, including optional original_slug" type="array" variable="$request">
|
9642 |
-
<type by_reference="false">array</type>
|
9643 |
-
</tag>
|
9644 |
-
<tag line="1991" name="return" description="Message(s) reflecting the results of the operation" type="array">
|
9645 |
-
<type by_reference="false">array</type>
|
9646 |
-
</tag>
|
9647 |
-
</docblock>
|
9648 |
-
<argument line="2000">
|
9649 |
-
<name>$request</name>
|
9650 |
-
<default><![CDATA[NULL]]></default>
|
9651 |
-
<type/>
|
9652 |
-
</argument>
|
9653 |
-
</method>
|
9654 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2189" package="Media Library Assistant">
|
9655 |
-
<name>mla_get_upload_mime_slug</name>
|
9656 |
-
<full_name>mla_get_upload_mime_slug</full_name>
|
9657 |
-
<docblock line="2180">
|
9658 |
-
<description><![CDATA[Retrieve an MLA Upload MIME Type slug given a post_ID]]></description>
|
9659 |
-
<long-description><![CDATA[]]></long-description>
|
9660 |
-
<tag line="2180" name="since" description="1.40"/>
|
9661 |
-
<tag line="2180" name="param" description="MLA Upload MIME Type post_ID" type="integer" variable="$post_ID">
|
9662 |
-
<type by_reference="false">integer</type>
|
9663 |
-
</tag>
|
9664 |
-
<tag line="2180" name="return" description="string with slug of the requested object; false if object not found" type="mixed">
|
9665 |
-
<type by_reference="false">mixed</type>
|
9666 |
-
</tag>
|
9667 |
-
</docblock>
|
9668 |
-
<argument line="2189">
|
9669 |
-
<name>$post_ID</name>
|
9670 |
-
<default><![CDATA[]]></default>
|
9671 |
-
<type/>
|
9672 |
-
</argument>
|
9673 |
-
</method>
|
9674 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2210" package="Media Library Assistant">
|
9675 |
-
<name>mla_get_upload_mime</name>
|
9676 |
-
<full_name>mla_get_upload_mime</full_name>
|
9677 |
-
<docblock line="2201">
|
9678 |
-
<description><![CDATA[Retrieve an MLA Upload MIME Type object]]></description>
|
9679 |
-
<long-description><![CDATA[]]></long-description>
|
9680 |
-
<tag line="2201" name="since" description="1.40"/>
|
9681 |
-
<tag line="2201" name="param" description="MLA Upload MIME Type slug" type="string" variable="$slug">
|
9682 |
-
<type by_reference="false">string</type>
|
9683 |
-
</tag>
|
9684 |
-
<tag line="2201" name="return" description="Array of elements, including slug, for the requested object; false if object not found" type="mixed">
|
9685 |
-
<type by_reference="false">mixed</type>
|
9686 |
-
</tag>
|
9687 |
-
</docblock>
|
9688 |
-
<argument line="2210">
|
9689 |
-
<name>$slug</name>
|
9690 |
-
<default><![CDATA[]]></default>
|
9691 |
-
<type/>
|
9692 |
-
</argument>
|
9693 |
-
</method>
|
9694 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2231" package="Media Library Assistant">
|
9695 |
-
<name>mla_delete_upload_mime</name>
|
9696 |
-
<full_name>mla_delete_upload_mime</full_name>
|
9697 |
-
<docblock line="2222">
|
9698 |
-
<description><![CDATA[Delete an MLA Upload MIME Type object]]></description>
|
9699 |
-
<long-description><![CDATA[]]></long-description>
|
9700 |
-
<tag line="2222" name="since" description="1.40"/>
|
9701 |
-
<tag line="2222" name="param" description="MLA Upload MIME Type slug" type="string" variable="$slug">
|
9702 |
-
<type by_reference="false">string</type>
|
9703 |
-
</tag>
|
9704 |
-
<tag line="2222" name="return" description="Message(s) reflecting the results of the operation" type="array">
|
9705 |
-
<type by_reference="false">array</type>
|
9706 |
-
</tag>
|
9707 |
-
</docblock>
|
9708 |
-
<argument line="2231">
|
9709 |
-
<name>$slug</name>
|
9710 |
-
<default><![CDATA[]]></default>
|
9711 |
-
<type/>
|
9712 |
-
</argument>
|
9713 |
-
</method>
|
9714 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2288" package="Media Library Assistant">
|
9715 |
-
<name>_prepare_optional_upload_items_query</name>
|
9716 |
-
<full_name>_prepare_optional_upload_items_query</full_name>
|
9717 |
-
<docblock line="2277">
|
9718 |
-
<description><![CDATA[Sanitize and expand Optional Upload MIME Type query arguments from request variables]]></description>
|
9719 |
-
<long-description><![CDATA[]]></long-description>
|
9720 |
-
<tag line="2277" name="since" description="1.40"/>
|
9721 |
-
<tag line="2277" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$raw_request">
|
9722 |
-
<type by_reference="false">array</type>
|
9723 |
-
</tag>
|
9724 |
-
<tag line="2277" name="param" description="Optional number of rows (default 0) to skip over to reach desired page" type="int" variable="$offset">
|
9725 |
-
<type by_reference="false">int</type>
|
9726 |
-
</tag>
|
9727 |
-
<tag line="2277" name="param" description="Optional number of rows on each page (0 = all rows, default)" type="int" variable="$count">
|
9728 |
-
<type by_reference="false">int</type>
|
9729 |
-
</tag>
|
9730 |
-
<tag line="2277" name="return" description="revised arguments suitable for query" type="array">
|
9731 |
-
<type by_reference="false">array</type>
|
9732 |
-
</tag>
|
9733 |
-
</docblock>
|
9734 |
-
<argument line="2288">
|
9735 |
-
<name>$raw_request</name>
|
9736 |
-
<default><![CDATA[]]></default>
|
9737 |
-
<type/>
|
9738 |
-
</argument>
|
9739 |
-
<argument line="2288">
|
9740 |
-
<name>$offset</name>
|
9741 |
-
<default><![CDATA[0]]></default>
|
9742 |
-
<type/>
|
9743 |
-
</argument>
|
9744 |
-
<argument line="2288">
|
9745 |
-
<name>$count</name>
|
9746 |
-
<default><![CDATA[0]]></default>
|
9747 |
-
<type/>
|
9748 |
-
</argument>
|
9749 |
-
</method>
|
9750 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2361" package="Media Library Assistant">
|
9751 |
-
<name>_execute_optional_upload_items_query</name>
|
9752 |
-
<full_name>_execute_optional_upload_items_query</full_name>
|
9753 |
-
<docblock line="2352">
|
9754 |
-
<description><![CDATA[Execute an Optional Upload MIME Types query]]></description>
|
9755 |
-
<long-description><![CDATA[]]></long-description>
|
9756 |
-
<tag line="2352" name="since" description="1.40"/>
|
9757 |
-
<tag line="2352" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
|
9758 |
-
<type by_reference="false">array</type>
|
9759 |
-
</tag>
|
9760 |
-
<tag line="2352" name="return" description="query results; array of MLA Optional Upload MIME Type objects" type="array">
|
9761 |
-
<type by_reference="false">array</type>
|
9762 |
-
</tag>
|
9763 |
-
</docblock>
|
9764 |
-
<argument line="2361">
|
9765 |
-
<name>$request</name>
|
9766 |
-
<default><![CDATA[]]></default>
|
9767 |
-
<type/>
|
9768 |
-
</argument>
|
9769 |
-
</method>
|
9770 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2443" package="Media Library Assistant">
|
9771 |
-
<name>mla_count_optional_upload_items</name>
|
9772 |
-
<full_name>mla_count_optional_upload_items</full_name>
|
9773 |
-
<docblock line="2434">
|
9774 |
-
<description><![CDATA[Get the total number of MLA Upload MIME Type objects]]></description>
|
9775 |
-
<long-description><![CDATA[]]></long-description>
|
9776 |
-
<tag line="2434" name="since" description="1.40"/>
|
9777 |
-
<tag line="2434" name="param" description="Query variables, e.g., from $_REQUEST" type="array" variable="$request">
|
9778 |
-
<type by_reference="false">array</type>
|
9779 |
-
</tag>
|
9780 |
-
<tag line="2434" name="return" description="Number of MLA Upload MIME Type objects" type="integer">
|
9781 |
-
<type by_reference="false">integer</type>
|
9782 |
-
</tag>
|
9783 |
-
</docblock>
|
9784 |
-
<argument line="2443">
|
9785 |
-
<name>$request</name>
|
9786 |
-
<default><![CDATA[]]></default>
|
9787 |
-
<type/>
|
9788 |
-
</argument>
|
9789 |
-
</method>
|
9790 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2460" package="Media Library Assistant">
|
9791 |
-
<name>mla_query_optional_upload_items</name>
|
9792 |
-
<full_name>mla_query_optional_upload_items</full_name>
|
9793 |
-
<docblock line="2449">
|
9794 |
-
<description><![CDATA[Retrieve MLA Upload MIME Type objects for list table display]]></description>
|
9795 |
-
<long-description><![CDATA[]]></long-description>
|
9796 |
-
<tag line="2449" name="since" description="1.40"/>
|
9797 |
-
<tag line="2449" name="param" description="query parameters from web page, usually found in $_REQUEST" type="array" variable="$request">
|
9798 |
-
<type by_reference="false">array</type>
|
9799 |
-
</tag>
|
9800 |
-
<tag line="2449" name="param" description="number of rows to skip over to reach desired page" type="int" variable="$offset">
|
9801 |
-
<type by_reference="false">int</type>
|
9802 |
-
</tag>
|
9803 |
-
<tag line="2449" name="param" description="number of rows on each page" type="int" variable="$count">
|
9804 |
-
<type by_reference="false">int</type>
|
9805 |
-
</tag>
|
9806 |
-
<tag line="2449" name="return" description="MLA Upload MIME Type objects" type="array">
|
9807 |
-
<type by_reference="false">array</type>
|
9808 |
-
</tag>
|
9809 |
-
</docblock>
|
9810 |
-
<argument line="2460">
|
9811 |
-
<name>$request</name>
|
9812 |
-
<default><![CDATA[]]></default>
|
9813 |
-
<type/>
|
9814 |
-
</argument>
|
9815 |
-
<argument line="2460">
|
9816 |
-
<name>$offset</name>
|
9817 |
-
<default><![CDATA[]]></default>
|
9818 |
-
<type/>
|
9819 |
-
</argument>
|
9820 |
-
<argument line="2460">
|
9821 |
-
<name>$count</name>
|
9822 |
-
<default><![CDATA[]]></default>
|
9823 |
-
<type/>
|
9824 |
-
</argument>
|
9825 |
-
</method>
|
9826 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2473" package="Media Library Assistant">
|
9827 |
-
<name>_get_optional_upload_mime_templates</name>
|
9828 |
-
<full_name>_get_optional_upload_mime_templates</full_name>
|
9829 |
-
<docblock line="2466">
|
9830 |
-
<description><![CDATA[Assemble the in-memory representation of the (read-only) Optional Upload MIME Types]]></description>
|
9831 |
-
<long-description><![CDATA[]]></long-description>
|
9832 |
-
<tag line="2466" name="since" description="1.40"/>
|
9833 |
-
<tag line="2466" name="return" description="Success (true) or failure (false) of the operation" type="boolean">
|
9834 |
-
<type by_reference="false">boolean</type>
|
9835 |
-
</tag>
|
9836 |
-
</docblock>
|
9837 |
-
</method>
|
9838 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2525" package="Media Library Assistant">
|
9839 |
-
<name>mla_get_optional_upload_mime</name>
|
9840 |
-
<full_name>mla_get_optional_upload_mime</full_name>
|
9841 |
-
<docblock line="2516">
|
9842 |
-
<description><![CDATA[Retrieve an MLA Optional Upload MIME Type given an ID]]></description>
|
9843 |
-
<long-description><![CDATA[]]></long-description>
|
9844 |
-
<tag line="2516" name="since" description="1.40"/>
|
9845 |
-
<tag line="2516" name="param" description="MLA Optional Upload MIME Type ID" type="integer" variable="$ID">
|
9846 |
-
<type by_reference="false">integer</type>
|
9847 |
-
</tag>
|
9848 |
-
<tag line="2516" name="return" description="the requested object; false if object not found" type="mixed">
|
9849 |
-
<type by_reference="false">mixed</type>
|
9850 |
-
</tag>
|
9851 |
-
</docblock>
|
9852 |
-
<argument line="2525">
|
9853 |
-
<name>$ID</name>
|
9854 |
-
<default><![CDATA[]]></default>
|
9855 |
-
<type/>
|
9856 |
-
</argument>
|
9857 |
-
</method>
|
9858 |
-
</class>
|
9859 |
-
</file>
|
9860 |
-
<file path="includes\class-mla-objects.php" hash="9c481718701191c834e4f029a1bf96b1" package="Media Library Assistant">
|
9861 |
-
<docblock line="2">
|
9862 |
-
<description><![CDATA[Media Library Assistant Custom Taxonomy and Widget objects]]></description>
|
9863 |
-
<long-description><![CDATA[]]></long-description>
|
9864 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
9865 |
-
<tag line="2" name="since" description="0.1"/>
|
9866 |
-
</docblock>
|
9867 |
-
<include line="211" type="Require Once" package="Media Library Assistant">
|
9868 |
-
<name/>
|
9869 |
-
</include>
|
9870 |
-
<class final="false" abstract="false" namespace="global" line="15" package="Media Library Assistant">
|
9871 |
-
<extends/>
|
9872 |
-
<name>MLAObjects</name>
|
9873 |
-
<full_name>\MLAObjects</full_name>
|
9874 |
-
<docblock line="9">
|
9875 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Objects defines and manages custom taxonomies for Attachment Categories and Tags]]></description>
|
9876 |
-
<long-description><![CDATA[]]></long-description>
|
9877 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
9878 |
-
<tag line="9" name="since" description="0.20"/>
|
9879 |
-
</docblock>
|
9880 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="23" package="Media Library Assistant">
|
9881 |
-
<name>initialize</name>
|
9882 |
-
<full_name>initialize</full_name>
|
9883 |
-
<docblock line="16">
|
9884 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
9885 |
-
<long-description><![CDATA[]]></long-description>
|
9886 |
-
<tag line="16" name="since" description="0.20"/>
|
9887 |
-
<tag line="16" name="return" description="" type="void">
|
9888 |
-
<type by_reference="false">void</type>
|
9889 |
-
</tag>
|
9890 |
-
</docblock>
|
9891 |
-
</method>
|
9892 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="34" package="Media Library Assistant">
|
9893 |
-
<name>_build_taxonomies</name>
|
9894 |
-
<full_name>_build_taxonomies</full_name>
|
9895 |
-
<docblock line="27">
|
9896 |
-
<description><![CDATA[Registers Attachment Categories and Attachment Tags custom taxonomies, adds taxonomy-related filters]]></description>
|
9897 |
-
<long-description><![CDATA[]]></long-description>
|
9898 |
-
<tag line="27" name="since" description="0.1"/>
|
9899 |
-
<tag line="27" name="return" description="" type="void">
|
9900 |
-
<type by_reference="false">void</type>
|
9901 |
-
</tag>
|
9902 |
-
</docblock>
|
9903 |
-
</method>
|
9904 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="117" package="Media Library Assistant">
|
9905 |
-
<name>mla_taxonomy_get_columns_filter</name>
|
9906 |
-
<full_name>mla_taxonomy_get_columns_filter</full_name>
|
9907 |
-
<docblock line="107">
|
9908 |
-
<description><![CDATA[WordPress Filter for edit taxonomy "Attachments" column,
|
9909 |
-
which replaces the "Posts" column with an equivalent "Attachments" column.]]></description>
|
9910 |
-
<long-description><![CDATA[]]></long-description>
|
9911 |
-
<tag line="107" name="since" description="0.30"/>
|
9912 |
-
<tag line="107" name="param" description="column definitions for the edit taxonomy list table" type="array" variable="$columns">
|
9913 |
-
<type by_reference="false">array</type>
|
9914 |
-
</tag>
|
9915 |
-
<tag line="107" name="return" description="updated column definitions for the edit taxonomy list table" type="array">
|
9916 |
-
<type by_reference="false">array</type>
|
9917 |
-
</tag>
|
9918 |
-
</docblock>
|
9919 |
-
<argument line="117">
|
9920 |
-
<name>$columns</name>
|
9921 |
-
<default><![CDATA[]]></default>
|
9922 |
-
<type/>
|
9923 |
-
</argument>
|
9924 |
-
</method>
|
9925 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="159" package="Media Library Assistant">
|
9926 |
-
<name>mla_taxonomy_column_filter</name>
|
9927 |
-
<full_name>mla_taxonomy_column_filter</full_name>
|
9928 |
-
<docblock line="146">
|
9929 |
-
<description><![CDATA[WordPress Filter for edit taxonomy "Attachments" column,
|
9930 |
-
which returns a count of the attachments assigned a given term]]></description>
|
9931 |
-
<long-description><![CDATA[]]></long-description>
|
9932 |
-
<tag line="146" name="since" description="0.30"/>
|
9933 |
-
<tag line="146" name="param" description="current column value; filled in by earlier filter handlers" type="string" variable="$current_value">
|
9934 |
-
<type by_reference="false">string</type>
|
9935 |
-
</tag>
|
9936 |
-
<tag line="146" name="param" description="name of the column" type="string" variable="$column_name">
|
9937 |
-
<type by_reference="false">string</type>
|
9938 |
-
</tag>
|
9939 |
-
<tag line="146" name="param" description="ID of the term for which the count is desired" type="integer" variable="$term_id">
|
9940 |
-
<type by_reference="false">integer</type>
|
9941 |
-
</tag>
|
9942 |
-
<tag line="146" name="return" description="HTML markup for the column content; number of attachments in the category and alink to retrieve a list of them" type="array">
|
9943 |
-
<type by_reference="false">array</type>
|
9944 |
-
</tag>
|
9945 |
-
</docblock>
|
9946 |
-
<argument line="159">
|
9947 |
-
<name>$current_value</name>
|
9948 |
-
<default><![CDATA[]]></default>
|
9949 |
-
<type/>
|
9950 |
-
</argument>
|
9951 |
-
<argument line="159">
|
9952 |
-
<name>$column_name</name>
|
9953 |
-
<default><![CDATA[]]></default>
|
9954 |
-
<type/>
|
9955 |
-
</argument>
|
9956 |
-
<argument line="159">
|
9957 |
-
<name>$term_id</name>
|
9958 |
-
<default><![CDATA[]]></default>
|
9959 |
-
<type/>
|
9960 |
-
</argument>
|
9961 |
-
</method>
|
9962 |
-
</class>
|
9963 |
-
<class final="false" abstract="false" namespace="global" line="259" package="Media Library Assistant">
|
9964 |
-
<extends>\WP_Widget</extends>
|
9965 |
-
<name>MLATextWidget</name>
|
9966 |
-
<full_name>\MLATextWidget</full_name>
|
9967 |
-
<docblock line="253">
|
9968 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Text Widget defines a shortcode-enabled version of the WordPress Text widget]]></description>
|
9969 |
-
<long-description><![CDATA[]]></long-description>
|
9970 |
-
<tag line="253" name="package" description="Media Library Assistant"/>
|
9971 |
-
<tag line="253" name="since" description="1.60"/>
|
9972 |
-
</docblock>
|
9973 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="268" package="Media Library Assistant">
|
9974 |
-
<name>__construct</name>
|
9975 |
-
<full_name>__construct</full_name>
|
9976 |
-
<docblock line="261">
|
9977 |
-
<description><![CDATA[Calls the parent constructor to set some defaults.]]></description>
|
9978 |
-
<long-description><![CDATA[]]></long-description>
|
9979 |
-
<tag line="261" name="since" description="1.60"/>
|
9980 |
-
<tag line="261" name="return" description="" type="void">
|
9981 |
-
<type by_reference="false">void</type>
|
9982 |
-
</tag>
|
9983 |
-
</docblock>
|
9984 |
-
</method>
|
9985 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="292" package="Media Library Assistant">
|
9986 |
-
<name>widget</name>
|
9987 |
-
<full_name>widget</full_name>
|
9988 |
-
<docblock line="282">
|
9989 |
-
<description><![CDATA[Display the widget content - called from the WordPress "front end"]]></description>
|
9990 |
-
<long-description><![CDATA[]]></long-description>
|
9991 |
-
<tag line="282" name="since" description="1.60"/>
|
9992 |
-
<tag line="282" name="param" description="Widget arguments" type="array" variable="$args">
|
9993 |
-
<type by_reference="false">array</type>
|
9994 |
-
</tag>
|
9995 |
-
<tag line="282" name="param" description="Widget definition, from the database" type="array" variable="$instance">
|
9996 |
-
<type by_reference="false">array</type>
|
9997 |
-
</tag>
|
9998 |
-
<tag line="282" name="return" description="Echoes widget output" type="void">
|
9999 |
-
<type by_reference="false">void</type>
|
10000 |
-
</tag>
|
10001 |
-
</docblock>
|
10002 |
-
<argument line="292">
|
10003 |
-
<name>$args</name>
|
10004 |
-
<default><![CDATA[]]></default>
|
10005 |
-
<type/>
|
10006 |
-
</argument>
|
10007 |
-
<argument line="292">
|
10008 |
-
<name>$instance</name>
|
10009 |
-
<default><![CDATA[]]></default>
|
10010 |
-
<type/>
|
10011 |
-
</argument>
|
10012 |
-
</method>
|
10013 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="311" package="Media Library Assistant">
|
10014 |
-
<name>form</name>
|
10015 |
-
<full_name>form</full_name>
|
10016 |
-
<docblock line="302">
|
10017 |
-
<description><![CDATA[Echo the "edit widget" form on the Appearance/Widgets admin screen]]></description>
|
10018 |
-
<long-description><![CDATA[]]></long-description>
|
10019 |
-
<tag line="302" name="since" description="1.60"/>
|
10020 |
-
<tag line="302" name="param" description="Previous definition values, from the database" type="array" variable="$instance">
|
10021 |
-
<type by_reference="false">array</type>
|
10022 |
-
</tag>
|
10023 |
-
<tag line="302" name="return" description="Echoes "edit widget" form" type="void">
|
10024 |
-
<type by_reference="false">void</type>
|
10025 |
-
</tag>
|
10026 |
-
</docblock>
|
10027 |
-
<argument line="311">
|
10028 |
-
<name>$instance</name>
|
10029 |
-
<default><![CDATA[]]></default>
|
10030 |
-
<type/>
|
10031 |
-
</argument>
|
10032 |
-
</method>
|
10033 |
-
<method final="false" abstract="false" static="false" visibility="public" namespace="global" line="335" package="Media Library Assistant">
|
10034 |
-
<name>update</name>
|
10035 |
-
<full_name>update</full_name>
|
10036 |
-
<docblock line="325">
|
10037 |
-
<description><![CDATA[Sanitize widget definition as it is saved to the database]]></description>
|
10038 |
-
<long-description><![CDATA[]]></long-description>
|
10039 |
-
<tag line="325" name="since" description="1.60"/>
|
10040 |
-
<tag line="325" name="param" description="Current definition values, to be saved in the database" type="array" variable="$new_instance">
|
10041 |
-
<type by_reference="false">array</type>
|
10042 |
-
</tag>
|
10043 |
-
<tag line="325" name="param" description="Previous definition values, from the database" type="array" variable="$old_instance">
|
10044 |
-
<type by_reference="false">array</type>
|
10045 |
-
</tag>
|
10046 |
-
<tag line="325" name="return" description="Updated definition values to be saved in the database" type="array">
|
10047 |
-
<type by_reference="false">array</type>
|
10048 |
-
</tag>
|
10049 |
-
</docblock>
|
10050 |
-
<argument line="335">
|
10051 |
-
<name>$new_instance</name>
|
10052 |
-
<default><![CDATA[]]></default>
|
10053 |
-
<type/>
|
10054 |
-
</argument>
|
10055 |
-
<argument line="335">
|
10056 |
-
<name>$old_instance</name>
|
10057 |
-
<default><![CDATA[]]></default>
|
10058 |
-
<type/>
|
10059 |
-
</argument>
|
10060 |
-
</method>
|
10061 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="357" package="Media Library Assistant">
|
10062 |
-
<name>mla_text_widget_widgets_init_action</name>
|
10063 |
-
<full_name>mla_text_widget_widgets_init_action</full_name>
|
10064 |
-
<docblock line="348">
|
10065 |
-
<description><![CDATA[Register the widget with WordPress]]></description>
|
10066 |
-
<long-description><![CDATA[<p>Defined as public because it's an action.</p>]]></long-description>
|
10067 |
-
<tag line="348" name="since" description="1.60"/>
|
10068 |
-
<tag line="348" name="return" description="" type="void">
|
10069 |
-
<type by_reference="false">void</type>
|
10070 |
-
</tag>
|
10071 |
-
</docblock>
|
10072 |
-
</method>
|
10073 |
-
</class>
|
10074 |
-
</file>
|
10075 |
-
<file path="includes\class-mla-options.php" hash="d385b6b4abb31032ce4fffd3569d2d14" package="Media Library Assistant">
|
10076 |
-
<docblock line="2">
|
10077 |
-
<description><![CDATA[Manages the plugin option settings]]></description>
|
10078 |
-
<long-description><![CDATA[]]></long-description>
|
10079 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
10080 |
-
<tag line="2" name="since" description="1.00"/>
|
10081 |
-
</docblock>
|
10082 |
-
<include line="886" type="Require Once" package="Media Library Assistant">
|
10083 |
-
<name/>
|
10084 |
-
</include>
|
10085 |
-
<include line="917" type="Require" package="Media Library Assistant">
|
10086 |
-
<name/>
|
10087 |
-
</include>
|
10088 |
-
<include line="1091" type="Require Once" package="Media Library Assistant">
|
10089 |
-
<name/>
|
10090 |
-
</include>
|
10091 |
-
<include line="1110" type="Require Once" package="Media Library Assistant">
|
10092 |
-
<name/>
|
10093 |
-
</include>
|
10094 |
-
<include line="1300" type="Require Once" package="Media Library Assistant">
|
10095 |
-
<name/>
|
10096 |
-
</include>
|
10097 |
-
<class final="false" abstract="false" namespace="global" line="18" package="Media Library Assistant">
|
10098 |
-
<extends/>
|
10099 |
-
<name>MLAOptions</name>
|
10100 |
-
<full_name>\MLAOptions</full_name>
|
10101 |
-
<docblock line="9">
|
10102 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Options manages the plugin option settings
|
10103 |
-
and provides functions to get and put them from/to WordPress option variables]]></description>
|
10104 |
-
<long-description><![CDATA[<p>Separated from class MLASettings in version 1.00</p>]]></long-description>
|
10105 |
-
<tag line="9" name="package" description="Media Library Assistant"/>
|
10106 |
-
<tag line="9" name="since" description="1.00"/>
|
10107 |
-
</docblock>
|
10108 |
-
<constant namespace="global" line="22" package="Media Library Assistant">
|
10109 |
-
<name>MLA_VERSION_OPTION</name>
|
10110 |
-
<full_name>MLA_VERSION_OPTION</full_name>
|
10111 |
-
<value><![CDATA[\MLACore::MLA_VERSION_OPTION]]></value>
|
10112 |
-
<docblock line="19">
|
10113 |
-
<description><![CDATA[Provides a unique name for the current version option]]></description>
|
10114 |
-
<long-description><![CDATA[]]></long-description>
|
10115 |
-
</docblock>
|
10116 |
-
</constant>
|
10117 |
-
<constant namespace="global" line="27" package="Media Library Assistant">
|
10118 |
-
<name>MLA_EXCLUDE_REVISIONS</name>
|
10119 |
-
<full_name>MLA_EXCLUDE_REVISIONS</full_name>
|
10120 |
-
<value><![CDATA[\MLACore::MLA_EXCLUDE_REVISIONS]]></value>
|
10121 |
-
<docblock line="24">
|
10122 |
-
<description><![CDATA[Provides a unique name for the exclude revisions option]]></description>
|
10123 |
-
<long-description><![CDATA[]]></long-description>
|
10124 |
-
</docblock>
|
10125 |
-
</constant>
|
10126 |
-
<constant namespace="global" line="32" package="Media Library Assistant">
|
10127 |
-
<name>MLA_FEATURED_IN_TUNING</name>
|
10128 |
-
<full_name>MLA_FEATURED_IN_TUNING</full_name>
|
10129 |
-
<value><![CDATA[\MLACore::MLA_FEATURED_IN_TUNING]]></value>
|
10130 |
-
<docblock line="29">
|
10131 |
-
<description><![CDATA[Provides a unique name for a database tuning option]]></description>
|
10132 |
-
<long-description><![CDATA[]]></long-description>
|
10133 |
-
</docblock>
|
10134 |
-
</constant>
|
10135 |
-
<constant namespace="global" line="37" package="Media Library Assistant">
|
10136 |
-
<name>MLA_INSERTED_IN_TUNING</name>
|
10137 |
-
<full_name>MLA_INSERTED_IN_TUNING</full_name>
|
10138 |
-
<value><![CDATA[\MLACore::MLA_INSERTED_IN_TUNING]]></value>
|
10139 |
-
<docblock line="34">
|
10140 |
-
<description><![CDATA[Provides a unique name for a database tuning option]]></description>
|
10141 |
-
<long-description><![CDATA[]]></long-description>
|
10142 |
-
</docblock>
|
10143 |
-
</constant>
|
10144 |
-
<constant namespace="global" line="42" package="Media Library Assistant">
|
10145 |
-
<name>MLA_GALLERY_IN_TUNING</name>
|
10146 |
-
<full_name>MLA_GALLERY_IN_TUNING</full_name>
|
10147 |
-
<value><![CDATA[\MLACore::MLA_GALLERY_IN_TUNING]]></value>
|
10148 |
-
<docblock line="39">
|
10149 |
-
<description><![CDATA[Provides a unique name for a database tuning option]]></description>
|
10150 |
-
<long-description><![CDATA[]]></long-description>
|
10151 |
-
</docblock>
|
10152 |
-
</constant>
|
10153 |
-
<constant namespace="global" line="47" package="Media Library Assistant">
|
10154 |
-
<name>MLA_MLA_GALLERY_IN_TUNING</name>
|
10155 |
-
<full_name>MLA_MLA_GALLERY_IN_TUNING</full_name>
|
10156 |
-
<value><![CDATA[\MLACore::MLA_MLA_GALLERY_IN_TUNING]]></value>
|
10157 |
-
<docblock line="44">
|
10158 |
-
<description><![CDATA[Provides a unique name for a database tuning option]]></description>
|
10159 |
-
<long-description><![CDATA[]]></long-description>
|
10160 |
-
</docblock>
|
10161 |
-
</constant>
|
10162 |
-
<constant namespace="global" line="52" package="Media Library Assistant">
|
10163 |
-
<name>MLA_COUNT_TERM_ATTACHMENTS</name>
|
10164 |
-
<full_name>MLA_COUNT_TERM_ATTACHMENTS</full_name>
|
10165 |
-
<value><![CDATA[\MLACore::MLA_COUNT_TERM_ATTACHMENTS]]></value>
|
10166 |
-
<docblock line="49">
|
10167 |
-
<description><![CDATA[Provides a unique name for the taxonomy count Attachments option]]></description>
|
10168 |
-
<long-description><![CDATA[]]></long-description>
|
10169 |
-
</docblock>
|
10170 |
-
</constant>
|
10171 |
-
<constant namespace="global" line="57" package="Media Library Assistant">
|
10172 |
-
<name>MLA_TAXONOMY_SUPPORT</name>
|
10173 |
-
<full_name>MLA_TAXONOMY_SUPPORT</full_name>
|
10174 |
-
<value><![CDATA[\MLACore::MLA_TAXONOMY_SUPPORT]]></value>
|
10175 |
-
<docblock line="54">
|
10176 |
-
<description><![CDATA[Provides a unique name for the taxonomy support option]]></description>
|
10177 |
-
<long-description><![CDATA[]]></long-description>
|
10178 |
-
</docblock>
|
10179 |
-
</constant>
|
10180 |
-
<constant namespace="global" line="62" package="Media Library Assistant">
|
10181 |
-
<name>MLA_SCREEN_PAGE_TITLE</name>
|
10182 |
-
<full_name>MLA_SCREEN_PAGE_TITLE</full_name>
|
10183 |
-
<value><![CDATA[\MLACore::MLA_SCREEN_PAGE_TITLE]]></value>
|
10184 |
-
<docblock line="59">
|
10185 |
-
<description><![CDATA[Provides a unique name for the admin screen page title option]]></description>
|
10186 |
-
<long-description><![CDATA[]]></long-description>
|
10187 |
-
</docblock>
|
10188 |
-
</constant>
|
10189 |
-
<constant namespace="global" line="67" package="Media Library Assistant">
|
10190 |
-
<name>MLA_SCREEN_MENU_TITLE</name>
|
10191 |
-
<full_name>MLA_SCREEN_MENU_TITLE</full_name>
|
10192 |
-
<value><![CDATA[\MLACore::MLA_SCREEN_MENU_TITLE]]></value>
|
10193 |
-
<docblock line="64">
|
10194 |
-
<description><![CDATA[Provides a unique name for the admin screen menu title option]]></description>
|
10195 |
-
<long-description><![CDATA[]]></long-description>
|
10196 |
-
</docblock>
|
10197 |
-
</constant>
|
10198 |
-
<constant namespace="global" line="72" package="Media Library Assistant">
|
10199 |
-
<name>MLA_SCREEN_ORDER</name>
|
10200 |
-
<full_name>MLA_SCREEN_ORDER</full_name>
|
10201 |
-
<value><![CDATA[\MLACore::MLA_SCREEN_ORDER]]></value>
|
10202 |
-
<docblock line="69">
|
10203 |
-
<description><![CDATA[Provides a unique name for the admin screen menu order option]]></description>
|
10204 |
-
<long-description><![CDATA[]]></long-description>
|
10205 |
-
</docblock>
|
10206 |
-
</constant>
|
10207 |
-
<constant namespace="global" line="77" package="Media Library Assistant">
|
10208 |
-
<name>MLA_SCREEN_DISPLAY_LIBRARY</name>
|
10209 |
-
<full_name>MLA_SCREEN_DISPLAY_LIBRARY</full_name>
|
10210 |
-
<value><![CDATA[\MLACore::MLA_SCREEN_DISPLAY_LIBRARY]]></value>
|
10211 |
-
<docblock line="74">
|
10212 |
-
<description><![CDATA[Provides a unique name for the admin screen remove Media/Library option]]></description>
|
10213 |
-
<long-description><![CDATA[]]></long-description>
|
10214 |
-
</docblock>
|
10215 |
-
</constant>
|
10216 |
-
<constant namespace="global" line="82" package="Media Library Assistant">
|
10217 |
-
<name>MLA_DEFAULT_ORDERBY</name>
|
10218 |
-
<full_name>MLA_DEFAULT_ORDERBY</full_name>
|
10219 |
-
<value><![CDATA[\MLACore::MLA_DEFAULT_ORDERBY]]></value>
|
10220 |
-
<docblock line="79">
|
10221 |
-
<description><![CDATA[Provides a unique name for the default orderby option]]></description>
|
10222 |
-
<long-description><![CDATA[]]></long-description>
|
10223 |
-
</docblock>
|
10224 |
-
</constant>
|
10225 |
-
<constant namespace="global" line="87" package="Media Library Assistant">
|
10226 |
-
<name>MLA_DEFAULT_ORDER</name>
|
10227 |
-
<full_name>MLA_DEFAULT_ORDER</full_name>
|
10228 |
-
<value><![CDATA[\MLACore::MLA_DEFAULT_ORDER]]></value>
|
10229 |
-
<docblock line="84">
|
10230 |
-
<description><![CDATA[Provides a unique name for the default order option]]></description>
|
10231 |
-
<long-description><![CDATA[]]></long-description>
|
10232 |
-
</docblock>
|
10233 |
-
</constant>
|
10234 |
-
<constant namespace="global" line="92" package="Media Library Assistant">
|
10235 |
-
<name>MLA_TABLE_VIEWS_WIDTH</name>
|
10236 |
-
<full_name>MLA_TABLE_VIEWS_WIDTH</full_name>
|
10237 |
-
<value><![CDATA[\MLACore::MLA_TABLE_VIEWS_WIDTH]]></value>
|
10238 |
-
<docblock line="89">
|
10239 |
-
<description><![CDATA[Provides a unique name for the Media/Assistant submenu table views width option]]></description>
|
10240 |
-
<long-description><![CDATA[]]></long-description>
|
10241 |
-
</docblock>
|
10242 |
-
</constant>
|
10243 |
-
<constant namespace="global" line="97" package="Media Library Assistant">
|
10244 |
-
<name>MLA_TABLE_ICON_SIZE</name>
|
10245 |
-
<full_name>MLA_TABLE_ICON_SIZE</full_name>
|
10246 |
-
<value><![CDATA[\MLACore::MLA_TABLE_ICON_SIZE]]></value>
|
10247 |
-
<docblock line="94">
|
10248 |
-
<description><![CDATA[Provides a unique name for the Media/Assistant submenu table thumbnail/icon size option]]></description>
|
10249 |
-
<long-description><![CDATA[]]></long-description>
|
10250 |
-
</docblock>
|
10251 |
-
</constant>
|
10252 |
-
<constant namespace="global" line="102" package="Media Library Assistant">
|
10253 |
-
<name>MLA_BULK_CHUNK_SIZE</name>
|
10254 |
-
<full_name>MLA_BULK_CHUNK_SIZE</full_name>
|
10255 |
-
<value><![CDATA[\MLACore::MLA_BULK_CHUNK_SIZE]]></value>
|
10256 |
-
<docblock line="99">
|
10257 |
-
<description><![CDATA[Provides a unique name for the Bulk Update and Map All chunk size option]]></description>
|
10258 |
-
<long-description><![CDATA[]]></long-description>
|
10259 |
-
</docblock>
|
10260 |
-
</constant>
|
10261 |
-
<constant namespace="global" line="107" package="Media Library Assistant">
|
10262 |
-
<name>MLA_TAXONOMY_FILTER_DEPTH</name>
|
10263 |
-
<full_name>MLA_TAXONOMY_FILTER_DEPTH</full_name>
|
10264 |
-
<value><![CDATA[\MLACore::MLA_TAXONOMY_FILTER_DEPTH]]></value>
|
10265 |
-
<docblock line="104">
|
10266 |
-
<description><![CDATA[Provides a unique name for the taxonomy filter maximum depth option]]></description>
|
10267 |
-
<long-description><![CDATA[]]></long-description>
|
10268 |
-
</docblock>
|
10269 |
-
</constant>
|
10270 |
-
<constant namespace="global" line="112" package="Media Library Assistant">
|
10271 |
-
<name>MLA_TAXONOMY_FILTER_INCLUDE_CHILDREN</name>
|
10272 |
-
<full_name>MLA_TAXONOMY_FILTER_INCLUDE_CHILDREN</full_name>
|
10273 |
-
<value><![CDATA[\MLACore::MLA_TAXONOMY_FILTER_INCLUDE_CHILDREN]]></value>
|
10274 |
-
<docblock line="109">
|
10275 |
-
<description><![CDATA[Provides a unique name for the taxonomy filter maximum depth option]]></description>
|
10276 |
-
<long-description><![CDATA[]]></long-description>
|
10277 |
-
</docblock>
|
10278 |
-
</constant>
|
10279 |
-
<constant namespace="global" line="117" package="Media Library Assistant">
|
10280 |
-
<name>MLA_SEARCH_MEDIA_FILTER_SHOW_CONTROLS</name>
|
10281 |
-
<full_name>MLA_SEARCH_MEDIA_FILTER_SHOW_CONTROLS</full_name>
|
10282 |
-
<value><![CDATA[\MLACore::MLA_SEARCH_MEDIA_FILTER_SHOW_CONTROLS]]></value>
|
10283 |
-
<docblock line="114">
|
10284 |
-
<description><![CDATA[Provides a unique name for the display Search Media controls option]]></description>
|
10285 |
-
<long-description><![CDATA[]]></long-description>
|
10286 |
-
</docblock>
|
10287 |
-
</constant>
|
10288 |
-
<constant namespace="global" line="122" package="Media Library Assistant">
|
10289 |
-
<name>MLA_SEARCH_MEDIA_FILTER_DEFAULTS</name>
|
10290 |
-
<full_name>MLA_SEARCH_MEDIA_FILTER_DEFAULTS</full_name>
|
10291 |
-
<value><![CDATA[\MLACore::MLA_SEARCH_MEDIA_FILTER_DEFAULTS]]></value>
|
10292 |
-
<docblock line="119">
|
10293 |
-
<description><![CDATA[Provides a unique name for the display Search Media controls option]]></description>
|
10294 |
-
<long-description><![CDATA[]]></long-description>
|
10295 |
-
</docblock>
|
10296 |
-
</constant>
|
10297 |
-
<constant namespace="global" line="127" package="Media Library Assistant">
|
10298 |
-
<name>MLA_EXIF_SIZE</name>
|
10299 |
-
<full_name>MLA_EXIF_SIZE</full_name>
|
10300 |
-
<value><![CDATA[\MLACore::MLA_EXIF_SIZE]]></value>
|
10301 |
-
<docblock line="124">
|
10302 |
-
<description><![CDATA[Provides a "size" attribute value for the EXIF/Template Value field]]></description>
|
10303 |
-
<long-description><![CDATA[]]></long-description>
|
10304 |
-
</docblock>
|
10305 |
-
</constant>
|
10306 |
-
<constant namespace="global" line="132" package="Media Library Assistant">
|
10307 |
-
<name>MLA_NEW_CUSTOM_RULE</name>
|
10308 |
-
<full_name>MLA_NEW_CUSTOM_RULE</full_name>
|
10309 |
-
<value><![CDATA[\MLACore::MLA_NEW_CUSTOM_RULE]]></value>
|
10310 |
-
<docblock line="129">
|
10311 |
-
<description><![CDATA[Provides a unique name for the Custom Field "new rule" key]]></description>
|
10312 |
-
<long-description><![CDATA[]]></long-description>
|
10313 |
-
</docblock>
|
10314 |
-
</constant>
|
10315 |
-
<constant namespace="global" line="137" package="Media Library Assistant">
|
10316 |
-
<name>MLA_NEW_CUSTOM_FIELD</name>
|
10317 |
-
<full_name>MLA_NEW_CUSTOM_FIELD</full_name>
|
10318 |
-
<value><![CDATA[\MLACore::MLA_NEW_CUSTOM_FIELD]]></value>
|
10319 |
-
<docblock line="134">
|
10320 |
-
<description><![CDATA[Provides a unique name for the Custom Field "new field" key]]></description>
|
10321 |
-
<long-description><![CDATA[]]></long-description>
|
10322 |
-
</docblock>
|
10323 |
-
</constant>
|
10324 |
-
<constant namespace="global" line="142" package="Media Library Assistant">
|
10325 |
-
<name>MLA_EDIT_MEDIA_SEARCH_TAXONOMY</name>
|
10326 |
-
<full_name>MLA_EDIT_MEDIA_SEARCH_TAXONOMY</full_name>
|
10327 |
-
<value><![CDATA[\MLACore::MLA_EDIT_MEDIA_SEARCH_TAXONOMY]]></value>
|
10328 |
-
<docblock line="139">
|
10329 |
-
<description><![CDATA[Provides a unique name for the "searchable taxonomies" option]]></description>
|
10330 |
-
<long-description><![CDATA[]]></long-description>
|
10331 |
-
</docblock>
|
10332 |
-
</constant>
|
10333 |
-
<constant namespace="global" line="147" package="Media Library Assistant">
|
10334 |
-
<name>MLA_EDIT_MEDIA_META_BOXES</name>
|
10335 |
-
<full_name>MLA_EDIT_MEDIA_META_BOXES</full_name>
|
10336 |
-
<value><![CDATA[\MLACore::MLA_EDIT_MEDIA_META_BOXES]]></value>
|
10337 |
-
<docblock line="144">
|
10338 |
-
<description><![CDATA[Provides a unique name for the Edit Media additional meta boxes option]]></description>
|
10339 |
-
<long-description><![CDATA[]]></long-description>
|
10340 |
-
</docblock>
|
10341 |
-
</constant>
|
10342 |
-
<constant namespace="global" line="152" package="Media Library Assistant">
|
10343 |
-
<name>MLA_ADD_NEW_BULK_EDIT</name>
|
10344 |
-
<full_name>MLA_ADD_NEW_BULK_EDIT</full_name>
|
10345 |
-
<value><![CDATA[\MLACore::MLA_ADD_NEW_BULK_EDIT]]></value>
|
10346 |
-
<docblock line="149">
|
10347 |
-
<description><![CDATA[Provides a unique name for the Media/Add New bulk edit option]]></description>
|
10348 |
-
<long-description><![CDATA[]]></long-description>
|
10349 |
-
</docblock>
|
10350 |
-
</constant>
|
10351 |
-
<constant namespace="global" line="157" package="Media Library Assistant">
|
10352 |
-
<name>MLA_ADD_NEW_BULK_EDIT_ON_TOP</name>
|
10353 |
-
<full_name>MLA_ADD_NEW_BULK_EDIT_ON_TOP</full_name>
|
10354 |
-
<value><![CDATA[\MLACore::MLA_ADD_NEW_BULK_EDIT_ON_TOP]]></value>
|
10355 |
-
<docblock line="154">
|
10356 |
-
<description><![CDATA[Provides a unique name for the Media/Add New bulk edit "on top" option]]></description>
|
10357 |
-
<long-description><![CDATA[]]></long-description>
|
10358 |
-
</docblock>
|
10359 |
-
</constant>
|
10360 |
-
<constant namespace="global" line="163" package="Media Library Assistant">
|
10361 |
-
<name>MLA_MEDIA_GRID_TOOLBAR</name>
|
10362 |
-
<full_name>MLA_MEDIA_GRID_TOOLBAR</full_name>
|
10363 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_GRID_TOOLBAR]]></value>
|
10364 |
-
<docblock line="159">
|
10365 |
-
<description><![CDATA[Provides a unique name for the Media Grid toolbar option, which
|
10366 |
-
also controls the ATTACHMENT DETAILS enhancements]]></description>
|
10367 |
-
<long-description><![CDATA[]]></long-description>
|
10368 |
-
</docblock>
|
10369 |
-
</constant>
|
10370 |
-
<constant namespace="global" line="169" package="Media Library Assistant">
|
10371 |
-
<name>MLA_MEDIA_MODAL_TOOLBAR</name>
|
10372 |
-
<full_name>MLA_MEDIA_MODAL_TOOLBAR</full_name>
|
10373 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_TOOLBAR]]></value>
|
10374 |
-
<docblock line="165">
|
10375 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar option, which
|
10376 |
-
also controls the ATTACHMENT DETAILS enhancements]]></description>
|
10377 |
-
<long-description><![CDATA[]]></long-description>
|
10378 |
-
</docblock>
|
10379 |
-
</constant>
|
10380 |
-
<constant namespace="global" line="174" package="Media Library Assistant">
|
10381 |
-
<name>MLA_MEDIA_MODAL_MIMETYPES</name>
|
10382 |
-
<full_name>MLA_MEDIA_MODAL_MIMETYPES</full_name>
|
10383 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_MIMETYPES]]></value>
|
10384 |
-
<docblock line="171">
|
10385 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar MIME Types option]]></description>
|
10386 |
-
<long-description><![CDATA[]]></long-description>
|
10387 |
-
</docblock>
|
10388 |
-
</constant>
|
10389 |
-
<constant namespace="global" line="179" package="Media Library Assistant">
|
10390 |
-
<name>MLA_MEDIA_MODAL_MONTHS</name>
|
10391 |
-
<full_name>MLA_MEDIA_MODAL_MONTHS</full_name>
|
10392 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_MONTHS]]></value>
|
10393 |
-
<docblock line="176">
|
10394 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Month and Year option]]></description>
|
10395 |
-
<long-description><![CDATA[]]></long-description>
|
10396 |
-
</docblock>
|
10397 |
-
</constant>
|
10398 |
-
<constant namespace="global" line="184" package="Media Library Assistant">
|
10399 |
-
<name>MLA_MEDIA_MODAL_TERMS</name>
|
10400 |
-
<full_name>MLA_MEDIA_MODAL_TERMS</full_name>
|
10401 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_TERMS]]></value>
|
10402 |
-
<docblock line="181">
|
10403 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Taxonomy Terms option]]></description>
|
10404 |
-
<long-description><![CDATA[]]></long-description>
|
10405 |
-
</docblock>
|
10406 |
-
</constant>
|
10407 |
-
<constant namespace="global" line="189" package="Media Library Assistant">
|
10408 |
-
<name>MLA_MEDIA_MODAL_TERMS_SEARCH</name>
|
10409 |
-
<full_name>MLA_MEDIA_MODAL_TERMS_SEARCH</full_name>
|
10410 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_TERMS_SEARCH]]></value>
|
10411 |
-
<docblock line="186">
|
10412 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Taxonomy "Terms Search" option]]></description>
|
10413 |
-
<long-description><![CDATA[]]></long-description>
|
10414 |
-
</docblock>
|
10415 |
-
</constant>
|
10416 |
-
<constant namespace="global" line="194" package="Media Library Assistant">
|
10417 |
-
<name>MLA_MEDIA_MODAL_SEARCHBOX</name>
|
10418 |
-
<full_name>MLA_MEDIA_MODAL_SEARCHBOX</full_name>
|
10419 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_SEARCHBOX]]></value>
|
10420 |
-
<docblock line="191">
|
10421 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Search Box option]]></description>
|
10422 |
-
<long-description><![CDATA[]]></long-description>
|
10423 |
-
</docblock>
|
10424 |
-
</constant>
|
10425 |
-
<constant namespace="global" line="199" package="Media Library Assistant">
|
10426 |
-
<name>MLA_MEDIA_MODAL_SEARCHBOX_CONTROLS</name>
|
10427 |
-
<full_name>MLA_MEDIA_MODAL_SEARCHBOX_CONTROLS</full_name>
|
10428 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_SEARCHBOX_CONTROLS]]></value>
|
10429 |
-
<docblock line="196">
|
10430 |
-
<description><![CDATA[Provides a unique name for the Media Manager toolbar Search Box Controls option]]></description>
|
10431 |
-
<long-description><![CDATA[]]></long-description>
|
10432 |
-
</docblock>
|
10433 |
-
</constant>
|
10434 |
-
<constant namespace="global" line="205" package="Media Library Assistant">
|
10435 |
-
<name>MLA_MEDIA_MODAL_DETAILS_CATEGORY_METABOX</name>
|
10436 |
-
<full_name>MLA_MEDIA_MODAL_DETAILS_CATEGORY_METABOX</full_name>
|
10437 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_DETAILS_CATEGORY_METABOX]]></value>
|
10438 |
-
<docblock line="201">
|
10439 |
-
<description><![CDATA[Provides a unique name for the Media Manager Attachment Details searchable taxonomy option
|
10440 |
-
This option is for hierarchical taxonomies, e.g., "Att.]]></description>
|
10441 |
-
<long-description><![CDATA[<p>Categories".</p>]]></long-description>
|
10442 |
-
</docblock>
|
10443 |
-
</constant>
|
10444 |
-
<constant namespace="global" line="211" package="Media Library Assistant">
|
10445 |
-
<name>MLA_MEDIA_MODAL_DETAILS_TAG_METABOX</name>
|
10446 |
-
<full_name>MLA_MEDIA_MODAL_DETAILS_TAG_METABOX</full_name>
|
10447 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_DETAILS_TAG_METABOX]]></value>
|
10448 |
-
<docblock line="207">
|
10449 |
-
<description><![CDATA[Provides a unique name for the Media Manager Attachment Details searchable taxonomy option
|
10450 |
-
This option is for flat taxonomies, e.g., "Att.]]></description>
|
10451 |
-
<long-description><![CDATA[<p>Tags".</p>]]></long-description>
|
10452 |
-
</docblock>
|
10453 |
-
</constant>
|
10454 |
-
<constant namespace="global" line="216" package="Media Library Assistant">
|
10455 |
-
<name>MLA_MEDIA_MODAL_DETAILS_AUTOFILL</name>
|
10456 |
-
<full_name>MLA_MEDIA_MODAL_DETAILS_AUTOFILL</full_name>
|
10457 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_DETAILS_AUTOFILL]]></value>
|
10458 |
-
<docblock line="213">
|
10459 |
-
<description><![CDATA[Provides a unique name for the Media Manager Attachment Details auto-fill option]]></description>
|
10460 |
-
<long-description><![CDATA[]]></long-description>
|
10461 |
-
</docblock>
|
10462 |
-
</constant>
|
10463 |
-
<constant namespace="global" line="221" package="Media Library Assistant">
|
10464 |
-
<name>MLA_MEDIA_MODAL_ORDERBY</name>
|
10465 |
-
<full_name>MLA_MEDIA_MODAL_ORDERBY</full_name>
|
10466 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_ORDERBY]]></value>
|
10467 |
-
<docblock line="218">
|
10468 |
-
<description><![CDATA[Provides a unique name for the Media Manager orderby option]]></description>
|
10469 |
-
<long-description><![CDATA[]]></long-description>
|
10470 |
-
</docblock>
|
10471 |
-
</constant>
|
10472 |
-
<constant namespace="global" line="226" package="Media Library Assistant">
|
10473 |
-
<name>MLA_MEDIA_MODAL_ORDER</name>
|
10474 |
-
<full_name>MLA_MEDIA_MODAL_ORDER</full_name>
|
10475 |
-
<value><![CDATA[\MLACore::MLA_MEDIA_MODAL_ORDER]]></value>
|
10476 |
-
<docblock line="223">
|
10477 |
-
<description><![CDATA[Provides a unique name for the Media Manager order option]]></description>
|
10478 |
-
<long-description><![CDATA[]]></long-description>
|
10479 |
-
</docblock>
|
10480 |
-
</constant>
|
10481 |
-
<constant namespace="global" line="231" package="Media Library Assistant">
|
10482 |
-
<name>MLA_POST_MIME_TYPES</name>
|
10483 |
-
<full_name>MLA_POST_MIME_TYPES</full_name>
|
10484 |
-
<value><![CDATA[\MLACore::MLA_POST_MIME_TYPES]]></value>
|
10485 |
-
<docblock line="228">
|
10486 |
-
<description><![CDATA[Provides a unique name for the Post MIME Types option]]></description>
|
10487 |
-
<long-description><![CDATA[]]></long-description>
|
10488 |
-
</docblock>
|
10489 |
-
</constant>
|
10490 |
-
<constant namespace="global" line="236" package="Media Library Assistant">
|
10491 |
-
<name>MLA_ENABLE_POST_MIME_TYPES</name>
|
10492 |
-
<full_name>MLA_ENABLE_POST_MIME_TYPES</full_name>
|
10493 |
-
<value><![CDATA[\MLACore::MLA_ENABLE_POST_MIME_TYPES]]></value>
|
10494 |
-
<docblock line="233">
|
10495 |
-
<description><![CDATA[Provides a unique name for the Enable Post MIME Types option]]></description>
|
10496 |
-
<long-description><![CDATA[]]></long-description>
|
10497 |
-
</docblock>
|
10498 |
-
</constant>
|
10499 |
-
<constant namespace="global" line="241" package="Media Library Assistant">
|
10500 |
-
<name>MLA_UPLOAD_MIMES</name>
|
10501 |
-
<full_name>MLA_UPLOAD_MIMES</full_name>
|
10502 |
-
<value><![CDATA[\MLACore::MLA_UPLOAD_MIMES]]></value>
|
10503 |
-
<docblock line="238">
|
10504 |
-
<description><![CDATA[Provides a unique name for the Upload MIME Types option]]></description>
|
10505 |
-
<long-description><![CDATA[]]></long-description>
|
10506 |
-
</docblock>
|
10507 |
-
</constant>
|
10508 |
-
<constant namespace="global" line="246" package="Media Library Assistant">
|
10509 |
-
<name>MLA_ENABLE_UPLOAD_MIMES</name>
|
10510 |
-
<full_name>MLA_ENABLE_UPLOAD_MIMES</full_name>
|
10511 |
-
<value><![CDATA[\MLACore::MLA_ENABLE_UPLOAD_MIMES]]></value>
|
10512 |
-
<docblock line="243">
|
10513 |
-
<description><![CDATA[Provides a unique name for the Enable Upload MIME Types option]]></description>
|
10514 |
-
<long-description><![CDATA[]]></long-description>
|
10515 |
-
</docblock>
|
10516 |
-
</constant>
|
10517 |
-
<constant namespace="global" line="251" package="Media Library Assistant">
|
10518 |
-
<name>MLA_ENABLE_MLA_ICONS</name>
|
10519 |
-
<full_name>MLA_ENABLE_MLA_ICONS</full_name>
|
10520 |
-
<value><![CDATA[\MLACore::MLA_ENABLE_MLA_ICONS]]></value>
|
10521 |
-
<docblock line="248">
|
10522 |
-
<description><![CDATA[Provides a unique name for the Enable MLA Icons option]]></description>
|
10523 |
-
<long-description><![CDATA[]]></long-description>
|
10524 |
-
</docblock>
|
10525 |
-
</constant>
|
10526 |
-
<constant namespace="global" line="256" package="Media Library Assistant">
|
10527 |
-
<name>MLA_DEBUG_DISPLAY_LIMIT</name>
|
10528 |
-
<full_name>MLA_DEBUG_DISPLAY_LIMIT</full_name>
|
10529 |
-
<value><![CDATA[\MLACore::MLA_DEBUG_DISPLAY_LIMIT]]></value>
|
10530 |
-
<docblock line="253">
|
10531 |
-
<description><![CDATA[Provides a unique name for the Debug display limit option]]></description>
|
10532 |
-
<long-description><![CDATA[]]></long-description>
|
10533 |
-
</docblock>
|
10534 |
-
</constant>
|
10535 |
-
<constant namespace="global" line="261" package="Media Library Assistant">
|
10536 |
-
<name>MLA_DEBUG_FILE</name>
|
10537 |
-
<full_name>MLA_DEBUG_FILE</full_name>
|
10538 |
-
<value><![CDATA[\MLACore::MLA_DEBUG_FILE]]></value>
|
10539 |
-
<docblock line="258">
|
10540 |
-
<description><![CDATA[Provides a unique name for the Debug alternate log file option]]></description>
|
10541 |
-
<long-description><![CDATA[]]></long-description>
|
10542 |
-
</docblock>
|
10543 |
-
</constant>
|
10544 |
-
<constant namespace="global" line="266" package="Media Library Assistant">
|
10545 |
-
<name>MLA_DEBUG_REPLACE_PHP_LOG</name>
|
10546 |
-
<full_name>MLA_DEBUG_REPLACE_PHP_LOG</full_name>
|
10547 |
-
<value><![CDATA[\MLACore::MLA_DEBUG_REPLACE_PHP_LOG]]></value>
|
10548 |
-
<docblock line="263">
|
10549 |
-
<description><![CDATA[Provides a unique name for the Debug replace PHP log file option]]></description>
|
10550 |
-
<long-description><![CDATA[]]></long-description>
|
10551 |
-
</docblock>
|
10552 |
-
</constant>
|
10553 |
-
<constant namespace="global" line="271" package="Media Library Assistant">
|
10554 |
-
<name>MLA_DEBUG_REPLACE_PHP_REPORTING</name>
|
10555 |
-
<full_name>MLA_DEBUG_REPLACE_PHP_REPORTING</full_name>
|
10556 |
-
<value><![CDATA[\MLACore::MLA_DEBUG_REPLACE_PHP_REPORTING]]></value>
|
10557 |
-
<docblock line="268">
|
10558 |
-
<description><![CDATA[Provides a unique name for the Debug replace PHP error_reporting option]]></description>
|
10559 |
-
<long-description><![CDATA[]]></long-description>
|
10560 |
-
</docblock>
|
10561 |
-
</constant>
|
10562 |
-
<constant namespace="global" line="276" package="Media Library Assistant">
|
10563 |
-
<name>MLA_DEBUG_REPLACE_LEVEL</name>
|
10564 |
-
<full_name>MLA_DEBUG_REPLACE_LEVEL</full_name>
|
10565 |
-
<value><![CDATA[\MLACore::MLA_DEBUG_REPLACE_LEVEL]]></value>
|
10566 |
-
<docblock line="273">
|
10567 |
-
<description><![CDATA[Provides a unique name for the Debug replace MLA_DEBUG_LEVEL option]]></description>
|
10568 |
-
<long-description><![CDATA[]]></long-description>
|
10569 |
-
</docblock>
|
10570 |
-
</constant>
|
10571 |
-
<property final="false" static="true" visibility="private" line="313" namespace="global" package="Media Library Assistant">
|
10572 |
-
<name>$mla_option_templates</name>
|
10573 |
-
<default><![CDATA[NULL]]></default>
|
10574 |
-
<docblock line="306">
|
10575 |
-
<description><![CDATA[Style and Markup templates]]></description>
|
10576 |
-
<long-description><![CDATA[]]></long-description>
|
10577 |
-
<tag line="306" name="since" description="0.80"/>
|
10578 |
-
<tag line="306" name="var" description="" type="array">
|
10579 |
-
<type by_reference="false">array</type>
|
10580 |
-
</tag>
|
10581 |
-
</docblock>
|
10582 |
-
</property>
|
10583 |
-
<property final="false" static="true" visibility="private" line="938" namespace="global" package="Media Library Assistant">
|
10584 |
-
<name>$add_attachment_id</name>
|
10585 |
-
<default><![CDATA[0]]></default>
|
10586 |
-
<docblock line="928">
|
10587 |
-
<description><![CDATA[Attachment ID passed from mla_add_attachment_action to mla_update_attachment_metadata_filter]]></description>
|
10588 |
-
<long-description><![CDATA[<p>Ensures that IPTC/EXIF and Custom Field mapping is only performed when the attachment is first
|
10589 |
-
added to the Media Library.</p>]]></long-description>
|
10590 |
-
<tag line="928" name="since" description="1.70"/>
|
10591 |
-
<tag line="928" name="var" description="" type="integer">
|
10592 |
-
<type by_reference="false">integer</type>
|
10593 |
-
</tag>
|
10594 |
-
</docblock>
|
10595 |
-
</property>
|
10596 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="291" package="Media Library Assistant">
|
10597 |
-
<name>initialize</name>
|
10598 |
-
<full_name>initialize</full_name>
|
10599 |
-
<docblock line="284">
|
10600 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
10601 |
-
<long-description><![CDATA[]]></long-description>
|
10602 |
-
<tag line="284" name="since" description="1.00"/>
|
10603 |
-
<tag line="284" name="return" description="" type="void">
|
10604 |
-
<type by_reference="false">void</type>
|
10605 |
-
</tag>
|
10606 |
-
</docblock>
|
10607 |
-
</method>
|
10608 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="322" package="Media Library Assistant">
|
10609 |
-
<name>_load_option_templates</name>
|
10610 |
-
<full_name>_load_option_templates</full_name>
|
10611 |
-
<docblock line="315">
|
10612 |
-
<description><![CDATA[Load style and markup templates to $mla_templates]]></description>
|
10613 |
-
<long-description><![CDATA[]]></long-description>
|
10614 |
-
<tag line="315" name="since" description="0.80"/>
|
10615 |
-
<tag line="315" name="return" description="" type="void">
|
10616 |
-
<type by_reference="false">void</type>
|
10617 |
-
</tag>
|
10618 |
-
</docblock>
|
10619 |
-
</method>
|
10620 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="348" package="Media Library Assistant">
|
10621 |
-
<name>mla_localize_option_definitions_array</name>
|
10622 |
-
<full_name>mla_localize_option_definitions_array</full_name>
|
10623 |
-
<docblock line="338">
|
10624 |
-
<description><![CDATA[Localize $mla_option_definitions array]]></description>
|
10625 |
-
<long-description><![CDATA[<p>Localization must be done at runtime; these calls cannot be placed in the
|
10626 |
-
"public static" array definition itself. Called from MLATest::initialize.</p>]]></long-description>
|
10627 |
-
<tag line="338" name="since" description="1.70"/>
|
10628 |
-
<tag line="338" name="return" description="" type="void">
|
10629 |
-
<type by_reference="false">void</type>
|
10630 |
-
</tag>
|
10631 |
-
</docblock>
|
10632 |
-
</method>
|
10633 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="359" package="Media Library Assistant">
|
10634 |
-
<name>mla_get_style_templates</name>
|
10635 |
-
<full_name>mla_get_style_templates</full_name>
|
10636 |
-
<docblock line="352">
|
10637 |
-
<description><![CDATA[Get ALL style templates from $mla_templates, including 'default']]></description>
|
10638 |
-
<long-description><![CDATA[]]></long-description>
|
10639 |
-
<tag line="352" name="since" description="0.80"/>
|
10640 |
-
<tag line="352" name="return" description="name => value for all style templates or null if no templates" type="array|null">
|
10641 |
-
<type by_reference="false">array</type>
|
10642 |
-
<type by_reference="false">null</type>
|
10643 |
-
</tag>
|
10644 |
-
</docblock>
|
10645 |
-
</method>
|
10646 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="385" package="Media Library Assistant">
|
10647 |
-
<name>mla_put_style_templates</name>
|
10648 |
-
<full_name>mla_put_style_templates</full_name>
|
10649 |
-
<docblock line="377">
|
10650 |
-
<description><![CDATA[Put user-defined style templates to $mla_templates and database]]></description>
|
10651 |
-
<long-description><![CDATA[]]></long-description>
|
10652 |
-
<tag line="377" name="since" description="0.80"/>
|
10653 |
-
<tag line="377" name="param" description="name => value for all user-defined style templates" type="array" variable="$templates">
|
10654 |
-
<type by_reference="false">array</type>
|
10655 |
-
</tag>
|
10656 |
-
<tag line="377" name="return" description="true if success, false if failure" type="boolean">
|
10657 |
-
<type by_reference="false">boolean</type>
|
10658 |
-
</tag>
|
10659 |
-
</docblock>
|
10660 |
-
<argument line="385">
|
10661 |
-
<name>$templates</name>
|
10662 |
-
<default><![CDATA[]]></default>
|
10663 |
-
<type/>
|
10664 |
-
</argument>
|
10665 |
-
</method>
|
10666 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="401" package="Media Library Assistant">
|
10667 |
-
<name>mla_get_markup_templates</name>
|
10668 |
-
<full_name>mla_get_markup_templates</full_name>
|
10669 |
-
<docblock line="394">
|
10670 |
-
<description><![CDATA[Get ALL markup templates from $mla_templates, including 'default']]></description>
|
10671 |
-
<long-description><![CDATA[]]></long-description>
|
10672 |
-
<tag line="394" name="since" description="0.80"/>
|
10673 |
-
<tag line="394" name="return" description="name => value for all markup templates or null if no templates" type="array|null">
|
10674 |
-
<type by_reference="false">array</type>
|
10675 |
-
<type by_reference="false">null</type>
|
10676 |
-
</tag>
|
10677 |
-
</docblock>
|
10678 |
-
</method>
|
10679 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="456" package="Media Library Assistant">
|
10680 |
-
<name>mla_put_markup_templates</name>
|
10681 |
-
<full_name>mla_put_markup_templates</full_name>
|
10682 |
-
<docblock line="448">
|
10683 |
-
<description><![CDATA[Put user-defined markup templates to $mla_templates and database]]></description>
|
10684 |
-
<long-description><![CDATA[]]></long-description>
|
10685 |
-
<tag line="448" name="since" description="0.80"/>
|
10686 |
-
<tag line="448" name="param" description="name => value for all user-defined markup templates" type="array" variable="$templates">
|
10687 |
-
<type by_reference="false">array</type>
|
10688 |
-
</tag>
|
10689 |
-
<tag line="448" name="return" description="true if success, false if failure" type="boolean">
|
10690 |
-
<type by_reference="false">boolean</type>
|
10691 |
-
</tag>
|
10692 |
-
</docblock>
|
10693 |
-
<argument line="456">
|
10694 |
-
<name>$templates</name>
|
10695 |
-
<default><![CDATA[]]></default>
|
10696 |
-
<type/>
|
10697 |
-
</argument>
|
10698 |
-
</method>
|
10699 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="480" package="Media Library Assistant">
|
10700 |
-
<name>mla_get_option</name>
|
10701 |
-
<full_name>mla_get_option</full_name>
|
10702 |
-
<docblock line="465">
|
10703 |
-
<description><![CDATA[Return the stored value or default value of a defined MLA option]]></description>
|
10704 |
-
<long-description><![CDATA[<p>Compatibility shim for MLACore::mla_get_option</p>]]></long-description>
|
10705 |
-
<tag line="465" name="since" description="0.1"/>
|
10706 |
-
<tag line="465" name="param" description="Name of the desired option" type="string" variable="$option">
|
10707 |
-
<type by_reference="false">string</type>
|
10708 |
-
</tag>
|
10709 |
-
<tag line="465" name="param" description="True to ignore current setting and return default values" type="boolean" variable="$get_default">
|
10710 |
-
<type by_reference="false">boolean</type>
|
10711 |
-
</tag>
|
10712 |
-
<tag line="465" name="param" description="True to ignore default values and return only stored values" type="boolean" variable="$get_stored">
|
10713 |
-
<type by_reference="false">boolean</type>
|
10714 |
-
</tag>
|
10715 |
-
<tag line="465" name="param" description="Custom option definitions" type="array" variable="$option_table">
|
10716 |
-
<type by_reference="false">array</type>
|
10717 |
-
</tag>
|
10718 |
-
<tag line="465" name="return" description="Value(s) for the option or false if the option is not a defined MLA option" type="mixed">
|
10719 |
-
<type by_reference="false">mixed</type>
|
10720 |
-
</tag>
|
10721 |
-
</docblock>
|
10722 |
-
<argument line="480">
|
10723 |
-
<name>$option</name>
|
10724 |
-
<default><![CDATA[]]></default>
|
10725 |
-
<type/>
|
10726 |
-
</argument>
|
10727 |
-
<argument line="480">
|
10728 |
-
<name>$get_default</name>
|
10729 |
-
<default><![CDATA[false]]></default>
|
10730 |
-
<type/>
|
10731 |
-
</argument>
|
10732 |
-
<argument line="480">
|
10733 |
-
<name>$get_stored</name>
|
10734 |
-
<default><![CDATA[false]]></default>
|
10735 |
-
<type/>
|
10736 |
-
</argument>
|
10737 |
-
<argument line="480">
|
10738 |
-
<name>$option_table</name>
|
10739 |
-
<default><![CDATA[NULL]]></default>
|
10740 |
-
<type/>
|
10741 |
-
</argument>
|
10742 |
-
</method>
|
10743 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="497" package="Media Library Assistant">
|
10744 |
-
<name>mla_update_option</name>
|
10745 |
-
<full_name>mla_update_option</full_name>
|
10746 |
-
<docblock line="484">
|
10747 |
-
<description><![CDATA[Add or update the stored value of a defined MLA option]]></description>
|
10748 |
-
<long-description><![CDATA[<p>Compatibility shim for MLACore::mla_update_option</p>]]></long-description>
|
10749 |
-
<tag line="484" name="since" description="0.1"/>
|
10750 |
-
<tag line="484" name="param" description="Name of the desired option" type="string" variable="$option">
|
10751 |
-
<type by_reference="false">string</type>
|
10752 |
-
</tag>
|
10753 |
-
<tag line="484" name="param" description="New value for the desired option" type="mixed" variable="$newvalue">
|
10754 |
-
<type by_reference="false">mixed</type>
|
10755 |
-
</tag>
|
10756 |
-
<tag line="484" name="param" description="Custom option definitions" type="array" variable="$option_table">
|
10757 |
-
<type by_reference="false">array</type>
|
10758 |
-
</tag>
|
10759 |
-
<tag line="484" name="return" description="True if the value was changed or false if the update failed" type="boolean">
|
10760 |
-
<type by_reference="false">boolean</type>
|
10761 |
-
</tag>
|
10762 |
-
</docblock>
|
10763 |
-
<argument line="497">
|
10764 |
-
<name>$option</name>
|
10765 |
-
<default><![CDATA[]]></default>
|
10766 |
-
<type/>
|
10767 |
-
</argument>
|
10768 |
-
<argument line="497">
|
10769 |
-
<name>$newvalue</name>
|
10770 |
-
<default><![CDATA[]]></default>
|
10771 |
-
<type/>
|
10772 |
-
</argument>
|
10773 |
-
<argument line="497">
|
10774 |
-
<name>$option_table</name>
|
10775 |
-
<default><![CDATA[NULL]]></default>
|
10776 |
-
<type/>
|
10777 |
-
</argument>
|
10778 |
-
</method>
|
10779 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="513" package="Media Library Assistant">
|
10780 |
-
<name>mla_delete_option</name>
|
10781 |
-
<full_name>mla_delete_option</full_name>
|
10782 |
-
<docblock line="501">
|
10783 |
-
<description><![CDATA[Delete the stored value of a defined MLA option]]></description>
|
10784 |
-
<long-description><![CDATA[<p>Compatibility shim for MLACore::mla_delete_option</p>]]></long-description>
|
10785 |
-
<tag line="501" name="since" description="0.1"/>
|
10786 |
-
<tag line="501" name="param" description="Name of the desired option" type="string" variable="$option">
|
10787 |
-
<type by_reference="false">string</type>
|
10788 |
-
</tag>
|
10789 |
-
<tag line="501" name="param" description="Custom option definitions" type="array" variable="$option_table">
|
10790 |
-
<type by_reference="false">array</type>
|
10791 |
-
</tag>
|
10792 |
-
<tag line="501" name="return" description="True if the option was deleted, otherwise false" type="boolean">
|
10793 |
-
<type by_reference="false">boolean</type>
|
10794 |
-
</tag>
|
10795 |
-
</docblock>
|
10796 |
-
<argument line="513">
|
10797 |
-
<name>$option</name>
|
10798 |
-
<default><![CDATA[]]></default>
|
10799 |
-
<type/>
|
10800 |
-
</argument>
|
10801 |
-
<argument line="513">
|
10802 |
-
<name>$option_table</name>
|
10803 |
-
<default><![CDATA[NULL]]></default>
|
10804 |
-
<type/>
|
10805 |
-
</argument>
|
10806 |
-
</method>
|
10807 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="532" package="Media Library Assistant">
|
10808 |
-
<name>mla_taxonomy_support</name>
|
10809 |
-
<full_name>mla_taxonomy_support</full_name>
|
10810 |
-
<docblock line="517">
|
10811 |
-
<description><![CDATA[Determine MLA support for a taxonomy, handling the special case where the
|
10812 |
-
settings are being updated or reset.]]></description>
|
10813 |
-
<long-description><![CDATA[<p>Compatibility shim for MLACore::mla_taxonomy_support</p>]]></long-description>
|
10814 |
-
<tag line="517" name="since" description="0.30"/>
|
10815 |
-
<tag line="517" name="param" description="Taxonomy name, e.g., attachment_category" type="string" variable="$tax_name">
|
10816 |
-
<type by_reference="false">string</type>
|
10817 |
-
</tag>
|
10818 |
-
<tag line="517" name="param" description="Optional. 'support' (default), 'quick-edit' or 'filter'" type="string" variable="$support_type">
|
10819 |
-
<type by_reference="false">string</type>
|
10820 |
-
</tag>
|
10821 |
-
<tag line="517" 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">
|
10822 |
-
<type by_reference="false">boolean</type>
|
10823 |
-
<type by_reference="false">string</type>
|
10824 |
-
</tag>
|
10825 |
-
</docblock>
|
10826 |
-
<argument line="532">
|
10827 |
-
<name>$tax_name</name>
|
10828 |
-
<default><![CDATA[]]></default>
|
10829 |
-
<type/>
|
10830 |
-
</argument>
|
10831 |
-
<argument line="532">
|
10832 |
-
<name>$support_type</name>
|
10833 |
-
<default><![CDATA['support']]></default>
|
10834 |
-
<type/>
|
10835 |
-
</argument>
|
10836 |
-
</method>
|
10837 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="547" package="Media Library Assistant">
|
10838 |
-
<name>mla_supported_taxonomies</name>
|
10839 |
-
<full_name>mla_supported_taxonomies</full_name>
|
10840 |
-
<docblock line="536">
|
10841 |
-
<description><![CDATA[Returns an array of taxonomy names assigned to $support_type]]></description>
|
10842 |
-
<long-description><![CDATA[<p>Compatibility shim for MLACore::mla_taxonomy_support</p>]]></long-description>
|
10843 |
-
<tag line="536" name="since" description="1.90"/>
|
10844 |
-
<tag line="536" name="param" description="Optional. 'support' (default), 'quick-edit', 'flat-checklist', 'term-search' or 'filter'" type="string" variable="$support_type">
|
10845 |
-
<type by_reference="false">string</type>
|
10846 |
-
</tag>
|
10847 |
-
<tag line="536" name="return" description="taxonomies assigned to $support_type; can be empty." type="array">
|
10848 |
-
<type by_reference="false">array</type>
|
10849 |
-
</tag>
|
10850 |
-
</docblock>
|
10851 |
-
<argument line="547">
|
10852 |
-
<name>$support_type</name>
|
10853 |
-
<default><![CDATA['support']]></default>
|
10854 |
-
<type/>
|
10855 |
-
</argument>
|
10856 |
-
</method>
|
10857 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="564" package="Media Library Assistant">
|
10858 |
-
<name>mla_attachment_display_settings_option_handler</name>
|
10859 |
-
<full_name>mla_attachment_display_settings_option_handler</full_name>
|
10860 |
-
<docblock line="551">
|
10861 |
-
<description><![CDATA[Render and manage Attachment Display Settings options; alignment, link type and size]]></description>
|
10862 |
-
<long-description><![CDATA[]]></long-description>
|
10863 |
-
<tag line="551" name="since" description="1.71"/>
|
10864 |
-
<tag line="551" name="uses" description="\global\MLASettings::$page_template_array" refers="\global\MLASettings::$page_template_array"/>
|
10865 |
-
<tag line="551" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
|
10866 |
-
<type by_reference="false">string</type>
|
10867 |
-
</tag>
|
10868 |
-
<tag line="551" name="param" description="option name, e.g., 'image_default_align'" type="string" variable="$key">
|
10869 |
-
<type by_reference="false">string</type>
|
10870 |
-
</tag>
|
10871 |
-
<tag line="551" name="param" description="option parameters" type="array" variable="$value">
|
10872 |
-
<type by_reference="false">array</type>
|
10873 |
-
</tag>
|
10874 |
-
<tag line="551" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
|
10875 |
-
<type by_reference="false">array</type>
|
10876 |
-
</tag>
|
10877 |
-
<tag line="551" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
|
10878 |
-
<type by_reference="false">string</type>
|
10879 |
-
</tag>
|
10880 |
-
</docblock>
|
10881 |
-
<argument line="564">
|
10882 |
-
<name>$action</name>
|
10883 |
-
<default><![CDATA[]]></default>
|
10884 |
-
<type/>
|
10885 |
-
</argument>
|
10886 |
-
<argument line="564">
|
10887 |
-
<name>$key</name>
|
10888 |
-
<default><![CDATA[]]></default>
|
10889 |
-
<type/>
|
10890 |
-
</argument>
|
10891 |
-
<argument line="564">
|
10892 |
-
<name>$value</name>
|
10893 |
-
<default><![CDATA[]]></default>
|
10894 |
-
<type/>
|
10895 |
-
</argument>
|
10896 |
-
<argument line="564">
|
10897 |
-
<name>$args</name>
|
10898 |
-
<default><![CDATA[NULL]]></default>
|
10899 |
-
<type/>
|
10900 |
-
</argument>
|
10901 |
-
</method>
|
10902 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="628" package="Media Library Assistant">
|
10903 |
-
<name>mla_taxonomy_option_handler</name>
|
10904 |
-
<full_name>mla_taxonomy_option_handler</full_name>
|
10905 |
-
<docblock line="615">
|
10906 |
-
<description><![CDATA[Render and manage taxonomy support options, e.g., Categories and Post Tags]]></description>
|
10907 |
-
<long-description><![CDATA[]]></long-description>
|
10908 |
-
<tag line="615" name="since" description="0.30"/>
|
10909 |
-
<tag line="615" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
|
10910 |
-
<tag line="615" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
|
10911 |
-
<type by_reference="false">string</type>
|
10912 |
-
</tag>
|
10913 |
-
<tag line="615" name="param" description="option name, e.g., 'tax_support', or 'tax_flat_checklist'" type="string" variable="$key">
|
10914 |
-
<type by_reference="false">string</type>
|
10915 |
-
</tag>
|
10916 |
-
<tag line="615" name="param" description="option parameters" type="array" variable="$value">
|
10917 |
-
<type by_reference="false">array</type>
|
10918 |
-
</tag>
|
10919 |
-
<tag line="615" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
|
10920 |
-
<type by_reference="false">array</type>
|
10921 |
-
</tag>
|
10922 |
-
<tag line="615" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
|
10923 |
-
<type by_reference="false">string</type>
|
10924 |
-
</tag>
|
10925 |
-
</docblock>
|
10926 |
-
<argument line="628">
|
10927 |
-
<name>$action</name>
|
10928 |
-
<default><![CDATA[]]></default>
|
10929 |
-
<type/>
|
10930 |
-
</argument>
|
10931 |
-
<argument line="628">
|
10932 |
-
<name>$key</name>
|
10933 |
-
<default><![CDATA[]]></default>
|
10934 |
-
<type/>
|
10935 |
-
</argument>
|
10936 |
-
<argument line="628">
|
10937 |
-
<name>$value</name>
|
10938 |
-
<default><![CDATA[]]></default>
|
10939 |
-
<type/>
|
10940 |
-
</argument>
|
10941 |
-
<argument line="628">
|
10942 |
-
<name>$args</name>
|
10943 |
-
<default><![CDATA[NULL]]></default>
|
10944 |
-
<type/>
|
10945 |
-
</argument>
|
10946 |
-
</method>
|
10947 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="805" package="Media Library Assistant">
|
10948 |
-
<name>mla_search_option_handler</name>
|
10949 |
-
<full_name>mla_search_option_handler</full_name>
|
10950 |
-
<docblock line="792">
|
10951 |
-
<description><![CDATA[Render and manage Search box options, e.g., connector and search fields]]></description>
|
10952 |
-
<long-description><![CDATA[]]></long-description>
|
10953 |
-
<tag line="792" name="since" description="1.90"/>
|
10954 |
-
<tag line="792" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
|
10955 |
-
<tag line="792" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
|
10956 |
-
<type by_reference="false">string</type>
|
10957 |
-
</tag>
|
10958 |
-
<tag line="792" name="param" description="option name; 'search_connector' or 'search_fields'" type="string" variable="$key">
|
10959 |
-
<type by_reference="false">string</type>
|
10960 |
-
</tag>
|
10961 |
-
<tag line="792" name="param" description="option parameters" type="array" variable="$value">
|
10962 |
-
<type by_reference="false">array</type>
|
10963 |
-
</tag>
|
10964 |
-
<tag line="792" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
|
10965 |
-
<type by_reference="false">array</type>
|
10966 |
-
</tag>
|
10967 |
-
<tag line="792" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
|
10968 |
-
<type by_reference="false">string</type>
|
10969 |
-
</tag>
|
10970 |
-
</docblock>
|
10971 |
-
<argument line="805">
|
10972 |
-
<name>$action</name>
|
10973 |
-
<default><![CDATA[]]></default>
|
10974 |
-
<type/>
|
10975 |
-
</argument>
|
10976 |
-
<argument line="805">
|
10977 |
-
<name>$key</name>
|
10978 |
-
<default><![CDATA[]]></default>
|
10979 |
-
<type/>
|
10980 |
-
</argument>
|
10981 |
-
<argument line="805">
|
10982 |
-
<name>$value</name>
|
10983 |
-
<default><![CDATA[]]></default>
|
10984 |
-
<type/>
|
10985 |
-
</argument>
|
10986 |
-
<argument line="805">
|
10987 |
-
<name>$args</name>
|
10988 |
-
<default><![CDATA[NULL]]></default>
|
10989 |
-
<type/>
|
10990 |
-
</argument>
|
10991 |
-
</method>
|
10992 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="876" package="Media Library Assistant">
|
10993 |
-
<name>mla_wp_handle_upload_prefilter_filter</name>
|
10994 |
-
<full_name>mla_wp_handle_upload_prefilter_filter</full_name>
|
10995 |
-
<docblock line="867">
|
10996 |
-
<description><![CDATA[Examine or alter the filename before the file is made permanent]]></description>
|
10997 |
-
<long-description><![CDATA[]]></long-description>
|
10998 |
-
<tag line="867" name="since" description="1.70"/>
|
10999 |
-
<tag line="867" name="param" description="file parameters ( 'name' )" type="array" variable="$file">
|
11000 |
-
<type by_reference="false">array</type>
|
11001 |
-
</tag>
|
11002 |
-
<tag line="867" name="return" description="updated file parameters" type="array">
|
11003 |
-
<type by_reference="false">array</type>
|
11004 |
-
</tag>
|
11005 |
-
</docblock>
|
11006 |
-
<argument line="876">
|
11007 |
-
<name>$file</name>
|
11008 |
-
<default><![CDATA[]]></default>
|
11009 |
-
<type/>
|
11010 |
-
</argument>
|
11011 |
-
</method>
|
11012 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="907" package="Media Library Assistant">
|
11013 |
-
<name>mla_wp_handle_upload_filter</name>
|
11014 |
-
<full_name>mla_wp_handle_upload_filter</full_name>
|
11015 |
-
<docblock line="898">
|
11016 |
-
<description><![CDATA[Called once for each file uploaded]]></description>
|
11017 |
-
<long-description><![CDATA[]]></long-description>
|
11018 |
-
<tag line="898" name="since" description="1.70"/>
|
11019 |
-
<tag line="898" name="param" description="file parameters ( 'name' )" type="array" variable="$file">
|
11020 |
-
<type by_reference="false">array</type>
|
11021 |
-
</tag>
|
11022 |
-
<tag line="898" name="return" description="updated file parameters" type="array">
|
11023 |
-
<type by_reference="false">array</type>
|
11024 |
-
</tag>
|
11025 |
-
</docblock>
|
11026 |
-
<argument line="907">
|
11027 |
-
<name>$file</name>
|
11028 |
-
<default><![CDATA[]]></default>
|
11029 |
-
<type/>
|
11030 |
-
</argument>
|
11031 |
-
</method>
|
11032 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="951" package="Media Library Assistant">
|
11033 |
-
<name>mla_add_attachment_action</name>
|
11034 |
-
<full_name>mla_add_attachment_action</full_name>
|
11035 |
-
<docblock line="940">
|
11036 |
-
<description><![CDATA[Set $add_attachment_id to just-inserted attachment]]></description>
|
11037 |
-
<long-description><![CDATA[<p>All of the actual processing is done later, in mla_update_attachment_metadata_filter.</p>]]></long-description>
|
11038 |
-
<tag line="940" name="since" description="1.00"/>
|
11039 |
-
<tag line="940" name="param" description="ID of just-inserted attachment" type="integer" variable="$post_ID">
|
11040 |
-
<type by_reference="false">integer</type>
|
11041 |
-
</tag>
|
11042 |
-
<tag line="940" name="return" description="" type="void">
|
11043 |
-
<type by_reference="false">void</type>
|
11044 |
-
</tag>
|
11045 |
-
</docblock>
|
11046 |
-
<argument line="951">
|
11047 |
-
<name>$post_ID</name>
|
11048 |
-
<default><![CDATA[]]></default>
|
11049 |
-
<type/>
|
11050 |
-
</argument>
|
11051 |
-
</method>
|
11052 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="966" package="Media Library Assistant">
|
11053 |
-
<name>_update_attachment_metadata</name>
|
11054 |
-
<full_name>_update_attachment_metadata</full_name>
|
11055 |
-
<docblock line="956">
|
11056 |
-
<description><![CDATA[Update _wp_attachment_metadata for just-inserted attachment]]></description>
|
11057 |
-
<long-description><![CDATA[]]></long-description>
|
11058 |
-
<tag line="956" name="since" description="1.70"/>
|
11059 |
-
<tag line="956" name="param" description="Attachment metadata updates" type="array" variable="$updates">
|
11060 |
-
<type by_reference="false">array</type>
|
11061 |
-
</tag>
|
11062 |
-
<tag line="956" name="param" description="Attachment metadata, by reference; updated by this function" type="array" variable="$data">
|
11063 |
-
<type by_reference="false">array</type>
|
11064 |
-
</tag>
|
11065 |
-
<tag line="956" name="return" description="Attachment metadata updates, with "meta:" elements removed" type="array">
|
11066 |
-
<type by_reference="false">array</type>
|
11067 |
-
</tag>
|
11068 |
-
</docblock>
|
11069 |
-
<argument line="966">
|
11070 |
-
<name>$updates</name>
|
11071 |
-
<default><![CDATA[]]></default>
|
11072 |
-
<type/>
|
11073 |
-
</argument>
|
11074 |
-
<argument line="966">
|
11075 |
-
<name>$data</name>
|
11076 |
-
<default><![CDATA[]]></default>
|
11077 |
-
<type/>
|
11078 |
-
</argument>
|
11079 |
-
</method>
|
11080 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1002" package="Media Library Assistant">
|
11081 |
-
<name>mla_update_attachment_metadata_filter</name>
|
11082 |
-
<full_name>mla_update_attachment_metadata_filter</full_name>
|
11083 |
-
<docblock line="989">
|
11084 |
-
<description><![CDATA[Perform IPTC/EXIF and Custom Field mapping on just-inserted attachment]]></description>
|
11085 |
-
<long-description><![CDATA[<p>This filter tests the $add_attachment_id variable set by the mla_add_attachment_action
|
11086 |
-
to ensure that mapping is only performed for new additions, not metadata updates.</p>]]></long-description>
|
11087 |
-
<tag line="989" name="since" description="1.10"/>
|
11088 |
-
<tag line="989" name="param" description="Attachment metadata for just-inserted attachment" type="array" variable="$data">
|
11089 |
-
<type by_reference="false">array</type>
|
11090 |
-
</tag>
|
11091 |
-
<tag line="989" name="param" description="ID of just-inserted attachment" type="integer" variable="$post_id">
|
11092 |
-
<type by_reference="false">integer</type>
|
11093 |
-
</tag>
|
11094 |
-
<tag line="989" name="return" description="Updated attachment metadata" type="array">
|
11095 |
-
<type by_reference="false">array</type>
|
11096 |
-
</tag>
|
11097 |
-
</docblock>
|
11098 |
-
<argument line="1002">
|
11099 |
-
<name>$data</name>
|
11100 |
-
<default><![CDATA[]]></default>
|
11101 |
-
<type/>
|
11102 |
-
</argument>
|
11103 |
-
<argument line="1002">
|
11104 |
-
<name>$post_id</name>
|
11105 |
-
<default><![CDATA[]]></default>
|
11106 |
-
<type/>
|
11107 |
-
</argument>
|
11108 |
-
</method>
|
11109 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1089" package="Media Library Assistant">
|
11110 |
-
<name>mla_get_data_source</name>
|
11111 |
-
<full_name>mla_get_data_source</full_name>
|
11112 |
-
<docblock line="1075">
|
11113 |
-
<description><![CDATA[Get IPTC/EXIF or custom field mapping data source; WP_ADMIN mode]]></description>
|
11114 |
-
<long-description><![CDATA[<p>Compatibility shim for MLAData_Source::mla_get_data_source.</p>]]></long-description>
|
11115 |
-
<tag line="1075" name="since" description="1.70"/>
|
11116 |
-
<tag line="1075" name="param" description="post->ID of attachment" type="integer" variable="$post_id">
|
11117 |
-
<type by_reference="false">integer</type>
|
11118 |
-
</tag>
|
11119 |
-
<tag line="1075" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
|
11120 |
-
<type by_reference="false">string</type>
|
11121 |
-
</tag>
|
11122 |
-
<tag line="1075" 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">
|
11123 |
-
<type by_reference="false">array</type>
|
11124 |
-
</tag>
|
11125 |
-
<tag line="1075" name="param" description="(optional) _wp_attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
|
11126 |
-
<type by_reference="false">array</type>
|
11127 |
-
</tag>
|
11128 |
-
<tag line="1075" name="return" description="data source value" type="string|array">
|
11129 |
-
<type by_reference="false">string</type>
|
11130 |
-
<type by_reference="false">array</type>
|
11131 |
-
</tag>
|
11132 |
-
</docblock>
|
11133 |
-
<argument line="1089">
|
11134 |
-
<name>$post_id</name>
|
11135 |
-
<default><![CDATA[]]></default>
|
11136 |
-
<type/>
|
11137 |
-
</argument>
|
11138 |
-
<argument line="1089">
|
11139 |
-
<name>$category</name>
|
11140 |
-
<default><![CDATA[]]></default>
|
11141 |
-
<type/>
|
11142 |
-
</argument>
|
11143 |
-
<argument line="1089">
|
11144 |
-
<name>$data_value</name>
|
11145 |
-
<default><![CDATA[]]></default>
|
11146 |
-
<type/>
|
11147 |
-
</argument>
|
11148 |
-
<argument line="1089">
|
11149 |
-
<name>$attachment_metadata</name>
|
11150 |
-
<default><![CDATA[NULL]]></default>
|
11151 |
-
<type/>
|
11152 |
-
</argument>
|
11153 |
-
</method>
|
11154 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1108" package="Media Library Assistant">
|
11155 |
-
<name>mla_is_data_source</name>
|
11156 |
-
<full_name>mla_is_data_source</full_name>
|
11157 |
-
<docblock line="1097">
|
11158 |
-
<description><![CDATA[Identify custom field mapping data source; WP_ADMIN mode]]></description>
|
11159 |
-
<long-description><![CDATA[<p>Compatibility shim for MLAData_Source::mla_is_data_source.</p>]]></long-description>
|
11160 |
-
<tag line="1097" name="since" description="1.80"/>
|
11161 |
-
<tag line="1097" name="param" description="candidate data source name" type="string" variable="$candidate_name">
|
11162 |
-
<type by_reference="false">string</type>
|
11163 |
-
</tag>
|
11164 |
-
<tag line="1097" name="return" description="true if candidate name matches a data source" type="boolean">
|
11165 |
-
<type by_reference="false">boolean</type>
|
11166 |
-
</tag>
|
11167 |
-
</docblock>
|
11168 |
-
<argument line="1108">
|
11169 |
-
<name>$candidate_name</name>
|
11170 |
-
<default><![CDATA[]]></default>
|
11171 |
-
<type/>
|
11172 |
-
</argument>
|
11173 |
-
</method>
|
11174 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1128" package="Media Library Assistant">
|
11175 |
-
<name>mla_evaluate_custom_field_mapping</name>
|
11176 |
-
<full_name>mla_evaluate_custom_field_mapping</full_name>
|
11177 |
-
<docblock line="1116">
|
11178 |
-
<description><![CDATA[Evaluate custom field mapping updates for a post]]></description>
|
11179 |
-
<long-description><![CDATA[]]></long-description>
|
11180 |
-
<tag line="1116" name="since" description="1.10"/>
|
11181 |
-
<tag line="1116" name="param" description="post ID to be evaluated" type="integer" variable="$post_id">
|
11182 |
-
<type by_reference="false">integer</type>
|
11183 |
-
</tag>
|
11184 |
-
<tag line="1116" name="param" description="category/scope to evaluate against: custom_field_mapping or single_attachment_mapping" type="string" variable="$category">
|
11185 |
-
<type by_reference="false">string</type>
|
11186 |
-
</tag>
|
11187 |
-
<tag line="1116" name="param" description="(optional) custom_field_mapping values, default NULL (use current option value)" type="array" variable="$settings">
|
11188 |
-
<type by_reference="false">array</type>
|
11189 |
-
</tag>
|
11190 |
-
<tag line="1116" name="param" description="(optional) attachment_metadata, default NULL (use current postmeta database value)" type="array" variable="$attachment_metadata">
|
11191 |
-
<type by_reference="false">array</type>
|
11192 |
-
</tag>
|
11193 |
-
<tag line="1116" name="return" description="Updates suitable for MLAData::mla_update_single_item, if any" type="array">
|
11194 |
-
<type by_reference="false">array</type>
|
11195 |
-
</tag>
|
11196 |
-
</docblock>
|
11197 |
-
<argument line="1128">
|
11198 |
-
<name>$post_id</name>
|
11199 |
-
<default><![CDATA[]]></default>
|
11200 |
-
<type/>
|
11201 |
-
</argument>
|
11202 |
-
<argument line="1128">
|
11203 |
-
<name>$category</name>
|
11204 |
-
<default><![CDATA[]]></default>
|
11205 |
-
<type/>
|
11206 |
-
</argument>
|
11207 |
-
<argument line="1128">
|
11208 |
-
<name>$settings</name>
|
11209 |
-
<default><![CDATA[NULL]]></default>
|
11210 |
-
<type/>
|
11211 |
-
</argument>
|
11212 |
-
<argument line="1128">
|
11213 |
-
<name>$attachment_metadata</name>
|
11214 |
-
<default><![CDATA[NULL]]></default>
|
11215 |
-
<type/>
|
11216 |
-
</argument>
|
11217 |
-
</method>
|
11218 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1227" package="Media Library Assistant">
|
11219 |
-
<name>_compose_custom_field_option_list</name>
|
11220 |
-
<full_name>_compose_custom_field_option_list</full_name>
|
11221 |
-
<docblock line="1216">
|
11222 |
-
<description><![CDATA[Compose a Custom Field Options list with current selection]]></description>
|
11223 |
-
<long-description><![CDATA[]]></long-description>
|
11224 |
-
<tag line="1216" name="since" description="1.10"/>
|
11225 |
-
<tag line="1216" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
|
11226 |
-
<tag line="1216" name="param" description="current selection or 'none' (default)" type="string" variable="$selection">
|
11227 |
-
<type by_reference="false">string</type>
|
11228 |
-
</tag>
|
11229 |
-
<tag line="1216" name="param" description="optional list of terms to exclude from the list" type="array" variable="$blacklist">
|
11230 |
-
<type by_reference="false">array</type>
|
11231 |
-
</tag>
|
11232 |
-
<tag line="1216" name="return" description="HTML markup with select field options" type="string">
|
11233 |
-
<type by_reference="false">string</type>
|
11234 |
-
</tag>
|
11235 |
-
</docblock>
|
11236 |
-
<argument line="1227">
|
11237 |
-
<name>$selection</name>
|
11238 |
-
<default><![CDATA['none']]></default>
|
11239 |
-
<type/>
|
11240 |
-
</argument>
|
11241 |
-
<argument line="1227">
|
11242 |
-
<name>$blacklist</name>
|
11243 |
-
<default><![CDATA[array()]]></default>
|
11244 |
-
<type/>
|
11245 |
-
</argument>
|
11246 |
-
</method>
|
11247 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1275" package="Media Library Assistant">
|
11248 |
-
<name>_compose_data_source_option_list</name>
|
11249 |
-
<full_name>_compose_data_source_option_list</full_name>
|
11250 |
-
<docblock line="1265">
|
11251 |
-
<description><![CDATA[Compose a (Custom Field) Data Source Options list with current selection]]></description>
|
11252 |
-
<long-description><![CDATA[]]></long-description>
|
11253 |
-
<tag line="1265" name="since" description="1.10"/>
|
11254 |
-
<tag line="1265" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
|
11255 |
-
<tag line="1265" name="param" description="current selection or 'none' (default)" type="string" variable="$selection">
|
11256 |
-
<type by_reference="false">string</type>
|
11257 |
-
</tag>
|
11258 |
-
<tag line="1265" name="return" description="HTML markup with select field options" type="string">
|
11259 |
-
<type by_reference="false">string</type>
|
11260 |
-
</tag>
|
11261 |
-
</docblock>
|
11262 |
-
<argument line="1275">
|
11263 |
-
<name>$selection</name>
|
11264 |
-
<default><![CDATA['none']]></default>
|
11265 |
-
<type/>
|
11266 |
-
</argument>
|
11267 |
-
</method>
|
11268 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1343" package="Media Library Assistant">
|
11269 |
-
<name>_update_custom_field_mapping</name>
|
11270 |
-
<full_name>_update_custom_field_mapping</full_name>
|
11271 |
-
<docblock line="1333">
|
11272 |
-
<description><![CDATA[Update custom field mappings]]></description>
|
11273 |
-
<long-description><![CDATA[]]></long-description>
|
11274 |
-
<tag line="1333" name="since" description="1.10"/>
|
11275 |
-
<tag line="1333" name="param" description="current custom_field_mapping values" type="array" variable="$current_values">
|
11276 |
-
<type by_reference="false">array</type>
|
11277 |
-
</tag>
|
11278 |
-
<tag line="1333" name="param" description="new values" type="array" variable="$new_values">
|
11279 |
-
<type by_reference="false">array</type>
|
11280 |
-
</tag>
|
11281 |
-
<tag line="1333" name="return" description="( 'message' => HTML message(s) reflecting results, 'values' => updated custom_field_mapping values, 'changed' => true if any changes detected else false )" type="array">
|
11282 |
-
<type by_reference="false">array</type>
|
11283 |
-
</tag>
|
11284 |
-
</docblock>
|
11285 |
-
<argument line="1343">
|
11286 |
-
<name>$current_values</name>
|
11287 |
-
<default><![CDATA[]]></default>
|
11288 |
-
<type/>
|
11289 |
-
</argument>
|
11290 |
-
<argument line="1343">
|
11291 |
-
<name>$new_values</name>
|
11292 |
-
<default><![CDATA[]]></default>
|
11293 |
-
<type/>
|
11294 |
-
</argument>
|
11295 |
-
</method>
|
11296 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1552" package="Media Library Assistant">
|
11297 |
-
<name>mla_custom_field_option_handler</name>
|
11298 |
-
<full_name>mla_custom_field_option_handler</full_name>
|
11299 |
-
<docblock line="1539">
|
11300 |
-
<description><![CDATA[Render and manage custom field mapping options]]></description>
|
11301 |
-
<long-description><![CDATA[]]></long-description>
|
11302 |
-
<tag line="1539" name="since" description="1.10"/>
|
11303 |
-
<tag line="1539" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
|
11304 |
-
<tag line="1539" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
|
11305 |
-
<type by_reference="false">string</type>
|
11306 |
-
</tag>
|
11307 |
-
<tag line="1539" name="param" description="option name, e.g., 'custom_field_mapping'" type="string" variable="$key">
|
11308 |
-
<type by_reference="false">string</type>
|
11309 |
-
</tag>
|
11310 |
-
<tag line="1539" name="param" description="option parameters" type="array" variable="$value">
|
11311 |
-
<type by_reference="false">array</type>
|
11312 |
-
</tag>
|
11313 |
-
<tag line="1539" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
|
11314 |
-
<type by_reference="false">array</type>
|
11315 |
-
</tag>
|
11316 |
-
<tag line="1539" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
|
11317 |
-
<type by_reference="false">string</type>
|
11318 |
-
</tag>
|
11319 |
-
</docblock>
|
11320 |
-
<argument line="1552">
|
11321 |
-
<name>$action</name>
|
11322 |
-
<default><![CDATA[]]></default>
|
11323 |
-
<type/>
|
11324 |
-
</argument>
|
11325 |
-
<argument line="1552">
|
11326 |
-
<name>$key</name>
|
11327 |
-
<default><![CDATA[]]></default>
|
11328 |
-
<type/>
|
11329 |
-
</argument>
|
11330 |
-
<argument line="1552">
|
11331 |
-
<name>$value</name>
|
11332 |
-
<default><![CDATA[]]></default>
|
11333 |
-
<type/>
|
11334 |
-
</argument>
|
11335 |
-
<argument line="1552">
|
11336 |
-
<name>$args</name>
|
11337 |
-
<default><![CDATA[NULL]]></default>
|
11338 |
-
<type/>
|
11339 |
-
</argument>
|
11340 |
-
</method>
|
11341 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1837" package="Media Library Assistant">
|
11342 |
-
<name>_get_term_id</name>
|
11343 |
-
<full_name>_get_term_id</full_name>
|
11344 |
-
<docblock line="1825">
|
11345 |
-
<description><![CDATA[Build and search a cache of taxonomy and term name to term ID mappings]]></description>
|
11346 |
-
<long-description><![CDATA[]]></long-description>
|
11347 |
-
<tag line="1825" name="since" description="2.01"/>
|
11348 |
-
<tag line="1825" name="param" description="term name (not slug)" type="string" variable="$term_name">
|
11349 |
-
<type by_reference="false">string</type>
|
11350 |
-
</tag>
|
11351 |
-
<tag line="1825" name="param" description="zero or term's parent term_id" type="integer" variable="$term_parent">
|
11352 |
-
<type by_reference="false">integer</type>
|
11353 |
-
</tag>
|
11354 |
-
<tag line="1825" name="param" description="taxonomy slug" type="string" variable="$taxonomy">
|
11355 |
-
<type by_reference="false">string</type>
|
11356 |
-
</tag>
|
11357 |
-
<tag line="1825" name="param" description="term objects currently assigned to the item" type="array" variable="$post_terms">
|
11358 |
-
<type by_reference="false">array</type>
|
11359 |
-
</tag>
|
11360 |
-
<tag line="1825" name="return" description="term_id for the term name" type="integer">
|
11361 |
-
<type by_reference="false">integer</type>
|
11362 |
-
</tag>
|
11363 |
-
</docblock>
|
11364 |
-
<argument line="1837">
|
11365 |
-
<name>$term_name</name>
|
11366 |
-
<default><![CDATA[]]></default>
|
11367 |
-
<type/>
|
11368 |
-
</argument>
|
11369 |
-
<argument line="1837">
|
11370 |
-
<name>$term_parent</name>
|
11371 |
-
<default><![CDATA[]]></default>
|
11372 |
-
<type/>
|
11373 |
-
</argument>
|
11374 |
-
<argument line="1837">
|
11375 |
-
<name>$taxonomy</name>
|
11376 |
-
<default><![CDATA[]]></default>
|
11377 |
-
<type/>
|
11378 |
-
</argument>
|
11379 |
-
<argument line="1837">
|
11380 |
-
<name>$post_terms</name>
|
11381 |
-
<default><![CDATA[]]></default>
|
11382 |
-
<type/>
|
11383 |
-
</argument>
|
11384 |
-
</method>
|
11385 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1886" package="Media Library Assistant">
|
11386 |
-
<name>mla_evaluate_iptc_exif_mapping</name>
|
11387 |
-
<full_name>mla_evaluate_iptc_exif_mapping</full_name>
|
11388 |
-
<docblock line="1873">
|
11389 |
-
<description><![CDATA[Evaluate IPTC/EXIF mapping updates for a post]]></description>
|
11390 |
-
<long-description><![CDATA[]]></long-description>
|
11391 |
-
<tag line="1873" name="since" description="1.00"/>
|
11392 |
-
<tag line="1873" name="param" description="post object with current values" type="object" variable="$post">
|
11393 |
-
<type by_reference="false">object</type>
|
11394 |
-
</tag>
|
11395 |
-
<tag line="1873" name="param" description="category to evaluate against, e.g., iptc_exif_standard_mapping or iptc_exif_mapping" type="string" variable="$category">
|
11396 |
-
<type by_reference="false">string</type>
|
11397 |
-
</tag>
|
11398 |
-
<tag line="1873" name="param" description="(optional) iptc_exif_mapping values, default - current option value" type="array" variable="$settings">
|
11399 |
-
<type by_reference="false">array</type>
|
11400 |
-
</tag>
|
11401 |
-
<tag line="1873" name="param" description="(optional) _wp_attachment_metadata, for MLAOptions::mla_update_attachment_metadata_filter" type="array" variable="$attachment_metadata">
|
11402 |
-
<type by_reference="false">array</type>
|
11403 |
-
</tag>
|
11404 |
-
<tag line="1873" name="param" description="(optional) true if uploading a new item else false (default)" type="boolean" variable="$is_upload">
|
11405 |
-
<type by_reference="false">boolean</type>
|
11406 |
-
</tag>
|
11407 |
-
<tag line="1873" name="return" description="Updates suitable for MLAData::mla_update_single_item, if any" type="array">
|
11408 |
-
<type by_reference="false">array</type>
|
11409 |
-
</tag>
|
11410 |
-
</docblock>
|
11411 |
-
<argument line="1886">
|
11412 |
-
<name>$post</name>
|
11413 |
-
<default><![CDATA[]]></default>
|
11414 |
-
<type/>
|
11415 |
-
</argument>
|
11416 |
-
<argument line="1886">
|
11417 |
-
<name>$category</name>
|
11418 |
-
<default><![CDATA[]]></default>
|
11419 |
-
<type/>
|
11420 |
-
</argument>
|
11421 |
-
<argument line="1886">
|
11422 |
-
<name>$settings</name>
|
11423 |
-
<default><![CDATA[NULL]]></default>
|
11424 |
-
<type/>
|
11425 |
-
</argument>
|
11426 |
-
<argument line="1886">
|
11427 |
-
<name>$attachment_metadata</name>
|
11428 |
-
<default><![CDATA[NULL]]></default>
|
11429 |
-
<type/>
|
11430 |
-
</argument>
|
11431 |
-
<argument line="1886">
|
11432 |
-
<name>$is_upload</name>
|
11433 |
-
<default><![CDATA[false]]></default>
|
11434 |
-
<type/>
|
11435 |
-
</argument>
|
11436 |
-
</method>
|
11437 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2302" package="Media Library Assistant">
|
11438 |
-
<name>_compose_iptc_option_list</name>
|
11439 |
-
<full_name>_compose_iptc_option_list</full_name>
|
11440 |
-
<docblock line="2292">
|
11441 |
-
<description><![CDATA[Compose an IPTC Options list with current selection]]></description>
|
11442 |
-
<long-description><![CDATA[]]></long-description>
|
11443 |
-
<tag line="2292" name="since" description="1.00"/>
|
11444 |
-
<tag line="2292" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
|
11445 |
-
<tag line="2292" name="param" description="current selection or 'none' (default)" type="string" variable="$selection">
|
11446 |
-
<type by_reference="false">string</type>
|
11447 |
-
</tag>
|
11448 |
-
<tag line="2292" name="return" description="HTML markup with select field options" type="string">
|
11449 |
-
<type by_reference="false">string</type>
|
11450 |
-
</tag>
|
11451 |
-
</docblock>
|
11452 |
-
<argument line="2302">
|
11453 |
-
<name>$selection</name>
|
11454 |
-
<default><![CDATA['none']]></default>
|
11455 |
-
<type/>
|
11456 |
-
</argument>
|
11457 |
-
</method>
|
11458 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2335" package="Media Library Assistant">
|
11459 |
-
<name>_compose_parent_option_list</name>
|
11460 |
-
<full_name>_compose_parent_option_list</full_name>
|
11461 |
-
<docblock line="2324">
|
11462 |
-
<description><![CDATA[Compose an hierarchical taxonomy Parent options list with current selection]]></description>
|
11463 |
-
<long-description><![CDATA[]]></long-description>
|
11464 |
-
<tag line="2324" name="since" description="1.00"/>
|
11465 |
-
<tag line="2324" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
|
11466 |
-
<tag line="2324" name="param" description="taxonomy slug" type="string" variable="$taxonomy">
|
11467 |
-
<type by_reference="false">string</type>
|
11468 |
-
</tag>
|
11469 |
-
<tag line="2324" name="param" description="current selection or 0 (zero, default)" type="integer" variable="$selection">
|
11470 |
-
<type by_reference="false">integer</type>
|
11471 |
-
</tag>
|
11472 |
-
<tag line="2324" name="return" description="HTML markup with select field options" type="string">
|
11473 |
-
<type by_reference="false">string</type>
|
11474 |
-
</tag>
|
11475 |
-
</docblock>
|
11476 |
-
<argument line="2335">
|
11477 |
-
<name>$taxonomy</name>
|
11478 |
-
<default><![CDATA[]]></default>
|
11479 |
-
<type/>
|
11480 |
-
</argument>
|
11481 |
-
<argument line="2335">
|
11482 |
-
<name>$selection</name>
|
11483 |
-
<default><![CDATA[0]]></default>
|
11484 |
-
<type/>
|
11485 |
-
</argument>
|
11486 |
-
</method>
|
11487 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2381" package="Media Library Assistant">
|
11488 |
-
<name>_update_iptc_exif_standard_mapping</name>
|
11489 |
-
<full_name>_update_iptc_exif_standard_mapping</full_name>
|
11490 |
-
<docblock line="2371">
|
11491 |
-
<description><![CDATA[Update Standard field portion of IPTC/EXIF mappings]]></description>
|
11492 |
-
<long-description><![CDATA[]]></long-description>
|
11493 |
-
<tag line="2371" name="since" description="1.00"/>
|
11494 |
-
<tag line="2371" name="param" description="current iptc_exif_mapping values" type="array" variable="$current_values">
|
11495 |
-
<type by_reference="false">array</type>
|
11496 |
-
</tag>
|
11497 |
-
<tag line="2371" name="param" description="new values" type="array" variable="$new_values">
|
11498 |
-
<type by_reference="false">array</type>
|
11499 |
-
</tag>
|
11500 |
-
<tag line="2371" name="return" description="( 'message' => HTML message(s) reflecting results, 'values' => updated iptc_exif_mapping values, 'changed' => true if any changes detected else false )" type="array">
|
11501 |
-
<type by_reference="false">array</type>
|
11502 |
-
</tag>
|
11503 |
-
</docblock>
|
11504 |
-
<argument line="2381">
|
11505 |
-
<name>$current_values</name>
|
11506 |
-
<default><![CDATA[]]></default>
|
11507 |
-
<type/>
|
11508 |
-
</argument>
|
11509 |
-
<argument line="2381">
|
11510 |
-
<name>$new_values</name>
|
11511 |
-
<default><![CDATA[]]></default>
|
11512 |
-
<type/>
|
11513 |
-
</argument>
|
11514 |
-
</method>
|
11515 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2475" package="Media Library Assistant">
|
11516 |
-
<name>_update_iptc_exif_taxonomy_mapping</name>
|
11517 |
-
<full_name>_update_iptc_exif_taxonomy_mapping</full_name>
|
11518 |
-
<docblock line="2465">
|
11519 |
-
<description><![CDATA[Update Taxonomy term portion of IPTC/EXIF mappings]]></description>
|
11520 |
-
<long-description><![CDATA[]]></long-description>
|
11521 |
-
<tag line="2465" name="since" description="1.00"/>
|
11522 |
-
<tag line="2465" name="param" description="current iptc_exif_mapping values" type="array" variable="$current_values">
|
11523 |
-
<type by_reference="false">array</type>
|
11524 |
-
</tag>
|
11525 |
-
<tag line="2465" name="param" description="new values" type="array" variable="$new_values">
|
11526 |
-
<type by_reference="false">array</type>
|
11527 |
-
</tag>
|
11528 |
-
<tag line="2465" name="return" description="( 'message' => HTML message(s) reflecting results, 'values' => updated iptc_exif_mapping values, 'changed' => true if any changes detected else false )" type="array">
|
11529 |
-
<type by_reference="false">array</type>
|
11530 |
-
</tag>
|
11531 |
-
</docblock>
|
11532 |
-
<argument line="2475">
|
11533 |
-
<name>$current_values</name>
|
11534 |
-
<default><![CDATA[]]></default>
|
11535 |
-
<type/>
|
11536 |
-
</argument>
|
11537 |
-
<argument line="2475">
|
11538 |
-
<name>$new_values</name>
|
11539 |
-
<default><![CDATA[]]></default>
|
11540 |
-
<type/>
|
11541 |
-
</argument>
|
11542 |
-
</method>
|
11543 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2591" package="Media Library Assistant">
|
11544 |
-
<name>_update_iptc_exif_custom_mapping</name>
|
11545 |
-
<full_name>_update_iptc_exif_custom_mapping</full_name>
|
11546 |
-
<docblock line="2581">
|
11547 |
-
<description><![CDATA[Update Custom field portion of IPTC/EXIF mappings]]></description>
|
11548 |
-
<long-description><![CDATA[]]></long-description>
|
11549 |
-
<tag line="2581" name="since" description="1.00"/>
|
11550 |
-
<tag line="2581" name="param" description="current iptc_exif_mapping values" type="array" variable="$current_values">
|
11551 |
-
<type by_reference="false">array</type>
|
11552 |
-
</tag>
|
11553 |
-
<tag line="2581" name="param" description="new values" type="array" variable="$new_values">
|
11554 |
-
<type by_reference="false">array</type>
|
11555 |
-
</tag>
|
11556 |
-
<tag line="2581" name="return" description="( 'message' => HTML message(s) reflecting results, 'values' => updated iptc_exif_mapping values, 'changed' => true if any changes detected else false )" type="array">
|
11557 |
-
<type by_reference="false">array</type>
|
11558 |
-
</tag>
|
11559 |
-
</docblock>
|
11560 |
-
<argument line="2591">
|
11561 |
-
<name>$current_values</name>
|
11562 |
-
<default><![CDATA[]]></default>
|
11563 |
-
<type/>
|
11564 |
-
</argument>
|
11565 |
-
<argument line="2591">
|
11566 |
-
<name>$new_values</name>
|
11567 |
-
<default><![CDATA[]]></default>
|
11568 |
-
<type/>
|
11569 |
-
</argument>
|
11570 |
-
</method>
|
11571 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="2755" package="Media Library Assistant">
|
11572 |
-
<name>_get_custom_field_names</name>
|
11573 |
-
<full_name>_get_custom_field_names</full_name>
|
11574 |
-
<docblock line="2745">
|
11575 |
-
<description><![CDATA[Generate a list of all (post) Custom Field names]]></description>
|
11576 |
-
<long-description><![CDATA[<p>The list will include any Custom Field and IPTC/EXIF rules that
|
11577 |
-
haven't been mapped to any attachments, yet.</p>]]></long-description>
|
11578 |
-
<tag line="2745" name="since" description="1.00"/>
|
11579 |
-
<tag line="2745" name="return" description="Custom field names from the postmeta table and MLA rules" type="array">
|
11580 |
-
<type by_reference="false">array</type>
|
11581 |
-
</tag>
|
11582 |
-
</docblock>
|
11583 |
-
</method>
|
11584 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2804" package="Media Library Assistant">
|
11585 |
-
<name>mla_iptc_exif_option_handler</name>
|
11586 |
-
<full_name>mla_iptc_exif_option_handler</full_name>
|
11587 |
-
<docblock line="2791">
|
11588 |
-
<description><![CDATA[Render and manage iptc/exif support options]]></description>
|
11589 |
-
<long-description><![CDATA[]]></long-description>
|
11590 |
-
<tag line="2791" name="since" description="1.00"/>
|
11591 |
-
<tag line="2791" name="uses" description="\global\$mla_option_templates" refers="\global\$mla_option_templates"/>
|
11592 |
-
<tag line="2791" name="param" description="'render', 'update', 'delete', or 'reset'" type="string" variable="$action">
|
11593 |
-
<type by_reference="false">string</type>
|
11594 |
-
</tag>
|
11595 |
-
<tag line="2791" name="param" description="option name, e.g., 'iptc_exif_mapping'" type="string" variable="$key">
|
11596 |
-
<type by_reference="false">string</type>
|
11597 |
-
</tag>
|
11598 |
-
<tag line="2791" name="param" description="option parameters" type="array" variable="$value">
|
11599 |
-
<type by_reference="false">array</type>
|
11600 |
-
</tag>
|
11601 |
-
<tag line="2791" name="param" description="Optional. null (default) for 'render' else option data, e.g., $_REQUEST" type="array" variable="$args">
|
11602 |
-
<type by_reference="false">array</type>
|
11603 |
-
</tag>
|
11604 |
-
<tag line="2791" name="return" description="HTML table row markup for 'render' else message(s) reflecting the results of the operation." type="string">
|
11605 |
-
<type by_reference="false">string</type>
|
11606 |
-
</tag>
|
11607 |
-
</docblock>
|
11608 |
-
<argument line="2804">
|
11609 |
-
<name>$action</name>
|
11610 |
-
<default><![CDATA[]]></default>
|
11611 |
-
<type/>
|
11612 |
-
</argument>
|
11613 |
-
<argument line="2804">
|
11614 |
-
<name>$key</name>
|
11615 |
-
<default><![CDATA[]]></default>
|
11616 |
-
<type/>
|
11617 |
-
</argument>
|
11618 |
-
<argument line="2804">
|
11619 |
-
<name>$value</name>
|
11620 |
-
<default><![CDATA[]]></default>
|
11621 |
-
<type/>
|
11622 |
-
</argument>
|
11623 |
-
<argument line="2804">
|
11624 |
-
<name>$args</name>
|
11625 |
-
<default><![CDATA[NULL]]></default>
|
11626 |
-
<type/>
|
11627 |
-
</argument>
|
11628 |
-
</method>
|
11629 |
-
</class>
|
11630 |
-
</file>
|
11631 |
-
<file path="includes\class-mla-polylang-support.php" hash="12828bfd2b4ecf1174c3874383919d3c" package="Media Library Assistant">
|
11632 |
-
<docblock line="2">
|
11633 |
-
<description><![CDATA[Media Library Assistant Polylang Support classes]]></description>
|
11634 |
-
<long-description><![CDATA[<p>This file is conditionally loaded in MLA::initialize after a check for Polylang presence.</p>]]></long-description>
|
11635 |
-
<tag line="2" name="package" description="Media Library Assistant"/>
|
11636 |
-
<tag line="2" name="since" description="2.11"/>
|
11637 |
-
</docblock>
|
11638 |
-
<class final="false" abstract="false" namespace="global" line="18" package="Media Library Assistant">
|
11639 |
-
<extends/>
|
11640 |
-
<name>MLA_Polylang</name>
|
11641 |
-
<full_name>\MLA_Polylang</full_name>
|
11642 |
-
<docblock line="11">
|
11643 |
-
<description><![CDATA[Class MLA (Media Library Assistant) Polylang provides support for the
|
11644 |
-
Polylang Multilingual plugin]]></description>
|
11645 |
-
<long-description><![CDATA[]]></long-description>
|
11646 |
-
<tag line="11" name="package" description="Media Library Assistant"/>
|
11647 |
-
<tag line="11" name="since" description="2.11"/>
|
11648 |
-
</docblock>
|
11649 |
-
<constant namespace="global" line="26" package="Media Library Assistant">
|
11650 |
-
<name>MLA_PLL_QUICK_TRANSLATE</name>
|
11651 |
-
<full_name>MLA_PLL_QUICK_TRANSLATE</full_name>
|
11652 |
-
<value><![CDATA['mla-polylang-quick-translate']]></value>
|
11653 |
-
<docblock line="19">
|
11654 |
-
<description><![CDATA[Uniquely identifies the Quick Translate action]]></description>
|
11655 |
-
<long-description><![CDATA[]]></long-description>
|
11656 |
-
<tag line="19" name="since" description="2.11"/>
|
11657 |
-
<tag line="19" name="var" description="" type="string">
|
11658 |
-
<type by_reference="false">string</type>
|
11659 |
-
</tag>
|
11660 |
-
</docblock>
|
11661 |
-
</constant>
|
11662 |
-
<property final="false" static="true" visibility="private" line="154" namespace="global" package="Media Library Assistant">
|
11663 |
-
<name>$all_query_parameters</name>
|
11664 |
-
<default><![CDATA[array()]]></default>
|
11665 |
-
<docblock line="147">
|
11666 |
-
<description><![CDATA[Save the query arguments]]></description>
|
11667 |
-
<long-description><![CDATA[]]></long-description>
|
11668 |
-
<tag line="147" name="since" description="2.11"/>
|
11669 |
-
<tag line="147" name="var" description="" type="array">
|
11670 |
-
<type by_reference="false">array</type>
|
11671 |
-
</tag>
|
11672 |
-
</docblock>
|
11673 |
-
</property>
|
11674 |
-
<property final="false" static="true" visibility="private" line="410" namespace="global" package="Media Library Assistant">
|
11675 |
-
<name>$duplicate_attachments</name>
|
11676 |
-
<default><![CDATA[array()]]></default>
|
11677 |
-
<docblock line="403">
|
11678 |
-
<description><![CDATA[Duplicates created during media upload]]></description>
|
11679 |
-
<long-description><![CDATA[]]></long-description>
|
11680 |
-
<tag line="403" name="since" description="2.11"/>
|
11681 |
-
<tag line="403" name="var" description="[ $post_id ] => $language;" type="array">
|
11682 |
-
<type by_reference="false">array</type>
|
11683 |
-
</tag>
|
11684 |
-
</docblock>
|
11685 |
-
</property>
|
11686 |
-
<property final="false" static="true" visibility="private" line="511" namespace="global" package="Media Library Assistant">
|
11687 |
-
<name>$current_mapping_rule</name>
|
11688 |
-
<default><![CDATA[array()]]></default>
|
11689 |
-
<docblock line="504">
|
11690 |
-
<description><![CDATA[Current mapping rule for term creation]]></description>
|
11691 |
-
<long-description><![CDATA[]]></long-description>
|
11692 |
-
<tag line="504" name="since" description="2.20"/>
|
11693 |
-
<tag line="504" name="var" description="mapping rule" type="array">
|
11694 |
-
<type by_reference="false">array</type>
|
11695 |
-
</tag>
|
11696 |
-
</docblock>
|
11697 |
-
</property>
|
11698 |
-
<property final="false" static="true" visibility="private" line="684" namespace="global" package="Media Library Assistant">
|
11699 |
-
<name>$relevant_terms</name>
|
11700 |
-
<default><![CDATA[array()]]></default>
|
11701 |
-
<docblock line="674">
|
11702 |
-
<description><![CDATA[Taxonomy terms and translations]]></description>
|
11703 |
-
<long-description><![CDATA[<p>NOTE: WPML uses term_taxonomy_id as the "element_id" in its translations;
|
11704 |
-
Polylang uses term_id as the "element_id".</p>]]></long-description>
|
11705 |
-
<tag line="674" name="since" description="2.11"/>
|
11706 |
-
<tag line="674" name="var" description="[ $term_taxonomy_id ] => array( $term, $translations )" type="array">
|
11707 |
-
<type by_reference="false">array</type>
|
11708 |
-
</tag>
|
11709 |
-
</docblock>
|
11710 |
-
</property>
|
11711 |
-
<property final="false" static="true" visibility="private" line="816" namespace="global" package="Media Library Assistant">
|
11712 |
-
<name>$existing_terms</name>
|
11713 |
-
<default><![CDATA[array('element_id' => 0)]]></default>
|
11714 |
-
<docblock line="805">
|
11715 |
-
<description><![CDATA[Taxonomy terms for the current item translation in the database]]></description>
|
11716 |
-
<long-description><![CDATA[]]></long-description>
|
11717 |
-
<tag line="805" name="since" description="2.11"/>
|
11718 |
-
<tag line="805" name="var" description="['element_id'] => $post_id; [ 'language_code' ] => WPML item language or default language, e.g., 'en' [ 'slug' ] => Polylang item language or default language, e.g., 'en' [ $language ][ translation_details ] [ $language ][ $taxonomy ][ $term_taxonomy_id ] => $term" type="array">
|
11719 |
-
<type by_reference="false">array</type>
|
11720 |
-
</tag>
|
11721 |
-
</docblock>
|
11722 |
-
</property>
|
11723 |
-
<property final="false" static="true" visibility="private" line="977" namespace="global" package="Media Library Assistant">
|
11724 |
-
<name>$tax_input</name>
|
11725 |
-
<default><![CDATA[array('tax_input_post_id' => 0)]]></default>
|
11726 |
-
<docblock line="968">
|
11727 |
-
<description><![CDATA[Replacement tax_input values in all languages]]></description>
|
11728 |
-
<long-description><![CDATA[]]></long-description>
|
11729 |
-
<tag line="968" name="since" description="2.11"/>
|
11730 |
-
<tag line="968" name="var" description="['tax_input_post_id'] => $post_id; [ $language ][ $taxonomy ] => array of integer term_ids (hierarchical) [ $language ][ $taxonomy ] => comma-delimited string of term names (flat)" type="array">
|
11731 |
-
<type by_reference="false">array</type>
|
11732 |
-
</tag>
|
11733 |
-
</docblock>
|
11734 |
-
</property>
|
11735 |
-
<property final="false" static="true" visibility="private" line="1600" namespace="global" package="Media Library Assistant">
|
11736 |
-
<name>$bulk_edit_map</name>
|
11737 |
-
<default><![CDATA[NULL]]></default>
|
11738 |
-
<docblock line="1593">
|
11739 |
-
<description><![CDATA[Custom Field Map during Bulk Edit, "Upload New Media"]]></description>
|
11740 |
-
<long-description><![CDATA[]]></long-description>
|
11741 |
-
<tag line="1593" name="since" description="2.11"/>
|
11742 |
-
<tag line="1593" name="var" description="[ id ] => field name" type="array">
|
11743 |
-
<type by_reference="false">array</type>
|
11744 |
-
</tag>
|
11745 |
-
</docblock>
|
11746 |
-
</property>
|
11747 |
-
<property final="false" static="true" visibility="private" line="1609" namespace="global" package="Media Library Assistant">
|
11748 |
-
<name>$bulk_edit_request</name>
|
11749 |
-
<default><![CDATA[NULL]]></default>
|
11750 |
-
<docblock line="1602">
|
11751 |
-
<description><![CDATA[Bulk Edit parameters during Bulk Edit, "Upload New Media"]]></description>
|
11752 |
-
<long-description><![CDATA[]]></long-description>
|
11753 |
-
<tag line="1602" name="since" description="2.11"/>
|
11754 |
-
<tag line="1602" name="var" description="[ field ] => new value" type="array">
|
11755 |
-
<type by_reference="false">array</type>
|
11756 |
-
</tag>
|
11757 |
-
</docblock>
|
11758 |
-
</property>
|
11759 |
-
<property final="false" static="true" visibility="private" line="1697" namespace="global" package="Media Library Assistant">
|
11760 |
-
<name>$bulk_action_includes</name>
|
11761 |
-
<default><![CDATA[array()]]></default>
|
11762 |
-
<docblock line="1690">
|
11763 |
-
<description><![CDATA[Items returned by custom bulk action(s)]]></description>
|
11764 |
-
<long-description><![CDATA[]]></long-description>
|
11765 |
-
<tag line="1690" name="since" description="2.11"/>
|
11766 |
-
<tag line="1690" name="var" description="" type="array">
|
11767 |
-
<type by_reference="false">array</type>
|
11768 |
-
</tag>
|
11769 |
-
</docblock>
|
11770 |
-
</property>
|
11771 |
-
<property final="false" static="true" visibility="protected" line="1918" namespace="global" package="Media Library Assistant">
|
11772 |
-
<name>$language_columns</name>
|
11773 |
-
<default><![CDATA[NULL]]></default>
|
11774 |
-
<docblock line="1911">
|
11775 |
-
<description><![CDATA[Table language column definitions]]></description>
|
11776 |
-
<long-description><![CDATA[]]></long-description>
|
11777 |
-
<tag line="1911" name="since" description="2.11"/>
|
11778 |
-
<tag line="1911" name="var" description="" type="array">
|
11779 |
-
<type by_reference="false">array</type>
|
11780 |
-
</tag>
|
11781 |
-
</docblock>
|
11782 |
-
</property>
|
11783 |
-
<property final="false" static="true" visibility="private" line="2052" namespace="global" package="Media Library Assistant">
|
11784 |
-
<name>$list_table_parameters</name>
|
11785 |
-
<default><![CDATA[array('total_items' => NULL, 'per_page' => NULL, 'current_page' => NULL)]]></default>
|
11786 |
-
<docblock line="2045">
|
11787 |
-
<description><![CDATA[Data selection parameters for custom views]]></description>
|
11788 |
-
<long-description><![CDATA[]]></long-description>
|
11789 |
-
<tag line="2045" name="since" description="2.11"/>
|
11790 |
-
<tag line="2045" name="var" description="" type="array">
|
11791 |
-
<type by_reference="false">array</type>
|
11792 |
-
</tag>
|
11793 |
-
</docblock>
|
11794 |
-
</property>
|
11795 |
-
<property final="false" static="true" visibility="public" line="2260" namespace="global" package="Media Library Assistant">
|
11796 |
-
<name>$mla_language_option_definitions</name>
|
11797 |
-
<default><![CDATA[array()]]></default>
|
11798 |
-
<docblock line="2250">
|
11799 |
-
<description><![CDATA[$mla_language_option_definitions defines the language-specific database options and
|
11800 |
-
admin page areas for setting/updating them]]></description>
|
11801 |
-
<long-description><![CDATA[<p>The array must be populated at runtime in MLA_Polylang::mla_localize_language_option_definitions(),
|
11802 |
-
because localization calls cannot be placed in the "public static" array definition itself.</p>
|
11803 |
-
|
11804 |
-
<p>Each option is defined by an array with the elements documented in class-mla-options.php</p>]]></long-description>
|
11805 |
-
</docblock>
|
11806 |
-
</property>
|
11807 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="35" package="Media Library Assistant">
|
11808 |
-
<name>initialize</name>
|
11809 |
-
<full_name>initialize</full_name>
|
11810 |
-
<docblock line="28">
|
11811 |
-
<description><![CDATA[Initialization function, similar to __construct()]]></description>
|
11812 |
-
<long-description><![CDATA[]]></long-description>
|
11813 |
-
<tag line="28" name="since" description="2.11"/>
|
11814 |
-
<tag line="28" name="return" description="" type="void">
|
11815 |
-
<type by_reference="false">void</type>
|
11816 |
-
</tag>
|
11817 |
-
</docblock>
|
11818 |
-
</method>
|
11819 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="141" package="Media Library Assistant">
|
11820 |
-
<name>mla_get_terms_query_arguments</name>
|
11821 |
-
<full_name>mla_get_terms_query_arguments</full_name>
|
11822 |
-
<docblock line="129">
|
11823 |
-
<description><![CDATA[MLA Tag Cloud Query Arguments]]></description>
|
11824 |
-
<long-description><![CDATA[<p>Saves [mla_tag_cloud] query parameters for use in MLA_Polylang::mla_get_terms_clauses.</p>]]></long-description>
|
11825 |
-
<tag line="129" name="since" description="2.11"/>
|
11826 |
-
<tag line="129" name="uses" description="\global\MLA_Polylang::$all_query_parameters" refers="\global\MLA_Polylang::$all_query_parameters"/>
|
11827 |
-
<tag line="129" name="param" description="shortcode arguments merged with attachment selection defaults, so every possible parameter is present" type="array" variable="$all_query_parameters">
|
11828 |
-
<type by_reference="false">array</type>
|
11829 |
-
</tag>
|
11830 |
-
<tag line="129" name="return" description="updated attachment query arguments" type="array">
|
11831 |
-
<type by_reference="false">array</type>
|
11832 |
-
</tag>
|
11833 |
-
</docblock>
|
11834 |
-
<argument line="141">
|
11835 |
-
<name>$all_query_parameters</name>
|
11836 |
-
<default><![CDATA[]]></default>
|
11837 |
-
<type/>
|
11838 |
-
</argument>
|
11839 |
-
</method>
|
11840 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="167" package="Media Library Assistant">
|
11841 |
-
<name>mla_get_terms_clauses</name>
|
11842 |
-
<full_name>mla_get_terms_clauses</full_name>
|
11843 |
-
<docblock line="156">
|
11844 |
-
<description><![CDATA[MLA Tag Cloud Query Clauses]]></description>
|
11845 |
-
<long-description><![CDATA[<p>Adds language-specific clauses to filter the cloud terms.</p>]]></long-description>
|
11846 |
-
<tag line="156" name="since" description="2.11"/>
|
11847 |
-
<tag line="156" name="param" description="SQL clauses ( 'fields', 'join', 'where', 'order', 'orderby', 'limits' )" type="array" variable="$clauses">
|
11848 |
-
<type by_reference="false">array</type>
|
11849 |
-
</tag>
|
11850 |
-
<tag line="156" name="return" description="updated SQL clauses" type="array">
|
11851 |
-
<type by_reference="false">array</type>
|
11852 |
-
</tag>
|
11853 |
-
</docblock>
|
11854 |
-
<argument line="167">
|
11855 |
-
<name>$clauses</name>
|
11856 |
-
<default><![CDATA[]]></default>
|
11857 |
-
<type/>
|
11858 |
-
</argument>
|
11859 |
-
</method>
|
11860 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="182" package="Media Library Assistant">
|
11861 |
-
<name>admin_init</name>
|
11862 |
-
<full_name>admin_init</full_name>
|
11863 |
-
<docblock line="175">
|
11864 |
-
<description><![CDATA[Load the plugin's Ajax handler(s)]]></description>
|
11865 |
-
<long-description><![CDATA[]]></long-description>
|
11866 |
-
<tag line="175" name="since" description="2.11"/>
|
11867 |
-
<tag line="175" name="return" description="" type="void">
|
11868 |
-
<type by_reference="false">void</type>
|
11869 |
-
</tag>
|
11870 |
-
</docblock>
|
11871 |
-
</method>
|
11872 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="217" package="Media Library Assistant">
|
11873 |
-
<name>_get_translation</name>
|
11874 |
-
<full_name>_get_translation</full_name>
|
11875 |
-
<docblock line="207">
|
11876 |
-
<description><![CDATA[Find or create an item translation]]></description>
|
11877 |
-
<long-description><![CDATA[]]></long-description>
|
11878 |
-
<tag line="207" name="since" description="2.11"/>
|
11879 |
-
<tag line="207" name="param" description="item ID" type="integer" variable="$post_id">
|
11880 |
-
<type by_reference="false">integer</type>
|
11881 |
-
</tag>
|
11882 |
-
<tag line="207" name="param" description="Slug of the desired language" type="string" variable="$new_language">
|
11883 |
-
<type by_reference="false">string</type>
|
11884 |
-
</tag>
|
11885 |
-
<tag line="207" name="return" description="ID of the corresponding item in the desired language" type="integer">
|
11886 |
-
<type by_reference="false">integer</type>
|
11887 |
-
</tag>
|
11888 |
-
</docblock>
|
11889 |
-
<argument line="217">
|
11890 |
-
<name>$post_id</name>
|
11891 |
-
<default><![CDATA[]]></default>
|
11892 |
-
<type/>
|
11893 |
-
</argument>
|
11894 |
-
<argument line="217">
|
11895 |
-
<name>$new_language</name>
|
11896 |
-
<default><![CDATA[]]></default>
|
11897 |
-
<type/>
|
11898 |
-
</argument>
|
11899 |
-
</method>
|
11900 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="278" package="Media Library Assistant">
|
11901 |
-
<name>quick_translate</name>
|
11902 |
-
<full_name>quick_translate</full_name>
|
11903 |
-
<docblock line="271">
|
11904 |
-
<description><![CDATA[Ajax handler to Quick Translate a single attachment]]></description>
|
11905 |
-
<long-description><![CDATA[]]></long-description>
|
11906 |
-
<tag line="271" name="since" description="2.11"/>
|
11907 |
-
<tag line="271" name="return" description="echo HTML <td> innerHTML for updated call or error message, then die()" type="void">
|
11908 |
-
<type by_reference="false">void</type>
|
11909 |
-
</tag>
|
11910 |
-
</docblock>
|
11911 |
-
</method>
|
11912 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="366" package="Media Library Assistant">
|
11913 |
-
<name>admin_enqueue_scripts</name>
|
11914 |
-
<full_name>admin_enqueue_scripts</full_name>
|
11915 |
-
<docblock line="357">
|
11916 |
-
<description><![CDATA[Load the plugin's Style Sheet and Javascript files]]></description>
|
11917 |
-
<long-description><![CDATA[]]></long-description>
|
11918 |
-
<tag line="357" name="since" description="2.11"/>
|
11919 |
-
<tag line="357" name="param" description="Name of the page being loaded" type="string" variable="$page_hook">
|
11920 |
-
<type by_reference="false">string</type>
|
11921 |
-
</tag>
|
11922 |
-
<tag line="357" name="return" description="" type="void">
|
11923 |
-
<type by_reference="false">void</type>
|
11924 |
-
</tag>
|
11925 |
-
</docblock>
|
11926 |
-
<argument line="366">
|
11927 |
-
<name>$page_hook</name>
|
11928 |
-
<default><![CDATA[]]></default>
|
11929 |
-
<type/>
|
11930 |
-
</argument>
|
11931 |
-
</method>
|
11932 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="421" package="Media Library Assistant">
|
11933 |
-
<name>pll_translate_media</name>
|
11934 |
-
<full_name>pll_translate_media</full_name>
|
11935 |
-
<docblock line="412">
|
11936 |
-
<description><![CDATA[Copies taxonomy terms from the source item to the new translated item]]></description>
|
11937 |
-
<long-description><![CDATA[]]></long-description>
|
11938 |
-
<tag line="412" name="since" description="2.11"/>
|
11939 |
-
<tag line="412" name="param" description="ID of the new item" type="integer" variable="$duplicated_attachment_id">
|
11940 |
-
<type by_reference="false">integer</type>
|
11941 |
-
</tag>
|
11942 |
-
<tag line="412" name="param" description="post object of the new item" type="object" variable="$duplicated_attachment_object">
|
11943 |
-
<type by_reference="false">object</type>
|
11944 |
-
</tag>
|
11945 |
-
<tag line="412" name="param" description="an associative array of translations with language code as key and translation id as value" type="array" variable="$translations">
|
11946 |
-
<type by_reference="false">array</type>
|
11947 |
-
</tag>
|
11948 |
-
</docblock>
|
11949 |
-
<argument line="421">
|
11950 |
-
<name>$duplicated_attachment_id</name>
|
11951 |
-
<default><![CDATA[]]></default>
|
11952 |
-
<type/>
|
11953 |
-
</argument>
|
11954 |
-
<argument line="421">
|
11955 |
-
<name>$duplicated_attachment_object</name>
|
11956 |
-
<default><![CDATA[]]></default>
|
11957 |
-
<type/>
|
11958 |
-
</argument>
|
11959 |
-
<argument line="421">
|
11960 |
-
<name>$translations</name>
|
11961 |
-
<default><![CDATA[]]></default>
|
11962 |
-
<type/>
|
11963 |
-
</argument>
|
11964 |
-
</method>
|
11965 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="464" package="Media Library Assistant">
|
11966 |
-
<name>mla_get_shortcode_attachments_final_terms</name>
|
11967 |
-
<full_name>mla_get_shortcode_attachments_final_terms</full_name>
|
11968 |
-
<docblock line="456">
|
11969 |
-
<description><![CDATA[Force "All languages" mode for IPTC/EXIF mapping, which uses mla_get_shortcode_attachments]]></description>
|
11970 |
-
<long-description><![CDATA[]]></long-description>
|
11971 |
-
<tag line="456" name="since" description="2.20"/>
|
11972 |
-
<tag line="456" name="param" description="Arguments for mla_get_shortcode_attachments" type="array" variable="$arguments">
|
11973 |
-
<type by_reference="false">array</type>
|
11974 |
-
</tag>
|
11975 |
-
<tag line="456" name="param" description="true to calculate and return ['found_posts'] as an array element" type="boolean" variable="$return_found_rows">
|
11976 |
-
<type by_reference="false">boolean</type>
|
11977 |
-
</tag>
|
11978 |
-
</docblock>
|
11979 |
-
<argument line="464">
|
11980 |
-
<name>$arguments</name>
|
11981 |
-
<default><![CDATA[]]></default>
|
11982 |
-
<type/>
|
11983 |
-
</argument>
|
11984 |
-
<argument line="464">
|
11985 |
-
<name>$return_found_rows</name>
|
11986 |
-
<default><![CDATA[]]></default>
|
11987 |
-
<type/>
|
11988 |
-
</argument>
|
11989 |
-
</method>
|
11990 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="482" package="Media Library Assistant">
|
11991 |
-
<name>mla_begin_mapping</name>
|
11992 |
-
<full_name>mla_begin_mapping</full_name>
|
11993 |
-
<docblock line="470">
|
11994 |
-
<description><![CDATA[Force "All languages" mode for IPTC/EXIF mapping, which uses mla_get_shortcode_attachments]]></description>
|
11995 |
-
<long-description><![CDATA[]]></long-description>
|
11996 |
-
<tag line="470" name="since" description="2.20"/>
|
11997 |
-
<tag line="470" name="param" description="what kind of mapping action is starting: single_custom, single_iptc_exif, bulk_custom, bulk_iptc_exif, create_metadata, update_metadata, custom_fields, custom_rule, iptc_exif_standard, iptc_exif_taxonomy, iptc_exif_custom, iptc_exif_custom_rule" type="string" variable="$source">
|
11998 |
-
<type by_reference="false">string</type>
|
11999 |
-
</tag>
|
12000 |
-
<tag line="470" name="param" description="Attachment ID or NULL, depending on scope" type="mixed" variable="$post_id">
|
12001 |
-
<type by_reference="false">mixed</type>
|
12002 |
-
</tag>
|
12003 |
-
</docblock>
|
12004 |
-
<argument line="482">
|
12005 |
-
<name>$source</name>
|
12006 |
-
<default><![CDATA[]]></default>
|
12007 |
-
<type/>
|
12008 |
-
</argument>
|
12009 |
-
<argument line="482">
|
12010 |
-
<name>$post_id</name>
|
12011 |
-
<default><![CDATA[NULL]]></default>
|
12012 |
-
<type/>
|
12013 |
-
</argument>
|
12014 |
-
</method>
|
12015 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="500" package="Media Library Assistant">
|
12016 |
-
<name>mla_mapping_rule</name>
|
12017 |
-
<full_name>mla_mapping_rule</full_name>
|
12018 |
-
<docblock line="490">
|
12019 |
-
<description><![CDATA[Saves the current mapping rule for term creation]]></description>
|
12020 |
-
<long-description><![CDATA[]]></long-description>
|
12021 |
-
<tag line="490" name="since" description="2.20"/>
|
12022 |
-
<tag line="490" name="param" description="mapping rule" type="array" variable="$setting_value">
|
12023 |
-
<type by_reference="false">array</type>
|
12024 |
-
</tag>
|
12025 |
-
<tag line="490" name="param" description="post ID to be evaluated" type="integer" variable="$post_id">
|
12026 |
-
<type by_reference="false">integer</type>
|
12027 |
-
</tag>
|
12028 |
-
<tag line="490" name="param" description="category/scope to evaluate against: iptc_exif_standard_mapping, iptc_exif_taxonomy_mapping or iptc_exif_custom_mapping" type="string" variable="$category">
|
12029 |
-
<type by_reference="false">string</type>
|
12030 |
-
</tag>
|
12031 |
-
<tag line="490" name="param" description="attachment_metadata, default NULL" type="array" variable="$attachment_metadata">
|
12032 |
-
<type by_reference="false">array</type>
|
12033 |
-
</tag>
|
12034 |
-
</docblock>
|
12035 |
-
<argument line="500">
|
12036 |
-
<name>$setting_value</name>
|
12037 |
-
<default><![CDATA[]]></default>
|
12038 |
-
<type/>
|
12039 |
-
</argument>
|
12040 |
-
<argument line="500">
|
12041 |
-
<name>$post_id</name>
|
12042 |
-
<default><![CDATA[]]></default>
|
12043 |
-
<type/>
|
12044 |
-
</argument>
|
12045 |
-
<argument line="500">
|
12046 |
-
<name>$category</name>
|
12047 |
-
<default><![CDATA[]]></default>
|
12048 |
-
<type/>
|
12049 |
-
</argument>
|
12050 |
-
<argument line="500">
|
12051 |
-
<name>$attachment_metadata</name>
|
12052 |
-
<default><![CDATA[]]></default>
|
12053 |
-
<type/>
|
12054 |
-
</argument>
|
12055 |
-
</method>
|
12056 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="526" package="Media Library Assistant">
|
12057 |
-
<name>mla_mapping_new_text</name>
|
12058 |
-
<full_name>mla_mapping_new_text</full_name>
|
12059 |
-
<docblock line="513">
|
12060 |
-
<description><![CDATA[Manages the creation of new taxonomy terms from metadata values]]></description>
|
12061 |
-
<long-description><![CDATA[]]></long-description>
|
12062 |
-
<tag line="513" name="since" description="2.20"/>
|
12063 |
-
<tag line="513" name="param" description="string or array value returned by the rule" type="mixed" variable="$new_text">
|
12064 |
-
<type by_reference="false">mixed</type>
|
12065 |
-
</tag>
|
12066 |
-
<tag line="513" name="param" description="field name or taxonomy name" type="string" variable="$setting_key">
|
12067 |
-
<type by_reference="false">string</type>
|
12068 |
-
</tag>
|
12069 |
-
<tag line="513" name="param" description="post ID to be evaluated" type="integer" variable="$post_id">
|
12070 |
-
<type by_reference="false">integer</type>
|
12071 |
-
</tag>
|
12072 |
-
<tag line="513" name="param" description="category/scope to evaluate against: iptc_exif_standard_mapping, iptc_exif_taxonomy_mapping or iptc_exif_custom_mapping" type="string" variable="$category">
|
12073 |
-
<type by_reference="false">string</type>
|
12074 |
-
</tag>
|
12075 |
-
<tag line="513" name="param" description="attachment_metadata, default NULL" type="array" variable="$attachment_metadata">
|
12076 |
-
<type by_reference="false">array</type>
|
12077 |
-
</tag>
|
12078 |
-
<tag line="513" name="return" description="updated rule EXIF/Template value" type="array">
|
12079 |
-
<type by_reference="false">array</type>
|
12080 |
-
</tag>
|
12081 |
-
</docblock>
|
12082 |
-
<argument line="526">
|
12083 |
-
<name>$new_text</name>
|
12084 |
-
<default><![CDATA[]]></default>
|
12085 |
-
<type/>
|
12086 |
-
</argument>
|
12087 |
-
<argument line="526">
|
12088 |
-
<name>$setting_key</name>
|
12089 |
-
<default><![CDATA[]]></default>
|
12090 |
-
<type/>
|
12091 |
-
</argument>
|
12092 |
-
<argument line="526">
|
12093 |
-
<name>$post_id</name>
|
12094 |
-
<default><![CDATA[]]></default>
|
12095 |
-
<type/>
|
12096 |
-
</argument>
|
12097 |
-
<argument line="526">
|
12098 |
-
<name>$category</name>
|
12099 |
-
<default><![CDATA[]]></default>
|
12100 |
-
<type/>
|
12101 |
-
</argument>
|
12102 |
-
<argument line="526">
|
12103 |
-
<name>$attachment_metadata</name>
|
12104 |
-
<default><![CDATA[]]></default>
|
12105 |
-
<type/>
|
12106 |
-
</argument>
|
12107 |
-
</method>
|
12108 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="670" package="Media Library Assistant">
|
12109 |
-
<name>mla_end_mapping</name>
|
12110 |
-
<full_name>mla_end_mapping</full_name>
|
12111 |
-
<docblock line="663">
|
12112 |
-
<description><![CDATA[Remove "All languages" filter]]></description>
|
12113 |
-
<long-description><![CDATA[]]></long-description>
|
12114 |
-
<tag line="663" name="since" description="2.20"/>
|
12115 |
-
<tag line="663" name="return" description="" type="void">
|
12116 |
-
<type by_reference="false">void</type>
|
12117 |
-
</tag>
|
12118 |
-
</docblock>
|
12119 |
-
</method>
|
12120 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="695" package="Media Library Assistant">
|
12121 |
-
<name>_add_relevant_term</name>
|
12122 |
-
<full_name>_add_relevant_term</full_name>
|
12123 |
-
<docblock line="686">
|
12124 |
-
<description><![CDATA[Adds a term and its translations to $relevant_terms]]></description>
|
12125 |
-
<long-description><![CDATA[]]></long-description>
|
12126 |
-
<tag line="686" name="since" description="2.11"/>
|
12127 |
-
<tag line="686" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
|
12128 |
-
<tag line="686" name="param" description="WordPress term object" type="object" variable="$term">
|
12129 |
-
<type by_reference="false">object</type>
|
12130 |
-
</tag>
|
12131 |
-
<tag line="686" name="param" description="Polylang translations object; optional" type="object" variable="$translations">
|
12132 |
-
<type by_reference="false">object</type>
|
12133 |
-
</tag>
|
12134 |
-
</docblock>
|
12135 |
-
<argument line="695">
|
12136 |
-
<name>$term</name>
|
12137 |
-
<default><![CDATA[]]></default>
|
12138 |
-
<type/>
|
12139 |
-
</argument>
|
12140 |
-
<argument line="695">
|
12141 |
-
<name>$translations</name>
|
12142 |
-
<default><![CDATA[NULL]]></default>
|
12143 |
-
<type/>
|
12144 |
-
</argument>
|
12145 |
-
</method>
|
12146 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="734" package="Media Library Assistant">
|
12147 |
-
<name>_get_relevant_term</name>
|
12148 |
-
<full_name>_get_relevant_term</full_name>
|
12149 |
-
<docblock line="722">
|
12150 |
-
<description><![CDATA[Finds a $relevant_term (if defined) given a key and (optional) a language]]></description>
|
12151 |
-
<long-description><![CDATA[]]></long-description>
|
12152 |
-
<tag line="722" name="since" description="2.11"/>
|
12153 |
-
<tag line="722" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
|
12154 |
-
<tag line="722" name="param" description="to search in; 'id', 'name', or 'term_taxonomy_id'" type="string" variable="$field">
|
12155 |
-
<type by_reference="false">string</type>
|
12156 |
-
</tag>
|
12157 |
-
<tag line="722" name="param" description="to search for; integer, string or integer" type="mixed" variable="$value">
|
12158 |
-
<type by_reference="false">mixed</type>
|
12159 |
-
</tag>
|
12160 |
-
<tag line="722" name="param" description="to search in; slug" type="string" variable="$taxonomy">
|
12161 |
-
<type by_reference="false">string</type>
|
12162 |
-
</tag>
|
12163 |
-
<tag line="722" name="param" description="code; string; optional" type="string" variable="$language">
|
12164 |
-
<type by_reference="false">string</type>
|
12165 |
-
</tag>
|
12166 |
-
<tag line="722" name="param" description="false (default) to add missing term, true to leave term out" type="boolean" variable="$test_only">
|
12167 |
-
<type by_reference="false">boolean</type>
|
12168 |
-
</tag>
|
12169 |
-
</docblock>
|
12170 |
-
<argument line="734">
|
12171 |
-
<name>$field</name>
|
12172 |
-
<default><![CDATA[]]></default>
|
12173 |
-
<type/>
|
12174 |
-
</argument>
|
12175 |
-
<argument line="734">
|
12176 |
-
<name>$value</name>
|
12177 |
-
<default><![CDATA[]]></default>
|
12178 |
-
<type/>
|
12179 |
-
</argument>
|
12180 |
-
<argument line="734">
|
12181 |
-
<name>$taxonomy</name>
|
12182 |
-
<default><![CDATA[]]></default>
|
12183 |
-
<type/>
|
12184 |
-
</argument>
|
12185 |
-
<argument line="734">
|
12186 |
-
<name>$language</name>
|
12187 |
-
<default><![CDATA[NULL]]></default>
|
12188 |
-
<type/>
|
12189 |
-
</argument>
|
12190 |
-
<argument line="734">
|
12191 |
-
<name>$test_only</name>
|
12192 |
-
<default><![CDATA[false]]></default>
|
12193 |
-
<type/>
|
12194 |
-
</argument>
|
12195 |
-
</method>
|
12196 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="832" package="Media Library Assistant">
|
12197 |
-
<name>_build_existing_terms</name>
|
12198 |
-
<full_name>_build_existing_terms</full_name>
|
12199 |
-
<docblock line="818">
|
12200 |
-
<description><![CDATA[Build the $existing_terms array]]></description>
|
12201 |
-
<long-description><![CDATA[<p>Takes each translatable taxonomy and builds an array of
|
12202 |
-
language-specific term_id to term_id/term_name mappings
|
12203 |
-
for terms already assigned to the item translation.</p>]]></long-description>
|
12204 |
-
<tag line="818" name="since" description="2.11"/>
|
12205 |
-
<tag line="818" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
|
12206 |
-
<tag line="818" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
|
12207 |
-
<tag line="818" name="param" description="ID of the current post" type="integer" variable="$post_id">
|
12208 |
-
<type by_reference="false">integer</type>
|
12209 |
-
</tag>
|
12210 |
-
</docblock>
|
12211 |
-
<argument line="832">
|
12212 |
-
<name>$post_id</name>
|
12213 |
-
<default><![CDATA[]]></default>
|
12214 |
-
<type/>
|
12215 |
-
</argument>
|
12216 |
-
</method>
|
12217 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="913" package="Media Library Assistant">
|
12218 |
-
<name>_update_existing_terms</name>
|
12219 |
-
<full_name>_update_existing_terms</full_name>
|
12220 |
-
<docblock line="898">
|
12221 |
-
<description><![CDATA[Update the $existing_terms array]]></description>
|
12222 |
-
<long-description><![CDATA[<p>Takes each translatable taxonomy and rebuilds the array of
|
12223 |
-
language-specific term_id to term_id/term_name mappings
|
12224 |
-
for the "current translation" represented by the $post_id.</p>]]></long-description>
|
12225 |
-
<tag line="898" name="since" description="2.11"/>
|
12226 |
-
<tag line="898" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
|
12227 |
-
<tag line="898" name="uses" description="\global\MLA_Polylang::$relevant_terms" refers="\global\MLA_Polylang::$relevant_terms"/>
|
12228 |
-
<tag line="898" name="param" description="ID of the current post" type="integer" variable="$post_id">
|
12229 |
-
<type by_reference="false">integer</type>
|
12230 |
-
</tag>
|
12231 |
-
<tag line="898" name="return" description="( taxonomy => term assignments ) before the update" type="array">
|
12232 |
-
<type by_reference="false">array</type>
|
12233 |
-
</tag>
|
12234 |
-
</docblock>
|
12235 |
-
<argument line="913">
|
12236 |
-
<name>$post_id</name>
|
12237 |
-
<default><![CDATA[]]></default>
|
12238 |
-
<type/>
|
12239 |
-
</argument>
|
12240 |
-
</method>
|
12241 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="993" package="Media Library Assistant">
|
12242 |
-
<name>_build_tax_input</name>
|
12243 |
-
<full_name>_build_tax_input</full_name>
|
12244 |
-
<docblock line="979">
|
12245 |
-
<description><![CDATA[Build the $tax_input array]]></description>
|
12246 |
-
<long-description><![CDATA[<p>Takes each term from the $tax_inputs parameter and builds an array of
|
12247 |
-
language-specific term_id to term_id/term_name mappings for all languages.</p>]]></long-description>
|
12248 |
-
<tag line="979" name="since" description="2.11"/>
|
12249 |
-
<tag line="979" name="uses" description="\global\MLA_Polylang::$tax_input" refers="\global\MLA_Polylang::$tax_input"/>
|
12250 |
-
<tag line="979" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
|
12251 |
-
<tag line="979" name="param" description="ID of the current post" type="integer" variable="$post_id">
|
12252 |
-
<type by_reference="false">integer</type>
|
12253 |
-
</tag>
|
12254 |
-
<tag line="979" name="param" description="'tax_input' request parameter" type="array" variable="$tax_inputs">
|
12255 |
-
<type by_reference="false">array</type>
|
12256 |
-
</tag>
|
12257 |
-
<tag line="979" name="param" description="'tax_action' request parameter" type="array" variable="$tax_actions">
|
12258 |
-
<type by_reference="false">array</type>
|
12259 |
-
</tag>
|
12260 |
-
</docblock>
|
12261 |
-
<argument line="993">
|
12262 |
-
<name>$post_id</name>
|
12263 |
-
<default><![CDATA[]]></default>
|
12264 |
-
<type/>
|
12265 |
-
</argument>
|
12266 |
-
<argument line="993">
|
12267 |
-
<name>$tax_inputs</name>
|
12268 |
-
<default><![CDATA[NULL]]></default>
|
12269 |
-
<type/>
|
12270 |
-
</argument>
|
12271 |
-
<argument line="993">
|
12272 |
-
<name>$tax_actions</name>
|
12273 |
-
<default><![CDATA[NULL]]></default>
|
12274 |
-
<type/>
|
12275 |
-
</argument>
|
12276 |
-
</method>
|
12277 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1122" package="Media Library Assistant">
|
12278 |
-
<name>_apply_tax_input</name>
|
12279 |
-
<full_name>_apply_tax_input</full_name>
|
12280 |
-
<docblock line="1110">
|
12281 |
-
<description><![CDATA[Filter the $tax_input array to a specific language]]></description>
|
12282 |
-
<long-description><![CDATA[]]></long-description>
|
12283 |
-
<tag line="1110" name="since" description="2.11"/>
|
12284 |
-
<tag line="1110" name="uses" description="\global\MLA_Polylang::$tax_input" refers="\global\MLA_Polylang::$tax_input"/>
|
12285 |
-
<tag line="1110" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
|
12286 |
-
<tag line="1110" name="param" description="ID of the post to be updated" type="integer" variable="$post_id">
|
12287 |
-
<type by_reference="false">integer</type>
|
12288 |
-
</tag>
|
12289 |
-
<tag line="1110" name="param" description="explicit language_code; optional" type="string" variable="$post_language">
|
12290 |
-
<type by_reference="false">string</type>
|
12291 |
-
</tag>
|
12292 |
-
<tag line="1110" name="return" description="language-specific $tax_inputs" type="array">
|
12293 |
-
<type by_reference="false">array</type>
|
12294 |
-
</tag>
|
12295 |
-
</docblock>
|
12296 |
-
<argument line="1122">
|
12297 |
-
<name>$post_id</name>
|
12298 |
-
<default><![CDATA[]]></default>
|
12299 |
-
<type/>
|
12300 |
-
</argument>
|
12301 |
-
<argument line="1122">
|
12302 |
-
<name>$post_language</name>
|
12303 |
-
<default><![CDATA[NULL]]></default>
|
12304 |
-
<type/>
|
12305 |
-
</argument>
|
12306 |
-
</method>
|
12307 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1152" package="Media Library Assistant">
|
12308 |
-
<name>_apply_synch_input</name>
|
12309 |
-
<full_name>_apply_synch_input</full_name>
|
12310 |
-
<docblock line="1139">
|
12311 |
-
<description><![CDATA[Compute Term Synchronization replacement $tax_inputs]]></description>
|
12312 |
-
<long-description><![CDATA[<p>Assumes the "current post" in $existing_terms is the source
|
12313 |
-
and $existing_terms contains the target translation</p>]]></long-description>
|
12314 |
-
<tag line="1139" name="since" description="2.11"/>
|
12315 |
-
<tag line="1139" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
|
12316 |
-
<tag line="1139" name="param" description="the target translation code" type="string" variable="$language">
|
12317 |
-
<type by_reference="false">string</type>
|
12318 |
-
</tag>
|
12319 |
-
<tag line="1139" name="return" description="$tax_inputs for Term Synchronization" type="array">
|
12320 |
-
<type by_reference="false">array</type>
|
12321 |
-
</tag>
|
12322 |
-
</docblock>
|
12323 |
-
<argument line="1152">
|
12324 |
-
<name>$language</name>
|
12325 |
-
<default><![CDATA[]]></default>
|
12326 |
-
<type/>
|
12327 |
-
</argument>
|
12328 |
-
</method>
|
12329 |
-
<method final="false" abstract="false" static="true" visibility="private" namespace="global" line="1274" package="Media Library Assistant">
|
12330 |
-
<name>_apply_term_synchronization</name>
|
12331 |
-
<full_name>_apply_term_synchronization</full_name>
|
12332 |
-
<docblock line="1264">
|
12333 |
-
<description><![CDATA[Apply Term Synchronization]]></description>
|
12334 |
-
<long-description><![CDATA[]]></long-description>
|
12335 |
-
<tag line="1264" name="since" description="2.15"/>
|
12336 |
-
<tag line="1264" name="uses" description="\global\MLA_Polylang::$existing_terms" refers="\global\MLA_Polylang::$existing_terms"/>
|
12337 |
-
<tag line="1264" name="param" description="the item we're synchronizing to" type="integer" variable="$post_id">
|
12338 |
-
<type by_reference="false">integer</type>
|
12339 |
-
</tag>
|
12340 |
-
<tag line="1264" name="return" description="$tax_inputs for Term Synchronization" type="array">
|
12341 |
-
<type by_reference="false">array</type>
|
12342 |
-
</tag>
|
12343 |
-
</docblock>
|
12344 |
-
<argument line="1274">
|
12345 |
-
<name>$post_id</name>
|
12346 |
-
<default><![CDATA[]]></default>
|
12347 |
-
<type/>
|
12348 |
-
</argument>
|
12349 |
-
</method>
|
12350 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1308" package="Media Library Assistant">
|
12351 |
-
<name>mla_updated_single_item</name>
|
12352 |
-
<full_name>mla_updated_single_item</full_name>
|
12353 |
-
<docblock line="1300">
|
12354 |
-
<description><![CDATA[Applies Term Synchronization after item updates]]></description>
|
12355 |
-
<long-description><![CDATA[]]></long-description>
|
12356 |
-
<tag line="1300" name="since" description="2.15"/>
|
12357 |
-
<tag line="1300" name="param" description="ID of the item that was updated." type="integer" variable="$post_id">
|
12358 |
-
<type by_reference="false">integer</type>
|
12359 |
-
</tag>
|
12360 |
-
<tag line="1300" name="param" description="Zero if the update failed else ID of the item that was updated." type="integer" variable="$result">
|
12361 |
-
<type by_reference="false">integer</type>
|
12362 |
-
</tag>
|
12363 |
-
</docblock>
|
12364 |
-
<argument line="1308">
|
12365 |
-
<name>$post_id</name>
|
12366 |
-
<default><![CDATA[]]></default>
|
12367 |
-
<type/>
|
12368 |
-
</argument>
|
12369 |
-
<argument line="1308">
|
12370 |
-
<name>$result</name>
|
12371 |
-
<default><![CDATA[]]></default>
|
12372 |
-
<type/>
|
12373 |
-
</argument>
|
12374 |
-
</method>
|
12375 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1327" package="Media Library Assistant">
|
12376 |
-
<name>attachment_fields_to_save</name>
|
12377 |
-
<full_name>attachment_fields_to_save</full_name>
|
12378 |
-
<docblock line="1319">
|
12379 |
-
<description><![CDATA[Captures "before update" term assignments from the Media/Edit Media screen]]></description>
|
12380 |
-
<long-description><![CDATA[]]></long-description>
|
12381 |
-
<tag line="1319" name="since" description="2.13"/>
|
12382 |
-
<tag line="1319" name="param" description="The WP_Post object." type="\WP_Post" variable="$post">
|
12383 |
-
<type by_reference="false">\WP_Post</type>
|
12384 |
-
</tag>
|
12385 |
-
<tag line="1319" name="param" description="An array of attachment metadata." type="array" variable="$attachment">
|
12386 |
-
<type by_reference="false">array</type>
|
12387 |
-
</tag>
|
12388 |
-
</docblock>
|
12389 |
-
<argument line="1327">
|
12390 |
-
<name>$post</name>
|
12391 |
-
<default><![CDATA[]]></default>
|
12392 |
-
<type/>
|
12393 |
-
</argument>
|
12394 |
-
<argument line="1327">
|
12395 |
-
<name>$attachment</name>
|
12396 |
-
<default><![CDATA[]]></default>
|
12397 |
-
<type/>
|
12398 |
-
</argument>
|
12399 |
-
</method>
|
12400 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1345" package="Media Library Assistant">
|
12401 |
-
<name>edit_attachment</name>
|
12402 |
-
<full_name>edit_attachment</full_name>
|
12403 |
-
<docblock line="1337">
|
12404 |
-
<description><![CDATA[Filters taxonomy updates by language for Bulk Edit during Add New Media
|
12405 |
-
and the Media/Edit Media screen]]></description>
|
12406 |
-
<long-description><![CDATA[]]></long-description>
|
12407 |
-
<tag line="1337" name="since" description="2.11"/>
|
12408 |
-
<tag line="1337" name="param" description="ID of the current post" type="integer" variable="$post_id">
|
12409 |
-
<type by_reference="false">integer</type>
|
12410 |
-
</tag>
|
12411 |
-
</docblock>
|
12412 |
-
<argument line="1345">
|
12413 |
-
<name>$post_id</name>
|
12414 |
-
<default><![CDATA[]]></default>
|
12415 |
-
<type/>
|
12416 |
-
</argument>
|
12417 |
-
</method>
|
12418 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1426" package="Media Library Assistant">
|
12419 |
-
<name>mla_media_modal_terms_options</name>
|
12420 |
-
<full_name>mla_media_modal_terms_options</full_name>
|
12421 |
-
<docblock line="1418">
|
12422 |
-
<description><![CDATA[Return terms in all languages when "Activate languages and translations for media"
|
12423 |
-
is disabled]]></description>
|
12424 |
-
<long-description><![CDATA[]]></long-description>
|
12425 |
-
<tag line="1418" name="since" description="2.22"/>
|
12426 |
-
<tag line="1418" name="param" description="( 'class' => $class_array, 'value' => $value_array, 'text' => $text_array )" type="array" variable="$term_values">
|
12427 |
-
<type by_reference="false">array</type>
|
12428 |
-
</tag>
|
12429 |
-
</docblock>
|
12430 |
-
<argument line="1426">
|
12431 |
-
<name>$term_values</name>
|
12432 |
-
<default><![CDATA[]]></default>
|
12433 |
-
<type/>
|
12434 |
-
</argument>
|
12435 |
-
</method>
|
12436 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1461" package="Media Library Assistant">
|
12437 |
-
<name>mla_media_modal_begin_update_compat_fields</name>
|
12438 |
-
<full_name>mla_media_modal_begin_update_compat_fields</full_name>
|
12439 |
-
<docblock line="1453">
|
12440 |
-
<description><![CDATA[Captures the existing term assignments before the
|
12441 |
-
Media Manager Modal Window ATTACHMENT DETAILS taxonomy meta boxes updates]]></description>
|
12442 |
-
<long-description><![CDATA[]]></long-description>
|
12443 |
-
<tag line="1453" name="since" description="2.11"/>
|
12444 |
-
<tag line="1453" name="param" description="the current post" type="object" variable="$post">
|
12445 |
-
<type by_reference="false">object</type>
|
12446 |
-
</tag>
|
12447 |
-
</docblock>
|
12448 |
-
<argument line="1461">
|
12449 |
-
<name>$post</name>
|
12450 |
-
<default><![CDATA[]]></default>
|
12451 |
-
<type/>
|
12452 |
-
</argument>
|
12453 |
-
</method>
|
12454 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1481" package="Media Library Assistant">
|
12455 |
-
<name>mla_media_modal_update_compat_fields_terms</name>
|
12456 |
-
<full_name>mla_media_modal_update_compat_fields_terms</full_name>
|
12457 |
-
<docblock line="1470">
|
12458 |
-
<description><![CDATA[Applies Term Assignment to the terms assigned to one
|
12459 |
-
Media Manager Modal Window ATTACHMENT DETAILS taxonomy]]></description>
|
12460 |
-
<long-description><![CDATA[]]></long-description>
|
12461 |
-
<tag line="1470" name="since" description="2.11"/>
|
12462 |
-
<tag line="1470" name="param" description="assigned term id/name values" type="array" variable="$terms">
|
12463 |
-
<type by_reference="false">array</type>
|
12464 |
-
</tag>
|
12465 |
-
<tag line="1470" name="param" description="taxonomy slug" type="string" variable="$key">
|
12466 |
-
<type by_reference="false">string</type>
|
12467 |
-
</tag>
|
12468 |
-
<tag line="1470" name="param" description="taxonomy object" type="object" variable="$value">
|
12469 |
-
<type by_reference="false">object</type>
|
12470 |
-
</tag>
|
12471 |
-
<tag line="1470" name="param" description="current post ID" type="integer" variable="$post_id">
|
12472 |
-
<type by_reference="false">integer</type>
|
12473 |
-
</tag>
|
12474 |
-
</docblock>
|
12475 |
-
<argument line="1481">
|
12476 |
-
<name>$terms</name>
|
12477 |
-
<default><![CDATA[]]></default>
|
12478 |
-
<type/>
|
12479 |
-
</argument>
|
12480 |
-
<argument line="1481">
|
12481 |
-
<name>$key</name>
|
12482 |
-
<default><![CDATA[]]></default>
|
12483 |
-
<type/>
|
12484 |
-
</argument>
|
12485 |
-
<argument line="1481">
|
12486 |
-
<name>$value</name>
|
12487 |
-
<default><![CDATA[]]></default>
|
12488 |
-
<type/>
|
12489 |
-
</argument>
|
12490 |
-
<argument line="1481">
|
12491 |
-
<name>$post_id</name>
|
12492 |
-
<default><![CDATA[]]></default>
|
12493 |
-
<type/>
|
12494 |
-
</argument>
|
12495 |
-
</method>
|
12496 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1509" package="Media Library Assistant">
|
12497 |
-
<name>mla_media_modal_end_update_compat_fields</name>
|
12498 |
-
<full_name>mla_media_modal_end_update_compat_fields</full_name>
|
12499 |
-
<docblock line="1499">
|
12500 |
-
<description><![CDATA[Applies Term Synchronization after the
|
12501 |
-
Media Manager Modal Window taxonomy updates]]></description>
|
12502 |
-
<long-description><![CDATA[]]></long-description>
|
12503 |
-
<tag line="1499" name="since" description="2.11"/>
|
12504 |
-
<tag line="1499" name="param" description="HTML markup for the taxonomy meta box elements" type="string" variable="$results">
|
12505 |
-
<type by_reference="false">string</type>
|
12506 |
-
</tag>
|
12507 |
-
<tag line="1499" name="param" description="supported taxonomy objects" type="array" variable="$taxonomies">
|
12508 |
-
<type by_reference="false">array</type>
|
12509 |
-
</tag>
|
12510 |
-
<tag line="1499" name="param" description="current post object" type="object" variable="$post">
|
12511 |
-
<type by_reference="false">object</type>
|
12512 |
-
</tag>
|
12513 |
-
</docblock>
|
12514 |
-
<argument line="1509">
|
12515 |
-
<name>$results</name>
|
12516 |
-
<default><![CDATA[]]></default>
|
12517 |
-
<type/>
|
12518 |
-
</argument>
|
12519 |
-
<argument line="1509">
|
12520 |
-
<name>$taxonomies</name>
|
12521 |
-
<default><![CDATA[]]></default>
|
12522 |
-
<type/>
|
12523 |
-
</argument>
|
12524 |
-
<argument line="1509">
|
12525 |
-
<name>$post</name>
|
12526 |
-
<default><![CDATA[]]></default>
|
12527 |
-
<type/>
|
12528 |
-
</argument>
|
12529 |
-
</method>
|
12530 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1533" package="Media Library Assistant">
|
12531 |
-
<name>mla_list_table_inline_action</name>
|
12532 |
-
<full_name>mla_list_table_inline_action</full_name>
|
12533 |
-
<docblock line="1520">
|
12534 |
-
<description><![CDATA[Captures the Quick Edit "before update" term assignments and
|
12535 |
-
process the Language dropdown selection, if changed]]></description>
|
12536 |
-
<long-description><![CDATA[]]></long-description>
|
12537 |
-
<tag line="1520" name="since" description="2.11"/>
|
12538 |
-
<tag line="1520" name="param" description="NULL, to indicate no handler." type="array" variable="$item_content">
|
12539 |
-
<type by_reference="false">array</type>
|
12540 |
-
</tag>
|
12541 |
-
<tag line="1520" name="param" description="the affected attachment." type="integer" variable="$post_id">
|
12542 |
-
<type by_reference="false">integer</type>
|
12543 |
-
</tag>
|
12544 |
-
<tag line="1520" name="return" description="updated $item_content. NULL if no handler, otherwise ( 'message' => error or status message(s), 'body' => '', 'prevent_default' => true to bypass the MLA handler )" type="object">
|
12545 |
-
<type by_reference="false">object</type>
|
12546 |
-
</tag>
|
12547 |
-
</docblock>
|
12548 |
-
<argument line="1533">
|
12549 |
-
<name>$item_content</name>
|
12550 |
-
<default><![CDATA[]]></default>
|
12551 |
-
<type/>
|
12552 |
-
</argument>
|
12553 |
-
<argument line="1533">
|
12554 |
-
<name>$post_id</name>
|
12555 |
-
<default><![CDATA[]]></default>
|
12556 |
-
<type/>
|
12557 |
-
</argument>
|
12558 |
-
</method>
|
12559 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1584" package="Media Library Assistant">
|
12560 |
-
<name>mla_list_table_bulk_action_initial_request</name>
|
12561 |
-
<full_name>mla_list_table_bulk_action_initial_request</full_name>
|
12562 |
-
<docblock line="1573">
|
12563 |
-
<description><![CDATA[Captures the Bulk Edit, "Upload New Media" parameters]]></description>
|
12564 |
-
<long-description><![CDATA[]]></long-description>
|
12565 |
-
<tag line="1573" name="since" description="2.11"/>
|
12566 |
-
<tag line="1573" name="param" description="bulk action request parameters, including ['mla_bulk_action_do_cleanup']." type="array" variable="$request">
|
12567 |
-
<type by_reference="false">array</type>
|
12568 |
-
</tag>
|
12569 |
-
<tag line="1573" name="param" description="the requested action." type="string" variable="$bulk_action">
|
12570 |
-
<type by_reference="false">string</type>
|
12571 |
-
</tag>
|
12572 |
-
<tag line="1573" name="param" description="[ slug => field_name ]" type="array" variable="$custom_field_map">
|
12573 |
-
<type by_reference="false">array</type>
|
12574 |
-
</tag>
|
12575 |
-
<tag line="1573" name="return" description="updated bulk action request parameters" type="array">
|
12576 |
-
<type by_reference="false">array</type>
|
12577 |
-
</tag>
|
12578 |
-
</docblock>
|
12579 |
-
<argument line="1584">
|
12580 |
-
<name>$request</name>
|
12581 |
-
<default><![CDATA[]]></default>
|
12582 |
-
<type/>
|
12583 |
-
</argument>
|
12584 |
-
<argument line="1584">
|
12585 |
-
<name>$bulk_action</name>
|
12586 |
-
<default><![CDATA[]]></default>
|
12587 |
-
<type/>
|
12588 |
-
</argument>
|
12589 |
-
<argument line="1584">
|
12590 |
-
<name>$custom_field_map</name>
|
12591 |
-
<default><![CDATA[]]></default>
|
12592 |
-
<type/>
|
12593 |
-
</argument>
|
12594 |
-
</method>
|
12595 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1623" package="Media Library Assistant">
|
12596 |
-
<name>mla_list_table_bulk_action_item_request</name>
|
12597 |
-
<full_name>mla_list_table_bulk_action_item_request</full_name>
|
12598 |
-
<docblock line="1611">
|
12599 |
-
<description><![CDATA[Converts Bulk Edit taxonomy inputs to language-specific values]]></description>
|
12600 |
-
<long-description><![CDATA[]]></long-description>
|
12601 |
-
<tag line="1611" name="since" description="2.11"/>
|
12602 |
-
<tag line="1611" name="param" description="bulk action request parameters, including ['mla_bulk_action_do_cleanup']." type="array" variable="$request">
|
12603 |
-
<type by_reference="false">array</type>
|
12604 |
-
</tag>
|
12605 |
-
<tag line="1611" name="param" description="the requested action." type="string" variable="$bulk_action">
|
12606 |
-
<type by_reference="false">string</type>
|
12607 |
-
</tag>
|
12608 |
-
<tag line="1611" name="param" description="the affected attachment." type="integer" variable="$post_id">
|
12609 |
-
<type by_reference="false">integer</type>
|
12610 |
-
</tag>
|
12611 |
-
<tag line="1611" name="param" description="[ slug => field_name ]" type="array" variable="$custom_field_map">
|
12612 |
-
<type by_reference="false">array</type>
|
12613 |
-
</tag>
|
12614 |
-
<tag line="1611" name="return" description="updated bulk action request parameters" type="array">
|
12615 |
-
<type by_reference="false">array</type>
|
12616 |
-
</tag>
|
12617 |
-
</docblock>
|
12618 |
-
<argument line="1623">
|
12619 |
-
<name>$request</name>
|
12620 |
-
<default><![CDATA[]]></default>
|
12621 |
-
<type/>
|
12622 |
-
</argument>
|
12623 |
-
<argument line="1623">
|
12624 |
-
<name>$bulk_action</name>
|
12625 |
-
<default><![CDATA[]]></default>
|
12626 |
-
<type/>
|
12627 |
-
</argument>
|
12628 |
-
<argument line="1623">
|
12629 |
-
<name>$post_id</name>
|
12630 |
-
<default><![CDATA[]]></default>
|
12631 |
-
<type/>
|
12632 |
-
</argument>
|
12633 |
-
<argument line="1623">
|
12634 |
-
<name>$custom_field_map</name>
|
12635 |
-
<default><![CDATA[]]></default>
|
12636 |
-
<type/>
|
12637 |
-
</argument>
|
12638 |
-
</method>
|
12639 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1669" package="Media Library Assistant">
|
12640 |
-
<name>mla_list_table_bulk_action</name>
|
12641 |
-
<full_name>mla_list_table_bulk_action</full_name>
|
12642 |
-
<docblock line="1656">
|
12643 |
-
<description><![CDATA[Sets the new item language from the Language dropdown selection.]]></description>
|
12644 |
-
<long-description><![CDATA[]]></long-description>
|
12645 |
-
<tag line="1656" name="since" description="2.11"/>
|
12646 |
-
<tag line="1656" name="param" description="NULL, to indicate no handler." type="array" variable="$item_content">
|
12647 |
-
<type by_reference="false">array</type>
|
12648 |
-
</tag>
|
12649 |
-
<tag line="1656" name="param" description="the requested action." type="string" variable="$bulk_action">
|
12650 |
-
<type by_reference="false">string</type>
|
12651 |
-
</tag>
|
12652 |
-
<tag line="1656" name="param" description="the affected attachment." type="integer" variable="$post_id">
|
12653 |
-
<type by_reference="false">integer</type>
|
12654 |
-
</tag>
|
12655 |
-
<tag line="1656" name="return" description="updated $item_content. NULL if no handler, otherwise ( 'message' => error or status message(s), 'body' => '', 'prevent_default' => true to bypass the MLA handler )" type="object">
|
12656 |
-
<type by_reference="false">object</type>
|
12657 |
-
</tag>
|
12658 |
-
</docblock>
|
12659 |
-
<argument line="1669">
|
12660 |
-
<name>$item_content</name>
|
12661 |
-
<default><![CDATA[]]></default>
|
12662 |
-
<type/>
|
12663 |
-
</argument>
|
12664 |
-
<argument line="1669">
|
12665 |
-
<name>$bulk_action</name>
|
12666 |
-
<default><![CDATA[]]></default>
|
12667 |
-
<type/>
|
12668 |
-
</argument>
|
12669 |
-
<argument line="1669">
|
12670 |
-
<name>$post_id</name>
|
12671 |
-
<default><![CDATA[]]></default>
|
12672 |
-
<type/>
|
12673 |
-
</argument>
|
12674 |
-
</method>
|
12675 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1711" package="Media Library Assistant">
|
12676 |
-
<name>mla_list_table_custom_bulk_action</name>
|
12677 |
-
<full_name>mla_list_table_custom_bulk_action</full_name>
|
12678 |
-
<docblock line="1699">
|
12679 |
-
<description><![CDATA[Creates new items from the "Bulk Translate" list.]]></description>
|
12680 |
-
<long-description><![CDATA[]]></long-description>
|
12681 |
-
<tag line="1699" name="since" description="2.11"/>
|
12682 |
-
<tag line="1699" name="param" description="NULL, to indicate no handler." type="array" variable="$item_content">
|
12683 |
-
<type by_reference="false">array</type>
|
12684 |
-
</tag>
|
12685 |
-
<tag line="1699" name="param" description="the requested action." type="string" variable="$bulk_action">
|
12686 |
-
<type by_reference="false">string</type>
|
12687 |
-
</tag>
|
12688 |
-
<tag line="1699" name="param" description="the affected attachment." type="integer" variable="$post_id">
|
12689 |
-
<type by_reference="false">integer</type>
|
12690 |
-
</tag>
|
12691 |
-
<tag line="1699" name="return" description="updated $item_content. NULL if no handler, otherwise ( 'message' => error or status message(s), 'body' => '' )" type="object">
|
12692 |
-
<type by_reference="false">object</type>
|
12693 |
-
</tag>
|
12694 |
-
</docblock>
|
12695 |
-
<argument line="1711">
|
12696 |
-
<name>$item_content</name>
|
12697 |
-
<default><![CDATA[]]></default>
|
12698 |
-
<type/>
|
12699 |
-
</argument>
|
12700 |
-
<argument line="1711">
|
12701 |
-
<name>$bulk_action</name>
|
12702 |
-
<default><![CDATA[]]></default>
|
12703 |
-
<type/>
|
12704 |
-
</argument>
|
12705 |
-
<argument line="1711">
|
12706 |
-
<name>$post_id</name>
|
12707 |
-
<default><![CDATA[]]></default>
|
12708 |
-
<type/>
|
12709 |
-
</argument>
|
12710 |
-
</method>
|
12711 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1767" package="Media Library Assistant">
|
12712 |
-
<name>mla_list_table_get_bulk_actions</name>
|
12713 |
-
<full_name>mla_list_table_get_bulk_actions</full_name>
|
12714 |
-
<docblock line="1755">
|
12715 |
-
<description><![CDATA[Filter the MLA_List_Table bulk actions]]></description>
|
12716 |
-
<long-description><![CDATA[<p>Adds the "Translate" action to the Bulk Actions list.</p>]]></long-description>
|
12717 |
-
<tag line="1755" name="since" description="2.11"/>
|
12718 |
-
<tag line="1755" name="param" description="An array of bulk actions. Format: 'slug' => 'Label'" type="array" variable="$actions">
|
12719 |
-
<type by_reference="false">array</type>
|
12720 |
-
</tag>
|
12721 |
-
<tag line="1755" name="return" description="updated array of actions." type="array">
|
12722 |
-
<type by_reference="false">array</type>
|
12723 |
-
</tag>
|
12724 |
-
</docblock>
|
12725 |
-
<argument line="1767">
|
12726 |
-
<name>$actions</name>
|
12727 |
-
<default><![CDATA[]]></default>
|
12728 |
-
<type/>
|
12729 |
-
</argument>
|
12730 |
-
</method>
|
12731 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1787" package="Media Library Assistant">
|
12732 |
-
<name>mla_list_table_inline_values</name>
|
12733 |
-
<full_name>mla_list_table_inline_values</full_name>
|
12734 |
-
<docblock line="1774">
|
12735 |
-
<description><![CDATA[MLA_List_Table inline edit item values]]></description>
|
12736 |
-
<long-description><![CDATA[<p>Builds the Language dropdown and edit translation links for the
|
12737 |
-
Quick and Bulk Edit forms, adding them to the 'custom_fields'
|
12738 |
-
and 'bulk_custom_fields' substitution parameters.</p>]]></long-description>
|
12739 |
-
<tag line="1774" name="since" description="2.11"/>
|
12740 |
-
<tag line="1774" name="param" description="parameter_name => parameter_value pairs" type="array" variable="$item_values">
|
12741 |
-
<type by_reference="false">array</type>
|
12742 |
-
</tag>
|
12743 |
-
<tag line="1774" name="return" description="updated substitution parameter name => value pairs" type="array">
|
12744 |
-
<type by_reference="false">array</type>
|
12745 |
-
</tag>
|
12746 |
-
</docblock>
|
12747 |
-
<argument line="1787">
|
12748 |
-
<name>$item_values</name>
|
12749 |
-
<default><![CDATA[]]></default>
|
12750 |
-
<type/>
|
12751 |
-
</argument>
|
12752 |
-
</method>
|
12753 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1855" package="Media Library Assistant">
|
12754 |
-
<name>mla_list_table_inline_parse</name>
|
12755 |
-
<full_name>mla_list_table_inline_parse</full_name>
|
12756 |
-
<docblock line="1841">
|
12757 |
-
<description><![CDATA[MLA_List_Table inline edit parse]]></description>
|
12758 |
-
<long-description><![CDATA[]]></long-description>
|
12759 |
-
<tag line="1841" name="since" description="2.11 Adds Bulk Translate form and the Language dropdown markup used for the Quick and Bulk Edit forms."/>
|
12760 |
-
<tag line="1841" name="param" description="HTML markup returned by the template parser" type="string" variable="$html_markup">
|
12761 |
-
<type by_reference="false">string</type>
|
12762 |
-
</tag>
|
12763 |
-
<tag line="1841" name="param" description="template used to generate the HTML markup" type="string" variable="$item_template">
|
12764 |
-
<type by_reference="false">string</type>
|
12765 |
-
</tag>
|
12766 |
-
<tag line="1841" name="param" description="parameter_name => parameter_value pairs" type="array" variable="$item_values">
|
12767 |
-
<type by_reference="false">array</type>
|
12768 |
-
</tag>
|
12769 |
-
<tag line="1841" name="return" description="updated HTML markup for the Quick and Bulk Edit forms" type="array">
|
12770 |
-
<type by_reference="false">array</type>
|
12771 |
-
</tag>
|
12772 |
-
</docblock>
|
12773 |
-
<argument line="1855">
|
12774 |
-
<name>$html_markup</name>
|
12775 |
-
<default><![CDATA[]]></default>
|
12776 |
-
<type/>
|
12777 |
-
</argument>
|
12778 |
-
<argument line="1855">
|
12779 |
-
<name>$item_template</name>
|
12780 |
-
<default><![CDATA[]]></default>
|
12781 |
-
<type/>
|
12782 |
-
</argument>
|
12783 |
-
<argument line="1855">
|
12784 |
-
<name>$item_values</name>
|
12785 |
-
<default><![CDATA[]]></default>
|
12786 |
-
<type/>
|
12787 |
-
</argument>
|
12788 |
-
</method>
|
12789 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1932" package="Media Library Assistant">
|
12790 |
-
<name>mla_list_table_get_columns</name>
|
12791 |
-
<full_name>mla_list_table_get_columns</full_name>
|
12792 |
-
<docblock line="1920">
|
12793 |
-
<description><![CDATA[Filter the MLA_List_Table columns]]></description>
|
12794 |
-
<long-description><![CDATA[<p>Inserts the language columns just after the item thumbnail column</p>]]></long-description>
|
12795 |
-
<tag line="1920" name="since" description="2.11"/>
|
12796 |
-
<tag line="1920" name="param" description="An array of columns. format: column_slug => Column Label" type="array" variable="$columns">
|
12797 |
-
<type by_reference="false">array</type>
|
12798 |
-
</tag>
|
12799 |
-
<tag line="1920" name="return" description="updated array of columns." type="array">
|
12800 |
-
<type by_reference="false">array</type>
|
12801 |
-
</tag>
|
12802 |
-
</docblock>
|
12803 |
-
<argument line="1932">
|
12804 |
-
<name>$columns</name>
|
12805 |
-
<default><![CDATA[]]></default>
|
12806 |
-
<type/>
|
12807 |
-
</argument>
|
12808 |
-
</method>
|
12809 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="1980" package="Media Library Assistant">
|
12810 |
-
<name>mla_list_table_add_pll_styles</name>
|
12811 |
-
<full_name>mla_list_table_add_pll_styles</full_name>
|
12812 |
-
<docblock line="1973">
|
12813 |
-
<description><![CDATA[Add styles for the pll_translations table column]]></description>
|
12814 |
-
<long-description><![CDATA[]]></long-description>
|
12815 |
-
<tag line="1973" name="since" description="2.11"/>
|
12816 |
-
<tag line="1973" name="return" description="echoes CSS styles before returning" type="void">
|
12817 |
-
<type by_reference="false">void</type>
|
12818 |
-
</tag>
|
12819 |
-
</docblock>
|
12820 |
-
</method>
|
12821 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2005" package="Media Library Assistant">
|
12822 |
-
<name>mla_list_table_column_default</name>
|
12823 |
-
<full_name>mla_list_table_column_default</full_name>
|
12824 |
-
<docblock line="1993">
|
12825 |
-
<description><![CDATA[Supply a column value if no column-specific function has been defined]]></description>
|
12826 |
-
<long-description><![CDATA[<p>Fills in the Language columns with the item's translation status values.</p>]]></long-description>
|
12827 |
-
<tag line="1993" name="since" description="2.11"/>
|
12828 |
-
<tag line="1993" name="param" description="NULL, indicating no default content" type="string" variable="$content">
|
12829 |
-
<type by_reference="false">string</type>
|
12830 |
-
</tag>
|
12831 |
-
<tag line="1993" name="param" description="A singular item (one full row's worth of data)" type="array" variable="$item">
|
12832 |
-
<type by_reference="false">array</type>
|
12833 |
-
</tag>
|
12834 |
-
<tag line="1993" name="param" description="The name/slug of the column to be processed" type="array" variable="$column_name">
|
12835 |
-
<type by_reference="false">array</type>
|
12836 |
-
</tag>
|
12837 |
-
<tag line="1993" name="return" description="Text or HTML to be placed inside the column" type="string">
|
12838 |
-
<type by_reference="false">string</type>
|
12839 |
-
</tag>
|
12840 |
-
</docblock>
|
12841 |
-
<argument line="2005">
|
12842 |
-
<name>$content</name>
|
12843 |
-
<default><![CDATA[]]></default>
|
12844 |
-
<type/>
|
12845 |
-
</argument>
|
12846 |
-
<argument line="2005">
|
12847 |
-
<name>$item</name>
|
12848 |
-
<default><![CDATA[]]></default>
|
12849 |
-
<type/>
|
12850 |
-
</argument>
|
12851 |
-
<argument line="2005">
|
12852 |
-
<name>$column_name</name>
|
12853 |
-
<default><![CDATA[]]></default>
|
12854 |
-
<type/>
|
12855 |
-
</argument>
|
12856 |
-
</method>
|
12857 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2073" package="Media Library Assistant">
|
12858 |
-
<name>mla_list_table_submenu_arguments</name>
|
12859 |
-
<full_name>mla_list_table_submenu_arguments</full_name>
|
12860 |
-
<docblock line="2058">
|
12861 |
-
<description><![CDATA[Filter the "sticky" submenu URL parameters]]></description>
|
12862 |
-
<long-description><![CDATA[<p>Adds a language ('lang') parameter to the URL parameters that
|
12863 |
-
will be retained when the submenu page refreshes.
|
12864 |
-
Maintains the list of Bulk Translate items in the URLs for
|
12865 |
-
paging through the results.</p>]]></long-description>
|
12866 |
-
<tag line="2058" name="since" description="2.11"/>
|
12867 |
-
<tag line="2058" name="param" description="Current view, pagination and sort parameters." type="array" variable="$submenu_arguments">
|
12868 |
-
<type by_reference="false">array</type>
|
12869 |
-
</tag>
|
12870 |
-
<tag line="2058" name="param" description="True to include "filter-by" parameters, e.g., year/month dropdown." type="object" variable="$include_filters">
|
12871 |
-
<type by_reference="false">object</type>
|
12872 |
-
</tag>
|
12873 |
-
<tag line="2058" name="return" description="updated submenu_arguments." type="array">
|
12874 |
-
<type by_reference="false">array</type>
|
12875 |
-
</tag>
|
12876 |
-
</docblock>
|
12877 |
-
<argument line="2073">
|
12878 |
-
<name>$submenu_arguments</name>
|
12879 |
-
<default><![CDATA[]]></default>
|
12880 |
-
<type/>
|
12881 |
-
</argument>
|
12882 |
-
<argument line="2073">
|
12883 |
-
<name>$include_filters</name>
|
12884 |
-
<default><![CDATA[]]></default>
|
12885 |
-
<type/>
|
12886 |
-
</argument>
|
12887 |
-
</method>
|
12888 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2104" package="Media Library Assistant">
|
12889 |
-
<name>mla_list_table_prepare_items_pagination</name>
|
12890 |
-
<full_name>mla_list_table_prepare_items_pagination</full_name>
|
12891 |
-
<docblock line="2092">
|
12892 |
-
<description><![CDATA[Filter the pagination parameters for prepare_items()]]></description>
|
12893 |
-
<long-description><![CDATA[<p>Records the pagination parameters for use with custom table views, e.g., "attached".</p>]]></long-description>
|
12894 |
-
<tag line="2092" name="since" description="2.11"/>
|
12895 |
-
<tag line="2092" name="param" description="Contains 'per_page', 'current_page'." type="array" variable="$pagination">
|
12896 |
-
<type by_reference="false">array</type>
|
12897 |
-
</tag>
|
12898 |
-
<tag line="2092" name="param" description="The MLA_List_Table object, passed by reference." type="object" variable="$mla_list_table">
|
12899 |
-
<type by_reference="false">object</type>
|
12900 |
-
</tag>
|
12901 |
-
<tag line="2092" name="return" description="updated pagination array." type="array">
|
12902 |
-
<type by_reference="false">array</type>
|
12903 |
-
</tag>
|
12904 |
-
</docblock>
|
12905 |
-
<argument line="2104">
|
12906 |
-
<name>$pagination</name>
|
12907 |
-
<default><![CDATA[]]></default>
|
12908 |
-
<type/>
|
12909 |
-
</argument>
|
12910 |
-
<argument line="2104">
|
12911 |
-
<name>$mla_list_table</name>
|
12912 |
-
<default><![CDATA[]]></default>
|
12913 |
-
<type/>
|
12914 |
-
</argument>
|
12915 |
-
</method>
|
12916 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2123" package="Media Library Assistant">
|
12917 |
-
<name>mla_list_table_prepare_items_total_items</name>
|
12918 |
-
<full_name>mla_list_table_prepare_items_total_items</full_name>
|
12919 |
-
<docblock line="2110">
|
12920 |
-
<description><![CDATA[Filter the total items count for prepare_items()]]></description>
|
12921 |
-
<long-description><![CDATA[<p>A convenient place to add the query argument required for the
|
12922 |
-
"Bulk Translate" custom view.</p>]]></long-description>
|
12923 |
-
<tag line="2110" name="since" description="2.11"/>
|
12924 |
-
<tag line="2110" name="param" description="NULL, indicating no substitution." type="integer" variable="$total_items">
|
12925 |
-
<type by_reference="false">integer</type>
|
12926 |
-
</tag>
|
12927 |
-
<tag line="2110" name="param" description="The MLA_List_Table object, passed by reference." type="object" variable="$mla_list_table">
|
12928 |
-
<type by_reference="false">object</type>
|
12929 |
-
</tag>
|
12930 |
-
<tag line="2110" name="return" description="updated total_items." type="integer">
|
12931 |
-
<type by_reference="false">integer</type>
|
12932 |
-
</tag>
|
12933 |
-
</docblock>
|
12934 |
-
<argument line="2123">
|
12935 |
-
<name>$total_items</name>
|
12936 |
-
<default><![CDATA[]]></default>
|
12937 |
-
<type/>
|
12938 |
-
</argument>
|
12939 |
-
<argument line="2123">
|
12940 |
-
<name>$mla_list_table</name>
|
12941 |
-
<default><![CDATA[]]></default>
|
12942 |
-
<type/>
|
12943 |
-
</argument>
|
12944 |
-
</method>
|
12945 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2146" package="Media Library Assistant">
|
12946 |
-
<name>mla_list_table_build_rollover_actions</name>
|
12947 |
-
<full_name>mla_list_table_build_rollover_actions</full_name>
|
12948 |
-
<docblock line="2133">
|
12949 |
-
<description><![CDATA[Filter the list of item "Rollover" actions]]></description>
|
12950 |
-
<long-description><![CDATA[<p>Adds "Quick Translate" to the list of item-level "Rollover" actions.</p>]]></long-description>
|
12951 |
-
<tag line="2133" name="since" description="2.11"/>
|
12952 |
-
<tag line="2133" name="param" description="The list of item "Rollover" actions." type="array" variable="$actions">
|
12953 |
-
<type by_reference="false">array</type>
|
12954 |
-
</tag>
|
12955 |
-
<tag line="2133" name="param" description="The current Media Library item." type="object" variable="$item">
|
12956 |
-
<type by_reference="false">object</type>
|
12957 |
-
</tag>
|
12958 |
-
<tag line="2133" name="param" description="The List Table column slug." type="string" variable="$column">
|
12959 |
-
<type by_reference="false">string</type>
|
12960 |
-
</tag>
|
12961 |
-
<tag line="2133" name="return" description="updated "Rollover" actions." type="array">
|
12962 |
-
<type by_reference="false">array</type>
|
12963 |
-
</tag>
|
12964 |
-
</docblock>
|
12965 |
-
<argument line="2146">
|
12966 |
-
<name>$actions</name>
|
12967 |
-
<default><![CDATA[]]></default>
|
12968 |
-
<type/>
|
12969 |
-
</argument>
|
12970 |
-
<argument line="2146">
|
12971 |
-
<name>$item</name>
|
12972 |
-
<default><![CDATA[]]></default>
|
12973 |
-
<type/>
|
12974 |
-
</argument>
|
12975 |
-
<argument line="2146">
|
12976 |
-
<name>$column</name>
|
12977 |
-
<default><![CDATA[]]></default>
|
12978 |
-
<type/>
|
12979 |
-
</argument>
|
12980 |
-
</method>
|
12981 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2168" package="Media Library Assistant">
|
12982 |
-
<name>mla_list_table_inline_fields</name>
|
12983 |
-
<full_name>mla_list_table_inline_fields</full_name>
|
12984 |
-
<docblock line="2157">
|
12985 |
-
<description><![CDATA[Define the fields for inline (Quick) editing]]></description>
|
12986 |
-
<long-description><![CDATA[<p>Adds Language dropdown and Quick Translate links.</p>]]></long-description>
|
12987 |
-
<tag line="2157" name="since" description="2.11"/>
|
12988 |
-
<tag line="2157" name="param" description="The field names for inline data." type="array" variable="$fields">
|
12989 |
-
<type by_reference="false">array</type>
|
12990 |
-
</tag>
|
12991 |
-
<tag line="2157" name="return" description="updated fields for inline data." type="string">
|
12992 |
-
<type by_reference="false">string</type>
|
12993 |
-
</tag>
|
12994 |
-
</docblock>
|
12995 |
-
<argument line="2168">
|
12996 |
-
<name>$fields</name>
|
12997 |
-
<default><![CDATA[]]></default>
|
12998 |
-
<type/>
|
12999 |
-
</argument>
|
13000 |
-
</method>
|
13001 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2189" package="Media Library Assistant">
|
13002 |
-
<name>mla_list_table_build_inline_data</name>
|
13003 |
-
<full_name>mla_list_table_build_inline_data</full_name>
|
13004 |
-
<docblock line="2177">
|
13005 |
-
<description><![CDATA[Filter the data for inline (Quick and Bulk) editing]]></description>
|
13006 |
-
<long-description><![CDATA[<p>Adds item-specific translations data for the JS quick and bulk edit functions.</p>]]></long-description>
|
13007 |
-
<tag line="2177" name="since" description="2.11"/>
|
13008 |
-
<tag line="2177" name="param" description="The HTML markup for inline data." type="string" variable="$inline_data">
|
13009 |
-
<type by_reference="false">string</type>
|
13010 |
-
</tag>
|
13011 |
-
<tag line="2177" name="param" description="The current Media Library item." type="object" variable="$item">
|
13012 |
-
<type by_reference="false">object</type>
|
13013 |
-
</tag>
|
13014 |
-
<tag line="2177" name="return" description="updated HTML markup for inline data." type="string">
|
13015 |
-
<type by_reference="false">string</type>
|
13016 |
-
</tag>
|
13017 |
-
</docblock>
|
13018 |
-
<argument line="2189">
|
13019 |
-
<name>$inline_data</name>
|
13020 |
-
<default><![CDATA[]]></default>
|
13021 |
-
<type/>
|
13022 |
-
</argument>
|
13023 |
-
<argument line="2189">
|
13024 |
-
<name>$item</name>
|
13025 |
-
<default><![CDATA[]]></default>
|
13026 |
-
<type/>
|
13027 |
-
</argument>
|
13028 |
-
</method>
|
13029 |
-
<method final="false" abstract="false" static="true" visibility="public" namespace="global" line="2224" package="Media Library Assistant">
|
13030 |
-
<name>mla_taxonomy_get_columns</name>
|
13031 |
-
<full_name>mla_taxonomy_get_columns</full_name>
|
13032 |
-
<docblock line="2213">
|
13033 |
-
<description><![CDATA[Not used in this version of the plugin]]></description>
|
13034 |
-
<long-description><![CDATA[]]></long-description>
|
13035 |
-
<tag line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|