OptionTree - Version 2.4.5

Version Description

  • Hotfix - Fixed an issue where ot_get_media_post_ID() was setting the value of the ot_media_post_ID option to null. Causing the ot_create_media_post() function to create multiple media posts. A clean up script will be added to 2.5.0.
Download this release

Release Info

Developer valendesigns
Plugin Icon wp plugin OptionTree
Version 2.4.5
Comparing to
See all releases

Code changes from version 2.4.4 to 2.4.5

includes/ot-functions-admin.php CHANGED
@@ -710,7 +710,8 @@ if ( ! function_exists( 'ot_get_media_post_ID' ) ) {
710
  $post_ID = $wpdb->get_var( "SELECT ID FROM $wpdb->posts WHERE `post_title` = 'Media' AND `post_type` = 'option-tree' AND `post_status` = 'private'" );
711
 
712
  // Add to the DB
713
- add_option( $option_id, $post_ID );
 
714
 
715
  }
716
 
710
  $post_ID = $wpdb->get_var( "SELECT ID FROM $wpdb->posts WHERE `post_title` = 'Media' AND `post_type` = 'option-tree' AND `post_status` = 'private'" );
711
 
712
  // Add to the DB
713
+ if ( $post_ID !== null )
714
+ update_option( $option_id, $post_ID );
715
 
716
  }
717
 
languages/option-tree.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: OptionTree\n"
4
- "POT-Creation-Date: 2014-11-10 13:38-0800\n"
5
- "PO-Revision-Date: 2014-11-10 13:38-0800\n"
6
  "Last-Translator: Derek Herman <derek@valendesigns.com>\n"
7
  "Language-Team: Valen Designs\n"
8
  "Language: English\n"
@@ -54,8 +54,8 @@ msgstr ""
54
 
55
  #: ../assets/theme-mode/demo-meta-boxes.php:50
56
  #: ../assets/theme-mode/demo-theme-options.php:208
57
- #: ../includes/ot-functions-admin.php:2234
58
- #: ../includes/ot-functions-admin.php:4711
59
  #: ../includes/ot-functions-docs-page.php:156
60
  msgid "Gallery"
61
  msgstr ""
@@ -71,7 +71,7 @@ msgstr ""
71
 
72
  #: ../assets/theme-mode/demo-meta-boxes.php:62
73
  #: ../assets/theme-mode/demo-theme-options.php:548
74
- #: ../includes/ot-functions-admin.php:2254
75
  #: ../includes/ot-functions-docs-page.php:269
76
  msgid "Text"
77
  msgstr ""
@@ -82,7 +82,7 @@ msgstr ""
82
 
83
  #: ../assets/theme-mode/demo-meta-boxes.php:68
84
  #: ../assets/theme-mode/demo-theme-options.php:563
85
- #: ../includes/ot-functions-admin.php:2255
86
  #: ../includes/ot-functions-docs-page.php:272
87
  msgid "Textarea"
88
  msgstr ""
@@ -106,7 +106,7 @@ msgid "Sidebar content goes here!"
106
  msgstr ""
107
 
108
  #: ../assets/theme-mode/demo-theme-options.php:44
109
- #: ../includes/ot-functions-admin.php:2224
110
  #: ../includes/ot-functions-docs-page.php:110
111
  msgid "Background"
112
  msgstr ""
@@ -125,14 +125,14 @@ msgstr ""
125
 
126
  #: ../assets/theme-mode/demo-theme-options.php:45
127
  #: ../assets/theme-mode/demo-theme-options.php:624
128
- #: ../includes/ot-functions-admin.php:3638
129
  #: ../includes/ot-functions-docs-page.php:111
130
  #: ../includes/ot-functions-docs-page.php:354
131
  msgid "and"
132
  msgstr ""
133
 
134
  #: ../assets/theme-mode/demo-theme-options.php:59
135
- #: ../includes/ot-functions-admin.php:2225
136
  #: ../includes/ot-functions-docs-page.php:113
137
  msgid "Category Checkbox"
138
  msgstr ""
@@ -146,7 +146,7 @@ msgid ""
146
  msgstr ""
147
 
148
  #: ../assets/theme-mode/demo-theme-options.php:74
149
- #: ../includes/ot-functions-admin.php:2226
150
  #: ../includes/ot-functions-docs-page.php:116
151
  msgid "Category Select"
152
  msgstr ""
@@ -160,7 +160,7 @@ msgid ""
160
  msgstr ""
161
 
162
  #: ../assets/theme-mode/demo-theme-options.php:89
163
- #: ../includes/ot-functions-admin.php:2227
164
  #: ../includes/ot-functions-docs-page.php:119
165
  msgid "Checkbox"
166
  msgstr ""
@@ -198,7 +198,7 @@ msgid ""
198
  msgstr ""
199
 
200
  #: ../assets/theme-mode/demo-theme-options.php:131
201
- #: ../includes/ot-functions-admin.php:2229
202
  #: ../includes/ot-functions-docs-page.php:125
203
  msgid "CSS"
204
  msgstr ""
@@ -227,7 +227,7 @@ msgid ""
227
  msgstr ""
228
 
229
  #: ../assets/theme-mode/demo-theme-options.php:148
230
- #: ../includes/ot-functions-admin.php:2230
231
  #: ../includes/ot-functions-docs-page.php:144
232
  msgid "Custom Post Type Checkbox"
233
  msgstr ""
@@ -243,7 +243,7 @@ msgid ""
243
  msgstr ""
244
 
245
  #: ../assets/theme-mode/demo-theme-options.php:163
246
- #: ../includes/ot-functions-admin.php:2231
247
  #: ../includes/ot-functions-docs-page.php:147
248
  msgid "Custom Post Type Select"
249
  msgstr ""
@@ -259,7 +259,7 @@ msgid ""
259
  msgstr ""
260
 
261
  #: ../assets/theme-mode/demo-theme-options.php:178
262
- #: ../includes/ot-functions-admin.php:2232
263
  #: ../includes/ot-functions-docs-page.php:150
264
  msgid "Date Picker"
265
  msgstr ""
@@ -273,7 +273,7 @@ msgid ""
273
  msgstr ""
274
 
275
  #: ../assets/theme-mode/demo-theme-options.php:193
276
- #: ../includes/ot-functions-admin.php:2233
277
  #: ../includes/ot-functions-docs-page.php:153
278
  msgid "Date Time Picker"
279
  msgstr ""
@@ -309,7 +309,7 @@ msgid ""
309
  msgstr ""
310
 
311
  #: ../assets/theme-mode/demo-theme-options.php:238
312
- #: ../includes/ot-functions-admin.php:2235
313
  #: ../includes/ot-functions-docs-page.php:159
314
  msgid "List Item"
315
  msgstr ""
@@ -327,7 +327,7 @@ msgid "Content"
327
  msgstr ""
328
 
329
  #: ../assets/theme-mode/demo-theme-options.php:269
330
- #: ../includes/ot-functions-admin.php:2236
331
  #: ../includes/ot-functions-docs-page.php:162
332
  msgid "Measurement"
333
  msgstr ""
@@ -343,7 +343,7 @@ msgid ""
343
  msgstr ""
344
 
345
  #: ../assets/theme-mode/demo-theme-options.php:284
346
- #: ../includes/ot-functions-admin.php:2237
347
  #: ../includes/ot-functions-docs-page.php:193
