Plugin Directory

Changeset 1523383


Ignore:
Timestamp:
10/27/2016 08:11:40 PM (9 years ago)
Author:
pagelines
Message:

Committing 5.0.161 to trunk

Location:
pl-platform/trunk
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • pl-platform/trunk/engine/lib/functions.php

    r1523345 r1523383  
    29352935 * @return  mixed|void - if $echo is false, returns $searchform
    29362936 */
    2937 function pl_searchform( $echo = true, $class = 'pl-search-form', $pt = false ) {
     2937function pl_searchform( $echo = true, $class = 'pl-search-form', $pt = false, $placeholder = false ) {
    29382938
    29392939    /** Prevent admin bar on editing */
     
    29412941    $edit = ( pl_is_workarea_iframe() ) ? '<input type="hidden" name="iframe" value="1"/>' : '';
    29422942
     2943    if( ! $placeholder ) {
     2944      $placeholder = __( 'Search', 'pl-platform' );
     2945    }
     2946   
    29432947    $post_type = ( $pt ) ? sprintf( '<input type="hidden" name="post_type" value="%s"/>', $pt ) : '';
    29442948
    2945     $searchfield = sprintf( '<span class="btn-search"><i class="pl-icon pl-icon-search"></i></span><input type="text" value="" name="s" class="search-field" placeholder="%s" />', __( 'Search', 'pl-platform' ) );
     2949    $searchfield = sprintf( '<span class="btn-search"><i class="pl-icon pl-icon-search"></i></span><input type="text" value="" name="s" class="search-field" placeholder="%s" />', $placeholder );
    29462950
    29472951    $searchform = sprintf(
     
    30103014  endif;
    30113015
    3012   echo apply_filters( 'pl_pagination', ob_get_clean() ); 
     3016  echo apply_filters( 'pl_pagination', ob_get_clean() );
    30133017}
    30143018
  • pl-platform/trunk/engine/sections/menus/style.css

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:38
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/css/admin.css

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:38
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/css/components.css

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:38
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/css/workarea.css

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:38
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/admin.js

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:38
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/common.js

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:38
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/editing.js

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:38
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/site.js

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:38
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/js/utils.js

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:38
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/codemirror/pl.codemirror.js

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:39
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/squire/squire.js

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:39
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/wizard/wizard.js

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:39
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/engine/ui/plugins/wp/colorpicker-wp.js

    r1523345 r1523383  
    1 /* PageLines Platform - 5.0.160
    2 * Built: Thursday, October 27th, 2016, 19:39
     1/* PageLines Platform - 5.0.161
     2* Built: Thursday, October 27th, 2016, 21:05
    33* https://www.pagelines.com
    44* Copyright (c) 2016 PageLines; Licensed GPL-3.0 */
  • pl-platform/trunk/pl-platform.php

    r1523345 r1523383  
    44Description:  An insanely-fast real time design platform for WordPress.
    55
    6 Version:      5.0.160
     6Version:      5.0.161
    77
    88Author:       PageLines
  • pl-platform/trunk/readme.txt

    r1523345 r1523383  
    33Contributors: pagelines
    44Tested up to: 4.7
    5 Stable tag: 5.0.160
     5Stable tag: 5.0.161
    66License: GPLv3 or later
    77License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7979
    8080== Changelog ==
     81
     82= 5.0.161 =
     83
     84* New arg added to pl_searchform() you can now change placeholder text.
    8185
    8286= 5.0.160 =
Note: See TracChangeset for help on using the changeset viewer.