Plugin Directory

Changeset 2022912


Ignore:
Timestamp:
01/31/2019 05:55:18 PM (7 years ago)
Author:
alexmacarthur
Message:

Update to v3.4.5.

Location:
complete-open-graph
Files:
38 added
2 edited

Legend:

Unmodified
Added
Removed
  • complete-open-graph/trunk/complete-open-graph.php

    r2021606 r2022912  
    33 * Plugin Name: Complete Open Graph
    44 * Description: Simple, comprehensive, highly customizable Open Graph management.
    5  * Version: 3.4.4
     5 * Version: 3.4.5
    66 * Author: Alex MacArthur
    77 * Author URI: https://macarthur.me
  • complete-open-graph/trunk/src/fields.php

    r2020886 r2022912  
    176176        'field_type'      => 'text',
    177177        'description'     => 'If left blank, the description will be used.',
    178         'attribute'       => 'property',
     178        'attribute'       => 'name',
    179179        'get_value'       => function () use ($description) {
    180180            return Utilities::get_processed_value(
     
    186186                    Utilities::get_option('twitter:description'),
    187187                    $description['get_value'](),
    188                 )
     188                ),
     189                [4]
    189190            );
    190191        },
Note: See TracChangeset for help on using the changeset viewer.