348
  msgid "Numeric Slider"
349
  msgstr ""
@@ -356,7 +356,7 @@ msgid ""
356
  msgstr ""
357
 
358
  #: ../assets/theme-mode/demo-theme-options.php:299
359
- #: ../includes/ot-functions-admin.php:2238
360
  #: ../includes/ot-functions-docs-page.php:196
361
  msgid "On/Off"
362
  msgstr ""
@@ -370,7 +370,7 @@ msgid ""
370
  msgstr ""
371
 
372
  #: ../assets/theme-mode/demo-theme-options.php:314
373
- #: ../includes/ot-functions-admin.php:2239
374
  #: ../includes/ot-functions-docs-page.php:199
375
  msgid "Page Checkbox"
376
  msgstr ""
@@ -383,7 +383,7 @@ msgid ""
383
  msgstr ""
384
 
385
  #: ../assets/theme-mode/demo-theme-options.php:329
386
- #: ../includes/ot-functions-admin.php:2240
387
  #: ../includes/ot-functions-docs-page.php:202
388
  msgid "Page Select"
389
  msgstr ""
@@ -396,7 +396,7 @@ msgid ""
396
  msgstr ""
397
 
398
  #: ../assets/theme-mode/demo-theme-options.php:344
399
- #: ../includes/ot-functions-admin.php:2241
400
  #: ../includes/ot-functions-docs-page.php:205
401
  msgid "Post Checkbox"
402
  msgstr ""
@@ -409,7 +409,7 @@ msgid ""
409
  msgstr ""
410
 
411
  #: ../assets/theme-mode/demo-theme-options.php:359
412
- #: ../includes/ot-functions-admin.php:2242
413
  #: ../includes/ot-functions-docs-page.php:208
414
  msgid "Post Select"
415
  msgstr ""
@@ -422,7 +422,7 @@ msgid ""
422
  msgstr ""
423
 
424
  #: ../assets/theme-mode/demo-theme-options.php:374
425
- #: ../includes/ot-functions-admin.php:2243
426
  #: ../includes/ot-functions-docs-page.php:211
427
  msgid "Radio"
428
  msgstr ""
@@ -441,7 +441,7 @@ msgid "Maybe"
441
  msgstr ""
442
 
443
  #: ../assets/theme-mode/demo-theme-options.php:406
444
- #: ../includes/ot-functions-admin.php:2244
445
  #: ../includes/ot-functions-docs-page.php:214
446
  msgid "Radio Image"
447
  msgstr ""
@@ -456,7 +456,7 @@ msgid ""
456
  msgstr ""
457
 
458
  #: ../assets/theme-mode/demo-theme-options.php:421
459
- #: ../includes/ot-functions-admin.php:2245
460
  #: ../includes/ot-functions-docs-page.php:241
461
  msgid "Select"
462
  msgstr ""
@@ -473,7 +473,7 @@ msgid "-- Choose One --"
473
  msgstr ""
474
 
475
  #: ../assets/theme-mode/demo-theme-options.php:458
476
- #: ../includes/ot-functions-admin.php:2246
477
  #: ../includes/ot-functions-docs-page.php:244
478
  msgid "Sidebar Select"
479
  msgstr ""
@@ -499,7 +499,7 @@ msgid ""
499
  msgstr ""
500
 
501
  #: ../assets/theme-mode/demo-theme-options.php:473
502
- #: ../includes/ot-functions-admin.php:2250
503
  #: ../includes/ot-functions-docs-page.php:257
504
  msgid "Tag Checkbox"
505
  msgstr ""
@@ -513,7 +513,7 @@ msgid ""
513
  msgstr ""
514
 
515
  #: ../assets/theme-mode/demo-theme-options.php:488
516
- #: ../includes/ot-functions-admin.php:2251
517
  #: ../includes/ot-functions-docs-page.php:260
518
  msgid "Tag Select"
519
  msgstr ""
@@ -527,7 +527,7 @@ msgid ""
527
  msgstr ""
528
 
529
  #: ../assets/theme-mode/demo-theme-options.php:503
530
- #: ../includes/ot-functions-admin.php:2248
531
  #: ../includes/ot-functions-docs-page.php:251
532
  msgid "Social Links"
533
  msgstr ""
@@ -544,7 +544,7 @@ msgid ""
544
  msgstr ""
545
 
546
  #: ../assets/theme-mode/demo-theme-options.php:518
547
- #: ../includes/ot-functions-admin.php:2252
548
  #: ../includes/ot-functions-docs-page.php:263
549
  msgid "Taxonomy Checkbox"
550
  msgstr ""
@@ -558,7 +558,7 @@ msgid ""
558
  msgstr ""
559
 
560
  #: ../assets/theme-mode/demo-theme-options.php:533
561
- #: ../includes/ot-functions-admin.php:2253
562
  #: ../includes/ot-functions-docs-page.php:266
563
  msgid "Taxonomy Select"
564
  msgstr ""
@@ -588,7 +588,7 @@ msgid ""
588
  msgstr ""
589
 
590
  #: ../assets/theme-mode/demo-theme-options.php:578
591
- #: ../includes/ot-functions-admin.php:2256
592
  #: ../includes/ot-functions-docs-page.php:331
593
  msgid "Textarea Simple"
594
  msgstr ""
@@ -601,7 +601,7 @@ msgid ""
601
  msgstr ""
602
 
603
  #: ../assets/theme-mode/demo-theme-options.php:593
604
- #: ../includes/ot-functions-admin.php:2257
605
  #: ../includes/ot-functions-docs-page.php:347
606
  msgid "Textblock"
607
  msgstr ""
@@ -617,7 +617,7 @@ msgid ""
617
  msgstr ""
618
 
619
  #: ../assets/theme-mode/demo-theme-options.php:608
620
- #: ../includes/ot-functions-admin.php:2258
621
  #: ../includes/ot-functions-docs-page.php:350
622
  msgid "Textblock Titled"
623
  msgstr ""
@@ -633,7 +633,7 @@ msgid ""
633
  msgstr ""
634
 
635
  #: ../assets/theme-mode/demo-theme-options.php:623
636
- #: ../includes/ot-functions-admin.php:2259
637
  #: ../includes/ot-functions-docs-page.php:353
638
  msgid "Typography"
639
  msgstr ""
@@ -651,7 +651,7 @@ msgid ""
651
  msgstr ""
652
 
653
  #: ../assets/theme-mode/demo-theme-options.php:638
654
- #: ../includes/ot-functions-admin.php:2260
655
  #: ../includes/ot-functions-docs-page.php:373
656
  msgid "Upload"
657
  msgstr ""
@@ -884,268 +884,268 @@ msgid "Featured Image"
884
  msgstr ""
885
 
886
  #: ../includes/ot-functions-admin.php:672
887
- #: ../includes/ot-functions-admin.php:2808
888
- #: ../includes/ot-functions-admin.php:2869
889
  msgid "Image"
890
  msgstr ""
891
 
892
- #: ../includes/ot-functions-admin.php:738
893
  msgid "Option Tree"
894
  msgstr ""
895
 
896
- #: ../includes/ot-functions-admin.php:875
897
  msgid "General"
898
  msgstr ""
899
 
900
- #: ../includes/ot-functions-admin.php:881
901
  msgid "Sample Text Field Label"
902
  msgstr ""
