Changeset 1322315
- Timestamp:
- 01/06/2016 11:36:02 AM (10 years ago)
- Location:
- wp-extend-toolbar/trunk
- Files:
-
- 3 edited
-
css/wp-extend-toolbar.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-extend-toolbar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-extend-toolbar/trunk/css/wp-extend-toolbar.css
r1225964 r1322315 18 18 } 19 19 body.admin-bar { 20 p osition: relative;20 padding-top: 96px; 21 21 } 22 22 body.admin-bar .navbar-fixed-top { -
wp-extend-toolbar/trunk/readme.txt
r1225973 r1322315 3 3 Tags: plugin, admin bar, tool bar, custom admin bar, custom tool bar 4 4 Requires at least: 4.0 5 Tested up to: 4. 36 Stable tag: 1.1. 25 Tested up to: 4.2.2 6 Stable tag: 1.1.0 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 1.1.2 =43 * Correct the CSS File.44 45 * CSS ファイルを修正。46 47 = 1.1.1 =48 * Correct the CSS File.49 50 * CSS ファイルを修正。51 52 42 = 1.1.0 = 53 43 * Enable only Administrator. 54 55 * 管理者以外は表示しないように修正。56 44 57 45 = 1.0.0 = 58 46 * Display "Template" to the admin bar. 59 47 60 * テンプレートファイルの表示を追加。61 62 48 = 0.1.0 = 63 49 * Initial release. 64 65 * 最初のリリース。 -
wp-extend-toolbar/trunk/wp-extend-toolbar.php
r1225973 r1322315 5 5 Description: Adds a page information to the admin bar. 6 6 Author: Michinari Odajima 7 Version: 1.1. 27 Version: 1.1.0 8 8 Author URI: http://piece-web.jp/ 9 9 Domain Path: /language … … 71 71 function enqueue() { 72 72 73 wp_enqueue_style( 'wp-extend-toolbar', plugins_url( "css/wp-extend-toolbar.css", __FILE__ ), array(), '1.1. 1' );73 wp_enqueue_style( 'wp-extend-toolbar', plugins_url( "css/wp-extend-toolbar.css", __FILE__ ), array(), '1.1.0' ); 74 74 wp_enqueue_script( 'wp-extend-toolbar', plugins_url( "js/wp-extend-toolbar.js", __FILE__ ), array( 'jquery' ), '1.1.0', true ); 75 75
Note: See TracChangeset
for help on using the changeset viewer.