903
 
904
- #: ../includes/ot-functions-admin.php:882
905
  msgid "Description for the sample text field."
906
  msgstr ""
907
 
908
- #: ../includes/ot-functions-admin.php:2124
909
  msgid "Settings updated."
910
  msgstr ""
911
 
912
- #: ../includes/ot-functions-admin.php:2128
913
  msgid "Settings could not be saved."
914
  msgstr ""
915
 
916
- #: ../includes/ot-functions-admin.php:2136
917
  msgid "Settings Imported."
918
  msgstr ""
919
 
920
- #: ../includes/ot-functions-admin.php:2140
921
  msgid "Settings could not be imported."
922
  msgstr ""
923
 
924
- #: ../includes/ot-functions-admin.php:2147
925
  msgid "Data Imported."
926
  msgstr ""
927
 
928
- #: ../includes/ot-functions-admin.php:2151
929
  msgid "Data could not be imported."
930
  msgstr ""
931
 
932
- #: ../includes/ot-functions-admin.php:2159
933
  msgid "Layouts Imported."
934
  msgstr ""
935
 
936
- #: ../includes/ot-functions-admin.php:2163
937
  msgid "Layouts could not be imported."
938
  msgstr ""
939
 
940
- #: ../includes/ot-functions-admin.php:2171
941
  msgid "Layouts Updated."
942
  msgstr ""
943
 
944
- #: ../includes/ot-functions-admin.php:2175
945
  msgid "Layouts could not be updated."
946
  msgstr ""
947
 
948
- #: ../includes/ot-functions-admin.php:2179
949
  msgid "Layouts have been deleted."
950
  msgstr ""
951
 
952
- #: ../includes/ot-functions-admin.php:2185
953
  msgid "Layout activated."
954
  msgstr ""
955
 
956
- #: ../includes/ot-functions-admin.php:2228
957
  msgid "Color Picker"
958
  msgstr ""
959
 
960
- #: ../includes/ot-functions-admin.php:2247
961
  #: ../includes/ot-functions-docs-page.php:248
962
  msgid "Slider"
963
  msgstr ""
964
 
965
- #: ../includes/ot-functions-admin.php:2249
966
  #: ../includes/ot-functions-docs-page.php:254
967
  msgid "Tab"
968
  msgstr ""
969
 
970
- #: ../includes/ot-functions-admin.php:2753
971
  msgid "Left Sidebar"
972
  msgstr ""
973
 
974
- #: ../includes/ot-functions-admin.php:2758
975
  msgid "Right Sidebar"
976
  msgstr ""
977
 
978
- #: ../includes/ot-functions-admin.php:2763
979
  msgid "Full Width (no sidebar)"
980
  msgstr ""
981
 
982
- #: ../includes/ot-functions-admin.php:2768
983
  msgid "Dual Sidebar"
984
  msgstr ""
985
 
986
- #: ../includes/ot-functions-admin.php:2773
987
  msgid "Left Dual Sidebar"
988
  msgstr ""
989
 
990
- #: ../includes/ot-functions-admin.php:2778
991
  msgid "Right Dual Sidebar"
992
  msgstr ""
993
 
994
- #: ../includes/ot-functions-admin.php:2819
995
- #: ../includes/ot-functions-admin.php:2875
996
- #: ../includes/ot-functions-admin.php:4751
997
  msgid "Link"
998
  msgstr ""
999
 
1000
- #: ../includes/ot-functions-admin.php:2830
1001
- #: ../includes/ot-functions-admin.php:2881
1002
  #: ../includes/ot-functions-docs-page.php:43
1003
  #: ../includes/ot-functions-docs-page.php:404
1004
  #: ../includes/ot-functions-docs-page.php:454
1005
  msgid "Description"
1006
  msgstr ""
1007
 
1008
- #: ../includes/ot-functions-admin.php:2945
1009
  msgid "Name"
1010
  msgstr ""
1011
 
1012
- #: ../includes/ot-functions-admin.php:2946
1013
  msgid "Enter the name of the social website."
1014
  msgstr ""
1015
 
1016
- #: ../includes/ot-functions-admin.php:2954
1017
  msgid "Enter the text shown in the title attribute of the link."
1018
  msgstr ""
1019
 
1020
- #: ../includes/ot-functions-admin.php:2960
1021
  #, php-format
1022
  msgid ""
1023
  "Enter a link to the profile or page on the social website. Remember to add "
1024
  "the %s part to the front of the link."
1025
  msgstr ""
1026
 
1027
- #: ../includes/ot-functions-admin.php:3443
1028
  msgid "edit"
1029
  msgstr ""
1030
 
1031
- #: ../includes/ot-functions-admin.php:3444
1032
- #: ../includes/ot-functions-admin.php:3512
1033
  #: ../includes/ot-functions-admin.php:3513
1034
- #: ../includes/ot-functions-admin.php:3675
1035
  #: ../includes/ot-functions-admin.php:3676
1036
- #: ../includes/ot-functions-admin.php:3741
1037
  #: ../includes/ot-functions-admin.php:3742
1038
- #: ../includes/ot-functions-admin.php:3869
1039
  #: ../includes/ot-functions-admin.php:3870
1040
- #: ../includes/ot-functions-admin.php:4022
1041
  #: ../includes/ot-functions-admin.php:4023
 
1042
  msgid "Edit"
1043
  msgstr ""
1044
 
1045
- #: ../includes/ot-functions-admin.php:3446
1046
  #: ../includes/ot-functions-admin.php:3447
1047
- #: ../includes/ot-functions-admin.php:3515
1048
  #: ../includes/ot-functions-admin.php:3516
1049
- #: ../includes/ot-functions-admin.php:3678
1050
  #: ../includes/ot-functions-admin.php:3679
1051
- #: ../includes/ot-functions-admin.php:3744
1052
  #: ../includes/ot-functions-admin.php:3745
1053
- #: ../includes/ot-functions-admin.php:3803
1054
  #: ../includes/ot-functions-admin.php:3804
1055
- #: ../includes/ot-functions-admin.php:3872
1056
  #: ../includes/ot-functions-admin.php:3873
1057
- #: ../includes/ot-functions-admin.php:4025
1058
  #: ../includes/ot-functions-admin.php:4026
 
1059
  msgid "Delete"
1060
  msgstr ""
1061
 
1062
- #: ../includes/ot-functions-admin.php:3453
1063
  msgid ""
1064
  "<strong>Section Title</strong>: Displayed as a menu item on the Theme "
1065
  "Options page."
1066
  msgstr ""
1067
 
1068
- #: ../includes/ot-functions-admin.php:3461
1069
  msgid ""
1070
  "<strong>Section ID</strong>: A unique lower case alphanumeric string, "
1071
  "underscores allowed."
1072
  msgstr ""
1073
 
1074
- #: ../includes/ot-functions-admin.php:3522
1075
  msgid ""
1076
  "<strong>Label</strong>: Displayed as the label of a form element on the "
1077
  "Theme Options page."
1078
  msgstr ""
1079
 
1080
- #: ../includes/ot-functions-admin.php:3530
1081
- #: ../includes/ot-functions-admin.php:3759
1082
  msgid ""
1083
  "<strong>ID</strong>: A unique lower case alphanumeric string, underscores "
1084
  "allowed."
1085
  msgstr ""
1086
 
1087
- #: ../includes/ot-functions-admin.php:3538
1088
  msgid ""
1089
  "<strong>Type</strong>: Choose one of the available option types from the "
1090
  "dropdown."
1091
  msgstr ""
1092
 
1093
- #: ../includes/ot-functions-admin.php:3549
1094
  msgid ""
1095
  "<strong>Description</strong>: Enter a detailed description for the users to "
1096
  "read on the Theme Options page, HTML is allowed. This is also where you "
1097
  "enter content for both the Textblock & Textblock Titled option types."
1098
  msgstr ""
1099
 
1100
- #: ../includes/ot-functions-admin.php:3557
1101
  msgid ""
1102
  "<strong>Choices</strong>: This will only affect the following option types: "
1103
  "Checkbox, Radio, Select & Select Image."
1104
  msgstr ""
1105
 
1106
- #: ../includes/ot-functions-admin.php:3562
1107
  msgid "Add Choice"
1108
  msgstr ""
1109
 
1110
- #: ../includes/ot-functions-admin.php:3568
1111
  msgid ""
1112
  "<strong>Settings</strong>: This will only affect the List Item option type."
1113
  msgstr ""
1114
 
1115
- #: ../includes/ot-functions-admin.php:3573
1116
  #: ../includes/ot-functions-settings-page.php:93
1117
  msgid "Add Setting"
1118
  msgstr ""
1119
 
1120
- #: ../includes/ot-functions-admin.php:3579
1121
  msgid ""
1122
  "<strong>Standard</strong>: Setting the standard value for your option only "
1123
  "works for some option types. Read the <code>OptionTree->Documentation</code> "
1124
  "for more information on which ones."
1125
  msgstr ""
1126
 
1127
- #: ../includes/ot-functions-admin.php:3587
1128
  msgid ""
1129
  "<strong>Rows</strong>: Enter a numeric value for the number of rows in your "
1130
  "textarea. This will only affect the following option types: CSS, Textarea, & "
1131
  "Textarea Simple."
1132
  msgstr ""
1133
 
1134
- #: ../includes/ot-functions-admin.php:3595
1135
  msgid ""
1136
  "<strong>Post Type</strong>: Add a comma separated list of post type like "
1137
  "'post,page'. This will only affect the following option types: Custom Post "
1138
  "Type Checkbox, & Custom Post Type Select."
1139
  msgstr ""
1140
 
1141
- #: ../includes/ot-functions-admin.php:3603
1142
  msgid ""
1143
  "<strong>Taxonomy</strong>: Add a comma separated list of any registered "
1144
  "taxonomy like 'category,post_tag'. This will only affect the following "
1145
  "option types: Taxonomy Checkbox, & Taxonomy Select."
1146
  msgstr ""
1147
 
1148
- #: ../includes/ot-functions-admin.php:3611
1149
  msgid ""
1150
  "<strong>Min, Max, & Step</strong>: Add a comma separated list of options in "
1151
  "the following format <code>0,100,1</code> (slide from <code>0-100</code> in "
@@ -1154,11 +1154,11 @@ msgid ""
1154
  "type."
1155
  msgstr ""
1156
 
1157
- #: ../includes/ot-functions-admin.php:3619
1158
  msgid "<strong>CSS Class</strong>: Add and optional class to this option type."
1159
  msgstr ""
1160
 
1161
- #: ../includes/ot-functions-admin.php:3627
1162
  #, php-format
1163
  msgid ""
1164
  "<strong>Condition</strong>: Add a comma separated list (no spaces) of "
@@ -1167,92 +1167,92 @@ msgid ""
1167
  "placeholder for your condition, which can be in the form of %s."
1168
  msgstr ""
1169
 
1170
- #: ../includes/ot-functions-admin.php:3635
1171
  msgid ""
1172
  "<strong>Operator</strong>: Choose the logical operator to compute the result "
1173
  "of the conditions."
1174
  msgstr ""
1175
 
1176
- #: ../includes/ot-functions-admin.php:3639
1177
  msgid "or"
1178
  msgstr ""
1179
 
1180
- #: ../includes/ot-functions-admin.php:3685
1181
  #: ../includes/ot-functions-docs-page.php:29
1182
  msgid "Label"
1183
  msgstr ""
1184
 
1185
- #: ../includes/ot-functions-admin.php:3695
1186
  msgid "Value"
1187
  msgstr ""
1188
 
1189
- #: ../includes/ot-functions-admin.php:3705
1190
  msgid "Image Source (Radio Image only)"
1191
  msgstr ""
1192
 
1193
- #: ../includes/ot-functions-admin.php:3751
1194
  msgid ""
1195
  "<strong>Title</strong>: Displayed as a contextual help menu item on the "
1196
  "Theme Options page."
1197
  msgstr ""
1198
 
1199
- #: ../includes/ot-functions-admin.php:3767
1200
  msgid ""
1201
  "<strong>Content</strong>: Enter the HTML content about this contextual help "
1202
  "item displayed on the Theme Option page for end users to read."
1203
  msgstr ""
1204
 
1205
- #: ../includes/ot-functions-admin.php:3798
1206
  msgid "Layout"
1207
  msgstr ""
1208
 
1209
- #: ../includes/ot-functions-admin.php:3800
1210
  #: ../includes/ot-functions-admin.php:3801
 
1211
  msgid "Activate"
1212
  msgstr ""
1213
 
1214
- #: ../includes/ot-functions-admin.php:3837 ../includes/ot-meta-box-api.php:223
1215
  #: ../includes/ot-settings-api.php:594
1216
  msgid "Title"
1217
  msgstr ""
1218
 
1219
- #: ../includes/ot-functions-admin.php:4177
1220
  msgid "New Layout"
1221
  msgstr ""
1222
 
1223
- #: ../includes/ot-functions-admin.php:4760
1224
  msgid "Link URL"
1225
  msgstr ""
1226
 
1227
- #: ../includes/ot-functions-admin.php:4767
1228
  msgid "Link Title"
1229
  msgstr ""
1230
 
1231
- #: ../includes/ot-functions-admin.php:4797
1232
  msgid "Quote"
1233
  msgstr ""
1234
 
1235
- #: ../includes/ot-functions-admin.php:4806
1236
  msgid "Source Name (ex. author, singer, actor)"
1237
  msgstr ""
1238
 
1239
- #: ../includes/ot-functions-admin.php:4813
1240
  msgid "Source URL"
1241
  msgstr ""
1242
 
1243
- #: ../includes/ot-functions-admin.php:4820
1244
  msgid "Source Title (ex. book, song, movie)"
1245
  msgstr ""
1246
 
1247
- #: ../includes/ot-functions-admin.php:4827
1248
  msgid "Source Date"
1249
  msgstr ""
1250
 
1251
- #: ../includes/ot-functions-admin.php:4857
1252
  msgid "Video"
1253
  msgstr ""
1254
 
1255
- #: ../includes/ot-functions-admin.php:4866
1256
  #, php-format
1257
  msgid ""
1258
  "Embed video from services like Youtube, Vimeo, or Hulu. You can find a list "
@@ -1260,16 +1260,16 @@ msgid ""
1260
  "built-in %2$s shortcode."
1261
  msgstr ""
1262
 
1263
- #: ../includes/ot-functions-admin.php:4866
1264
- #: ../includes/ot-functions-admin.php:4905
1265
  msgid "Wordpress Codex"
1266
  msgstr ""
1267
 
1268
- #: ../includes/ot-functions-admin.php:4896
1269
  msgid "Audio"
1270
  msgstr ""
1271
 
1272
- #: ../includes/ot-functions-admin.php:4905
1273
  #, php-format
1274
  msgid ""
1275
  "Embed audio from services like SoundCloud and Rdio. You can find a list of "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: OptionTree\n"
4
+ "POT-Creation-Date: 2014-11-17 03:10-0800\n"
5
+ "PO-Revision-Date: 2014-11-17 03:10-0800\n"
6
  "Last-Translator: Derek Herman <derek@valendesigns.com>\n"
7
  "Language-Team: Valen Designs\n"
8
  "Language: English\n"
54
 
55
  #: ../assets/theme-mode/demo-meta-boxes.php:50
56
  #: ../assets/theme-mode/demo-theme-options.php:208
57
+ #: ../includes/ot-functions-admin.php:2235
58
+ #: ../includes/ot-functions-admin.php:4712
59
  #: ../includes/ot-functions-docs-page.php:156
60
  msgid "Gallery"
61
  msgstr ""
71
 
72
  #: ../assets/theme-mode/demo-meta-boxes.php:62
73
  #: ../assets/theme-mode/demo-theme-options.php:548
74
+ #: ../includes/ot-functions-admin.php:2255
75
  #: ../includes/ot-functions-docs-page.php:269
76
  msgid "Text"
77
  msgstr ""
82
 
83
  #: ../assets/theme-mode/demo-meta-boxes.php:68
84
  #: ../assets/theme-mode/demo-theme-options.php:563
85
+ #: ../includes/ot-functions-admin.php:2256
86
  #: ../includes/ot-functions-docs-page.php:272
87
  msgid "Textarea"
88
  msgstr ""
106
  msgstr ""
107
 
108
  #: ../assets/theme-mode/demo-theme-options.php:44
109
+ #: ../includes/ot-functions-admin.php:2225
110
  #: ../includes/ot-functions-docs-page.php:110
111
  msgid "Background"
112
  msgstr ""
125
 
126
  #: ../assets/theme-mode/demo-theme-options.php:45
127
  #: ../assets/theme-mode/demo-theme-options.php:624
128
+ #: ../includes/ot-functions-admin.php:3639
129
  #: ../includes/ot-functions-docs-page.php:111
130
  #: ../includes/ot-functions-docs-page.php:354
131
  msgid "and"
132
  msgstr ""
133
 
134
  #: ../assets/theme-mode/demo-theme-options.php:59
135
+ #: ../includes/ot-functions-admin.php:2226
136
  #: ../includes/ot-functions-docs-page.php:113
137
  msgid "Category Checkbox"
138
  msgstr ""
146
  msgstr ""
147
 
148
  #: ../assets/theme-mode/demo-theme-options.php:74
149
+ #: ../includes/ot-functions-admin.php:2227
150
  #: ../includes/ot-functions-docs-page.php:116
151
  msgid "Category Select"
152
  msgstr ""
160
  msgstr ""
161
 
162
  #: ../assets/theme-mode/demo-theme-options.php:89
163
+ #: ../includes/ot-functions-admin.php:2228
164
  #: ../includes/ot-functions-docs-page.php:119
165
  msgid "Checkbox"
166
  msgstr ""
198
  msgstr ""
199
 
200
  #: ../assets/theme-mode/demo-theme-options.php:131
201
+ #: ../includes/ot-functions-admin.php:2230
202
  #: ../includes/ot-functions-docs-page.php:125
203
  msgid "CSS"
204
  msgstr ""
227
  msgstr ""
228
 
229
  #: ../assets/theme-mode/demo-theme-options.php:148
230
+ #: ../includes/ot-functions-admin.php:2231
231
  #: ../includes/ot-functions-docs-page.php:144
232
  msgid "Custom Post Type Checkbox"
233
  msgstr ""
243
  msgstr ""
244
 
245
  #: ../assets/theme-mode/demo-theme-options.php:163
246
+ #: ../includes/ot-functions-admin.php:2232
247
  #: ../includes/ot-functions-docs-page.php:147
248
  msgid "Custom Post Type Select"
249
  msgstr ""
259
  msgstr ""
260
 
261
  #: ../assets/theme-mode/demo-theme-options.php:178
262
+ #: ../includes/ot-functions-admin.php:2233
263
  #: ../includes/ot-functions-docs-page.php:150
264
  msgid "Date Picker"
265
  msgstr ""
273
  msgstr ""
274
 
275
  #: ../assets/theme-mode/demo-theme-options.php:193
276
+ #: ../includes/ot-functions-admin.php:2234
277
  #: ../includes/ot-functions-docs-page.php:153
278
  msgid "Date Time Picker"
279
  msgstr ""
309
  msgstr ""
310
 
311
  #: ../assets/theme-mode/demo-theme-options.php:238
312
+ #: ../includes/ot-functions-admin.php:2236
313
  #: ../includes/ot-functions-docs-page.php:159
314
  msgid "List Item"
315
  msgstr ""
327
  msgstr ""
328
 
329
  #: ../assets/theme-mode/demo-theme-options.php:269
330
+ #: ../includes/ot-functions-admin.php:2237
331
  #: ../includes/ot-functions-docs-page.php:162
332
  msgid "Measurement"
333
  msgstr ""
343
  msgstr ""
344
 
345
  #: ../assets/theme-mode/demo-theme-options.php:284
346
+ #: ../includes/ot-functions-admin.php:2238
347
  #: ../includes/ot-functions-docs-page.php:193
348
  msgid "Numeric Slider"
349
  msgstr ""
356
  msgstr ""
357
 
358
  #: ../assets/theme-mode/demo-theme-options.php:299
359
+ #: ../includes/ot-functions-admin.php:2239
360
  #: ../includes/ot-functions-docs-page.php:196
361
  msgid "On/Off"
362
  msgstr ""
370
  msgstr ""
371
 
372
  #: ../assets/theme-mode/demo-theme-options.php:314
373
+ #: ../includes/ot-functions-admin.php:2240
374
  #: ../includes/ot-functions-docs-page.php:199
375
  msgid "Page Checkbox"
376
  msgstr ""
383
  msgstr ""
384
 
385
  #: ../assets/theme-mode/demo-theme-options.php:329
386
+ #: ../includes/ot-functions-admin.php:2241
387
  #: ../includes/ot-functions-docs-page.php:202
388
  msgid "Page Select"
389
  msgstr ""
396
  msgstr ""
397
 
398
  #: ../assets/theme-mode/demo-theme-options.php:344
399
+ #: ../includes/ot-functions-admin.php:2242
400
  #: ../includes/ot-functions-docs-page.php:205
401
  msgid "Post Checkbox"
402
  msgstr ""
409
  msgstr ""
410
 
411
  #: ../assets/theme-mode/demo-theme-options.php:359
412
+ #: ../includes/ot-functions-admin.php:2243
413
  #: ../includes/ot-functions-docs-page.php:208
414
  msgid "Post Select"
415
  msgstr ""
422
  msgstr ""
423
 
424
  #: ../assets/theme-mode/demo-theme-options.php:374
425
+ #: ../includes/ot-functions-admin.php:2244
426
  #: ../includes/ot-functions-docs-page.php:211
427
  msgid "Radio"
428
  msgstr ""
441
  msgstr ""
442
 
443
  #: ../assets/theme-mode/demo-theme-options.php:406
444
+ #: ../includes/ot-functions-admin.php:2245
445
  #: ../includes/ot-functions-docs-page.php:214
446
  msgid "Radio Image"
447
  msgstr ""
456
  msgstr ""
457
 
458
  #: ../assets/theme-mode/demo-theme-options.php:421
459
+ #: ../includes/ot-functions-admin.php:2246
460
  #: ../includes/ot-functions-docs-page.php:241
461
  msgid "Select"
462
  msgstr ""
473
  msgstr ""
474
 
475
  #: ../assets/theme-mode/demo-theme-options.php:458
476
+ #: ../includes/ot-functions-admin.php:2247
477
  #: ../includes/ot-functions-docs-page.php:244
478
  msgid "Sidebar Select"
479
  msgstr ""
499
  msgstr ""
500
 
501
  #: ../assets/theme-mode/demo-theme-options.php:473
502
+ #: ../includes/ot-functions-admin.php:2251
503
  #: ../includes/ot-functions-docs-page.php:257
504
  msgid "Tag Checkbox"
505
  msgstr ""
513
  msgstr ""
514
 
515
  #: ../assets/theme-mode/demo-theme-options.php:488
516
+ #: ../includes/ot-functions-admin.php:2252
517
  #: ../includes/ot-functions-docs-page.php:260
518
  msgid "Tag Select"
519
  msgstr ""
527
  msgstr ""
528
 
529
  #: ../assets/theme-mode/demo-theme-options.php:503
530
+ #: ../includes/ot-functions-admin.php:2249
531
  #: ../includes/ot-functions-docs-page.php:251
532
  msgid "Social Links"
533
  msgstr ""
544
  msgstr ""
545
 
546
  #: ../assets/theme-mode/demo-theme-options.php:518
547
+ #: ../includes/ot-functions-admin.php:2253
548
  #: ../includes/ot-functions-docs-page.php:263
549
  msgid "Taxonomy Checkbox"
550
  msgstr ""
558
  msgstr ""
559
 
560
  #: ../assets/theme-mode/demo-theme-options.php:533
561
+ #: ../includes/ot-functions-admin.php:2254
562
  #: ../includes/ot-functions-docs-page.php:266
563
  msgid "Taxonomy Select"
564
  msgstr ""
588
  msgstr ""
589
 
590
  #: ../assets/theme-mode/demo-theme-options.php:578
591
+ #: ../includes/ot-functions-admin.php:2257
592
  #: ../includes/ot-functions-docs-page.php:331
593
  msgid "Textarea Simple"
594
  msgstr ""
601
  msgstr ""
602
 
603
  #: ../assets/theme-mode/demo-theme-options.php:593
604
+ #: ../includes/ot-functions-admin.php:2258
605
  #: ../includes/ot-functions-docs-page.php:347
606
  msgid "Textblock"
607
  msgstr ""
617
  msgstr ""
618
 
619
  #: ../assets/theme-mode/demo-theme-options.php:608
620
+ #: ../includes/ot-functions-admin.php:2259
621
  #: ../includes/ot-functions-docs-page.php:350
622
  msgid "Textblock Titled"
623
  msgstr ""
633
  msgstr ""
634
 
635
  #: ../assets/theme-mode/demo-theme-options.php:623
636
+ #: ../includes/ot-functions-admin.php:2260
637
  #: ../includes/ot-functions-docs-page.php:353
638
  msgid "Typography"
639
  msgstr ""
651
  msgstr ""
652
 
653
  #: ../assets/theme-mode/demo-theme-options.php:638
654
+ #: ../includes/ot-functions-admin.php:2261
655
  #: ../includes/ot-functions-docs-page.php:373
656
  msgid "Upload"
657
  msgstr ""
884
  msgstr ""
885
 
886
  #: ../includes/ot-functions-admin.php:672
887
+ #: ../includes/ot-functions-admin.php:2809
888
+ #: ../includes/ot-functions-admin.php:2870
889
  msgid "Image"
890
  msgstr ""
891
 
892
+ #: ../includes/ot-functions-admin.php:739
893
  msgid "Option Tree"
894
  msgstr ""
895
 
896
+ #: ../includes/ot-functions-admin.php:876
897
  msgid "General"
898
  msgstr ""
899
 
900
+ #: ../includes/ot-functions-admin.php:882
901
  msgid "Sample Text Field Label"
902
  msgstr ""
903
 
904
+ #: ../includes/ot-functions-admin.php:883
905
  msgid "Description for the sample text field."
906
  msgstr ""
907
 
908
+ #: ../includes/ot-functions-admin.php:2125
909
  msgid "Settings updated."
910
  msgstr ""
911
 
912
+ #: ../includes/ot-functions-admin.php:2129
913
  msgid "Settings could not be saved."
914
  msgstr ""
915
 
916
+ #: ../includes/ot-functions-admin.php:2137
917
  msgid "Settings Imported."
918
  msgstr ""
919
 
920
+ #: ../includes/ot-functions-admin.php:2141
921
  msgid "Settings could not be imported."
922
  msgstr ""
923
 
924
+ #: ../includes/ot-functions-admin.php:2148
925
  msgid "Data Imported."
926
  msgstr ""
927
 
928
+ #: ../includes/ot-functions-admin.php:2152
929
  msgid "Data could not be imported."
930
  msgstr ""
931
 
932
+ #: ../includes/ot-functions-admin.php:2160
933
  msgid "Layouts Imported."
934
  msgstr ""
935
 
936
+ #: ../includes/ot-functions-admin.php:2164
937
  msgid "Layouts could not be imported."
938
  msgstr ""
939
 
940
+ #: ../includes/ot-functions-admin.php:2172
941
  msgid "Layouts Updated."
942
  msgstr ""
943
 
944
+ #: ../includes/ot-functions-admin.php:2176
945
  msgid "Layouts could not be updated."
946
  msgstr ""
947
 
948
+ #: ../includes/ot-functions-admin.php:2180
949
  msgid "Layouts have been deleted."
950
  msgstr ""
951
 
952
+ #: ../includes/ot-functions-admin.php:2186
953
  msgid "Layout activated."
954
  msgstr ""
955
 
956
+ #: ../includes/ot-functions-admin.php:2229
957
  msgid "Color Picker"
958
  msgstr ""
959
 
960
+ #: ../includes/ot-functions-admin.php:2248
961
  #: ../includes/ot-functions-docs-page.php:248
962
  msgid "Slider"
963
  msgstr ""
964
 
965
+ #: ../includes/ot-functions-admin.php:2250
966
  #: ../includes/ot-functions-docs-page.php:254
967
  msgid "Tab"
968
  msgstr ""
969
 
970
+ #: ../includes/ot-functions-admin.php:2754
971
  msgid "Left Sidebar"
972
  msgstr ""
973
 
974
+ #: ../includes/ot-functions-admin.php:2759
975
  msgid "Right Sidebar"
976
  msgstr ""
977
 
978
+ #: ../includes/ot-functions-admin.php:2764
979
  msgid "Full Width (no sidebar)"
980
  msgstr ""
981
 
982
+ #: ../includes/ot-functions-admin.php:2769
983
  msgid "Dual Sidebar"
984
  msgstr ""
985
 
986
+ #: ../includes/ot-functions-admin.php:2774
987
  msgid "Left Dual Sidebar"
988
  msgstr ""
989
 
990
+ #: ../includes/ot-functions-admin.php:2779
991
  msgid "Right Dual Sidebar"
992
  msgstr ""
993
 
994
+ #: ../includes/ot-functions-admin.php:2820
995
+ #: ../includes/ot-functions-admin.php:2876
996
+ #: ../includes/ot-functions-admin.php:4752
997
  msgid "Link"
998
  msgstr ""
999
 
1000
+ #: ../includes/ot-functions-admin.php:2831
1001
+ #: ../includes/ot-functions-admin.php:2882
1002
  #: ../includes/ot-functions-docs-page.php:43
1003
  #: ../includes/ot-functions-docs-page.php:404
1004
  #: ../includes/ot-functions-docs-page.php:454
1005
  msgid "Description"
1006
  msgstr ""
1007
 
1008
+ #: ../includes/ot-functions-admin.php:2946
1009
  msgid "Name"
1010
  msgstr ""
1011
 
1012
+ #: ../includes/ot-functions-admin.php:2947
1013
  msgid "Enter the name of the social website."
1014
  msgstr ""
1015
 
1016
+ #: ../includes/ot-functions-admin.php:2955
1017
  msgid "Enter the text shown in the title attribute of the link."
1018
  msgstr ""
1019
 
1020
+ #: ../includes/ot-functions-admin.php:2961
1021
  #, php-format
1022
  msgid ""
1023
  "Enter a link to the profile or page on the social website. Remember to add "
1024
  "the %s part to the front of the link."
1025
  msgstr ""
1026
 
1027
+ #: ../includes/ot-functions-admin.php:3444
1028
  msgid "edit"
1029
  msgstr ""
1030
 
1031
+ #: ../includes/ot-functions-admin.php:3445
 
1032
  #: ../includes/ot-functions-admin.php:3513
1033
+ #: ../includes/ot-functions-admin.php:3514
1034
  #: ../includes/ot-functions-admin.php:3676
1035
+ #: ../includes/ot-functions-admin.php:3677
1036
  #: ../includes/ot-functions-admin.php:3742
1037
+ #: ../includes/ot-functions-admin.php:3743
1038
  #: ../includes/ot-functions-admin.php:3870
1039
+ #: ../includes/ot-functions-admin.php:3871
1040
  #: ../includes/ot-functions-admin.php:4023
1041
+ #: ../includes/ot-functions-admin.php:4024
1042
  msgid "Edit"
1043
  msgstr ""
1044
 
 
1045
  #: ../includes/ot-functions-admin.php:3447
1046
+ #: ../includes/ot-functions-admin.php:3448
1047
  #: ../includes/ot-functions-admin.php:3516
1048
+ #: ../includes/ot-functions-admin.php:3517
1049
  #: ../includes/ot-functions-admin.php:3679
1050
+ #: ../includes/ot-functions-admin.php:3680
1051
  #: ../includes/ot-functions-admin.php:3745
1052
+ #: ../includes/ot-functions-admin.php:3746
1053
  #: ../includes/ot-functions-admin.php:3804
1054
+ #: ../includes/ot-functions-admin.php:3805
1055
  #: ../includes/ot-functions-admin.php:3873
1056
+ #: ../includes/ot-functions-admin.php:3874
1057
  #: ../includes/ot-functions-admin.php:4026
1058
+ #: ../includes/ot-functions-admin.php:4027
1059
  msgid "Delete"
1060
  msgstr ""
1061
 
1062
+ #: ../includes/ot-functions-admin.php:3454
1063
  msgid ""
1064
  "<strong>Section Title</strong>: Displayed as a menu item on the Theme "
1065
  "Options page."
1066
  msgstr ""
1067
 
1068
+ #: ../includes/ot-functions-admin.php:3462
1069
  msgid ""
1070
  "<strong>Section ID</strong>: A unique lower case alphanumeric string, "
1071
  "underscores allowed."
1072
  msgstr ""
1073
 
1074
+ #: ../includes/ot-functions-admin.php:3523
1075
  msgid ""
1076
  "<strong>Label</strong>: Displayed as the label of a form element on the "
1077
  "Theme Options page."
1078
  msgstr ""
1079
 
1080
+ #: ../includes/ot-functions-admin.php:3531
1081
+ #: ../includes/ot-functions-admin.php:3760
1082
  msgid ""
1083
  "<strong>ID</strong>: A unique lower case alphanumeric string, underscores "
1084
  "allowed."
1085
  msgstr ""
1086
 
1087
+ #: ../includes/ot-functions-admin.php:3539
1088
  msgid ""
1089
  "<strong>Type</strong>: Choose one of the available option types from the "
1090
  "dropdown."
1091
  msgstr ""
1092
 
1093
+ #: ../includes/ot-functions-admin.php:3550
1094
  msgid ""
1095
  "<strong>Description</strong>: Enter a detailed description for the users to "
1096
  "read on the Theme Options page, HTML is allowed. This is also where you "
1097
  "enter content for both the Textblock & Textblock Titled option types."
1098
  msgstr ""
1099
 
1100
+ #: ../includes/ot-functions-admin.php:3558
1101
  msgid ""
1102
  "<strong>Choices</strong>: This will only affect the following option types: "
1103
  "Checkbox, Radio, Select & Select Image."
1104
  msgstr ""
1105
 
1106
+ #: ../includes/ot-functions-admin.php:3563
1107
  msgid "Add Choice"
1108
  msgstr ""
1109
 
1110
+ #: ../includes/ot-functions-admin.php:3569
1111
  msgid ""
1112
  "<strong>Settings</strong>: This will only affect the List Item option type."
1113
  msgstr ""
1114
 
1115
+ #: ../includes/ot-functions-admin.php:3574
1116
  #: ../includes/ot-functions-settings-page.php:93
1117
  msgid "Add Setting"
1118
  msgstr ""
1119
 
1120
+ #: ../includes/ot-functions-admin.php:3580
1121
  msgid ""
1122
  "<strong>Standard</strong>: Setting the standard value for your option only "
1123
  "works for some option types. Read the <code>OptionTree->Documentation</code> "
1124
  "for more information on which ones."
1125
  msgstr ""
1126
 
1127
+ #: ../includes/ot-functions-admin.php:3588
1128
  msgid ""
1129
  "<strong>Rows</strong>: Enter a numeric value for the number of rows in your "
1130
  "textarea. This will only affect the following option types: CSS, Textarea, & "
1131
  "Textarea Simple."
1132
  msgstr ""
1133
 
1134
+ #: ../includes/ot-functions-admin.php:3596
1135
  msgid ""
1136
  "<strong>Post Type</strong>: Add a comma separated list of post type like "
1137
  "'post,page'. This will only affect the following option types: Custom Post "
1138
  "Type Checkbox, & Custom Post Type Select."
1139
  msgstr ""
1140
 
1141
+ #: ../includes/ot-functions-admin.php:3604
1142
  msgid ""
1143
  "<strong>Taxonomy</strong>: Add a comma separated list of any registered "
1144
  "taxonomy like 'category,post_tag'. This will only affect the following "
1145
  "option types: Taxonomy Checkbox, & Taxonomy Select."
1146
  msgstr ""
1147
 
1148
+ #: ../includes/ot-functions-admin.php:3612
1149
  msgid ""
1150
  "<strong>Min, Max, & Step</strong>: Add a comma separated list of options in "
1151
  "the following format <code>0,100,1</code> (slide from <code>0-100</code> in "
1154
  "type."
1155
  msgstr ""
1156
 
1157
+ #: ../includes/ot-functions-admin.php:3620
1158
  msgid "<strong>CSS Class</strong>: Add and optional class to this option type."
1159
  msgstr ""
1160
 
1161
+ #: ../includes/ot-functions-admin.php:3628
1162
  #, php-format
1163
  msgid ""
1164
  "<strong>Condition</strong>: Add a comma separated list (no spaces) of "
1167
  "placeholder for your condition, which can be in the form of %s."
1168
  msgstr ""
1169
 
1170
+ #: ../includes/ot-functions-admin.php:3636
1171
  msgid ""
1172
  "<strong>Operator</strong>: Choose the logical operator to compute the result "
1173
  "of the conditions."
1174
  msgstr ""
1175
 
1176
+ #: ../includes/ot-functions-admin.php:3640
1177
  msgid "or"
1178
  msgstr ""
1179
 
1180
+ #: ../includes/ot-functions-admin.php:3686
1181
  #: ../includes/ot-functions-docs-page.php:29
1182
  msgid "Label"
1183
  msgstr ""
1184
 
1185
+ #: ../includes/ot-functions-admin.php:3696
1186
  msgid "Value"
1187
  msgstr ""
1188
 
1189
+ #: ../includes/ot-functions-admin.php:3706
1190
  msgid "Image Source (Radio Image only)"
1191
  msgstr ""
1192
 
1193
+ #: ../includes/ot-functions-admin.php:3752
1194
  msgid ""
1195
  "<strong>Title</strong>: Displayed as a contextual help menu item on the "
1196
  "Theme Options page."
1197
  msgstr ""
1198
 
1199
+ #: ../includes/ot-functions-admin.php:3768
1200
  msgid ""
1201
  "<strong>Content</strong>: Enter the HTML content about this contextual help "
1202
  "item displayed on the Theme Option page for end users to read."
1203
  msgstr ""
1204
 
1205
+ #: ../includes/ot-functions-admin.php:3799
1206
  msgid "Layout"
1207
  msgstr ""
1208
 
 
1209
  #: ../includes/ot-functions-admin.php:3801
1210
+ #: ../includes/ot-functions-admin.php:3802
1211
  msgid "Activate"
1212
  msgstr ""
1213
 
1214
+ #: ../includes/ot-functions-admin.php:3838 ../includes/ot-meta-box-api.php:223
1215
  #: ../includes/ot-settings-api.php:594
1216
  msgid "Title"
1217
  msgstr ""
1218
 
1219
+ #: ../includes/ot-functions-admin.php:4178
1220
  msgid "New Layout"
1221
  msgstr ""
1222
 
1223
+ #: ../includes/ot-functions-admin.php:4761
1224
  msgid "Link URL"
1225
  msgstr ""
1226
 
1227
+ #: ../includes/ot-functions-admin.php:4768
1228
  msgid "Link Title"
1229
  msgstr ""
1230
 
1231
+ #: ../includes/ot-functions-admin.php:4798
1232
  msgid "Quote"
1233
  msgstr ""
1234
 
1235
+ #: ../includes/ot-functions-admin.php:4807
1236
  msgid "Source Name (ex. author, singer, actor)"
1237
  msgstr ""
1238
 
1239
+ #: ../includes/ot-functions-admin.php:4814
1240
  msgid "Source URL"
1241
  msgstr ""
1242
 
1243
+ #: ../includes/ot-functions-admin.php:4821
1244
  msgid "Source Title (ex. book, song, movie)"
1245
  msgstr ""
1246
 
1247
+ #: ../includes/ot-functions-admin.php:4828
1248
  msgid "Source Date"
1249
  msgstr ""
1250
 
1251
+ #: ../includes/ot-functions-admin.php:4858
1252
  msgid "Video"
1253
  msgstr ""
1254
 
1255
+ #: ../includes/ot-functions-admin.php:4867
1256
  #, php-format
1257
  msgid ""
1258
  "Embed video from services like Youtube, Vimeo, or Hulu. You can find a list "
1260
  "built-in %2$s shortcode."
1261
  msgstr ""
1262
 
1263
+ #: ../includes/ot-functions-admin.php:4867
1264
+ #: ../includes/ot-functions-admin.php:4906
1265
  msgid "Wordpress Codex"
1266
  msgstr ""
1267
 
1268
+ #: ../includes/ot-functions-admin.php:4897
1269
  msgid "Audio"
1270
  msgstr ""
1271
 
1272
+ #: ../includes/ot-functions-admin.php:4906
1273
  #, php-format
1274
  msgid ""
1275
  "Embed audio from services like SoundCloud and Rdio. You can find a list of "
ot-loader.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: OptionTree
4
  * Plugin URI: https://github.com/valendesigns/option-tree/
5
  * Description: Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
6
- * Version: 2.4.4
7
  * Author: Derek Herman
8
  * Author URI: http://valendesigns.com
9
  * License: GPLv3
@@ -178,7 +178,7 @@ if ( ! class_exists( 'OT_Loader' ) ) {
178
  /**
179
  * Current Version number.
180
  */
181
- define( 'OT_VERSION', '2.4.4' );
182
 
183
  /**
184
  * For developers: Theme mode.
3
  * Plugin Name: OptionTree
4
  * Plugin URI: https://github.com/valendesigns/option-tree/
5
  * Description: Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
6
+ * Version: 2.4.5
7
  * Author: Derek Herman
8
  * Author URI: http://valendesigns.com
9
  * License: GPLv3
178
  /**
179
  * Current Version number.
180
  */
181
+ define( 'OT_VERSION', '2.4.5' );
182
 
183
  /**
184
  * For developers: Theme mode.
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bit.ly/NuXI3T
4
  Tags: options, theme options, meta boxes
5
  Requires at least: 3.5
6
  Tested up to: 4.0
7
- Stable tag: 2.4.4
8
  License: GPLv3
9
 
10
  Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
@@ -118,6 +118,9 @@ The most likely scenario is your theme already has OptionTree installed in Theme
118
 
119
  == Changelog ==
120
 
 
 
 
121
  = 2.4.4 =
122
  * Hotfix - Fixed undefined index caused by shorthand conditional.
123
  * Hotfix - Fixed jQuery UI style conflicts created by the Easy Digital Downloads plugin.
4
  Tags: options, theme options, meta boxes
5
  Requires at least: 3.5
6
  Tested up to: 4.0
7
+ Stable tag: 2.4.5
8
  License: GPLv3
9
 
10
  Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
118
 
119
  == Changelog ==
120
 
121
+ = 2.4.5 =
122
+ * Hotfix - Fixed an issue where `ot_get_media_post_ID()` was setting the value of the `ot_media_post_ID` option to `null`. Causing the `ot_create_media_post()` function to create multiple media posts. A clean up script will be added to `2.5.0`.
123
+
124
  = 2.4.4 =
125
  * Hotfix - Fixed undefined index caused by shorthand conditional.
126
  * Hotfix - Fixed jQuery UI style conflicts created by the Easy Digital Downloads plugin.